:root{--font-primary: "Tungsten", sans-serif;--primary: #d4a8ff;--primary-hover: #bc79ff;--primary-light: #e3c7ff;--primary-text: #dfcfef;--primary-muted: #997ab8;--bg-main: #030303;--bg-card: #1a1a3d;--bg-card-hover: #252550;--bg-dark: #080808;--bg-darker: #0d0d0d;--bg-overlay: rgb(0 0 0 / 70%);--bg-overlay-light: rgb(0 0 0 / 50%);--bg-button-dark: #0f0c29;--white: #fff;--text-black: #0d0d0d;--text-placeholder: #888;--text-error: #ff4d4d;--border-main: #331f47;--border-light: #ccc;--border-primary: #c9f;--border-primary-translucent: rgb(204 153 255 / 50%);--accent-blue: #00bfff;--accent-cyan: #22d3ee;--accent-cyan-hover: #06b6d4;--accent-green: #32cd32;--accent-red: #ff4d4d;--accent-orange: #f97316;--accent-gold: #FFD700;--accent-gold-muted: #B8860B;--accent-silver: #C0C0C0;--accent-bronze: #CD7F32;--accent-disabled: #4a2c6b;--valorant-win: #00ad9e;--valorant-loss: #ff4d4d;--badge-player: #c084fc;--badge-success: #4ade80;--badge-warning: #fbbf24;--badge-status: #f472b6;--slate-300: #cbd5e1;--slate-400: #94a3b8;--slate-500: #64748b;--slate-600: #475569;--slate-700: #334155;--slate-800: #1e293b}:root{--max-content-width: 15.6in}.app-main{width:100%;max-width:100%;overflow-x:hidden}.card{padding:1rem;border:1px solid #331f47;color:var(--primary-text);border-radius:6px;transition:all .2s ease;align-items:center;justify-content:center;text-align:center;background-color:#080808}.card-left-align{padding:1rem;border:1px solid #331f47;color:var(--primary-text);border-radius:6px;transition:all .2s ease;text-align:left;background-color:#080808}.col{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.row{display:flex;gap:3rem;justify-content:center;margin-top:2rem}*{box-sizing:border-box}body{margin:0;font-family:var(--font-primary);background-color:#000;color:var(--primary-text)}h1{margin:0;color:#d9c6ec;font-size:3.75rem;text-align:center}h2{margin:0;color:#d9c6ec;font-size:2.5rem}h3{margin:0;color:#d9c6ec}h4{margin:0}p{margin:0;color:#997ab8}.bug-report-wrapper{position:fixed;bottom:24px;right:24px;z-index:9999;transition:opacity .4s ease,transform .4s ease}.bug-report-wrapper.hidden{opacity:0;pointer-events:none;transform:translateY(20px)}.bug-report-wrapper.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.bug-report-button{position:relative;width:56px;height:56px;border-radius:50%;background-color:var(--bg-card);border:1px solid var(--border-primary);color:var(--primary);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #0000004d;transition:all .2s ease}.bug-dismiss-btn{position:absolute;top:-8px;right:-8px;width:20px;height:20px;border-radius:50%;background:var(--bg-dark);border:1px solid var(--border-main);color:var(--primary-muted);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10000}.bug-dismiss-btn:hover{background:var(--accent-red);color:var(--white);border-color:var(--accent-red)}.bug-report-button.active{background-color:var(--primary);color:var(--bg-main);transform:rotate(45deg)}.bug-report-button:hover{transform:scale(1.1);background-color:var(--primary);color:var(--bg-main);box-shadow:0 6px 16px #d4a8ff66}.bug-report-button.active:hover{transform:rotate(45deg) scale(1.1)}.bug-tooltip{position:absolute;right:70px;background-color:var(--bg-card);color:var(--primary-text);padding:6px 12px;border-radius:6px;font-size:.8rem;font-weight:600;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .2s ease,transform .2s ease;transform:translate(10px);border:1px solid var(--border-primary);box-shadow:0 4px 12px #0000004d}.bug-report-button:hover .bug-tooltip{opacity:1;transform:translate(0)}.bug-report-button.active .bug-tooltip{display:none}.bug-menu{position:absolute;bottom:70px;right:0;display:flex;flex-direction:column;gap:10px;z-index:9999;animation:slideUp .2s ease-out}.bug-menu-item{display:flex;align-items:center;gap:10px;padding:10px 16px;background-color:var(--bg-card);border:1px solid var(--border-primary);color:var(--primary-text);border-radius:8px;cursor:pointer;white-space:nowrap;box-shadow:0 4px 12px #0000004d;transition:all .2s ease}.bug-menu-item:hover{background-color:var(--bg-card-hover);border-color:var(--primary);transform:translate(-4px)}.bug-menu-item svg{color:var(--primary)}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.bug-report-wrapper{bottom:80px;right:16px}.bug-report-button{width:48px;height:48px}.bug-menu{bottom:60px;right:0}}.feedback-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.feedback-modal{background-color:var(--bg-card);border:1px solid var(--border-main);border-radius:12px;width:90%;max-width:500px;padding:24px;position:relative;box-shadow:0 4px 20px #00000080;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.feedback-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.feedback-modal-header h2{margin:0;font-size:1.5rem;color:var(--primary-text)}.close-btn{background:transparent;border:none;color:var(--text-muted);cursor:pointer;transition:color .2s;padding:4px}.close-btn:hover{color:var(--primary-text)}.feedback-form{display:flex;flex-direction:column;gap:16px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:.9rem;color:var(--text-muted);font-weight:500}.form-group input,.form-group textarea{padding:10px;border-radius:6px;border:1px solid var(--border-main);background-color:var(--bg-dark);color:var(--primary-text);font-family:inherit;font-size:.95rem}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary)}.form-group textarea{resize:vertical;min-height:100px}.feedback-actions{margin-top:8px;display:flex;justify-content:flex-end}.common-action-button{height:45px;display:inline-flex;padding:8px 20px;font-size:14px;font-weight:500;border-radius:6px;cursor:pointer;transition:all .2s;align-items:center;justify-content:center;box-sizing:border-box}.common-action-button:disabled{opacity:.6;color:var(--primary-muted)!important;cursor:not-allowed;transform:none;box-shadow:none}.editable-profile-image-wrapper .common-action-button:disabled{color:var(--primary)!important}.primary-button{border:1px solid transparent;background:linear-gradient(135deg,#c084fc,#a855f7);color:var(--text-black)!important}.primary-button:disabled{color:#000!important;opacity:.8}.primary-button:hover{transform:translateY(-1px)}.secondary-button{border:1px solid rgb(139 92 246 / 30%)!important;background:transparent!important;color:#94a3b8!important}.secondary-button:hover{background:#8b5cf61a!important;color:#cbd5e1!important;transform:translateY(-1px)}.danger-button{border:1px solid transparent;background:linear-gradient(135deg,#ff4d4d,#c00);color:#fff!important}.danger-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ff4d4d4d}.toast-container{padding:.75rem 2rem;color:var(--bg-main);font-weight:700;background-color:var(--primary);border-radius:8px;font-family:Montserrat,sans-serif;box-shadow:0 4px 12px #0000007f;animation:slideUpFadeIn .3s ease-out}.toast-overlay{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);z-index:9999;pointer-events:none}@keyframes slideUpFadeIn{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}.footer{width:100%;display:flex;padding:4rem 2rem 2rem;background-color:var(--bg-main);border-top:1px solid var(--border-main);z-index:100;flex-direction:column;align-items:center}.footer-bottom{width:100%;max-width:var(--max-content-width, 1200px);display:flex;padding-top:2rem;border-top:1px solid rgb(255 255 255 / 5%);justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{margin:0;color:var(--primary-muted);font-size:.85rem}.footer-brand{flex:1;min-width:250px;max-width:400px}.footer-brand p{margin:0;color:var(--primary-muted);font-size:.95rem;line-height:1.6}.footer-column{display:flex;flex-direction:column;gap:1rem}.footer-column a,.sign-out-link{color:var(--primary-muted);text-decoration:none;font-size:.9rem;transition:color .2s ease}.footer-column a:hover,.sign-out-link:hover{color:var(--primary)}.footer-column h4{margin:0;color:var(--primary-text);font-size:1rem;font-weight:600}.footer-column ul{display:flex;margin:0;padding:0;list-style:none;flex-direction:column;gap:.75rem}.footer-content{width:100%;max-width:var(--max-content-width, 1200px);display:flex;margin-bottom:3rem;justify-content:space-between;flex-wrap:wrap;gap:3rem}.footer-legal a{color:var(--primary-muted);font-size:.85rem;text-decoration:none;transition:color .2s ease}.footer-legal a:hover{color:var(--primary)}.footer-links{display:flex;gap:4rem;flex-wrap:wrap}.footer-logo-text{display:block;margin-bottom:1rem;color:var(--primary);font-size:1.8rem;font-weight:700}.footer-disclaimer{width:100%;max-width:var(--max-content-width, 1200px);margin-top:1.5rem;padding-top:1rem;text-align:center}.footer-disclaimer p{margin:0;color:var(--primary-muted);font-size:.75rem;line-height:1.5;opacity:.7}.sign-out-link{cursor:pointer}@media(max-width:768px){.footer{padding:3rem 1.5rem 1.5rem}.footer-bottom{flex-direction:column;align-items:flex-start}.footer-content{flex-direction:column;gap:2.5rem}.footer-links{gap:3rem;width:100%;justify-content:flex-start}}.mobile-menu-btn{display:none;margin-right:1rem;padding:0;border:none;background:none;color:#d9c6ec;cursor:pointer}.nav-badge{width:8px;height:8px;background-color:var(--accent-green);border-radius:50%;display:inline-block;flex-shrink:0}.navbar{width:100%;height:4rem;display:flex;position:fixed;top:0;left:0;background:#030303;align-items:center;z-index:1000;border-bottom:1px solid #331f47}.navbar .light-button{color:#0d0d0d;background-color:#c9f}.navbar .light-button:hover{color:#0d0d0d;background-color:#bc79ff}.navbar .role-school{color:var(--primary)!important}.nav-search-wrapper{flex:1;display:flex;padding:0 2rem;height:100%;align-items:center}.desktop-menu{display:flex;list-style:none;margin:0;padding:0;gap:1.5rem;flex-shrink:0;height:100%;align-items:center}.navbar button{padding:.4rem .9rem;border:none;color:var(--primary-text);font-size:.8rem;font-weight:700;background-color:#6a3cc4;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.navbar button:hover{background-color:#5c35aa}.navbar li{font-size:.8rem}.navbar li a{display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.4rem .9rem;border-radius:4px;color:#d9c6ec;transition:all .2s ease;font-weight:700}.navbar li a:hover{background-color:#331f47}.navbar ul{height:100%;display:flex;margin:0;padding-left:0!important;padding:0 1rem;list-style:none;align-items:center;gap:.2rem;flex-wrap:nowrap}.navbar-brand{text-decoration:none;display:flex;align-items:center;height:100%}.navbar-logo-img{height:100%;width:auto}.navbar-logo-text{font-size:1.5rem;font-weight:800;color:var(--primary-text);letter-spacing:-.5px;background:var(--gradient-primary);-webkit-background-clip:text}@media(max-width:768px){.desktop-menu{display:none!important}.mobile-menu-btn{width:auto;height:100%;display:flex!important;margin-right:0!important;margin-left:0!important;padding-right:1rem!important;padding-left:0!important;background:transparent!important;color:var(--primary)!important;font-size:1.5rem;align-items:center;justify-content:left;z-index:1001}.mobile-menu-btn svg{width:2rem!important;height:2rem!important}.mobile-menu-btn.has-notification svg{color:var(--accent-green)!important;animation:pulse-green-icon-strong 3s infinite}@keyframes pulse-green-icon-strong{0%{transform:scale(1);filter:drop-shadow(0 0 0px var(--accent-green))}50%{transform:scale(1.1);filter:drop-shadow(0 0 8px var(--accent-green))}to{transform:scale(1);filter:drop-shadow(0 0 0px var(--accent-green))}}.navbar{justify-content:space-between;padding:0 1rem}.navbar-logo-link{display:flex!important;margin-left:auto!important;pointer-events:none!important;cursor:default!important}}header{padding-top:4rem}.dropdown-item.role-school{color:var(--primary)!important}.item-name{flex:1;overflow:hidden;text-overflow:ellipsis}.search-bar{width:100%;display:flex;position:relative;padding:.4rem 1rem;border:1px solid var(--border-main);color:var(--primary-text);border-radius:99px;background-color:#1a1a1a;text-align:left;flex-direction:column;justify-content:center;transition:border-color .2s ease,background-color .2s ease}.search-bar input::placeholder{color:#777;font-size:.9rem}.search-bar input[type=text]{width:100%;margin-left:0;padding:0;border:0;color:var(--primary-text);font-size:.95rem;font-weight:500;background-color:transparent;outline:none}.search-bar:focus-within{border-color:var(--primary);background-color:#222}.search-dropdown{width:100%;max-height:35rem;position:absolute;top:calc(100% + 8px);left:0;padding:.5rem 0;border:1px solid var(--border-main);background-color:#1a1a1a;border-radius:12px;overflow-y:auto;z-index:2000;box-shadow:0 4px 20px #0000007f}.search-dropdown li{display:flex;padding:.75rem 1rem;color:var(--primary);font-size:.95rem;font-weight:500;align-items:center;justify-content:space-between;white-space:nowrap;cursor:pointer;transition:background-color .2s ease;gap:1rem}.search-dropdown li:hover{background-color:#d4a8ff1a}.search-dropdown ul{display:block;margin:0;padding:0;list-style:none}.search-icon{display:flex;margin-right:.2rem;color:var(--primary-muted);flex-shrink:0;align-items:center}.search-input-wrapper{width:100%;display:flex;flex-direction:row;align-items:center;gap:.75rem}@media(max-width:768px){.search-bar{display:none!important}}.badge-pulse{margin-left:auto;padding:.08rem .35rem .08rem 0;background:var(--accent-green);color:var(--primary-text)!important;font-size:1rem!important;font-weight:700;border-radius:7px;animation:pulse 2s ease-in-out infinite;box-shadow:0 0 #32cd32b3}.drawer-email{color:#997ab8;font-size:.85rem}.drawer-logo{width:3.5rem;height:auto}.drawer-profile-img{width:3.5rem;height:3.5rem;border-radius:50%;object-fit:cover;border:2px solid var(--primary);background-color:var(--bg-card)}.drawer-user-container{width:100%;display:flex;align-items:center;gap:1rem}.drawer-user-info{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}.drawer-username{color:#fff;font-size:1.2rem;font-weight:700}.menu-section-title{padding:1.75rem 1.5rem .75rem;color:#a855f7;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.15em}.mobile-badge{margin-left:auto;padding:2px 8px;color:#fff;font-size:.7rem;font-weight:700;background-color:var(--accent-red, #ff4d4d);border-radius:12px}.mobile-drawer{width:300px;height:100%;display:flex;position:fixed;top:0;left:-100%;background-color:#0a0a0a;z-index:2000;transition:left .3s ease;flex-direction:column;border-right:1px solid #331f47;overflow-y:auto;-webkit-overflow-scrolling:touch;box-shadow:4px 0 15px #0000007f}.mobile-drawer-header{display:flex;padding:2.5rem 1.5rem 1.5rem;background:linear-gradient(135deg,rgb(139 92 246 / 15%),transparent);border-bottom:1px solid #331f47;flex-direction:column;align-items:flex-start;gap:1.25rem;flex-shrink:0;text-align:left}.mobile-drawer.open{left:0}.mobile-menu-btn{display:none;margin-right:1rem;padding:0!important;border:none;background:none;color:#d9c6ec;cursor:pointer}.mobile-menu-list{display:flex;margin:0;padding:0 0 3rem;list-style:none;flex-direction:column}.mobile-menu-list li{width:100%}.mobile-menu-list li a svg,.mobile-menu-list li button svg{color:#a855f7;flex-shrink:0}.mobile-menu-list li a,.mobile-menu-list li button{width:100%;display:flex;padding:1.1rem 1.5rem;border:none;background:none;color:#d9c6ec;font-size:1rem;font-weight:500;align-items:center;justify-content:flex-start;gap:14px;text-decoration:none;text-align:left;cursor:pointer;transition:all .2s}.mobile-menu-list li a:hover,.mobile-menu-list li button:hover{padding-left:1.75rem;color:#fff;background-color:#8b5cf61a}.mobile-drawer-parent-item{display:flex!important;justify-content:space-between!important;align-items:center!important}.parent-item-content{display:flex;align-items:center;gap:14px}.mobile-submenu-list{display:flex;flex-direction:column;margin:0;padding:0;list-style:none;background-color:#0003}.mobile-submenu-list a,.mobile-submenu-list button{padding-left:3.75rem!important;font-size:.95rem!important;opacity:.9}.mobile-overlay{width:100%;height:100vh;position:fixed;top:0;left:0;background-color:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1500}.mobile-signout{margin-top:1rem;margin-bottom:2rem;color:#ff4d4d!important}.mobile-signout svg{color:#ff4d4d!important}@keyframes pulse{0%{box-shadow:0 0 #32cd32b3}to{box-shadow:0 0 #32cd3200}50%{box-shadow:0 0 0 5px #32cd3200}}.nav-item.dropdown{position:relative;display:flex;align-items:center;height:100%}.dropdown-trigger{cursor:pointer;display:flex;align-items:center;gap:6px;color:var(--primary-text);font-weight:700;font-size:.8rem;padding:.4rem .9rem;border-radius:4px;transition:all .2s ease}.dropdown-trigger:hover,.dropdown-trigger.active{color:var(--primary-text);background-color:#331f47}.dropdown-menu{position:absolute;top:100%;left:0;background-color:var(--bg-card);border:1px solid var(--border-primary);border-radius:8px;padding:8px 0;min-width:160px;box-shadow:0 8px 24px #00000080;display:flex;flex-direction:column;z-index:1002;animation:fadeIn .2s ease}.dropdown-item{padding:10px 16px!important;color:var(--primary-text)!important;text-decoration:none;font-size:.9rem;font-weight:500;display:block;width:100%;box-sizing:border-box;justify-content:flex-start!important}.dropdown-item:hover{background-color:#331f47;color:var(--primary-text)!important}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.nav-tab-badge{width:8px;height:8px;background-color:var(--accent-green);border-radius:50%;display:inline-block;flex-shrink:0}.navbar button.navbar-tab{background-color:transparent;color:#d9c6ec}.navbar-item{list-style:none;height:100%;display:flex;align-items:center}.navbar-tab{height:100%;display:flex;position:relative;padding:0 .9rem;border:none;background:transparent;color:#d9c6ec;font-size:.8rem;font-weight:700;align-items:center;justify-content:center;gap:.4rem;transition:color .3s ease,background-color .3s ease;text-decoration:none;cursor:pointer;white-space:nowrap}.navbar-tab:not(.light-button):after{width:100%;height:3px;position:absolute;bottom:0;left:0;content:"";background-color:#d9c6ec;transform:scaleX(0);transform-origin:bottom center;transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.navbar-tab:not(.light-button):hover{background-color:#331f4766;color:#fff}.navbar-tab:not(.light-button):hover:after{transform:scaleX(1)}.navbar-tab.has-notification{color:var(--accent-green)!important;animation:pulse-green-strong 3s infinite}@keyframes pulse-green-strong{0%{transform:scale(1);text-shadow:0 0 0px var(--accent-green)}50%{transform:scale(1.05);text-shadow:0 0 12px var(--accent-green),0 0 20px var(--accent-green);opacity:.9}to{transform:scale(1);text-shadow:0 0 0px var(--accent-green)}}.navbar-tab.light-button{height:calc(100% - 1.5rem);padding:0 1.2rem;color:#0d0d0d;background-color:#c9f;align-self:center;border-radius:4px}.navbar-tab.light-button:hover{color:#0d0d0d;background-color:#bc79ff;transform:translateY(-1px);box-shadow:0 2px 8px #bc79ff4d}.about-page{min-height:100vh;display:flex;position:relative;padding:40px 20px;color:var(--primary-text);background-color:var(--bg-main);flex-direction:column;align-items:center;overflow-x:hidden}.about-page h1{margin-bottom:3rem;background:linear-gradient(to right,var(--primary) 30%,var(--accent-cyan) 50%,var(--primary) 70%);font-size:3.5rem;font-weight:800;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;text-align:center}.about-section{width:100%;max-width:800px;margin-bottom:4rem;padding:2rem;border:1px solid var(--border-main);background:#1a1a3d66;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.about-section h2{margin-bottom:1.5rem;padding-bottom:.5rem;color:var(--primary);font-size:2rem;border-bottom:1px solid var(--border-main)}.about-section p{margin-bottom:1.5rem;color:var(--primary-text);font-size:1.1rem;line-height:1.8}.about-section p:last-child{margin-bottom:0}.tips-cta-button{display:inline-flex;align-items:center;gap:12px;padding:1.25rem 2.5rem;background:var(--primary);color:#000!important;text-decoration:none;border-radius:8px;font-weight:800;font-size:1.2rem;transition:all .2s ease;border:none;box-shadow:0 4px 15px #a855f74d}.tips-cta-button:hover{transform:translateY(-3px);background:var(--primary-hover);box-shadow:0 6px 20px #a855f766}@media(max-width:768px){.about-page{padding:60px 15px}.about-page h1{font-size:2.5rem}.about-section{padding:1.5rem}.about-section h2{font-size:1.5rem}}:root{--bg-deep: #0d0d15;--bg-primary: #13131d;--bg-elevated: #1a1a28;--purple-neon: #a855f7;--purple-bright: #c084fc;--purple-dark: #7c3aed;--cyan-accent: #06b6d4;--text-primary: #fff;--text-secondary: #94a3b8}.corner-frame{position:absolute;border:2px solid;border-image:linear-gradient(135deg,var(--purple-neon),transparent) 1;opacity:.3}.data-stream{width:2px;height:150px;position:absolute;background:linear-gradient(180deg,transparent,var(--purple-neon),transparent);opacity:0}.data-streams{width:100%;height:100%;position:absolute;top:0;left:0;pointer-events:none}.energy-orb{position:absolute;border-radius:50%;filter:blur(60px);opacity:.15;animation:orbFloat 8s ease-in-out infinite}.esports-background-container{width:100vw;height:100vh;position:fixed;top:0;left:0;background:var(--bg-deep);z-index:-1;overflow:hidden}.frame-bl{width:100px;height:100px;bottom:20px;left:20px;border-right:none;border-top:none;animation:framePulse 3s ease-in-out infinite 1s}.frame-br{width:100px;height:100px;right:20px;bottom:20px;border-left:none;border-top:none;animation:framePulse 3s ease-in-out infinite 1.5s}.frame-tl{width:100px;height:100px;top:20px;left:20px;border-right:none;border-bottom:none;animation:framePulse 3s ease-in-out infinite}.frame-tr{width:100px;height:100px;top:20px;right:20px;border-left:none;border-bottom:none;animation:framePulse 3s ease-in-out infinite .5s}.gradient-overlay{width:100%;height:100%;position:absolute;top:0;left:0;background:radial-gradient(ellipse at 50% 50%,transparent 0%,rgb(13 13 21 / 80%) 100%),linear-gradient(180deg,rgb(13 13 21 / 60%) 0%,transparent 50%,rgb(13 13 21 / 80%) 100%)}.grid-line{position:absolute;background:var(--purple-neon);opacity:0}.grid-line-h1{width:100%;height:1px;top:25%;left:0;animation:gridPulse 6s ease-in-out infinite}.grid-line-h2{width:100%;height:1px;top:75%;left:0;animation:gridPulse 6s ease-in-out infinite 3s}.grid-line-v1{width:1px;height:100%;top:0;left:30%;animation:gridPulse 6s ease-in-out infinite 1.5s}.grid-line-v2{width:1px;height:100%;top:0;right:30%;animation:gridPulse 6s ease-in-out infinite 4.5s}.hex-grid{width:120%;height:120%;position:absolute;top:-10%;left:-10%;background-image:linear-gradient(30deg,transparent 45%,rgb(168 85 247 / 3%) 45%,rgb(168 85 247 / 3%) 55%,transparent 55%),linear-gradient(150deg,transparent 45%,rgb(168 85 247 / 3%) 45%,rgb(168 85 247 / 3%) 55%,transparent 55%),linear-gradient(90deg,transparent 45%,rgb(168 85 247 / 3%) 45%,rgb(168 85 247 / 3%) 55%,transparent 55%);background-size:80px 140px;animation:hexSlide 20s linear infinite;opacity:.4}.hud-bar{height:3px;position:absolute;background:linear-gradient(90deg,transparent,var(--purple-neon),var(--cyan-accent),transparent);opacity:0}.hud-bar-1{width:300px;top:30%;left:0;animation:hudSlide 4s ease-in-out infinite}.hud-bar-2{width:250px;top:50%;right:0;animation:hudSlideReverse 5s ease-in-out infinite 1s}.hud-bar-3{width:400px;top:70%;left:0;animation:hudSlide 4.5s ease-in-out infinite 2s}.hud-bars,.network-grid{width:100%;height:100%;position:absolute;top:0;left:0;pointer-events:none}.orb-1{width:500px;height:500px;top:-10%;right:-10%;background:radial-gradient(circle,var(--purple-neon),transparent);animation-duration:12s}.orb-2{width:400px;height:400px;bottom:-5%;left:-5%;background:radial-gradient(circle,var(--purple-bright),transparent);animation-duration:15s;animation-delay:2s}.orb-3{width:350px;height:350px;top:40%;left:50%;background:radial-gradient(circle,var(--cyan-accent),transparent);animation-duration:10s;animation-delay:1s}.particle{width:2px;height:2px;position:absolute;background:var(--purple-bright);border-radius:50%;box-shadow:0 0 4px var(--purple-neon)}.particle-field{width:100%;height:100%;position:absolute;top:0;left:0}.particle:nth-child(1){top:10%;left:20%;animation:particleDrift 15s linear infinite}.particle:nth-child(2){top:25%;left:60%;animation:particleDrift 18s linear infinite 2s}.particle:nth-child(3){top:40%;left:15%;animation:particleDrift 20s linear infinite 4s}.particle:nth-child(4){top:55%;left:75%;animation:particleDrift 16s linear infinite 1s}.particle:nth-child(5){top:70%;left:40%;animation:particleDrift 22s linear infinite 3s}.particle:nth-child(6){top:15%;left:80%;animation:particleDrift 19s linear infinite 5s}.particle:nth-child(7){top:85%;left:25%;animation:particleDrift 17s linear infinite 2.5s}.particle:nth-child(8){top:50%;left:90%;animation:particleDrift 21s linear infinite 4.5s}.reticle{width:80px;height:80px;position:absolute;border:2px solid var(--purple-neon);opacity:0}.reticle-1{top:20%;left:15%;animation:reticleAppear 8s ease-in-out infinite}.reticle-2{top:60%;right:20%;animation:reticleAppear 10s ease-in-out infinite 3s}.reticle-3{bottom:25%;left:50%;animation:reticleAppear 9s ease-in-out infinite 1.5s}.reticle:after{width:2px;height:10px;top:-10px;left:50%}.reticle:before{width:10px;height:2px;top:50%;left:-10px}.reticle:before,.reticle:after{content:"";position:absolute;background:var(--purple-neon)}.scanlines{width:100%;height:100%;position:absolute;top:0;left:0;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgb(168 85 247 / 1%) 2px,rgb(168 85 247 / 1%) 4px);pointer-events:none;animation:scanlineMove 8s linear infinite}.speed-line{height:1px;position:absolute;background:linear-gradient(90deg,transparent,var(--purple-neon),transparent);transform-origin:left center;opacity:0}.speed-line:nth-child(1){width:400px;top:15%;animation:speedLine1 3s ease-out infinite}.speed-line:nth-child(2){width:300px;top:35%;animation:speedLine2 4s ease-out infinite .5s}.speed-line:nth-child(3){width:500px;top:55%;animation:speedLine1 3.5s ease-out infinite 1s}.speed-line:nth-child(4){width:350px;top:75%;animation:speedLine2 4.2s ease-out infinite 1.5s}.speed-line:nth-child(5){width:450px;top:88%;animation:speedLine1 3.8s ease-out infinite 2s}.speed-lines{width:100%;height:100%;position:absolute;top:0;left:0}.stream-1{left:10%;animation:dataFlow 5s linear infinite}.stream-2{left:25%;animation:dataFlow 6s linear infinite 1s}.stream-3{left:45%;animation:dataFlow 5.5s linear infinite 2s}.stream-4{left:60%;animation:dataFlow 6.5s linear infinite .5s}.stream-5{left:75%;animation:dataFlow 5.8s linear infinite 1.5s}.stream-6{left:90%;animation:dataFlow 6.2s linear infinite 2.5s}.targeting-system{width:100%;height:100%;position:absolute;top:0;left:0;pointer-events:none}@keyframes dataFlow{0%{top:-150px;opacity:0}10%{opacity:.6}to{top:100%;opacity:0}90%{opacity:.3}}@keyframes framePulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.05)}}@keyframes gridPulse{0%,to{opacity:0}50%{opacity:.3}}@keyframes hexSlide{0%{transform:translate(0)}to{transform:translate(80px,140px)}}@keyframes hudSlide{0%,to{opacity:0;transform:translate(-100%)}20%{opacity:.5}50%{opacity:.7;transform:translate(0)}80%{opacity:.3}}@keyframes hudSlideReverse{0%,to{opacity:0;transform:translate(100%)}20%{opacity:.5}50%{opacity:.7;transform:translate(0)}80%{opacity:.3}}@keyframes orbFloat{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}@keyframes particleDrift{0%{transform:translate(0);opacity:0}10%{opacity:.8}to{transform:translate(-100px,100px);opacity:0}90%{opacity:.3}}@keyframes reticleAppear{0%,to{opacity:0;transform:scale(.5) rotate(0)}10%{opacity:.4;transform:scale(1) rotate(45deg)}50%{opacity:.6;transform:scale(1.2) rotate(90deg)}90%{opacity:.3;transform:scale(1) rotate(135deg)}}@keyframes scanlineMove{0%{transform:translateY(0)}to{transform:translateY(20px)}}@keyframes speedLine1{0%{left:-10%;opacity:0;transform:scaleX(.5) rotate(-5deg)}to{left:110%;opacity:0;transform:scaleX(1) rotate(-5deg)}20%{opacity:.6}80%{opacity:.3}}@keyframes speedLine2{0%{left:-10%;opacity:0;transform:scaleX(.3) rotate(-7deg)}to{left:110%;opacity:0;transform:scaleX(1) rotate(-7deg)}25%{opacity:.5}75%{opacity:.2}}.blob-1{width:50vw;height:50vw;top:0;left:-10%;background:#4c1d95;animation:move1 20s infinite alternate}.blob-2{width:60vw;height:60vw;right:-10%;bottom:-10%;background:#0f172a;background:radial-gradient(circle,#1e1b4b,#030303 70%);animation:move2 25s infinite alternate;opacity:.4}.blob-3{width:40vw;height:40vw;top:20%;right:10%;background:#7e22ce;animation:move3 22s infinite alternate;opacity:.5}.blob-4{width:35vw;height:35vw;bottom:10%;left:20%;background:#312e81;animation:move4 18s infinite alternate;opacity:.5}.mesh-blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.mesh-gradient-container{width:100vw;height:100vh;position:fixed;top:0;left:0;background-color:#030303;z-index:-1;overflow:hidden}.mesh-overlay{width:100%;height:100%;position:absolute;top:0;left:0;background:#0303034d;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px)}@keyframes move1{0%{transform:translate(0) scale(1)}to{transform:translate(10%,10%) scale(1.1)}}@keyframes move2{0%{transform:translate(0) scale(1)}to{transform:translate(-10%,-10%) scale(1.2)}}@keyframes move3{0%{transform:translate(0) rotate(0)}to{transform:translate(-15%,10%) rotate(20deg)}}@keyframes move4{0%{transform:translate(0) scale(1)}to{transform:translate(15%,-15%) scale(.9)}}.glow-orb{position:absolute;border-radius:50%;filter:blur(120px);z-index:0;opacity:.4;animation:float 25s infinite ease-in-out}.grid-overlay{width:100%;height:100%;position:absolute;top:0;left:0;background-image:linear-gradient(rgb(139 92 246 / 3%) 1px,transparent 1px),linear-gradient(90deg,rgb(139 92 246 / 3%) 1px,transparent 1px);background-size:60px 60px;z-index:1}.orb-1{width:60vw;height:60vw;top:-10%;left:-10%;background:radial-gradient(circle,#4c1d957f,#0000 70%)}.orb-2{width:70vw;height:70vw;right:-10%;bottom:-20%;background:radial-gradient(circle,#312e8166,#0000 70%);animation-direction:alternate-reverse}.shooting-star{height:2px;position:absolute;top:50%;left:50%;background:linear-gradient(-45deg,var(--primary),rgb(0 0 255 / 0%));border-radius:999px;filter:drop-shadow(0 0 6px var(--primary));animation:tail 3s ease-in-out infinite,shooting 3s ease-in-out infinite}.shooting-star:after{transform:translate(50%) rotate(-45deg)}.shooting-star:before,.shooting-star:after{height:2px;position:absolute;top:calc(50% - 1px);right:0;background:linear-gradient(-45deg,rgb(0 0 255 / 0%),var(--primary),rgb(0 0 255 / 0%));content:"";transform:translate(50%) rotate(45deg);border-radius:100%;animation:shining 3s ease-in-out infinite}.shooting-star:nth-child(1){top:10%;left:10%;animation-delay:0s}.shooting-star:nth-child(2){top:30%;left:40%;animation-delay:1.2s}.shooting-star:nth-child(3){top:50%;left:20%;animation-delay:2.5s}.shooting-star:nth-child(4){top:70%;left:60%;animation-delay:4s}.shooting-star:nth-child(5){top:20%;left:80%;animation-delay:.5s}.shooting-star:nth-child(6){top:80%;left:10%;animation-delay:3.2s}.shooting-star:nth-child(7){top:40%;left:90%;animation-delay:1.8s}.shooting-star:nth-child(8){top:60%;left:30%;animation-delay:5.5s}.shooting-stars-container{width:100vw;height:100vh;position:fixed;top:0;left:0;background-color:#050505;z-index:-1;overflow:hidden}.stars-layer{width:100%;height:100%;position:absolute;top:0;left:0;z-index:2;transform:rotate(-45deg)}@keyframes float{0%{transform:translate(0)}to{transform:translate(0)}50%{transform:translate(2%,2%)}}@keyframes shining{0%{width:0}to{width:0}50%{width:30px}}@keyframes shooting{0%{transform:translate(0)}to{transform:translate(300px)}}@keyframes tail{0%{width:0}to{width:0}30%{width:100px}}.parallax>use{animation:move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite}.parallax>use:nth-child(1){animation-delay:-2s;animation-duration:7s}.parallax>use:nth-child(2){animation-delay:-3s;animation-duration:10s}.parallax>use:nth-child(3){animation-delay:-4s;animation-duration:13s}.parallax>use:nth-child(4){animation-delay:-5s;animation-duration:20s}.waves{width:100%;height:30vh;min-height:100px;max-height:350px;position:absolute;bottom:0}.waves-bg-overlay{width:100%;height:100%;position:absolute;top:0;left:0;background:radial-gradient(circle at 50% 50%,#fff0,#03030366);pointer-events:none}.waves-container{width:100%;height:100vh;position:fixed;top:0;left:0;background:linear-gradient(180deg,#030303,#1e1b4b);z-index:-1;overflow:hidden}@keyframes move-forever{0%{transform:translate3d(-90px,0,0)}to{transform:translate3d(85px,0,0)}}.tips-page{max-width:800px;margin:0 auto;padding:40px 20px 60px;color:var(--primary-text)}.tips-page h1{font-size:3rem;margin-bottom:2rem;text-align:center;background:linear-gradient(180deg,#f28dff,#6a3cc4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:800}.tips-section{margin-bottom:3rem;background:#14142399;padding:2rem;border-radius:16px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tips-section h2{color:var(--primary);font-size:1.8rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:12px}.tips-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:1.5rem}.tip-item{display:flex;gap:1rem;align-items:flex-start}.tip-number{background:var(--primary);color:#000;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.9rem;flex-shrink:0}.tip-content h3{margin:0 0 .5rem;font-size:1.2rem;color:var(--primary-text)}.tip-content p{margin:0;color:var(--primary-muted);line-height:1.6}.pro-tip{margin-top:1rem;padding:1rem;background:#a855f71a;border-left:4px solid var(--primary);border-radius:4px}.pro-tip strong{color:var(--primary)}@media(max-width:768px){.tips-page{padding-top:40px}.tips-page h1{font-size:2.2rem}.tips-section{padding:1.5rem}}.mouse-settings-page{min-height:100vh;position:relative;z-index:1}.debug-toggle-btn{position:fixed;top:80px;right:20px;z-index:1000;background:var(--bg-dark);border:1px solid var(--border-main);color:var(--slate-400);padding:8px 15px;border-radius:50px;display:flex;align-items:center;gap:8px;cursor:pointer;transition:all .2s;font-size:.8rem;font-weight:700}.debug-toggle-btn:hover{background:var(--bg-card);color:var(--white)}.debug-toggle-btn.active{background:var(--accent-red);border-color:var(--accent-red);color:var(--white)}.debug-toggle-btn span{display:inline-block}.player-settings-card.debug-card{border-color:var(--accent-red);position:relative}.debug-index{position:absolute;top:10px;right:15px;color:var(--accent-red);font-weight:800;font-size:.9rem;opacity:.6}.debug-raw-data{margin-top:20px;padding-top:15px;border-top:1px dashed var(--border-main)}.debug-raw-data pre{background:#000;padding:10px;border-radius:4px;font-size:.75rem;color:#0f0;overflow-x:auto;margin-top:5px}.mouse-settings-container{max-width:var(--max-content-width, 1200px);margin:0 auto}.mouse-settings-header{text-align:center;margin-bottom:40px}.mouse-settings-header h1{font-family:var(--font-primary);font-size:3.5rem;color:var(--white);margin-bottom:10px;text-transform:uppercase;letter-spacing:1px}.mouse-settings-header p{color:var(--primary-text);font-size:1.1rem;margin-bottom:30px}.search-filter-container{max-width:500px;margin:0 auto}.player-search-input{width:100%;padding:12px 20px;border-radius:8px;border:1px solid var(--border-main);background:var(--bg-dark);color:var(--white);font-size:1rem;outline:none;transition:border-color .2s}.player-search-input:focus{border-color:var(--primary)}.settings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px;margin-bottom:40px}.player-settings-card{background:var(--bg-card);border:1px solid var(--border-main);border-radius:12px;padding:20px;transition:border-color .2s}.card-header{display:flex;align-items:center;gap:15px;margin-bottom:15px}.player-avatar-container{width:60px;height:60px;flex-shrink:0;border-radius:50%;overflow:hidden;background:var(--bg-dark);border:2px solid var(--border-main);display:flex;align-items:center;justify-content:center}.player-avatar-img{width:100%;height:100%;object-fit:cover}.player-avatar-placeholder{color:var(--primary-muted)}.player-info{flex:1}.player-info h2{font-family:var(--font-primary);font-size:2rem;color:var(--white);margin:0;line-height:1}.prosettings-link{color:var(--primary);font-size:.85rem;text-decoration:none;display:flex;align-items:center;gap:4px;margin-top:4px;opacity:.8;transition:opacity .2s}.prosettings-link:hover{text-decoration:underline;opacity:1}.gear-highlight{background:#d4a8ff0d;border:1px solid var(--border-main);border-radius:8px;padding:12px 15px;margin-bottom:20px}.gear-highlight .setting-item.full-width{display:flex;flex-direction:column;gap:4px}.mouse-name{display:flex;align-items:center;gap:8px;color:var(--primary-text)!important;font-size:1.2rem!important;text-decoration:none}.mouse-name.clickable{cursor:pointer;transition:color .2s}.mouse-name.clickable:hover{color:var(--primary)!important;text-decoration:underline}.mouse-link-icon{opacity:.6}.mouse-name.clickable:hover .mouse-link-icon{opacity:1}.settings-table{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.setting-item{display:flex;flex-direction:column}.setting-item .label{font-size:.75rem;color:var(--slate-400);text-transform:uppercase;letter-spacing:.5px}.setting-item .value{font-size:1.1rem;color:var(--white);font-weight:600}.scroll-loader{text-align:center;padding:40px;color:var(--primary-text);font-weight:500;font-size:1.1rem;display:flex;flex-direction:column;align-items:center;gap:15px}.loader-dots{display:flex;gap:8px}.loader-dots span{width:10px;height:10px;background:var(--primary);border-radius:50%;animation:bounce .6s infinite alternate}.loader-dots span:nth-child(2){animation-delay:.2s}.loader-dots span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%{transform:translateY(0);opacity:.4}to{transform:translateY(-10px);opacity:1}}.end-of-list{text-align:center;padding:40px;color:var(--slate-500);font-size:1rem;font-style:italic}.no-results{text-align:center;padding:40px;color:var(--primary-text);font-size:1.2rem}@media(max-width:768px){.mouse-settings-header h1{font-size:2.5rem}.settings-grid{grid-template-columns:1fr}.debug-toggle-btn{top:auto;bottom:20px;right:20px}}.admin-page{padding:2rem;max-width:var(--max-content-width);margin:0 auto;min-height:80vh}.admin-header{margin-bottom:2rem;text-align:center}.admin-header h1{font-size:2.5rem;margin-bottom:.5rem;color:var(--primary-text)}.admin-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.admin-card{background:var(--bg-card);border:1px solid var(--border-main);border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem;transition:transform .2s,border-color .2s}.admin-card:hover{transform:translateY(-4px);border-color:var(--primary)}.special-contact-card{background:linear-gradient(145deg,var(--bg-card),var(--bg-dark));border:1px solid var(--primary-muted)}.admin-avatar{width:100px;height:100px;border-radius:50%;object-fit:cover;border:2px solid var(--border-light)}.special-avatar{display:flex;align-items:center;justify-content:center;background:var(--bg-dark);border:2px solid var(--primary-muted)}.admin-info{text-align:center}.admin-name{font-size:1.2rem;font-weight:600;color:var(--primary-text);margin-bottom:.25rem}.admin-role{font-size:.9rem;color:var(--primary-text);text-transform:uppercase;letter-spacing:.5px;font-weight:500}.admin-actions{width:100%;margin-top:auto;display:flex;gap:.75rem}.admin-actions>*{flex:1}.password-reset{min-height:45rem;display:flex;position:relative;padding:60px 30px;color:var(--primary-text);background-color:#030303;background-size:cover;background-position:center;background-repeat:no-repeat;flex-direction:column;align-items:center;justify-content:center;text-align:center}.password-reset .error{width:100%;margin-top:1rem;color:#ff4d4d;font-size:.9rem;text-align:center}.password-reset .logo{width:7rem;margin-bottom:1rem}.password-reset .success-message{width:100%;margin-top:1rem;color:#4caf50;font-size:.9rem;text-align:center}.password-reset a{color:var(--primary-light);font-weight:700;text-decoration:none}.password-reset a:hover{text-decoration:underline}.password-reset button{width:100%;margin-top:.5rem;padding:.6rem .9rem;border:none;color:#0d0d0d;font-size:1rem;font-weight:600;background-color:#c9f;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.password-reset button:hover{background-color:#bc79ff}.password-reset form{width:25rem;display:flex;margin-top:1rem;padding:1.5rem;border:1px solid #331f47;border-radius:6px;background-color:#080808;text-align:left;flex-direction:column;gap:1rem}.password-reset h1{margin-bottom:.5rem;color:#d9c6ec;font-size:2rem}.password-reset h2{margin-bottom:1rem;color:#d9c6ec;font-size:1.5rem}.password-reset input{width:100%;padding:.8rem;border:1px solid #4c5567;color:#d9c6ec;font-size:.9rem;border-radius:6px;background-color:#030303;box-sizing:border-box}.password-reset input:focus{outline:none;border-color:#c9f}.password-reset p{margin-top:.5rem}@media(max-width:768px){.password-reset{min-height:100vh;padding:40px 20px;padding-top:6rem;justify-content:flex-start}.password-reset form{width:100%;max-width:400px;padding:1.5rem}.password-reset h1{font-size:1.75rem}}.forgot{text-align:right;margin-top:.2rem;font-size:.85rem}.forgot a{color:var(--primary-muted);text-decoration:none;transition:color .2s}.forgot a:hover{color:var(--primary);text-decoration:underline}.input-group{height:42px;display:flex;padding:0 12px;border:1px solid var(--border-main);background:var(--bg-dark);align-items:center;border-radius:8px;transition:all .2s ease}.input-group input{width:100%;padding:8px 12px;border:none;background:transparent;color:var(--primary-text);font-size:.95rem;flex:1;outline:none}.input-group input::placeholder{color:var(--text-placeholder)}.input-group svg{width:20px;height:20px;color:var(--slate-400);flex-shrink:0}.input-group:focus-within{border-color:var(--primary);box-shadow:0 0 0 2px #a855f71a}.input-wrapper{width:100%;display:flex;margin-bottom:0;flex-direction:column;gap:.5rem}.password-toggle-icon{display:flex;padding:4px;color:var(--slate-400);cursor:pointer;align-items:center}.password-toggle-icon:hover{color:var(--primary-text)}.signin{min-height:100vh;display:flex;position:relative;padding:4rem 1rem;background:transparent;color:var(--primary-text);flex-direction:column;align-items:center;font-family:var(--font-primary)}.signin .access{display:none}.signin .error{margin-top:1rem;padding:.8rem;border:1px solid rgb(255 77 77 / 30%);background:#ff4d4d1a;color:var(--text-error);font-size:.9rem;text-align:center;border-radius:8px}.signin button[type=submit]{width:100%;margin-top:.5rem;padding:.8rem;border:none;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-hover) 100%);color:#000;font-size:1.1rem;font-weight:700;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #a855f74d}.signin button[type=submit]:hover{transform:translateY(-2px);box-shadow:0 6px 20px #a855f77f}.signin form{width:100%;max-width:420px;display:flex;position:relative;padding:2.5rem;border:1px solid var(--border-main);background:#0f0f19b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;box-shadow:0 8px 32px #0006;flex-direction:column;gap:1.5rem;z-index:1}.signin h2{margin-bottom:.5rem;color:var(--primary-text);font-size:2.5rem;font-weight:800;text-align:center}.signin h3{margin:0;margin-bottom:.5rem;padding-bottom:1rem;color:var(--primary-text);font-size:1.8rem;border-bottom:1px solid var(--border-main)}.signin label{margin-left:2px;color:var(--slate-400);font-size:.9rem;font-weight:500}.signin:before{width:100%;height:100%;position:absolute;top:0;left:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%239C92AC' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");content:"";pointer-events:none}.signin>p{margin-bottom:2rem;color:var(--primary-muted);font-size:1.1rem;text-align:center}.signin>p:last-child{margin-top:1rem}.signup-link{margin-left:5px;color:var(--primary);font-weight:600;text-decoration:none}.signup-link:hover{text-decoration:underline}@media(max-width:768px){.signin{padding:2rem 1rem}.signin form{padding:1.5rem}.signin h2{font-size:2rem}}.custom-input-container{width:100%;display:flex;margin-bottom:1rem;flex-direction:column}.custom-input-field{width:100%;height:45px;padding:0 16px;border:1px solid rgb(139 92 246 / 30%);color:var(--primary-text);font-size:15px;border-radius:8px;background-color:#14142899;box-sizing:border-box;transition:all .2s}.custom-input-field:-webkit-autofill,.custom-input-field:-webkit-autofill:focus{transition:background-color 0s 600000s,color 0s 600000s!important}.custom-input-field::placeholder{color:var(--primary-muted)}.custom-input-field:focus{outline:none;border-color:#a855f7}.custom-input-field:hover{border-color:#8b5cf67f}.custom-input-field[type=number]{appearance:textfield;appearance:none}.custom-input-field[type=number]::-webkit-outer-spin-button,.custom-input-field[type=number]::-webkit-inner-spin-button{appearance:none;margin:0}.custom-input-field::-webkit-calendar-picker-indicator{cursor:pointer;filter:invert(78%) sepia(39%) saturate(565%) hue-rotate(212deg) brightness(101%) contrast(101%)}.custom-input-group{width:100%;display:flex;position:relative;align-items:center}.custom-input-group.has-icon .custom-input-field{padding-left:2.5rem}.custom-input-group.has-toggle .custom-input-field{padding-right:2.5rem}.custom-input-icon{width:1rem;height:1rem;display:flex;position:absolute;left:.8rem;padding:0;color:var(--primary-muted);align-items:center;justify-content:center;pointer-events:none}.custom-input-icon svg{width:100%;height:100%}.custom-input-label{display:block;margin-bottom:.5rem;color:var(--primary-text);font-weight:500}.custom-input-toggle{display:flex;position:absolute;right:.8rem;color:var(--primary-muted);cursor:pointer;align-items:center;justify-content:center}.custom-input-toggle svg{width:1rem;height:1rem}.school-signup{display:flex;padding:40px 20px;color:var(--primary-text);background-color:var(--bg-main);flex-direction:column;align-items:center;font-family:Arial,sans-serif}.school-signup .error{margin-top:10px;color:var(--text-error)}.school-signup .input-wrapper{margin-bottom:20px}.school-signup .logo{width:150px;margin-bottom:20px}.school-signup button{padding:12px;border:none;border-radius:5px;background-color:var(--primary);color:var(--text-black);cursor:pointer;transition:background-color .3s ease}.school-signup button:disabled{background-color:#4a2c6b;color:#997ab8;cursor:not-allowed}.school-signup button:hover{background-color:var(--primary-hover)}.school-signup form{width:100%;max-width:80%;display:flex;flex-direction:column}.school-signup h2{margin-bottom:10px}.school-signup input,.school-signup textarea,.school-signup select{width:100%;padding:12px;border:1px solid var(--border-main);border-radius:5px;background-color:var(--bg-dark);color:var(--primary-text);box-sizing:border-box}.school-signup label{display:block;margin-bottom:8px}.school-signup p{margin-bottom:30px}.school-signup textarea{min-height:120px;resize:vertical}.chips-input-container{width:100%;min-height:38px;display:flex;position:relative;padding:.3rem .3rem .3rem 2.3rem;border:1px solid #4c5567;color:#d9c6ec;border-radius:6px;background-color:#030303;flex-wrap:wrap;gap:.5rem;align-items:center;cursor:text}.chips-input-container .chip{display:flex;padding:5px 15px;border:1px solid rgb(204 153 255 / 50%);color:#d9c6ec;font-size:1rem;background-color:#cc99ff1a;border-radius:16px;align-items:center;gap:4px;word-break:break-word;overflow-wrap:break-word;white-space:normal}.chips-input-container .chip-remove{width:16px;height:16px;display:inline-flex;font-size:10px;font-weight:700;cursor:pointer;align-items:center;justify-content:center;border-radius:50%;background-color:#0000001a;line-height:1}.chips-input-container .chip-remove:hover{background-color:#0003}.chips-input-container input{width:auto!important;min-width:60px;height:auto;margin:0!important;padding:0!important;border:none!important;background:transparent!important;color:#d9c6ec;font-size:.9rem;flex:1}.chips-input-container input:focus{outline:none!important;box-shadow:none!important}.chips-input-container.disabled{background-color:#2a2a2e;opacity:.7;cursor:not-allowed}.chips-input-container.readonly{border:none;background-color:transparent;padding:0;min-height:auto;width:100%;cursor:default}.custom-dropdown-container{width:100%;display:flex;flex-direction:column;gap:8px}.custom-dropdown-icon{display:flex;position:absolute;left:.8rem;color:var(--primary-muted);pointer-events:none;align-items:center;justify-content:center;z-index:1}.custom-dropdown-icon svg{width:1.1rem;height:1.1rem}.custom-dropdown-inner{width:100%;display:flex;position:relative;align-items:center}.custom-dropdown-label{color:var(--primary-text);font-size:14px;font-weight:500}.custom-dropdown-select{width:100%;height:45px;position:relative;padding:0 32px 0 16px;border:1px solid rgb(139 92 246 / 30%);background:#14142899;color:var(--primary-text);font-size:15px;border-radius:8px;cursor:pointer;transition:all .2s;outline:none;box-sizing:border-box;appearance:none;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23a0a0a0%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%0-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);background-repeat:no-repeat;background-position:right 12px top 50%;background-size:10px auto}.custom-dropdown-select:disabled{opacity:.6;cursor:not-allowed}.custom-dropdown-select:focus{border-color:#a855f7}.custom-dropdown-select:hover{border-color:#8b5cf67f}.has-icon .custom-dropdown-select{padding-left:2.5rem}.autocomplete-wrapper{width:100%;position:relative}.places-autocomplete-input{width:100%;padding:.5rem;border:1px solid var(--border-main);border-radius:6px;background-color:var(--bg-main);color:var(--primary-text);font-size:.9rem}.places-autocomplete-input::placeholder{color:var(--primary-muted)}.suggestions{width:100%;max-height:200px;position:absolute;top:100%;left:0;margin:0;padding:0;border:1px solid var(--border-main);background-color:var(--bg-card);border-top:none;border-radius:0 0 6px 6px;list-style:none;z-index:1000;overflow-y:auto}.suggestions li{padding:.5rem 1rem;cursor:pointer;color:var(--primary-text);font-size:.9rem}.suggestions li:hover{background-color:var(--bg-card-hover)}.signup{min-height:100vh;display:flex;position:relative;padding:4rem 1rem;background:radial-gradient(circle at top center,#1a1a2e,#000);color:var(--primary-text);flex-direction:column;align-items:center;justify-content:center;font-family:var(--font-primary)}.signup:before{width:100%;height:100%;position:absolute;top:0;left:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%239C92AC' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");content:"";pointer-events:none}.signup h2{margin-bottom:.5rem;background:linear-gradient(135deg,var(--primary-text) 0%,var(--primary) 100%);font-size:2.5rem;font-weight:800;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.signup p{margin-bottom:2rem;color:var(--primary-muted);font-size:1.1rem}.signup-options{display:flex;position:absolute;top:2rem;right:2rem;z-index:10;gap:1rem}.signup-options button{padding:.5rem 1.2rem;border:1px solid var(--primary);background:transparent;color:var(--primary);font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s ease}.signup-options button:hover{background:var(--primary);color:#000;box-shadow:0 0 15px #a855f766}.signup form{width:80%;max-width:800px;display:flex;flex-direction:column;gap:1.5rem;position:relative;z-index:1}.signup-card{width:100%;display:flex;padding:2.5rem;border:1px solid rgb(255 255 255 / 10%);background:#14142399;border-radius:16px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 8px 32px #0006;flex-direction:column;gap:1.2rem}.signup-card h3{margin-bottom:0;padding-bottom:1rem;color:var(--primary-text);font-size:1.8rem;border-bottom:1px solid var(--border-main)}.signup-card .access{margin-top:-.5rem;margin-bottom:1.5rem;color:var(--primary-muted);font-size:.9rem;text-transform:uppercase;letter-spacing:1px}.input-wrapper{width:100%;display:flex;margin-bottom:0!important;flex-direction:column;gap:.5rem}.input-wrapper label{margin-left:4px;color:var(--primary-text);font-weight:600}.input-wrapper input,.input-wrapper select,.input-wrapper textarea{width:100%;padding:.75rem;border:1px solid rgb(139 92 246 / 30%);color:var(--primary-text);font-size:1rem;border-radius:8px;background-color:#14142899;box-sizing:border-box}.input-wrapper input:focus,.input-wrapper select:focus,.input-wrapper textarea:focus{outline:none;border-color:var(--primary)}.full-width{grid-column:1 / -1;width:100%}.split-row{display:flex;gap:12px;align-items:flex-start}.split-row>*{flex:1;min-width:0}.form-grid{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.signup-actions button{width:100%;margin-top:1rem;padding:1rem;border:none;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-hover) 100%);color:#000;font-size:1.1rem;font-weight:700;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #a855f74d}.signup-actions button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #a855f77f}.signup-actions button:disabled{border:1px solid var(--border-main);background:var(--bg-card);color:var(--primary-muted);cursor:not-allowed;transform:none;box-shadow:none}.membership-options{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:.5rem;margin-bottom:.5rem}.membership-option{display:flex;padding:1.2rem;border:1px solid var(--border-main);background:#ffffff08;border-radius:12px;cursor:pointer;transition:all .3s ease;flex-direction:column;align-items:center;text-align:center}.membership-option:hover{background:#ffffff0f;transform:translateY(-2px);border-color:var(--primary-muted)}.membership-option.selected{border-color:var(--primary);background:#a855f71a;box-shadow:0 0 20px #a855f733}.membership-option.selected h4{color:var(--primary)}.membership-option h4{margin:0 0 .5rem;font-size:1.2rem;color:var(--primary)}.membership-option p{margin:0;color:var(--primary-muted);font-size:.85rem;line-height:1.4}.error{padding:.8rem;border:1px solid rgb(255 77 77 / 30%);background:#ff4d4d1a;color:var(--text-error);font-size:.9rem;text-align:center;border-radius:8px;margin-top:1rem}.billing-toggle-container{display:flex;justify-content:center;margin-bottom:1rem}.billing-toggle{display:flex;background-color:var(--bg-dark);border-radius:8px;padding:4px;border:1px solid var(--border-main)}.billing-toggle button{padding:8px 16px;border:none;background:transparent;color:var(--text-placeholder);font-size:.9rem;font-weight:600;border-radius:6px;cursor:pointer;transition:all .2s ease;width:auto;margin-top:0;box-shadow:none}.billing-toggle button.active{background-color:var(--primary);color:var(--text-black)}.billing-toggle button:hover:not(.active){color:var(--primary-text);transform:none;box-shadow:none}.checkout-view{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.checkout-container{width:100%;max-width:800px;background:var(--bg-card);padding:2rem;border-radius:12px;border:1px solid var(--border-main)}.signup>p:last-child{margin-top:2rem;font-size:.95rem}.signup>p:last-child a{margin-left:5px;color:var(--primary);font-weight:600;text-decoration:none}.signup>p:last-child a:hover{text-decoration:underline}input[type=checkbox]{accent-color:var(--primary);width:1.2rem;height:1.2rem;cursor:pointer}@media(max-width:768px){.signup{padding:2rem 1rem}.signup form{width:100%;padding:0}.form-grid{grid-template-columns:1fr}.split-row{flex-direction:column;gap:1.2rem}.membership-options{grid-template-columns:1fr}.signup-options{position:relative;top:auto;right:auto;justify-content:center;margin-bottom:2rem}}.btn-confirm-action{padding:8px 16px;border:1px solid var(--primary);background:var(--primary);color:var(--bg-main);font-weight:600;border-radius:6px;cursor:pointer;transition:all .2s}.btn-confirm-action:hover{background:var(--primary-hover);border-color:var(--primary-hover)}.btn-confirm-action.danger{background:var(--text-error);border-color:var(--text-error);color:#fff}.btn-confirm-action.danger:hover{background:#f33;border-color:#f33}.btn-confirm-cancel{padding:8px 16px;border:1px solid var(--border-light);background:transparent;color:var(--text-placeholder);font-weight:600;border-radius:6px;cursor:pointer;transition:all .2s}.btn-confirm-cancel:hover{background:#ffffff0d;color:var(--primary-text)}.confirmation-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:8px}.confirmation-dialog{width:90%;max-width:400px;display:flex;padding:24px;border:1px solid var(--border-main);background-color:var(--bg-card);border-radius:12px;box-shadow:0 8px 32px #0000007f;flex-direction:column;gap:20px;animation:slideUp .2s ease-out}.confirmation-message{margin:0;color:var(--primary-text);font-size:1rem;line-height:1.5}.confirmation-overlay{width:100%;height:100%;display:flex;position:fixed;top:0;left:0;background-color:#000000b3;justify-content:center;align-items:center;z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease-out}.confirmation-title{margin:0;color:var(--primary-text);font-size:1.25rem;font-weight:700}.custom-chip{display:flex;padding:2px 8px;border:1px solid rgb(204 153 255 / 50%);color:var(--primary-text);font-size:.85rem;background-color:#cc99ff1a;border-radius:16px;align-items:center;gap:4px}.custom-chip-remove{width:16px;height:16px;display:inline-flex;font-size:10px;font-weight:700;cursor:pointer;align-items:center;justify-content:center;border-radius:50%;background-color:#0000001a;line-height:1}.custom-chip-remove:hover{background-color:#0003}.custom-chips-input-container{width:100%;display:flex;margin-bottom:1rem;flex-direction:column}.custom-chips-input-container.disabled{opacity:.6;pointer-events:none}.custom-chips-input-icon{width:1rem;height:1rem;display:flex;position:absolute;top:50%;left:.8rem;color:var(--primary-muted);transform:translateY(-50%);align-items:center;justify-content:center;pointer-events:none}.custom-chips-input-icon svg{width:100%;height:100%}.custom-chips-input-label{display:block;margin-bottom:.5rem;color:var(--primary-text);font-weight:500}.custom-chips-input-wrapper{width:100%;min-height:45px;display:flex;position:relative;padding:4px 16px;border:1px solid rgb(139 92 246 / 30%);background:#14142899;align-items:center;border-radius:8px;box-sizing:border-box;flex-wrap:wrap;gap:6px;cursor:text;transition:all .2s}.custom-chips-input-wrapper input{width:auto;min-width:60px;height:100%;margin:0;padding:0;border:none;background:transparent;color:var(--primary-text);font-size:15px;flex:1;outline:none}.custom-chips-input-wrapper input::placeholder{color:var(--primary-muted)}.custom-chips-input-wrapper:focus-within{border-color:#a855f7}.custom-chips-input-wrapper:hover{border-color:#8b5cf67f}.custom-chips-input-wrapper.has-icon{padding-left:2.5rem}.custom-textarea-char-count{margin-top:.25rem;color:var(--primary-muted);font-size:.8rem;text-align:right}.custom-textarea-char-count.limit-reached{color:var(--primary)}.custom-textarea-container{width:100%;display:flex;margin-bottom:1rem;flex-direction:column}.custom-textarea-field{width:100%;min-height:100px;padding:12px 16px;border:1px solid rgb(139 92 246 / 30%);color:var(--primary-text);font-size:15px;border-radius:8px;background-color:#14142899;box-sizing:border-box;resize:vertical;font-family:inherit;transition:all .2s}.custom-textarea-field::placeholder{color:var(--primary-muted)}.custom-textarea-field:focus{outline:none;border-color:#a855f7}.custom-textarea-field:hover{border-color:#8b5cf67f}.custom-textarea-label{display:block;margin-bottom:.5rem;font-weight:500}.actions{width:100%;display:flex;flex-direction:column;gap:1rem}.error-message{margin:0;color:var(--accent-red);font-size:.875rem}.pulse-dot{width:8px;height:8px;background-color:var(--accent-green);border-radius:50%;position:relative}.pulse-dot:after{width:100%;height:100%;position:absolute;top:50%;left:50%;content:"";transform:translate(-50%,-50%);border-radius:50%;background-color:var(--accent-green);animation:pulse-ring 2s infinite}.resend-button{width:100%;height:auto;padding:.875rem;border:none;background:var(--primary);color:var(--bg-dark);font-size:1rem;font-weight:600;border-radius:.5rem;cursor:pointer;transition:all .2s ease}.resend-button:disabled{background:var(--slate-700);color:var(--slate-400);cursor:not-allowed;transform:none}.resend-button:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 4px 12px #d4a8ff33}.resend-button.successSent{background:var(--accent-green);color:#fff}.status-indicator{display:flex;margin-bottom:2rem;padding:.75rem 1.25rem;border:1px solid rgb(255 255 255 / 5%);background:#ffffff08;align-items:center;gap:.75rem;border-radius:2rem}.status-indicator p{margin:0;color:var(--primary-muted);font-size:.9rem}.verify-card{width:100%;max-width:480px;display:flex;position:relative;padding:3rem 2rem;border:1px solid var(--border-main);background:var(--bg-card);border-radius:1rem;text-align:center;box-shadow:0 8px 32px #0006;flex-direction:column;align-items:center;overflow:hidden}.verify-card .description{margin-bottom:2rem;color:var(--text-placeholder);font-size:1rem;line-height:1.6}.verify-card .description strong{color:var(--primary-light);font-weight:600}.verify-card h2{margin:0 0 1rem;background:linear-gradient(to right,#fff,#ccc);color:var(--primary-text);font-size:2rem;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.verify-email-page{min-height:calc(100vh - 80px);display:flex;padding:2rem;background:var(--bg-main);align-items:center;justify-content:center}.verify-email-page .icon-wrapper{width:80px;height:80px;display:flex;margin-bottom:1.5rem;border:1px solid rgb(212 168 255 / 20%);background:#d4a8ff1a;color:var(--primary);border-radius:50%;align-items:center;justify-content:center}.wrong-email-button{padding:.5rem;border:none;background:transparent;color:var(--primary-muted);font-size:.9rem;cursor:pointer;transition:color .2s}.wrong-email-button:hover{color:var(--primary-text);text-decoration:underline}@keyframes pulse-ring{0%{width:100%;height:100%;opacity:.5}to{width:300%;height:300%;opacity:0}}@media(max-width:480px){.verify-card{padding:2rem 1.5rem}.verify-card h2{font-size:1.75rem}.verify-email-page{padding:1rem}}.circuits-page{padding:2rem;max-width:var(--max-content-width);margin:0 auto;min-height:80vh}.circuits-header{text-align:center;margin-bottom:3rem}.circuits-header h1{font-size:2.5rem;margin-bottom:.5rem;color:var(--primary-text)}.circuits-header p{color:var(--text-muted);font-size:1.1rem}.circuits-section-title{font-size:1.5rem;color:var(--primary-text);margin:2rem 0 1rem;border-bottom:1px solid var(--border-main);padding-bottom:.5rem}.circuits-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.circuit-card{background:var(--bg-card);border:1px solid var(--border-main);border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;transition:transform .2s,border-color .2s;cursor:default;text-decoration:none;color:inherit;position:relative;overflow:hidden}.circuit-name{font-size:1.25rem;font-weight:600;color:var(--primary-text)}.circuit-meta{display:flex;flex-direction:column;gap:.5rem;font-size:.9rem;color:var(--text-muted)}.meta-item{display:flex;gap:.5rem}.meta-label{font-weight:600;color:var(--text-white);min-width:80px}.circuit-description{font-size:.95rem;line-height:1.5;color:var(--text-placeholder);flex-grow:1}.circuit-note{font-size:.85rem;color:var(--accent-gold);background:#ffd7001a;padding:.5rem;border-radius:6px;border:1px solid rgba(255,215,0,.2)}.visit-link{color:var(--primary);font-weight:500;font-size:.9rem;display:flex;align-items:center;gap:.5rem;text-decoration:none;transition:text-decoration .2s}.visit-link:hover{text-decoration:underline}.circuit-actions{margin-top:auto;display:flex;gap:1.5rem;flex-wrap:wrap}.join-link{color:var(--primary)}@media(max-width:768px){.circuits-page{padding:1rem}.circuits-grid{grid-template-columns:1fr}.circuits-header h1{font-size:2rem}}.admin-tools-page{padding:2rem;color:var(--primary-text)}.admin-tools-header{margin-bottom:3rem}.admin-tools-header h1{font-size:2.5rem;margin-bottom:.5rem;color:var(--primary)}.admin-tools-header p{color:var(--primary-muted)}.admin-tool-section h2{margin-bottom:1.5rem;font-size:1.5rem;border-bottom:1px solid var(--border-main);padding-bottom:.5rem}.admin-tool-section{background:var(--bg-card);border:1px solid var(--border-main);border-radius:12px;padding:2rem;margin-bottom:2rem}.loader{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;animation:spin 1s linear infinite}.loader-container{width:100%;display:flex;justify-content:center;align-items:center;margin:0}.blocked-item{display:flex;padding:1rem;border:1px solid var(--border-main);background:var(--bg-card);justify-content:space-between;align-items:center;border-radius:8px}.blocked-item .user-info{display:flex;align-items:center;gap:1rem;font-weight:600}.blocked-list{max-width:600px;display:flex;flex-direction:column;gap:1rem}.blocked-users-page{min-height:80vh;padding:2rem;color:var(--primary-text)}.blocked-users-page .description{margin-bottom:2rem;color:var(--primary-muted)}.blocked-users-page h1{margin-bottom:.5rem;font-size:2rem}.empty-state{display:flex;padding:4rem;border:1px dashed var(--border-main);color:var(--primary-muted);flex-direction:column;align-items:center;justify-content:center;border-radius:12px}.empty-state p{margin-top:1rem;font-size:1.1rem}.empty-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.empty-btn{padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;border-radius:6px;text-decoration:none;transition:all .2s}.empty-btn.primary{background-color:var(--primary);color:var(--text-black)}.empty-btn.primary:hover{background-color:var(--primary-hover);transform:translateY(-2px)}.empty-btn.secondary{border:1px solid var(--primary);color:var(--primary);background-color:transparent}.empty-btn.secondary:hover{background-color:#d4a8ff1a;transform:translateY(-2px)}.favorites-empty{display:flex;border:1px dashed var(--border-primary-translucent);margin-top:1rem;padding:5rem 2rem;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-radius:1rem}.favorites-empty h3{margin-bottom:.5rem;color:var(--primary-text);font-size:1.5rem}.favorites-empty p{max-width:400px;margin-bottom:2rem;color:var(--primary-muted)}.favorites-header{display:flex;align-items:center;gap:12px;margin-bottom:32px}.favorites-list{display:flex;flex-direction:column;gap:12px}.favorites-page{width:100%;padding-top:40px;box-sizing:border-box}.favorites-page h1{width:100%;margin-bottom:1.5rem;color:var(--primary-text);font-weight:700;text-align:center}.favorites-table-header{display:grid;padding:0 16px 8px;color:var(--primary-muted);font-size:13px;font-weight:600;grid-template-columns:60px 1.5fr 80px 1fr 1fr 1fr 60px;gap:16px;text-transform:uppercase;letter-spacing:.5px}.favorites-table-header-school{display:grid;padding:0 16px 8px;color:var(--primary-muted);font-size:13px;font-weight:600;grid-template-columns:60px 1fr 1fr 1fr 80px 60px;gap:16px;text-transform:uppercase;letter-spacing:.5px}.header-icon{color:var(--primary)}.player-favorites-card .collapsible-title{color:var(--primary)!important}.school-favorites-card .collapsible-count{background-color:var(--accent-cyan)!important}.school-favorites-card .collapsible-title{color:var(--accent-cyan)!important}@media(max-width:768px){.favorites-page h1{font-size:2.2rem;line-height:1.2}.favorites-table-header,.favorites-table-header-school{grid-template-columns:60px 1fr 1fr 60px}.hide-mobile{display:none}}.collapsible-card{width:100%;margin-bottom:1.5rem;border:1px solid var(--border-main);background-color:transparent;border-radius:12px;overflow:hidden;box-sizing:border-box}.collapsible-content{padding:24px;border-top:1px solid var(--border-main)}.collapsible-content.no-padding{padding:0!important}.collapsible-count{padding:2px 10px;color:var(--bg-main);font-size:.8rem;font-weight:700;background-color:var(--primary);border-radius:12px}.collapsible-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background-color:#ffffff08;cursor:pointer;transition:background-color .2s ease}.collapsible-header:hover{background-color:#ffffff0f}.collapsible-icon{color:var(--primary-muted);transition:transform .3s ease}.collapsible-icon.open{transform:rotate(180deg)}.collapsible-title{display:flex;margin:0;color:var(--primary-text);font-size:1.1rem;font-weight:700;align-items:center;gap:12px}@media(max-width:768px){.collapsible-content,.collapsible-header{padding:16px}}.favorites-skeleton{width:100%;animation:fadeIn .3s ease-out}.skeleton-fav-action{width:40px;height:40px;border-radius:8px}.skeleton-fav-avatar{width:48px;height:48px;border-radius:50%;flex-shrink:0}.skeleton-fav-text{width:80%;height:20px;border-radius:4px}.skeleton-favorite-row{height:80px;display:grid;padding:16px;border:1px solid var(--border-main);background:var(--bg-card);border-radius:12px;grid-template-columns:60px 1fr 1fr 1fr 80px 60px;align-items:center;gap:16px}.skeleton-favorites-list{display:flex;flex-direction:column;gap:12px}.skeleton-header-cell{height:16px;border-radius:4px;background-color:#ffffff0d}.skeleton-header-row{display:grid;margin-bottom:8px;padding:0 16px 8px;grid-template-columns:60px 1fr 1fr 1fr 80px 60px;gap:16px}@media(max-width:768px){.skeleton-header-cell:nth-child(4),.skeleton-header-cell:nth-child(5),.skeleton-favorite-row>div:nth-child(4),.skeleton-favorite-row>div:nth-child(5){display:none}.skeleton-header-row,.skeleton-favorite-row{grid-template-columns:60px 1fr 1fr 60px}}.action-col{display:flex;justify-content:flex-end}.favorite-col{color:var(--primary-text);font-size:14px;overflow:visible;text-overflow:ellipsis;white-space:nowrap}.favorite-pfp{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid var(--border-primary-translucent)}.favorite-row{display:grid;padding:12px 16px;border:1px solid var(--border-primary-translucent);background:#1e1e3c66;grid-template-columns:60px 1.5fr 80px 1fr 1fr 1fr 60px;align-items:center;border-radius:8px;cursor:pointer;transition:all .2s;gap:16px}.favorite-row:hover{background:#1e1e3c99;border-color:var(--primary);transform:translate(4px)}.ign-col{color:var(--primary);font-weight:600}@media(max-width:768px){.favorite-row{grid-template-columns:60px 1fr 1fr 60px}.game-col,.gpa-col,.rank-col{display:none}}@keyframes heartPop{0%{transform:scale(1)}to{transform:scale(1)}50%{transform:scale(1.4)}}button.favorite-button{width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important;display:inline-flex!important;margin:0!important;padding:0!important;border:1px solid var(--primary)!important;background:transparent!important;color:var(--primary-hover)!important;border-radius:50%!important;cursor:pointer!important;transition:all .2s ease!important;align-items:center!important;justify-content:center!important;line-height:0!important;box-sizing:border-box!important;box-shadow:none!important;overflow:visible!important}button.favorite-button svg{width:22px!important;height:22px!important;margin:0!important;color:inherit!important}button.favorite-button:disabled{opacity:.7!important;cursor:not-allowed!important}button.favorite-button:hover{transform:scale(1.1)!important;border-color:var(--primary-hover)!important;background:#cc99ff1a!important}button.favorite-button.favorited{background:#ff4d4d1a!important;color:var(--accent-red)!important;border-color:var(--accent-red)!important}button.favorite-button.favorited svg{animation:heartPop .4s cubic-bezier(.175,.885,.32,1.275)}button.favorite-button.pro{color:var(--accent-gold)!important;border-color:var(--accent-gold)!important}button.favorite-button.pro.favorited{background:#ff4d4d1a!important;color:var(--accent-red)!important;border-color:var(--accent-red)!important}.scholarship-status{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600}.scholarship-status.available{color:var(--accent-green)}.scholarship-status.unavailable{color:var(--text-placeholder);opacity:.7}.school-fav-actions{display:flex;justify-content:flex-end}.school-fav-avatar img{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid var(--border-primary-translucent)}.school-fav-badges{display:flex;gap:8px}.school-fav-location{display:flex;color:var(--primary-text);font-size:14px;overflow:visible;text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:6px}.school-fav-name{color:var(--primary);font-size:14px;font-weight:600;overflow:visible;text-overflow:ellipsis;white-space:nowrap;display:flex;flex-direction:column;text-decoration:none}.recruiter-badge-small{font-size:10px;color:var(--accent-red);text-transform:uppercase;font-weight:800;letter-spacing:.5px;margin-top:2px}.school-fav-details{display:flex;align-items:center}.recruiter-affiliation-info{display:flex;align-items:center;gap:8px;color:var(--primary-text);font-size:13px;font-weight:600}.recruiter-affiliation-info svg{color:var(--accent-red)}.school-favorite-row{display:grid;padding:12px 16px;border:1px solid var(--border-primary-translucent);background:#1e1e3c66;color:inherit;grid-template-columns:60px 1fr 1fr 1fr 80px 60px;align-items:center;border-radius:8px;gap:16px;transition:all .2s;text-decoration:none}.school-favorite-row:hover{background:#1e1e3c99;border-color:var(--primary);transform:translate(4px)}@media(max-width:768px){.school-fav-location{display:none}.school-favorite-row{grid-template-columns:60px 1fr 1fr 60px}}.my-dashboard-content{flex:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;text-align:left;padding-left:8px}.my-dashboard-content button:disabled{border:none!important;color:var(--accent-disabled)!important;cursor:not-allowed!important}.my-dashboard-content:has(.pricing-container){align-items:center;text-align:center}.my-dashboard-layout{min-height:100vh;display:flex;background-color:var(--bg-main)}.collapse-btn{display:flex;padding:4px;border:none;background:none;color:var(--primary-muted);cursor:pointer;border-radius:4px;align-items:center;justify-content:center;transition:color .2s,background-color .2s}.collapse-btn:hover{color:var(--primary-text);background-color:var(--border-main)}.sidebar{width:14rem;display:flex;position:sticky;padding:1.5rem 1rem;color:var(--primary-text);background-color:var(--bg-main);border-right:1px solid var(--border-main);flex-direction:column;align-items:center;box-sizing:border-box;z-index:10;transition:width .3s ease}.sidebar-header{width:100%;min-height:2rem;display:flex;margin-bottom:1rem;align-items:center;justify-content:space-between}.sidebar-menu{width:100%;padding:0;list-style:none;text-align:left}.sidebar-title{margin:0;font-size:1.5rem;font-weight:700;white-space:nowrap}.sidebar.collapsed{width:5rem;padding:1.5rem .5rem}.sidebar.collapsed .sidebar-header{justify-content:center}@media(max-width:768px){.sidebar{display:none}}.badge-pulse{margin-left:auto;padding:.125rem .5rem;background:var(--accent-green);color:#fff;font-size:.75rem;font-weight:700;border-radius:10px;animation:pulse 2s ease-in-out infinite;box-shadow:0 0 #32cd32b3}.badge-pulse.collapsed-badge{min-width:16px;position:absolute;top:0;right:0;margin:0;padding:2px 4px;font-size:.6rem;text-align:center;border-radius:8px}.notification-badge{width:20px;height:20px;display:flex;margin-left:auto;color:var(--primary-text);font-size:12px;background-color:var(--accent-red);border-radius:50%;align-items:center;justify-content:center}.notification-badge.collapsed-badge{width:16px;height:16px;position:absolute;top:4px;right:4px;margin:0;font-size:10px}.sidebar-item{position:relative;margin-bottom:.8rem;border-radius:.5rem;transition:background-color .2s ease}.sidebar-item a{width:100%;display:flex;padding:.8rem 1rem;color:var(--primary-text);font-size:1rem;align-items:center;text-decoration:none;gap:12px;white-space:nowrap;overflow:hidden;box-sizing:border-box}.sidebar-item:hover{background-color:var(--border-main);color:var(--text-black)}.sidebar-item.active{background-color:transparent}.sidebar-item.active a{color:var(--primary-text)}.sidebar-item.active:hover{background-color:var(--border-main);opacity:1}.sidebar-item.collapsed a{justify-content:center;padding:.8rem 0}@keyframes pulse{0%{box-shadow:0 0 #32cd32b3}to{box-shadow:0 0 #32cd3200}50%{box-shadow:0 0 0 8px #32cd3200}}.dashboard-profile{width:100%;max-width:var(--max-content-width);display:flex;margin:0 auto;padding:1rem;flex-direction:column;box-sizing:border-box}.dashboard-profile .card{width:100%;padding:1.5rem;box-sizing:border-box;border:1px solid var(--border-primary-translucent);border-radius:.5rem;background-color:var(--bg-overlay-light)}.dashboard-profile .card-header{display:flex;align-items:center;margin-bottom:.5rem}.dashboard-profile .card-header label{margin-bottom:0}.dashboard-profile .card-left-align{width:100%}.dashboard-profile .column{min-width:0;display:flex;flex:1 1 300px;flex-direction:column;gap:1.5rem}.dashboard-profile .editable-card{width:100%;display:inline-block;margin-bottom:1.5rem;break-inside:avoid}.dashboard-profile .editable-card.full-width{display:block;column-span:all}.dashboard-profile .editable-title span{color:var(--primary-text)!important;font-weight:700}.dashboard-profile .full-width{grid-column:span 2}.dashboard-profile .link button{margin-top:.5rem;margin-bottom:1rem}.dashboard-profile .link input[type=text]{width:100%;padding:.3rem .5rem;border:1px solid #331f47;color:#d9c6ec;font-size:1rem;border-radius:6px;background-color:#030303}.dashboard-profile .link-label{display:block;margin-bottom:.3rem;color:#d9c6ec;font-size:1rem;font-weight:600}.dashboard-profile .no-bottom{margin-bottom:0!important}.dashboard-profile .red{border:1px solid var(--border-primary-translucent)}.dashboard-profile .red svg{color:#c9f}.dashboard-profile .row{width:100%;display:flex;padding:0;gap:1.5rem;align-items:flex-start;box-sizing:border-box;flex-wrap:wrap}.dashboard-profile .row.form-actions{margin-top:0;padding-top:0}.dashboard-profile .row.masonry-layout{width:100%;display:block;column-count:2;column-gap:1.5rem;box-sizing:border-box}.dashboard-profile button{display:block;border:none;color:#0d0d0d;font-size:.8rem;font-weight:700;background-color:#c9f;border-radius:6px;cursor:pointer;transition:background-color .2s ease}.dashboard-profile button:disabled{background-color:#555;color:#888;cursor:not-allowed}.dashboard-profile form{width:100%;color:var(--primary-text);border-radius:6px;text-align:left}.dashboard-profile h1{margin-right:auto;margin-bottom:1.5rem;margin-left:auto;color:var(--primary-text)!important;font-size:48px;font-weight:700;text-align:center}.dashboard-profile input::placeholder{color:#997ab8;font-size:.9rem}.dashboard-profile label,h2,h3{display:block;margin-bottom:.1rem;color:#d9c6ec;font-size:1.5rem;font-weight:600}.dashboard-profile svg{width:1.5rem;margin-right:.5rem;color:#c9f;vertical-align:middle}.dashboard-profile textarea{width:100%;padding:.3rem .5rem;border:1px solid #331f47;color:#d9c6ec;font-size:.9rem;border-radius:6px;background-color:#030303}.dashboard-profile textarea::placeholder{color:#997ab8;font-size:.9rem}@media(max-width:768px){.dashboard-profile .column{width:100%!important;flex:none!important}.dashboard-profile .row,.dashboard-profile .row.masonry-layout{display:flex!important;flex-direction:column!important;column-count:1!important;gap:1rem}.dashboard-profile h1{margin-bottom:1rem;font-size:28px}.dashboard-profile>div:nth-child(2){flex-direction:column!important;align-items:center!important;gap:1.5rem!important}.dashboard-profile>div:nth-child(2)>div:last-child{width:100%!important;max-width:100%!important}}.riot-connect-btn{width:100%;padding:12px;background:var(--primary)!important;color:#0d0d0d!important;border:none;border-radius:8px;font-weight:800;text-transform:uppercase;cursor:pointer;transition:all .2s ease;margin-top:8px}.riot-connect-btn:hover{background:var(--primary-hover)!important;transform:translateY(-2px);box-shadow:0 4px 12px #a855f74d}.riot-connect-btn:disabled{opacity:.6;cursor:wait}.profile-tooltip-icon{display:inline-flex;align-items:center;color:var(--primary-muted);cursor:help;position:relative;transition:color .2s ease;margin-left:8px;vertical-align:middle}.profile-tooltip-icon:hover{color:var(--primary)}.profile-tooltip-icon[data-tooltip]:after{content:attr(data-tooltip);position:absolute;bottom:150%;left:50%;transform:translate(-50%);padding:8px 12px;background:var(--bg-darker);color:var(--primary-text);font-size:.75rem;border-radius:6px;border:1px solid var(--border-main);white-space:nowrap;opacity:0;visibility:hidden;transition:all .2s ease;z-index:100;pointer-events:none;box-shadow:0 4px 15px #00000080}.profile-tooltip-icon[data-tooltip]:before{content:"";position:absolute;bottom:130%;left:50%;transform:translate(-50%);border-width:6px;border-style:solid;border-color:var(--border-main) transparent transparent transparent;opacity:0;visibility:hidden;transition:all .2s ease;z-index:100}.profile-tooltip-icon:hover:after,.profile-tooltip-icon:hover:before{opacity:1;visibility:visible;bottom:125%}.profile-tooltip-icon:hover:before{bottom:110%}.proactive-hint{margin-top:1.5rem;padding:1.25rem;background:#a855f70d;border:1px dashed var(--primary);border-radius:12px;display:flex;flex-direction:column;gap:.75rem;text-align:left}.proactive-hint .hint-header{display:flex;align-items:center;gap:8px;color:var(--primary);font-weight:700;font-size:.95rem;text-transform:uppercase;letter-spacing:.5px}.proactive-hint .hint-header svg{margin:0;width:20px;height:20px}.proactive-hint p{margin:0;color:var(--primary-text)!important;font-size:.9rem;line-height:1.5;opacity:.9;font-weight:400}.proactive-hint .hint-action-btn{align-self:flex-start;background:var(--primary)!important;color:#000!important;padding:8px 16px!important;font-size:.85rem!important;border-radius:6px;font-weight:700;transition:all .2s ease;margin-top:.25rem;border:none;cursor:pointer}.proactive-hint .hint-action-btn:hover{background:var(--primary-hover)!important;transform:translateY(-1px)}.badge-chip{display:inline-flex;position:relative;padding:4px 12px;border:1px solid var(--primary);color:var(--primary);font-size:.8rem;font-weight:700;background-color:#000;border-radius:16px;align-items:center;gap:6px;transition:all .2s ease}.badge-chip svg{width:1rem;height:1rem;margin-right:0;color:inherit;transition:color .2s ease}.badge-chip:hover{border:1px solid rgb(139 92 246 / 40%);background:#8b5cf626;color:#c084fc}.badge-chip:hover svg{color:#c084fc}.badge-chip.complete-profile-badge{border:1px solid rgb(34 197 94 / 40%);color:#4ade80;background-color:#22c55e26}.badge-chip.complete-profile-badge svg{color:#4ade80}.badge-chip[data-tooltip]:after{opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.badge-chip[data-tooltip]:before{opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.badge-chip[data-tooltip]:hover:after{position:absolute;bottom:125%;left:50%;padding:6px 10px;border:1px solid rgb(139 92 246 / 40%);color:#c084fc;font-size:.75rem;content:attr(data-tooltip);transform:translate(-50%);background-color:#8b5cf626;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:6px;white-space:nowrap;opacity:1;visibility:visible;z-index:1001;pointer-events:none;box-shadow:0 4px 12px #0000007f}.badge-chip[data-tooltip]:hover:before{content:"";position:absolute;bottom:115%;left:50%;transform:translate(-50%);border-width:5px;border-style:solid;border-color:rgb(139 92 246 / 40%) transparent transparent;z-index:1001}.input-group{display:flex;position:relative;margin-top:.5rem;align-items:center}.input-group input,.input-group select{width:100%;padding:.5rem;border:1px solid var(--border-main);border-radius:6px;background-color:var(--bg-main);color:var(--primary-text);font-size:.9rem}.input-group input:-webkit-autofill,.input-group input:-webkit-autofill:focus{transition:background-color 0s 600000s,color 0s 600000s!important}.input-group input::placeholder{color:var(--primary-muted)}.input-group:has(>.password-toggle-icon)>input{padding-right:2.3rem}.input-group>svg{width:1rem;position:absolute;left:.8rem;padding:0;color:var(--primary-muted)}.input-group>svg+input,.input-group>svg+select{padding-left:2.3rem}.input-wrapper{margin-bottom:1rem}.password-toggle-icon{position:absolute;right:.8rem;cursor:pointer;color:var(--primary-muted)}.password-toggle-icon svg{width:1rem;height:1rem}*{font-family:var(--font-primary)}input[type=number]{appearance:textfield;appearance:none}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{appearance:none;margin:0}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-main)}::-webkit-scrollbar-thumb{background:var(--border-main);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary-muted)}*{scrollbar-width:thin;scrollbar-color:var(--border-main) var(--bg-main)}.chip-display{display:inline-flex;padding:4px 12px;border:1px solid rgb(204 153 255 / 50%);background:#cc99ff1a;color:#d9c6ec;font-size:13px;font-weight:500;align-items:center;gap:6px;border-radius:16px}.chips-list{display:flex;flex-wrap:wrap;gap:6px}.edit-icon{color:#c084fc;opacity:0;transition:opacity .2s;flex-shrink:0}.edit-icon{color:#c084fc;opacity:0;transition:opacity .2s}.editable-field-group{position:relative;margin-bottom:20px}.editable-field-group.disabled{opacity:.6;pointer-events:none}.editable-input{width:100%;padding:12px 16px;border:2px solid rgb(139 92 246 / 50%);background:#1e1e3c7f;color:#e0e0e0;font-size:15px;border-radius:8px;font-family:inherit;cursor:pointer;transition:all .2s}.editable-input option{background:#1a1a2e;color:#e0e0e0}.editable-input:focus{outline:none;border-color:#a855f7;background:#1e1e3c99}.field-actions{width:fit-content;display:flex;margin-top:8px;margin-left:auto;gap:12px;justify-content:flex-end}.field-display{min-height:48px;display:flex;position:relative;padding:12px 16px;border:1px solid rgb(139 92 246 / 20%);background:#1e1e3c4d;color:#cbd5e1;font-size:15px;border-radius:8px;cursor:pointer;transition:all .2s;justify-content:space-between;align-items:center}.field-display:hover{background:#1e1e3c66;border-color:#8b5cf64d}.field-display:hover .edit-icon{opacity:1}.field-display.empty{color:#64748b;font-style:italic}.field-label{display:block;margin-bottom:8px!important;color:var(--primary-text)!important;font-size:13px!important;font-weight:600!important;text-align:left}.save-indicator{width:100%;display:flex;margin-top:8px;color:#10b981;font-size:12px;align-items:center;justify-content:flex-end;gap:6px;opacity:0;transition:opacity .3s}select.editable-input{appearance:none}.caret{display:none;color:var(--primary-text);transition:transform .3s ease}.char-count{margin-top:8px;color:#64748b;font-size:12px;text-align:right}.char-count.error{color:#ef4444}.editable-card{width:100%;margin-bottom:24px;padding:24px;border:1px solid rgb(139 92 246 / 30%);background:#14142866;border-radius:12px}.editable-content{display:block!important}.editable-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;cursor:default}.editable-title{display:flex;color:var(--primary-text);font-size:18px;font-weight:600;align-items:center;gap:10px}.editable-title svg{color:#c084fc}.field-actions{width:fit-content;display:flex;margin-top:12px;margin-left:auto;gap:12px;justify-content:flex-end}.save-indicator{display:inline-flex;color:#10b981;font-size:13px;align-items:center;gap:6px;opacity:0;transition:opacity .3s}.save-indicator.show{opacity:1}.text-display{min-height:80px;padding:16px;border:1px solid rgb(139 92 246 / 20%);background:#1e1e3c4d;color:#cbd5e1;font-size:15px;border-radius:8px;line-height:1.6;cursor:pointer;transition:all .2s;white-space:pre-wrap;word-break:break-word;text-align:left}.text-display:hover{background:#1e1e3c66;border-color:#8b5cf64d}.text-display.empty{color:#64748b;font-style:italic}.text-input{width:100%;min-height:120px;padding:16px;border:2px solid rgb(139 92 246 / 50%);background:#1e1e3c7f;color:#e0e0e0;font-size:15px;border-radius:8px;font-family:inherit;line-height:1.6;resize:vertical;transition:all .2s}.text-input:focus{outline:none;border-color:#a855f7;background:#1e1e3c99}@media screen and (max-width:768px){.caret{display:block}.caret.open{transform:rotate(180deg)}.editable-content.closed{display:none!important}.editable-header{cursor:pointer}}.category-badge{padding:4px 10px;border:1px solid var(--border-primary-translucent);background:#cc99ff26;color:var(--primary);font-size:11px;font-weight:600;border-radius:12px;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap}.checkbox.completed .checkmark{display:block}.checklist{display:flex;flex-direction:column;gap:8px}.checklist-container{padding-right:8px}.checklist-container::-webkit-scrollbar{width:8px}.checklist-container::-webkit-scrollbar-thumb{background:var(--border-primary-translucent);border-radius:4px}.checklist-container::-webkit-scrollbar-track{background:var(--bg-dark);border-radius:4px}.checklist-container.scrollable-checklist{max-height:210px;overflow-y:auto}.checklist-item{display:flex;padding:12px;border:1px solid transparent;background:var(--bg-dark);align-items:center;gap:12px;border-radius:8px;cursor:default;transition:all .2s ease}.checklist-item.clickable{cursor:pointer}.checklist-item.clickable:hover{background:#ffffff0d;border-color:var(--border-primary-translucent);transform:translate(4px)}.highlight-flash{animation:flash-purple 2s ease-out}@keyframes flash-purple{0%{background-color:transparent}10%{background-color:#cc99ff4d;box-shadow:0 0 20px #c9f3}to{background-color:transparent}}.checklist-item.hidden{display:none}.checklist-item.incomplete .checklist-text{color:var(--primary-muted)}.checklist-text{color:var(--primary-text);font-size:14px;flex:1}.checkmark{width:36px;height:36px;color:var(--primary)}.completion-fraction{color:var(--primary-muted);font-size:15px}.completion-fraction.completed{color:var(--accent-green)}.completion-info-container{display:flex;align-items:center;justify-content:center;position:relative;cursor:help}.completion-info-icon{color:var(--primary-muted);transition:color .2s ease}.completion-info-container:hover .completion-info-icon{color:var(--primary)}.completion-info-container[data-tooltip]:after{content:attr(data-tooltip);position:absolute;bottom:150%;left:50%;transform:translate(-50%);padding:8px 12px;background:var(--bg-main);border:1px solid var(--border-primary-translucent);color:var(--primary-text);font-size:12px;font-weight:500;border-radius:6px;white-space:normal;width:200px;text-align:center;opacity:0;visibility:hidden;transition:all .2s ease;z-index:1000;box-shadow:0 4px 12px #00000080;pointer-events:none}.completion-info-container[data-tooltip]:before{content:"";position:absolute;bottom:130%;left:50%;transform:translate(-50%);border-width:6px;border-style:solid;border-color:var(--border-primary-translucent) transparent transparent transparent;opacity:0;visibility:hidden;transition:all .2s ease;z-index:1000}.completion-info-container[data-tooltip]:hover:after,.completion-info-container[data-tooltip]:hover:before{opacity:1;visibility:visible}.completion-percentage{color:var(--primary);font-size:24px;font-weight:700}.completion-percentage.completed{color:var(--accent-green)}.completion-stats{display:flex;align-items:center;gap:16px}.completion-title.completed{color:var(--accent-green)!important}.completion-title.section-title{color:var(--primary-text);font-size:18px;font-weight:500;letter-spacing:.5px}.filter-tab{padding:6px 12px;border:1px solid transparent;color:var(--primary-muted);font-size:13px;font-weight:500;border-radius:6px;cursor:pointer;transition:all .2s}.filter-tab:hover{background:#8b5cf61a}.filter-tab.active{background:#cc99ff26;border-color:var(--border-primary-translucent);color:var(--primary)}.filter-tabs{display:flex;gap:8px}.progress-bar{width:100%;height:12px;border:1px solid var(--border-main);background:var(--bg-dark);border-radius:20px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,var(--primary),var(--primary-hover));border-radius:20px;transition:width .6s ease}.progress-fill.completed{background:linear-gradient(90deg,var(--accent-green),#28a745)}.status-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.badge-chip.complete-profile-badge{padding:6px 12px!important;font-size:.75rem!important;font-weight:500!important;gap:8px!important;border-radius:8px!important;background:linear-gradient(0deg,#22c55e26,#22c55e26),#080808!important;color:var(--badge-success)!important;border-color:#22c55e4d!important}.x-mark{width:36px;height:36px;color:var(--text-placeholder)}@media(max-width:768px){.category-badge{padding:2px 6px;font-size:10px}.checklist-item{padding:10px;gap:10px}.checklist-text{font-size:13px}.checkmark,.x-mark{width:24px;height:24px}.completion-percentage{font-size:18px}.completion-stats{gap:8px}.completion-title.section-title{font-size:16px}.filter-tab{padding:4px 10px;font-size:12px;white-space:nowrap;flex-shrink:0}.filter-tabs{max-width:100%;padding-bottom:4px;overflow-x:auto;-webkit-overflow-scrolling:touch}.status-icon{width:24px;height:24px}}.completion-body{transition:all .3s ease}.completion-body.closed{display:none}.completion-body.open{display:block}.completion-card{width:100%;margin-bottom:24px;padding:24px;border:1px solid var(--border-primary-translucent);background:var(--bg-card);border-radius:12px;box-sizing:border-box}.completion-card.closed .completion-header{margin-bottom:0}.completion-card.collapsible .completion-header{cursor:pointer}.completion-caret{transition:transform .3s ease;color:var(--primary-muted)}.completion-caret.open{transform:rotate(180deg)}.completion-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:1rem}.completion-header-right,.completion-header-right-group{display:flex;align-items:center;gap:16px}.completion-title{color:var(--primary-text);font-size:18px;font-weight:600}@media(max-width:768px){.completion-card{margin-bottom:16px;padding:16px}.completion-header{flex-direction:column;align-items:flex-start;gap:12px}.completion-header-right-group{width:100%;justify-content:space-between;margin-left:0}.completion-title{font-size:16px}}.mention-tag{color:var(--primary);cursor:pointer;font-weight:600;transition:opacity .15s ease}.mention-tag:hover{text-decoration:underline;opacity:.85}.shout-feed-container{width:100%;display:flex;flex-direction:column;gap:0;background:#ffffff05;border:1px solid var(--border-primary-translucent);border-radius:16px;overflow:hidden;position:relative}.shout-feed-filters{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;background:#ffffff08;border-bottom:1px solid var(--border-primary-translucent);width:100%;box-sizing:border-box;position:relative;z-index:3}.shout-filters-group{display:flex;gap:.5rem;flex-wrap:nowrap;overflow-x:auto;padding-bottom:8px;flex:1;min-width:0;mask-image:linear-gradient(to right,black 85%,transparent 100%);-webkit-mask-image:linear-gradient(to right,black 85%,transparent 100%);transition:mask-image .3s ease;scrollbar-width:none;-ms-overflow-style:none}.shout-filters-group::-webkit-scrollbar{display:none}.shout-filters-group:hover{mask-image:none;-webkit-mask-image:none;scrollbar-width:auto}.shout-filters-group:hover::-webkit-scrollbar{display:block;height:4px}.shout-filters-group::-webkit-scrollbar-track{background:transparent}.shout-filters-group::-webkit-scrollbar-thumb{background:var(--border-main);border-radius:2px}.shout-filters-group::-webkit-scrollbar-thumb:hover{background:var(--primary-muted)}.shout-action-toggle{padding:8px 16px;background:var(--bg-dark);color:var(--primary);border:1px solid var(--border-primary-translucent);border-radius:8px;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;white-space:nowrap}.shout-action-toggle:hover{background:var(--primary-hover);color:var(--text-black);border-color:var(--primary-hover)}.shout-action-toggle.active{background:var(--primary);color:var(--text-black);border-color:var(--primary)}.shout-filter-btn{padding:6px 16px;background:var(--bg-dark);border:1px solid var(--border-main);color:var(--primary-muted);border-radius:20px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease}.shout-filter-btn:hover{border-color:var(--primary);color:var(--primary-text)}.shout-filter-btn.active{background:var(--primary);border-color:var(--primary);color:var(--text-black)}.shout-feed-input-area{max-height:0;overflow:hidden;transition:max-height .3s cubic-bezier(.4,0,.2,1);background:#ffffff04;border-bottom:0px solid var(--border-primary-translucent);position:relative;z-index:2}.shout-feed-input-area.expanded{max-height:500px;overflow:visible;border-bottom:1px solid var(--border-primary-translucent)}.shout-feed-input-inner{padding:1.25rem}.shout-feed-list{display:flex;flex-direction:column;gap:.75rem;height:calc(var(--max-rows, 8) * 120px);overflow-y:auto;padding:1.25rem;position:relative;z-index:1}.shout-feed-loading-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0000004d;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:10;border-radius:8px}.shout-feed-list::-webkit-scrollbar{width:6px}.shout-feed-list::-webkit-scrollbar-track{background:var(--bg-main)}.shout-feed-list::-webkit-scrollbar-thumb{background:var(--border-main);border-radius:3px}.shout-feed-list::-webkit-scrollbar-thumb:hover{background:var(--primary-muted)}.shout-feed-sentinel{height:60px;display:flex;justify-content:center;align-items:center;padding:1rem 0}.shout-feed-row{display:flex;gap:1rem;padding:1.5rem;background-color:var(--bg-dark);border:1px solid var(--border-main);border-radius:8px;transition:all .2s ease;align-items:flex-start}.shout-feed-row:hover{border-color:var(--border-primary-translucent)}.shout-feed-avatar{width:48px;height:48px;flex-shrink:0;cursor:pointer;transition:transform .2s ease}.shout-feed-avatar:hover{transform:scale(1.05)}.shout-feed-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:1px solid var(--border-primary-translucent)}.shout-feed-content{flex:1;display:flex;flex-direction:column;gap:.25rem;min-width:0}.shout-feed-header{display:flex;align-items:center;gap:.75rem;flex-wrap:nowrap;width:100%}.shout-feed-ign{font-size:1.1rem;font-weight:700;color:var(--primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0;text-align:left;cursor:pointer;transition:color .2s ease}.shout-feed-ign:hover{color:var(--primary-hover);text-decoration:underline}.badge-chip{flex-shrink:0;cursor:pointer}.badge-chip:hover{opacity:.8}.shout-feed-text{color:var(--primary-text);font-size:.95rem;line-height:1.4;word-break:break-word;text-align:left}.shout-feed-time{color:var(--primary-muted);font-size:.8rem;transition:all .2s ease;white-space:nowrap;width:auto;margin:0;padding:0}.shout-feed-time.admin-clickable{cursor:pointer;padding:2px 6px;border-radius:4px}.shout-feed-time.admin-clickable:hover{color:var(--accent-red);background:#ef44441a}.shout-feed-loading,.shout-feed-empty,.shout-feed-error{height:calc(var(--max-rows, 8) * 120px);display:flex;align-items:center;justify-content:center;text-align:center;color:var(--primary-muted);border:1px solid var(--border-main);border-radius:8px}.shout-feed-error{color:var(--text-error)}.shout-feed-row .badge-chip.pro-badge{background:linear-gradient(0deg,#ffd70026,#ffd70026),#080808;color:var(--accent-gold)!important;border-color:#ffd7004d!important}.shout-feed-row .badge-chip.school-badge{background:linear-gradient(0deg,#22d3ee26,#22d3ee26),#080808;color:var(--accent-cyan)!important;border-color:#22d3ee4d!important}.shout-feed-row .badge-chip.admin-badge{background:linear-gradient(0deg,#ef444426,#ef444426),#080808;color:var(--accent-red)!important;border-color:#ef44444d!important}.shout-feed-row .badge-chip.student-badge{background:linear-gradient(0deg,#a855f726,#a855f726),#080808;color:var(--badge-player)!important;border-color:#a855f74d!important}@media(max-width:600px){.shout-feed-list{padding:.75rem;gap:.5rem}.shout-feed-row{padding:.75rem;gap:.75rem;border-radius:10px;align-items:flex-start}.shout-feed-avatar{width:36px;height:36px;flex-shrink:0}.shout-feed-avatar .badge-chip.icon-only-badge{margin:0;width:18px;height:18px;min-height:18px;min-width:18px;padding:0!important;justify-content:center;border-radius:50%;display:flex;align-items:center;background:none!important;border:none!important}.shout-feed-avatar .badge-chip.icon-only-badge svg{width:12px;height:12px;margin:0}.shout-feed-ign{font-size:.95rem}.shout-feed-text{font-size:.85rem;line-height:1.3}.shout-feed-header{gap:.3rem;margin-bottom:2px}.badge-chip{padding:1px 5px;font-size:.6rem;height:18px;line-height:1;box-sizing:border-box}.badge-chip svg{width:10px;height:10px}}@media(max-width:480px){.shout-feed-header{display:flex;align-items:center;width:100%;gap:.4rem}.shout-feed-ign{font-size:.9rem;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.shout-feed-time{font-size:.65rem;flex-shrink:0}.shout-feed-header .badge-chip{flex-shrink:0;margin-top:0}.shout-feed-text{margin-top:4px}}.mention-autocomplete{position:absolute;top:100%;left:0;right:0;background:var(--bg-dark);border:1px solid var(--border-main);border-radius:8px;max-height:240px;overflow-y:auto;z-index:11000;box-shadow:0 8px 24px #00000080;margin-top:4px}.mention-result{display:flex;align-items:center;padding:8px 12px;gap:10px;cursor:pointer;transition:background .15s ease}.mention-result:hover,.mention-result.selected{background:var(--bg-card-hover)}.mention-result-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;flex-shrink:0}.mention-result-info{display:flex;flex-direction:column;flex:1;min-width:0}.mention-result-name{font-size:.9rem;font-weight:600;color:var(--primary-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mention-result-username{font-size:.75rem;color:var(--primary-muted)}.mention-role-badge{font-size:.65rem;font-weight:700;text-transform:uppercase;padding:2px 6px;border-radius:4px;flex-shrink:0}.mention-role-badge.student{background:#d4a8ff26;color:var(--primary)}.mention-role-badge.pro{background:#ffd70026;color:var(--accent-gold)}.mention-role-badge.school{background:#00c8c826;color:var(--accent-cyan)}.mention-role-badge.admin{background:#ff505026;color:var(--accent-red)}.mention-loading-more,.mention-loading-initial{padding:12px;text-align:center;font-size:.8rem;color:var(--primary-muted);font-style:italic;background:#ffffff05}.mention-loading-initial{padding:24px}.shout-input-wrapper{width:100%;margin-bottom:1rem}.shout-form{display:flex;gap:1rem;align-items:flex-end}.shout-input-container{flex:1;position:relative;display:flex;align-items:center}.shout-field{width:100%;padding:.75rem 4rem .75rem 1rem;background-color:var(--bg-dark);border:1px solid var(--border-main);color:var(--primary-text);border-radius:8px;font-size:1rem;outline:none;transition:all .2s ease;margin:0;line-height:1.4}.shout-textarea{min-height:80px;resize:none;padding-bottom:2rem}.shout-field:focus{border-color:var(--primary);background-color:var(--bg-card-hover)}.shout-input-extras{position:absolute;right:1rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:.75rem;pointer-events:none}.textarea-extras{top:auto;bottom:.75rem;transform:none}.shout-input-extras>*{pointer-events:auto}.shout-error-border{border-color:var(--text-error)!important}.char-counter{font-size:.75rem;color:var(--primary-muted)}.shout-tooltip-icon{display:flex;align-items:center;color:var(--primary-muted);cursor:help;position:relative;transition:color .2s ease}.shout-tooltip-icon:hover{color:var(--primary)}.shout-tooltip-icon[data-tooltip]:after{content:attr(data-tooltip);position:absolute;bottom:150%;right:50%;transform:translate(50%);padding:8px 12px;background:var(--bg-darker);color:var(--primary-text);font-size:.75rem;border-radius:6px;border:1px solid var(--border-main);white-space:nowrap;opacity:0;visibility:hidden;transition:all .2s ease;z-index:100;pointer-events:none;box-shadow:0 4px 15px #00000080}.shout-tooltip-icon[data-tooltip]:before{content:"";position:absolute;bottom:130%;right:50%;transform:translate(50%);border-width:6px;border-style:solid;border-color:var(--border-main) transparent transparent transparent;opacity:0;visibility:hidden;transition:all .2s ease;z-index:100}.shout-tooltip-icon:hover:after,.shout-tooltip-icon:hover:before{opacity:1;visibility:visible;bottom:125%}.shout-tooltip-icon:hover:before{bottom:110%}.counter-danger{color:var(--text-error);font-weight:700}.shout-submit-btn{padding:.75rem 2rem;background-color:var(--primary);color:var(--text-black);border:1px solid transparent;border-radius:8px;font-weight:700;cursor:pointer;transition:all .2s ease;white-space:nowrap;margin:0;display:flex;align-items:center;justify-content:center;line-height:1.2}.shout-submit-btn:hover:not(:disabled){background-color:var(--primary-hover);transform:translateY(-1px)}.shout-submit-btn:disabled{opacity:.5;cursor:not-allowed;background-color:var(--primary-muted)}.shout-error-msg{margin-top:.5rem;color:var(--text-error);font-size:.85rem;text-align:left}.shout-input-subtitle{margin-top:0;margin-bottom:0;font-size:.8rem;color:var(--primary-muted);font-style:italic;text-align:left}.shout-input-footer{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem;gap:1rem;flex-wrap:wrap}.appeal-link{color:var(--primary);font-size:.85rem;font-weight:600;text-decoration:underline;transition:color .2s ease}.appeal-link:hover{color:var(--primary-hover)}@media(max-width:600px){.shout-form{flex-direction:column;align-items:stretch;gap:.75rem}.shout-submit-btn{width:100%;padding:.85rem}.shout-field{padding:.85rem 4.5rem .85rem 1rem;font-size:.95rem}.shout-input-subtitle{font-size:.75rem}.shout-input-footer{flex-direction:column;align-items:flex-start;gap:.5rem}}.edit-image-actions{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.edit-image-controls{display:flex;flex-direction:column;gap:.5rem}.editable-profile-image-wrapper{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.error-message{margin-top:10px;color:var(--text-error);font-size:14px;text-align:center}.large-edit-button{padding:12px 20px!important;font-size:21px!important;border-radius:6px!important}.profile-image-container{display:inline-block;position:relative}.profile-picture{width:12rem;height:12rem;border:.2rem solid var(--border-primary-translucent);object-fit:cover;border-radius:50%;cursor:pointer;transition:filter .2s ease-in-out}.profile-picture:not(.non-interactive):hover{filter:brightness(.8)}.profile-picture.non-interactive{cursor:inherit}.profile-picture.pro-border{border-color:var(--accent-gold)!important;box-shadow:0 0 15px #ffd7007f}.profile-picture.admin-border{border-color:var(--accent-red)!important;box-shadow:0 0 15px #ff00007f}.gallery-empty-state{margin-top:10px;padding-top:20px;border:none;color:#888;text-align:left;border-radius:8px}.gallery-grid{display:flex;flex-direction:row;overflow-x:auto;gap:10px;padding-bottom:10px;scroll-behavior:smooth}.gallery-grid::-webkit-scrollbar{height:8px}.gallery-grid::-webkit-scrollbar-track{background:var(--bg-main);border-radius:4px}.gallery-grid::-webkit-scrollbar-thumb{background:var(--border-main);border-radius:4px}.gallery-grid::-webkit-scrollbar-thumb:hover{background:var(--primary-muted)}.school-gallery-container{margin-top:0!important}.school-gallery-container h2{margin-top:0!important;margin-bottom:1rem;font-size:1.5rem}.add-video-placeholder .add-video-button{width:100%;height:100%;display:flex;border:2px dashed var(--slate-500);background:var(--slate-800);color:var(--slate-300);font-size:40px;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;border-radius:8px}.add-video-placeholder .add-video-button:hover{background:var(--slate-700);border-color:var(--slate-400);color:var(--primary-text)}.delete-button{width:32px;height:32px;display:flex;position:absolute;top:8px;right:8px;border:2px solid var(--slate-500);background:transparent!important;color:var(--primary-text)!important;border-radius:50%;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:5}.gallery-item,.add-video-placeholder{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.gallery-slot{width:250px;height:150px;display:flex;position:relative;margin:0;padding:0;flex:0 0 250px;justify-content:center;align-items:center;box-sizing:border-box;border-radius:8px;overflow:hidden;background-color:#000}.gallery-video{width:100%;height:100%;object-fit:cover;cursor:pointer}.play-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;color:#fffc;filter:drop-shadow(0 2px 4px rgb(0 0 0 / 50%))}.vgg-stat-row-container{width:100%;display:flex;margin-top:1rem;justify-content:space-between;align-items:center;gap:1.5rem}.vgg-stat-label{margin:0;white-space:pre-wrap;word-break:break-word;color:var(--primary-text)}.vgg-stat-value-content{display:flex;justify-content:flex-end;align-items:center;text-align:right;flex:1}.vgg-stat-row-container .vgg-stat-value-content .chips-input-container{justify-content:flex-end!important}.vgg-stat-value{color:var(--primary-text);font-weight:500;margin:0;text-align:right}@media(max-width:1080px){.vgg-stat-row-container{margin-top:.75rem;gap:1rem;align-items:flex-start}.vgg-stat-label{text-align:left;flex-shrink:0}.vgg-stat-value-content{justify-content:flex-end}.vgg-stat-value{text-align:right}}.recruiter-profile-header{width:100%;padding:24px;border:1px solid var(--border-primary-translucent);background:#14142866;border-radius:12px;height:100%;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center}.recruiter-header-content{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center}.recruiter-header-info{flex:1;display:flex;flex-direction:column;gap:.5rem}.recruiter-header-top{display:flex;align-items:center;gap:2.5rem}.recruiter-username{color:var(--primary-muted);font-size:1.1rem;font-weight:500;margin-bottom:.25rem}.recruiter-affiliation-row{display:flex;align-items:center;gap:8px;color:var(--primary-text);font-size:1rem;margin-bottom:.5rem}.recruiter-affiliation-row svg{color:var(--primary-muted)}.recruiter-affiliation-row .label{color:var(--primary-muted)}.recruiter-affiliation-row .value.linked{color:var(--primary);cursor:pointer;text-decoration:underline;font-weight:600}.recruiter-affiliation-row .value.unlinked{color:var(--accent-orange);font-style:italic;opacity:.8}.recruiter-header-badges{display:flex;margin-top:.5rem;gap:.5rem;flex-wrap:wrap}.recruiter-badge{margin-top:0!important;border:1px solid rgba(168,85,247,.4)!important;color:var(--primary)!important;background-color:#a855f726!important}.verified-badge{border:1px solid rgba(34,197,94,.4)!important;color:#4ade80!important;background-color:#22c55e1a!important;font-weight:600}.response-badge{border:1px solid rgba(74,222,128,.4)!important;color:#4ade80!important;background-color:#4ade801a!important}.recruiter-unlock-notice{margin-top:1rem;padding:12px 16px;background:#f59e0b0d;border:1px dashed rgba(245,158,11,.3);border-radius:8px;color:var(--primary-text);font-size:.85rem;line-height:1.4}.recruiter-unlock-notice p{margin:0}.recruiter-unlock-notice strong{color:var(--accent-orange);display:block;margin-bottom:4px}.recruiter-profile-header .profile-picture{width:10rem!important;height:10rem!important;border:3px solid var(--primary)!important;box-shadow:0 0 15px #a855f74d!important}.recruiter-title-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.recruiter-title-row .profile-name-input{width:100%;margin-bottom:0}.recruiter-title-row .profile-name-input .field-display{background:transparent;border:none;padding:0;min-height:auto;justify-content:flex-start;gap:12px}.recruiter-title-row .profile-name-input .field-text{margin:0;color:var(--primary-text);font-size:2.5rem;font-weight:800;font-family:var(--font-primary)}.recruiter-title-row .profile-name-input .editable-input{background:#ffffff0d;border:1px dashed var(--primary);color:var(--primary-text);font-size:2.5rem;font-weight:800;font-family:var(--font-primary);padding:4px 12px;border-radius:8px}.recruiter-title-row .profile-name-input .field-display .edit-icon{opacity:.6;margin-left:8px;display:block}.recruiter-title-row .profile-name-input .field-display:hover .edit-icon{opacity:1;color:var(--primary)}.recruiter-title-row h2{margin:0;color:var(--primary-text);font-size:2.2rem;font-weight:700;font-family:var(--font-primary)}@media(max-width:768px){.recruiter-header-top{flex-direction:column;text-align:center;gap:1.5rem}.recruiter-header-info{align-items:center}}.empty-state{display:flex;padding:80px 20px;background:transparent;color:var(--primary-muted);text-align:center;flex-direction:column;align-items:center;justify-content:center;gap:16px;border-radius:16px}.empty-state h3{margin:0;color:var(--primary-text);font-size:1.25rem;font-weight:600}.empty-state p{max-width:300px;margin:0;color:var(--primary-muted);font-size:.95rem;line-height:1.5}.empty-state-icon{margin-bottom:8px;color:var(--primary);opacity:.5}.header-icon{width:28px;height:28px;color:var(--primary)}.notifications-container{width:100%;padding:0;box-sizing:border-box}.notifications-header{display:flex;align-items:center;gap:12px;margin-bottom:32px}.notifications-title{margin-top:40px;margin-bottom:2rem;color:var(--primary-text);font-size:32px;font-weight:700;text-align:center}.visitor-card{display:flex;position:relative;padding:16px 20px;border:1px solid var(--border-primary-translucent);background:transparent;border-radius:12px;align-items:center;gap:16px;transition:all .2s;cursor:pointer;text-decoration:none}.visitor-card:hover{background:#1e1e3c33;border-color:#8b5cf666;transform:translate(4px)}.visitor-card.new-visit{border-left:4px solid var(--primary);background:#8b5cf60d}.visitor-name{color:var(--primary-text);font-size:16px;font-weight:600}.visitors-list{display:flex;flex-direction:column;gap:12px}@media(max-width:640px){.notifications-title{font-size:24px}.view-profile-btn{display:none}.visitor-card{padding:12px 16px}}.blocked-content-blurred{filter:blur(8px);pointer-events:none;-webkit-user-select:none;user-select:none}.blocked-overlay-container{width:100%;position:relative}.blocked-overlay-container.is-blocked{min-height:650px;overflow:hidden}.check-icon{width:18px;height:18px;color:var(--accent-green);flex-shrink:0}.feature-item{display:flex;margin-bottom:12px;color:var(--primary-text);font-size:14px;align-items:center;gap:12px}.features-list{display:inline-flex;margin-top:24px;padding-top:24px;border-top:1px solid var(--border-primary-translucent);flex-direction:column;align-items:flex-start;text-align:left}.lock-icon-container{width:80px;height:80px;display:flex;margin:0 auto 24px;background:linear-gradient(135deg,var(--primary),var(--primary-hover));border-radius:50%;align-items:center;justify-content:center;box-shadow:0 8px 24px #a855f766}.premium-badge{display:inline-block;margin-bottom:16px;padding:4px 12px;background:var(--primary);color:#000;font-size:14px;font-weight:700;border-radius:20px;letter-spacing:.5px}.premium-description{margin-bottom:24px;color:var(--primary-muted);font-size:16px;line-height:1.6}.premium-overlay{width:95%;max-width:400px;position:absolute;top:50%;left:50%;padding:2.5rem 1.5rem;border:1px solid var(--border-primary-translucent);background:#03030399;transform:translate(-50%,-50%);z-index:10;text-align:center;border-radius:20px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.premium-title{margin-bottom:12px;color:var(--primary-muted);font-size:28px;font-weight:700}.upgrade-btn{display:inline-flex;padding:14px 32px;border:none;background:linear-gradient(135deg,var(--primary),var(--primary-hover));font-size:16px;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s;align-items:center;gap:8px;box-shadow:0 4px 12px #a855f74d}.upgrade-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #a855f77f}@media(max-width:640px){.lock-icon-container{width:64px;height:64px;margin-bottom:20px}.premium-description{font-size:14px}.premium-title{font-size:22px}}.skeleton-avatar{width:48px;height:48px;border-radius:50%;background:#ffffff1a;animation:pulse 1.5s infinite ease-in-out}.skeleton-card{border-color:#ffffff0d;background:#ffffff05;pointer-events:none}.skeleton-name{width:150px;height:16px;margin-bottom:8px;background:#ffffff1a;border-radius:4px;animation:pulse 1.5s infinite ease-in-out}.skeleton-time{width:100px;height:12px;background:#ffffff0d;border-radius:4px;animation:pulse 1.5s infinite ease-in-out}@keyframes pulse{0%{opacity:.5}to{opacity:.5}50%{opacity:.8}}.clock-icon{width:12px;height:12px}.favorite-icon{color:var(--accent-red, #ff4d4d)}.comparison-icon{color:var(--accent-blue, #00bfff)}.mention-icon{color:var(--primary)}.new-visit-dot{width:8px;height:8px;background-color:var(--primary);border-radius:50%;margin-right:8px;flex-shrink:0}.type-icon{flex-shrink:0}.view-profile-btn{padding:8px 16px;border:1px solid var(--border-primary-translucent);background:transparent;color:var(--primary);font-size:13px;font-weight:500;border-radius:6px;cursor:pointer;transition:all .2s;opacity:0}.view-profile-btn:hover{background:#8b5cf626;border-color:#8b5cf67f}.visit-icon{color:var(--primary)}.visitor-avatar{width:48px;height:48px;border-radius:50%;border:2px solid var(--border-primary-translucent);flex-shrink:0;object-fit:cover}.visitor-card{width:100%;display:flex;position:relative;padding:16px 20px;border:1px solid var(--border-primary-translucent);background:#14142866;border-radius:12px;align-items:center;gap:16px;transition:all .2s;cursor:pointer;text-decoration:none;box-sizing:border-box}.visitor-card:hover{background:#1e1e3c7f;border-color:#8b5cf666;transform:translate(4px)}.visitor-card:hover .view-profile-btn{opacity:1}.visitor-card.new-visit{border-left:4px solid var(--primary);background:#8b5cf61a}.visitor-info{flex:1;display:flex;flex-direction:column;gap:4px;text-align:left}.visitor-name{display:flex;color:var(--primary-text);font-size:16px;font-weight:600;align-items:center;gap:8px}.visitor-time{display:flex;color:var(--primary-muted);font-size:13px;align-items:center;gap:6px}@media(max-width:640px){.view-profile-btn{display:none}.visitor-card{padding:12px 16px}}..dashboard-profile{width:100%;max-width:var(--max-content-width);display:flex;margin:0 auto;padding:1rem;flex-direction:column;box-sizing:border-box}..dashboard-profile .column{min-width:0;display:flex;flex:1 1 300px;flex-direction:column;gap:1.5rem}..dashboard-profile .row{width:100%;display:flex;padding:0;gap:1.5rem;align-items:flex-start;box-sizing:border-box;flex-wrap:wrap}..dashboard-profile .row.form-actions{margin-top:0;padding-top:0}..dashboard-profile h1{margin-top:0;margin-bottom:1.5rem;color:var(--primary-text)!important;font-size:48px;font-weight:700;text-align:center}.dashboard-top-row{display:flex;gap:1.5rem;margin-bottom:2rem;align-items:stretch}.dashboard-top-row>div{flex:1}@media(max-width:1024px){.dashboard-top-row{flex-direction:column}}.school-profile{padding:2rem;text-align:center}.add-photo-placeholder .add-photo-button{width:100%;height:100%;display:flex;border:2px solid var(--slate-500);background:var(--slate-800);color:var(--slate-300);font-size:40px;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;border-radius:8px}.add-photo-placeholder .add-photo-button:hover{background:linear-gradient(135deg,var(--slate-700),var(--slate-600));border-color:var(--slate-400);transform:translateY(-2px);box-shadow:0 8px 20px #3341557f;color:var(--primary-text)}.delete-button{width:32px;height:32px;display:flex;position:absolute;top:8px;right:8px;border:2px solid var(--slate-500);background:transparent!important;color:var(--primary-text)!important;font-size:18px;border-radius:50%;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:5}.delete-button:hover{background:var(--slate-700)!important;border-color:var(--slate-400);transform:scale(1.1);box-shadow:0 4px 12px #0000004d;color:var(--primary-text)!important}.gallery-img{width:100%;height:100%;object-fit:contain;cursor:pointer}.gallery-item,.add-photo-placeholder{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.gallery-slot{width:250px;height:150px;display:flex;position:relative;margin:0;padding:0;flex:0 0 250px;justify-content:center;align-items:center;box-sizing:border-box;border-radius:8px;overflow:hidden}.readonly-gallery .gallery-slot{border:none}.school-badge{margin-top:0!important;border:1px solid rgb(34 211 238 / 40%)!important;color:var(--accent-cyan)!important;background-color:#22d3ee26!important}.school-header-badges{display:flex;margin-top:.5rem;gap:.5rem;flex-wrap:wrap}.school-header-content{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center}.school-header-info{flex:1;display:flex;flex-direction:column;gap:.75rem}.school-header-top{display:flex;align-items:center;gap:2.5rem}.school-location-row{color:var(--primary-muted);font-size:1.1rem;font-weight:500}.school-shout-container{display:flex;align-items:center;gap:8px;margin-top:.5rem;padding:10px 16px;background:var(--bg-overlay-light);border:1px solid rgb(34 211 238 / 20%);border-radius:12px;color:var(--primary-text);font-size:.95rem;font-weight:500;max-width:100%;width:fit-content}.school-shout-text{font-style:italic;word-break:break-word}.school-profile-header{width:100%;padding:24px;border:1px solid var(--border-primary-translucent);background:#14142866;border-radius:12px;height:100%;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center}.school-profile-header .profile-picture{width:12rem!important;height:12rem!important;border:3px solid var(--accent-cyan)!important;box-shadow:0 0 15px #22d3ee4d!important}.school-title-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.school-title-row h2{margin:0;color:var(--primary);font-size:2.5rem;font-family:var(--font-primary)}@media(max-width:768px){.school-header-info{align-items:center}.school-header-meta{flex-direction:column;gap:.5rem}.school-header-top{flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.school-title-row{justify-content:center}.school-title-row h2{font-size:2rem}}.icon-text{width:fit-content;display:flex;margin:0;padding:0;align-items:center}.icon-wrapper{display:flex;margin:0;padding:0;align-items:center;justify-content:center}.text-content{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.recruiter-management-container.recruiter-management-card{width:100%;padding:1.5rem;box-sizing:border-box;border:1px solid var(--border-primary-translucent);border-radius:.5rem;background-color:var(--bg-overlay-light);display:flex;flex-direction:column}.recruiter-management-container .recruiter-management{width:100%}.recruiter-management-container .link-recruiter-form{display:flex;flex-wrap:wrap;gap:8px;width:100%;margin-bottom:.5rem;align-items:center}.recruiter-management-container .link-recruiter-form .vgg-input{flex:1;background:var(--bg-dark);border:1px solid var(--border-main);color:var(--primary-text);padding:10px 12px;border-radius:8px;font-size:.9rem;height:40px;box-sizing:border-box;margin:0;min-width:200px}.recruiter-management-container .link-recruiter-form button{height:40px;white-space:nowrap;padding:0 16px;margin:0}.recruiter-management-container .field-hint{flex:1 1 100%;font-size:.85rem;color:var(--primary-muted);margin-top:4px}.recruiter-management-container .recruiters-grid{display:flex;flex-direction:column;gap:.75rem;height:180px;overflow-y:auto;padding-right:8px}.recruiter-management-container .recruiters-grid::-webkit-scrollbar{width:4px}.recruiter-management-container .recruiters-grid::-webkit-scrollbar-thumb{background:var(--border-main);border-radius:10px}.recruiter-management-container .recruiter-manage-card{display:flex;justify-content:space-between;align-items:center;background:var(--bg-darker);border:1px solid var(--border-main);padding:.75rem 1rem;border-radius:8px}.recruiter-management-container .recruiter-manage-card .recruiter-info{display:flex;flex-direction:column;gap:2px}.recruiter-management-container .recruiter-manage-card .recruiter-name{font-weight:600;color:var(--primary-text);font-size:.95rem}.recruiter-management-container .recruiter-manage-card .recruiter-email{font-size:.8rem;color:var(--primary-muted)}.recruiter-management-container .unlink-btn{background:transparent;border:1px solid var(--accent-red);color:var(--accent-red);padding:.3rem .8rem;border-radius:6px;font-size:.75rem;cursor:pointer;transition:all .2s}.recruiter-management-container .unlink-btn:hover{background:var(--accent-red);color:#fff}.recruiter-management-container .empty-text{color:var(--primary-muted);font-style:italic;font-size:.9rem}.settings-page{padding:2rem;color:var(--primary-text);width:100%;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.settings-header{margin-bottom:3rem;text-align:center}.settings-header h1{font-size:2.5rem;margin-bottom:.5rem;color:var(--primary)}.settings-header p{color:var(--primary-muted)}.settings-content{width:50%;min-width:400px;display:flex;flex-direction:column;align-items:center}.settings-section{background:var(--bg-card);border:1px solid var(--border-main);border-radius:12px;padding:2rem;margin-bottom:2rem;width:100%;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.settings-section h2{margin-bottom:1.5rem;font-size:1.5rem;border-bottom:1px solid var(--border-main);padding-bottom:.5rem}@media(max-width:768px){.settings-page{padding:1rem}.settings-content{width:100%;min-width:auto}.settings-section{padding:1.5rem}}.str-chat{box-sizing:border-box;font-family:var(--str-chat__font-family)}.str-chat *{box-sizing:border-box}.str-chat .ngxp__container,.str-chat .float-ui-container{z-index:1;padding:0!important;box-shadow:none!important;border-color:#0000!important;max-width:100vw}.str-chat .ngxp__container .ngxp__arrow,.str-chat .float-ui-container .ngxp__arrow{display:none}stream-icon,stream-icon-placeholder{display:flex;justify-content:center;align-items:center}.stream-chat__paginated-list{display:flex;flex-direction:column;height:100%;overflow-x:hidden;overflow-y:scroll;max-height:100%;min-height:0;gap:var(--str-chat__spacing-2)}.stream-chat__paginated-list .str-chat__loading-indicator{margin:auto}.stream-chat__paginated-list .str-chat__load-more-button__button{margin-inline:auto}stream-paginated-list{height:100%;max-height:100%}stream-user-list{height:100%;max-height:100%}stream-user-list .str-chat__user-list-item{display:flex;align-items:center;gap:var(--str-chat__spacing-2)}:root{--str-chat__theme-version: 2}.str-chat{--str-chat__spacing-px: 1px;--str-chat__spacing-0_5: .125rem;--str-chat__spacing-1: .25rem;--str-chat__spacing-1_5: .375rem;--str-chat__spacing-2: .5rem;--str-chat__spacing-2_5: .625rem;--str-chat__spacing-3: .75rem;--str-chat__spacing-3_5: .875rem;--str-chat__spacing-4: 1rem;--str-chat__spacing-5: 1.25rem;--str-chat__spacing-6: 1.5rem;--str-chat__spacing-7: 1.75rem;--str-chat__spacing-8: 2rem;--str-chat__spacing-9: 2.25rem;--str-chat__spacing-10: 2.5rem;--str-chat__spacing-11: 2.75rem;--str-chat__spacing-12: 3rem;--str-chat__spacing-14: 3.5rem;--str-chat__spacing-16: 4rem}.str-chat{--str-chat__image-fallback-icon: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9ImN1cnJlbnRDb2xvciIgY2xhc3M9InN0ci1jaGF0X19pbWFnZS1mYWxsYmFja19faWNvbiIgdmlld0JveD0iMCAwIDE4IDE4Ij48cGF0aCBkPSJNMTYgMnYxNEgyVjJoMTRabTAtMkgyQy45IDAgMCAuOSAwIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMlYyYzAtMS4xLS45LTItMi0yWm0tNC44NiA4Ljg2LTMgMy44N0w2IDEwLjE0IDMgMTRoMTJsLTMuODYtNS4xNFoiLz48L3N2Zz4=);--str-chat__winning-poll-option-icon: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xNS44MzMzIDQuMTY2NjdIMTQuMTY2N1YyLjVINS44MzMzM1Y0LjE2NjY3SDQuMTY2NjdDMy4yNSA0LjE2NjY3IDIuNSA0LjkxNjY3IDIuNSA1LjgzMzMzVjYuNjY2NjdDMi41IDguNzkxNjcgNC4xIDEwLjUyNSA2LjE1ODMzIDEwLjc4MzNDNi42ODMzMyAxMi4wMzMzIDcuODA4MzMgMTIuOTc1IDkuMTY2NjcgMTMuMjVWMTUuODMzM0g1LjgzMzMzVjE3LjVIMTQuMTY2N1YxNS44MzMzSDEwLjgzMzNWMTMuMjVDMTIuMTkxNyAxMi45NzUgMTMuMzE2NyAxMi4wMzMzIDEzLjg0MTcgMTAuNzgzM0MxNS45IDEwLjUyNSAxNy41IDguNzkxNjcgMTcuNSA2LjY2NjY3VjUuODMzMzNDMTcuNSA0LjkxNjY3IDE2Ljc1IDQuMTY2NjcgMTUuODMzMyA0LjE2NjY3Wk00LjE2NjY3IDYuNjY2NjdWNS44MzMzM0g1LjgzMzMzVjkuMDE2NjdDNC44NjY2NyA4LjY2NjY3IDQuMTY2NjcgNy43NSA0LjE2NjY3IDYuNjY2NjdaTTEwIDExLjY2NjdDOC42MjUgMTEuNjY2NyA3LjUgMTAuNTQxNyA3LjUgOS4xNjY2N1Y0LjE2NjY3SDEyLjVWOS4xNjY2N0MxMi41IDEwLjU0MTcgMTEuMzc1IDExLjY2NjcgMTAgMTEuNjY2N1pNMTUuODMzMyA2LjY2NjY3QzE1LjgzMzMgNy43NSAxNS4xMzMzIDguNjY2NjcgMTQuMTY2NyA5LjAxNjY3VjUuODMzMzNIMTUuODMzM1Y2LjY2NjY3WiIgZmlsbD0iIzVFNjc2RSIvPgo8L3N2Zz4K);--str-chat__arrow-left-icon: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMTYiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0Ljc5MTUgNy4wMDUxSDMuNjIxNDhMOC41MDE0OCAyLjEyNTFDOC44OTE0OCAxLjczNTEgOC44OTE0OCAxLjA5NTEgOC41MDE0OCAwLjcwNTA5OEM4LjExMTQ4IDAuMzE1MDk4IDcuNDgxNDggMC4zMTUwOTggNy4wOTE0OCAwLjcwNTA5OEwwLjUwMTQ4NCA3LjI5NTFDMC4xMTE0ODQgNy42ODUxIDAuMTExNDg0IDguMzE1MSAwLjUwMTQ4NCA4LjcwNTFMNy4wOTE0OCAxNS4yOTUxQzcuNDgxNDggMTUuNjg1MSA4LjExMTQ4IDE1LjY4NTEgOC41MDE0OCAxNS4yOTUxQzguODkxNDggMTQuOTA1MSA4Ljg5MTQ4IDE0LjI3NTEgOC41MDE0OCAxMy44ODUxTDMuNjIxNDggOS4wMDUxSDE0Ljc5MTVDMTUuMzQxNSA5LjAwNTEgMTUuNzkxNSA4LjU1NTEgMTUuNzkxNSA4LjAwNTFDMTUuNzkxNSA3LjQ1NTEgMTUuMzQxNSA3LjAwNTEgMTQuNzkxNSA3LjAwNTFaIiBmaWxsPSIjMDgwNzA3Ii8+Cjwvc3ZnPgo=);--str-chat__close-icon: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTQgMTQiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjI5OTcgMC43MDk5NzFDMTIuOTA5NyAwLjMxOTk3MSAxMi4yNzk3IDAuMzE5OTcxIDExLjg4OTcgMC43MDk5NzFMNi45OTk3MyA1LjU4OTk3TDIuMTA5NzMgMC42OTk5NzFDMS43MTk3MyAwLjMwOTk3MSAxLjA4OTczIDAuMzA5OTcxIDAuNjk5NzI3IDAuNjk5OTcxQzAuMzA5NzI3IDEuMDg5OTcgMC4zMDk3MjcgMS43MTk5NyAwLjY5OTcyNyAyLjEwOTk3TDUuNTg5NzMgNi45OTk5N0wwLjY5OTcyNyAxMS44OUMwLjMwOTcyNyAxMi4yOCAwLjMwOTcyNyAxMi45MSAwLjY5OTcyNyAxMy4zQzEuMDg5NzMgMTMuNjkgMS43MTk3MyAxMy42OSAyLjEwOTczIDEzLjNMNi45OTk3MyA4LjQwOTk3TDExLjg4OTcgMTMuM0MxMi4yNzk3IDEzLjY5IDEyLjkwOTcgMTMuNjkgMTMuMjk5NyAxMy4zQzEzLjY4OTcgMTIuOTEgMTMuNjg5NyAxMi4yOCAxMy4yOTk3IDExLjg5TDguNDA5NzMgNi45OTk5N0wxMy4yOTk3IDIuMTA5OTdDMTMuNjc5NyAxLjcyOTk3IDEzLjY3OTcgMS4wODk5NyAxMy4yOTk3IDAuNzA5OTcxWiIgZmlsbD0iIzA4MDcwNyIvPgo8L3N2Zz4K);--str-chat__add-attachment-icon: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjggMjgiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xNS4zMzMyIDcuMzMzMDdMMTIuNjY2NiA3LjMzMzA3TDEyLjY2NjYgMTIuNjY2NEw3LjMzMzI0IDEyLjY2NjRMNy4zMzMyNCAxNS4zMzMxTDEyLjY2NjYgMTUuMzMzMUwxMi42NjY2IDIwLjY2NjRMMTUuMzMzMiAyMC42NjY0TDE1LjMzMzIgMTUuMzMzMUwyMC42NjY2IDE1LjMzMzFMMjAuNjY2NiAxMi42NjY0TDE1LjMzMzIgMTIuNjY2NEwxNS4zMzMyIDcuMzMzMDdaTTEzLjk5OTkgMC42NjY0MDRDNi42Mzk5MSAwLjY2NjQwNCAwLjY2NjU3NiA2LjYzOTc0IDAuNjY2NTc3IDEzLjk5OTdDMC42NjY1NzYgMjEuMzU5NyA2LjYzOTkxIDI3LjMzMzEgMTMuOTk5OSAyNy4zMzMxQzIxLjM1OTkgMjcuMzMzMSAyNy4zMzMyIDIxLjM1OTcgMjcuMzMzMiAxMy45OTk3QzI3LjMzMzIgNi42Mzk3NCAyMS4zNTk5IDAuNjY2NDA0IDEzLjk5OTkgMC42NjY0MDRaTTEzLjk5OTkgMjQuNjY2NEM4LjExOTkxIDI0LjY2NjQgMy4zMzMyNCAxOS44Nzk3IDMuMzMzMjUgMTMuOTk5N0MzLjMzMzI0IDguMTE5NzQgOC4xMTk5MSAzLjMzMzA3IDEzLjk5OTkgMy4zMzMwN0MxOS44Nzk5IDMuMzMzMDcgMjQuNjY2NiA4LjExOTc0IDI0LjY2NjYgMTMuOTk5N0MyNC42NjY2IDE5Ljg3OTcgMTkuODc5OSAyNC42NjY0IDEzLjk5OTkgMjQuNjY2NFoiLz4KPC9zdmc+Cg==);--str-chat__folder-icon: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMTYiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xOCAySDEwTDggMEgyQzAuOSAwIDAuMDA5OTk5OTkgMC45IDAuMDA5OTk5OTkgMkwwIDE0QzAgMTUuMSAwLjkgMTYgMiAxNkgxOEMxOS4xIDE2IDIwIDE1LjEgMjAgMTRWNEMyMCAyLjkgMTkuMSAyIDE4IDJaTTE4IDE0SDJWNEgxOFYxNFoiIC8+Cjwvc3ZnPgo=);--str-chat__poll-icon: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMTgiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xNiAwSDJDMC45IDAgMCAwLjkgMCAyVjE2QzAgMTcuMSAwLjkgMTggMiAxOEgxNkMxNy4xIDE4IDE4IDE3LjEgMTggMTZWMkMxOCAwLjkgMTcuMSAwIDE2IDBaTTE2IDE2SDJWMkgxNlYxNlpNNCA3SDZWMTRINFY3Wk04IDRIMTBWMTRIOFY0Wk0xMiAxMEgxNFYxNEgxMlYxMFoiLz4KPC9zdmc+);--str-chat__location-icon: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9ImN1cnJlbnRDb2xvciIgdmlld0JveD0iMCAwIDI1NS44NTYgMjU1Ljg1NiI+PHBhdGggZD0iTTEyNy45MjggMzguOGMtMzAuNzUgMC01NS43NjggMjUuMDE3LTU1Ljc2OCA1NS43NjdzMjUuMDE4IDU1Ljc2NyA1NS43NjggNTUuNzY3IDU1Ljc2OC0yNS4wMTcgNTUuNzY4LTU1Ljc2N1MxNTguNjc4IDM4LjggMTI3LjkyOCAzOC44em0wIDk2LjUzM2MtMjIuNDc5IDAtNDAuNzY4LTE4LjI4OC00MC43NjgtNDAuNzY3UzEwNS40NDkgNTMuOCAxMjcuOTI4IDUzLjhzNDAuNzY4IDE4LjI4OCA0MC43NjggNDAuNzY3LTE4LjI4OCA0MC43NjYtNDAuNzY4IDQwLjc2NnoiLz48cGF0aCBkPSJNMTI3LjkyOCAwQzc1Ljc4NCAwIDMzLjM2MiA0Mi40MjIgMzMuMzYyIDk0LjU2NmMwIDMwLjA3MiAyNS4yMiA3NC44NzUgNDAuMjUzIDk4LjkwNCA5Ljg5MSAxNS44MDkgMjAuNTIgMzAuODU1IDI5LjkyOCA0Mi4zNjUgMTUuMTAxIDE4LjQ3NCAyMC41MDYgMjAuMDIgMjQuMzg2IDIwLjAyIDMuOTM4IDAgOS4wNDEtMS41NDcgMjQuMDk1LTIwLjAzMSA5LjQyOS0xMS41NzkgMjAuMDYzLTI2LjYxNiAyOS45NDQtNDIuMzQyIDE1LjEzNi0yNC4wODggNDAuNTI3LTY4Ljk3MSA0MC41MjctOTguOTE3QzIyMi40OTUgNDIuNDIyIDE4MC4wNzMgMCAxMjcuOTI4IDB6bTQzLjY0MSAxODEuODAzYy0xOS4zOTYgMzEuNDgzLTM3LjIwMyA1Mi43NTctNDMuNzMgNTguMTg4LTYuNTYxLTUuMjY0LTI0LjA3OS0yNi4wMzItNDMuNzQ2LTU4LjA4OS0yMi43MDctMzcuMDE1LTM1LjczLTY4Ljg0OC0zNS43My04Ny4zMzZDNDguMzYyIDUwLjY5MyA4NC4wNTUgMTUgMTI3LjkyOCAxNXM3OS41NjYgMzUuNjkzIDc5LjU2NiA3OS41NjZjLjAwMSAxOC4zODItMTMuMDk0IDUwLjE3OC0zNS45MjUgODcuMjM3eiIvPjwvc3ZnPg==);--str-chat__handle-icon: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgNiIgZmlsbD0iY3VycmVuQ29sb3IiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJNMTYgMEgwVjJIMTZWMFpNMCA2SDE2VjRIMFY2WiIvPgo8L3N2Zz4K);--str-chat__circle-stop-icon: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSI0IDQgMjggMjgiIHdpZHRoPSIzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjQ1NTEgMjcuMjQ0MUMyMi42MzA5IDI3LjI0NDEgMjcuNzQ0MSAyMi4xMTk4IDI3Ljc0NDEgMTUuOTU1MUMyNy43NDQxIDkuNzc5MyAyMi42MTk4IDQuNjY2MDIgMTYuNDQ0IDQuNjY2MDJDMTAuMjc5MyA0LjY2NjAyIDUuMTY2MDIgOS43NzkzIDUuMTY2MDIgMTUuOTU1MUM1LjE2NjAyIDIyLjExOTggMTAuMjkwNCAyNy4yNDQxIDE2LjQ1NTEgMjcuMjQ0MVpNMTYuNDU1MSAyNS4zNjI2QzExLjIzMTEgMjUuMzYyNiA3LjA1ODU5IDIxLjE3OSA3LjA1ODU5IDE1Ljk1NTFDNy4wNTg1OSAxMC43MzExIDExLjIyMDEgNi41NDc1MyAxNi40NDQgNi41NDc1M0MyMS42NjggNi41NDc1MyAyNS44NTE2IDEwLjczMTEgMjUuODYyNiAxNS45NTUxQzI1Ljg3MzcgMjEuMTc5IDIxLjY3OSAyNS4zNjI2IDE2LjQ1NTEgMjUuMzYyNlpNMTMuNTIyMSAxOS45ODM3SDE5LjM2NTlDMjAuMDYzMiAxOS45ODM3IDIwLjQ3MjcgMTkuNTc0MiAyMC40NzI3IDE4Ljg5OTFWMTMuMDExMUMyMC40NzI3IDEyLjMyNDkgMjAuMDYzMiAxMS45MjY0IDE5LjM2NTkgMTEuOTI2NEgxMy41MjIxQzEyLjgzNTkgMTEuOTI2NCAxMi40MTU0IDEyLjMyNDkgMTIuNDE1NCAxMy4wMTExVjE4Ljg5OTFDMTIuNDE1NCAxOS41NzQyIDEyLjgzNTkgMTkuOTgzNyAxMy41MjIxIDE5Ljk4MzdaIiBmaWxsPSIjMDA1ZmZmIi8+Cjwvc3ZnPg==);--str-chat__magnifier-glass-icon: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjEgMjEiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOSAwQzEzLjk2OCAwIDE4IDQuMDMyIDE4IDlDMTggMTMuOTY4IDEzLjk2OCAxOCA5IDE4QzQuMDMyIDE4IDAgMTMuOTY4IDAgOUMwIDQuMDMyIDQuMDMyIDAgOSAwWk05IDE2QzEyLjg2NyAxNiAxNiAxMi44NjcgMTYgOUMxNiA1LjEzMiAxMi44NjcgMiA5IDJDNS4xMzIgMiAyIDUuMTMyIDIgOUMyIDEyLjg2NyA1LjEzMiAxNiA5IDE2Wk0yMC4zMTQgMTguODk5TDE3LjQ4NSAxNi4wNzFMMTYuMDcxIDE3LjQ4NUwxOC44OTkgMjAuMzE0TDIwLjMxNCAxOC44OTlaIi8+Cjwvc3ZnPgo=);--str-chat__clear-icon: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDEwQzAgNC40NzcxNSA0LjQ3NzE1IDAgMTAgMEMxNS41MjI4IDAgMjAgNC40NzcxNSAyMCAxMEMyMCAxNS41MjI4IDE1LjUyMjggMjAgMTAgMjBDNC40NzcxNSAyMCAwIDE1LjUyMjggMCAxMFpNMTAgMkM1LjU4MTcyIDIgMiA1LjU4MTcyIDIgMTBDMiAxNC40MTgzIDUuNTgxNzIgMTggMTAgMThDMTQuNDE4MyAxOCAxOCAxNC40MTgzIDE4IDEwQzE4IDUuNTgxNzIgMTQuNDE4MyAyIDEwIDJaTTEzLjUzNTggNi40NjQ0NkMxMy4xNDUzIDYuMDczOTQgMTIuNTEyMSA2LjA3Mzk0IDEyLjEyMTYgNi40NjQ0NkwxMC4wMDAzIDguNTg1NzhMNy44Nzg5OCA2LjQ2NDQ2QzcuNDg4NDYgNi4wNzM5NCA2Ljg1NTI5IDYuMDczOTQgNi40NjQ3NyA2LjQ2NDQ2QzYuMDc0MjQgNi44NTQ5OSA2LjA3NDI0IDcuNDg4MTUgNi40NjQ3NyA3Ljg3ODY4TDguNTg2MDkgMTBMNi40NjQ3NyAxMi4xMjEzQzYuMDc0MjQgMTIuNTExOCA2LjA3NDI0IDEzLjE0NSA2LjQ2NDc3IDEzLjUzNTVDNi44NTUyOSAxMy45MjYxIDcuNDg4NDYgMTMuOTI2MSA3Ljg3ODk4IDEzLjUzNTVMMTAuMDAwMyAxMS40MTQyTDEyLjEyMTYgMTMuNTM1NUMxMi41MTIxIDEzLjkyNjEgMTMuMTQ1MyAxMy45MjYxIDEzLjUzNTggMTMuNTM1NUMxMy45MjY0IDEzLjE0NSAxMy45MjY0IDEyLjUxMTggMTMuNTM1OCAxMi4xMjEzTDExLjQxNDUgMTBMMTMuNTM1OCA3Ljg3ODY4QzEzLjkyNjQgNy40ODgxNSAxMy45MjY0IDYuODU0OTkgMTMuNTM1OCA2LjQ2NDQ2WiIvPgo8L3N2Zz4K)}@font-face{font-family:stream-chat-icons;src:url(/assets/stream-chat-icons.CVCe0Jge.eot);src:url(/assets/stream-chat-icons.CVCe0Jge.eot#iefix) format("embedded-opentype"),url(/assets/stream-chat-icons.BLRMizsT.woff) format("woff2"),url(/assets/stream-chat-icons.BLRMizsT.woff) format("woff"),url(/assets/stream-chat-icons.C_tSEO3S.ttf) format("truetype"),url(/assets/stream-chat-icons.DWRBO47D.svg#stream-chat-icons) format("svg");font-weight:400;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:stream-chat-icons;src:url(/assets/stream-chat-icons.DWRBO47D.svg#stream-chat-icons) format("svg")}}.str-chat{--str-chat__avatar-size: calc(var(--str-chat__spacing-px) * 32)}.str-chat .str-chat__avatar--autocomplete-item,.str-chat .stream-chat__avatar--autocomplete-item{--str-chat__avatar-size: calc(var(--str-chat__spacing-px) * 30)}.str-chat .str-chat__avatar--channel-header,.str-chat .stream-chat__avatar--channel-header{--str-chat__avatar-size: calc(var(--str-chat__spacing-px) * 40)}.str-chat .str-chat__avatar--channel-preview,.str-chat .stream-chat__avatar--channel-preview{--str-chat__avatar-size: calc(var(--str-chat__spacing-px) * 49)}.str-chat .str-chat__avatar--quoted-message-sender,.str-chat .stream-chat__avatar--quoted-message-sender{--str-chat__avatar-size: calc(var(--str-chat__spacing-px) * 20)}.str-chat .str-chat__avatar--reaction,.str-chat .stream-chat__avatar--reaction{--str-chat__avatar-size: calc(var(--str-chat__spacing-px) * 30)}.str-chat .str-chat__avatar--message-status,.str-chat .stream-chat__avatar--message-status{--str-chat__avatar-size: calc(var(--str-chat__spacing-px) * 15)}.str-chat .str-chat__avatar--poll-vote-author{--str-chat__avatar-size: calc(var(--str-chat__spacing-px) * 20)}.str-chat__avatar{position:relative;display:flex;align-items:center;justify-content:center;height:var(--str-chat__avatar-size);line-height:var(--str-chat__avatar-size);width:var(--str-chat__avatar-size);min-width:var(--str-chat__avatar-size)}.str-chat__avatar.str-chat__avatar--one-letter,.str-chat__avatar.stream-chat__avatar--one-letter{font-size:calc(var(--str-chat__avatar-size)*.5)}.str-chat__avatar.str-chat__avatar--no-letters{--str-chat-icon-width: calc(var(--str-chat__avatar-size) * .33);--str-chat-icon-height: calc(var(--str-chat__avatar-size) * .33)}.str-chat__avatar.str-chat__avatar--multiple-letters,.str-chat__avatar.stream-chat__avatar--multiple-letters{font-size:calc(var(--str-chat__avatar-size)*.3)}.str-chat__avatar .str-chat__avatar-image{height:100%;width:100%;object-fit:cover}.str-chat__avatar .str-chat__avatar-fallback{text-align:center;height:inherit;width:inherit}.str-chat__avatar .str-chat__avatar--online-indicator{position:absolute;width:calc(var(--str-chat__spacing-px)*12);height:calc(var(--str-chat__spacing-px)*12);inset-inline-end:3%;inset-block-start:2%}.str-chat__loading-channels-avatar{flex-shrink:0;width:calc(var(--str-chat__spacing-px)*49);height:calc(var(--str-chat__spacing-px)*49)}.str-chat__avatar-group{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);height:var(--str-chat__avatar-size);line-height:var(--str-chat__avatar-size);width:var(--str-chat__avatar-size);min-width:var(--str-chat__avatar-size);overflow:hidden}.str-chat__avatar-group.str-chat__avatar-group--three-part .str-chat__avatar:nth-child(1){grid-area:1/1/3/2}.str-chat__avatar-group.str-chat__avatar-group--three-part .str-chat__avatar:nth-child(2){grid-area:1/2/2/3}.str-chat__avatar-group.str-chat__avatar-group--three-part .str-chat__avatar:nth-child(3){grid-area:2/2/3/3}.str-chat__avatar-group .str-chat__avatar{height:100%;line-height:100%;width:100%;min-width:100%}.str-chat__avatar-group .str-chat__avatar .str-chat__avatar-fallback,.str-chat__avatar-group .str-chat__avatar img{border-radius:0}.str-chat__avatar-group .str-chat__avatar.str-chat__avatar--single .str-chat__avatar-fallback{display:flex;align-items:center;justify-content:center;font-size:calc(var(--str-chat__avatar-size)*.5)}.str-chat__avatar-group .str-chat__avatar .str-chat__avatar-fallback{font-size:calc(var(--str-chat__avatar-size)*.33)}.str-chat{--str-chat__attachment-margin: var(--str-chat__spacing-0_5);--str-chat__gif-height: calc(var(--str-chat__spacing-px) * 200);--str-chat__voice-recording-amplitude-bar-width: 2px;--str-chat__voice-recording-amplitude-bar-gap-width: var(--str-chat__spacing-px)}.str-chat__attachment-list{--str-chat__attachment-max-width: calc( var(--str-chat__message-max-width) - calc(2 * var(--str-chat__attachment-margin)) );--str-chat__video-height: var(--str-chat__attachment-max-width);--str-chat__scraped-image-height: calc(var(--str-chat__attachment-max-width) * calc(1 / 1.91));--str-chat__scraped-video-height: calc(var(--str-chat__attachment-max-width) * .5625 );display:flex;flex-direction:column;align-items:stretch;min-width:0}.str-chat__attachment-list .str-chat__message-attachment--card .str-chat__message-attachment-card--header{position:relative}.str-chat__attachment-list .str-chat__message-attachment--card .str-chat__message-attachment-card--source-link{padding-bottom:var(--str-chat__spacing-2)}.str-chat__attachment-list .str-chat__message-attachment--card .str-chat__message-attachment-card--text{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis}.str-chat__attachment-list .str-chat__message-attachment--image,.str-chat__attachment-list .str-chat__message-attachment--video,.str-chat__attachment-list .str-chat__message-attachment-card--header{width:auto;display:flex;justify-content:center;align-items:center;overflow:hidden}.str-chat__attachment-list .str-chat__message-attachment-card--header{height:var(--str-chat__scraped-image-height)}.str-chat__attachment-list .str-chat__message-attachment-card--header img{object-fit:cover;max-height:100%;max-width:100%;width:100%;height:100%;cursor:default}.str-chat__attachment-list .str-chat__message-attachment-card-react--header img{cursor:zoom-in}.str-chat__attachment-list .str-chat__message-attachment-card--giphy .str-chat__message-attachment-card--header{height:var(--str-chat__gif-height)}.str-chat__attachment-list .str-chat__message-attachment-card--giphy .str-chat__message-attachment-card--header img{object-fit:contain;max-height:100%;max-width:100%;cursor:default}.str-chat__attachment-list .str-chat__message-attachment-card--giphy .str-chat__message-attachment-card-react--header img{cursor:zoom-in}.str-chat__attachment-list .str-chat__message-attachment--image:not(.str-chat__message-attachment--card)>img{height:min(var(--str-chat__attachment-max-width),min(var(--str-chat__attachment-max-width, 1000000)/var(--original-width, 1000000),1px)*var(--original-height, 1000000));max-width:var(--str-chat__attachment-max-width);max-height:var(--str-chat__attachment-max-width);object-fit:cover;width:100%;cursor:zoom-in}.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card),.str-chat__attachment-list .str-chat__message-attachment-card--video .str-chat__message-attachment-card--header{max-width:var(--str-chat__attachment-max-width);display:flex}.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card) .str-chat__player-wrapper,.str-chat__attachment-list .str-chat__message-attachment-card--video .str-chat__message-attachment-card--header .str-chat__player-wrapper{height:100%;width:100%;min-width:0;max-width:var(--str-chat__attachment-max-width);display:flex;flex-direction:column}.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card) .str-chat__player-wrapper .react-player,.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card) .str-chat__player-wrapper .str-chat__video-angular,.str-chat__attachment-list .str-chat__message-attachment-card--video .str-chat__message-attachment-card--header .str-chat__player-wrapper .react-player,.str-chat__attachment-list .str-chat__message-attachment-card--video .str-chat__message-attachment-card--header .str-chat__player-wrapper .str-chat__video-angular{height:100%;width:100%;max-width:var(--str-chat__attachment-max-width);max-height:100%;min-height:0}.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card):not(.str-chat__message-attachment-dynamic-size){height:var(--str-chat__video-height)}.str-chat__attachment-list .str-chat__message-attachment--video.str-chat__message-attachment-dynamic-size:not(.str-chat__message-attachment--card){max-height:var(--str-chat__video-height)}.str-chat__attachment-list .str-chat__message-attachment--video.str-chat__message-attachment-dynamic-size:not(.str-chat__message-attachment--card) .str-chat__player-wrapper{height:min(var(--str-chat__video-height),min(var(--str-chat__attachment-max-width, 1000000)/var(--original-width, 1000000),1px)*var(--original-height, 1000000));max-height:var(--str-chat__video-height)}.str-chat__attachment-list .str-chat__message-attachment--video.str-chat__message-attachment-dynamic-size:not(.str-chat__message-attachment--card) .str-chat__video-angular{max-height:var(--str-chat__video-height)}.str-chat__attachment-list .str-chat__message-attachment-card--video .str-chat__message-attachment-card--header{height:var(--str-chat__scraped-video-height)}.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card),.str-chat__attachment-list .str-chat__message-attachment--image:not(.str-chat__message-attachment--card){margin:var(--str-chat__attachment-margin)}.str-chat__attachment-list .str-chat__message-attachment--gallery{margin:var(--str-chat__attachment-margin)}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery{display:grid;grid-template-columns:50% 50%;overflow:hidden;width:fit-content;gap:var(--str-chat__spacing-0_5);max-width:var(--str-chat__attachment-max-width);height:var(--str-chat__attachment-max-width)}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery.str-chat__gallery-two-rows{grid-template-rows:50% 50%}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery .str-chat__gallery-image{padding:0;margin:0;position:relative}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery .str-chat__gallery-image img{width:100%;height:100%;object-fit:cover;cursor:zoom-in;max-width:var(--str-chat__attachment-max-width)}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery .str-chat__gallery-placeholder{position:relative;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:top left;background-repeat:no-repeat;margin:0;cursor:zoom-in;max-width:var(--str-chat__attachment-max-width)}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery .str-chat__gallery-placeholder p{position:relative;z-index:1}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery .str-chat__gallery-placeholder:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.str-chat__attachment-list .str-chat__gallery .str-chat__message-attachment--svg-image,.str-chat__attachment-list .str-chat__message-attachment--image.str-chat__message-attachment--svg-image{padding:var(--str-chat__spacing-6)}.str-chat__attachment-list .str-chat__gallery .str-chat__message-attachment--svg-image img,.str-chat__attachment-list .str-chat__message-attachment--image.str-chat__message-attachment--svg-image img{object-fit:contain;max-width:calc(var(--str-chat__attachment-max-width) - var(--str-chat__spacing-6));max-height:calc(var(--str-chat__attachment-max-width) - var(--str-chat__spacing-6))}.str-chat__attachment-list .str-chat__message-attachment-unsupported{display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-2);column-gap:var(--str-chat__spacing-4);margin:var(--str-chat__attachment-margin)}.str-chat__attachment-list .str-chat__message-attachment-unsupported .str-chat__file-icon{width:calc(var(--str-chat__spacing-px)*30)}.str-chat__attachment-list .str-chat__message-attachment-unsupported .str-chat__message-attachment-unsupported__metadata{min-width:0;flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.str-chat__attachment-list .str-chat__message-attachment-unsupported .str-chat__message-attachment-unsupported__title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;max-width:100%}.str-chat__attachment-list .str-chat__message-attachment-file--item,.str-chat__attachment-list .str-chat__message-attachment-audio-widget{display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-2);column-gap:var(--str-chat__spacing-4);margin:var(--str-chat__attachment-margin)}.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;row-gap:var(--str-chat__spacing-0_5);min-width:0}.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row{width:100%;display:flex;align-items:center;justify-content:space-between;column-gap:var(--str-chat__spacing-2)}.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-audio-widget--title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;min-width:0}.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-download-icon svg,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-download-icon svg,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-download-icon svg,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-download-icon svg,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-download-icon svg,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-download-icon svg,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-download-icon svg,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-download-icon svg{width:calc(var(--str-chat__spacing-px)*24);height:calc(var(--str-chat__spacing-px)*16)}.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__file-icon{width:calc(var(--str-chat__spacing-px)*34)}.str-chat__attachment-list .str-chat__message-attachment-geolocation{margin:var(--str-chat__attachment-margin);min-width:200px}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__placeholder{position:relative;display:flex;justify-content:center;align-items:center;padding:var(--str-chat__spacing-2)}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__placeholder .str-chat__message-geolocation__icon{height:calc(var(--str-chat__spacing-px)*150)}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__placeholder .str-chat__message-attachment-geolocation__placeholder-link{position:absolute;inset-inline-end:.75rem;inset-block:.75rem;height:calc(var(--str-chat__spacing-px)*20);width:calc(var(--str-chat__spacing-px)*20)}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__status{display:flex;justify-content:center;padding:.5rem 2rem}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__status .str-chat__message-attachment-geolocation__status--active{display:flex;flex-direction:column;align-items:center;gap:.375rem}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__status .str-chat__message-attachment-geolocation__status--active .str-chat__message-attachment-geolocation__stop-sharing-button{color:var(--str-chat__danger-color)}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__status .str-chat__message-attachment-geolocation__status--active .str-chat__message-attachment-geolocation__status--active-status{color:var(--str-chat__info-color)}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__status .str-chat__message-attachment-geolocation__status--active .str-chat__message-attachment-geolocation__status--active-until{text-transform:lowercase}.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--play-controls{display:flex;align-items:center;justify-content:center}.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--progress-track{max-width:calc(var(--str-chat__spacing-px)*120)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text-second-row{display:flex;align-items:center;width:100%;grid-column-gap:var(--str-chat__spacing-5);padding-top:var(--str-chat__spacing-2_5)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text-second-row .str-chat__message-attachment-file--item-size{line-height:calc(var(--str-chat__spacing-px)*14)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget--progress-track{position:relative;height:calc(var(--str-chat__spacing-px)*5);flex:1;cursor:pointer}.str-chat__attachment-list .str-chat__message-attachment-audio-widget--progress-track .str-chat__message-attachment-audio-widget--progress-indicator{position:absolute;inset-inline-start:0;height:inherit}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget{display:grid;grid-template-columns:36px auto 55px;align-items:center;justify-content:center;gap:calc(var(--str-chat__spacing-px)*9);padding:var(--str-chat__spacing-2);margin:var(--str-chat__attachment-margin)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata{flex:1;min-width:0;display:flex;flex-direction:column;gap:var(--str-chat__spacing-2)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata a{cursor:pointer;text-decoration:none}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata .str-chat__message-attachment-voice-recording-widget--first-row{overflow-y:visible;overflow-x:hidden;overflow-x:clip;min-width:0;width:100%;display:flex;align-items:center;justify-content:space-between;gap:var(--str-chat__spacing-1)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata .str-chat__message-attachment__voice-recording-widget__title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;min-width:0}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata .str-chat__message-attachment-download-icon svg{width:calc(var(--str-chat__spacing-px)*24);height:calc(var(--str-chat__spacing-px)*16)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata .str-chat__message-attachment__voice-recording-widget__audio-state{display:flex;align-items:center;justify-content:space-between;gap:var(--str-chat__spacing-1_5);height:100%}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata .str-chat__message-attachment__voice-recording-widget__error-message{display:flex;align-items:center;justify-content:flex-start;gap:var(--str-chat__spacing-1)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__right-section{justify-self:center}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__timer{min-width:calc(var(--str-chat__spacing-px)*45);width:calc(var(--str-chat__spacing-px)*45)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget stream-voice-recording-wavebar{flex:1}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__wave-progress-bar__track{position:relative;flex:1;width:100%;height:calc(var(--str-chat__spacing-px)*25);display:flex;align-items:center;justify-content:space-between;gap:var(--str-chat__voice-recording-amplitude-bar-gap-width)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__amplitude-bar{width:var(--str-chat__voice-recording-amplitude-bar-width);min-width:var(--str-chat__voice-recording-amplitude-bar-width);height:calc(var(--str-chat__wave-progress-bar__amplitude-bar-height) + 2px)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__progress-indicator{position:absolute;left:0;height:calc(100% + 4px);width:calc(var(--str-chat__spacing-px)*6)}.str-chat__attachment-list .str-chat__message_attachment__playback-rate-button{display:flex;align-items:center;justify-content:center;background:none;border:none;padding:var(--str-chat__spacing-1_5) var(--str-chat__spacing-2_5)}.str-chat__attachment-list .str-chat__message-attachment-card{min-width:0;max-width:var(--str-chat__attachment-max-width);margin:var(--str-chat__attachment-margin)}.str-chat__attachment-list .str-chat__message-attachment-card .str-chat__message-attachment-card--content{padding:var(--str-chat__spacing-2_5)}.str-chat__attachment-list .str-chat__message-attachment-card .str-chat__message-attachment-card--content .str-chat__message-attachment-card--title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis}.str-chat__attachment-list .str-chat__message-attachment-card--audio .str-chat__message-attachment-card--content{padding:0}.str-chat__attachment-list .str-chat__message-attachment-card--audio .str-chat__message-attachment-card--content .str-chat__message-attachment-card-audio-widget{display:flex;flex-direction:column;row-gap:var(--str-chat__spacing-2_5);width:100%;padding:var(--str-chat__spacing-2)}.str-chat__attachment-list .str-chat__message-attachment-card--audio .str-chat__message-attachment-card--content .str-chat__message-attachment-card-audio-widget .str-chat__message-attachment-card-audio-widget--first-row{display:flex;align-items:center;column-gap:var(--str-chat__spacing-3_5)}.str-chat__attachment-list .str-chat__message-attachment-actions .str-chat__message-attachment-actions-form{display:flex;justify-content:stretch}.str-chat__attachment-list .str-chat__message-attachment-actions .str-chat__message-attachment-actions-form .str-chat__message-attachment-actions-button{cursor:pointer;width:100%;padding:var(--str-chat__spacing-3) var(--str-chat__spacing-4);white-space:nowrap}.str-chat__attachment-list .str-chat__message-attachment-with-actions.str-chat__message-attachment--giphy .str-chat__message-attachment-card .str-chat__message-attachment-card--content{display:none}.str-chat__attachment-list .str-chat-angular__message-attachment-file-single .str-chat__message-attachment-file--item-first-row{cursor:pointer;text-decoration:none}.str-chat__attachment-list .str-chat__message-attachment-download-icon{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 16)}.str-chat__attachment-list .str-chat__attachment-type-icon{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 37)}.str-chat__message-attachment-audio-widget--play-button{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 24);display:flex;align-items:center;justify-content:center;height:calc(var(--str-chat__spacing-px)*36);width:calc(var(--str-chat__spacing-px)*36);cursor:pointer}.str-chat__message-attachment-audio-widget--play-button svg{width:var(--str-chat__spacing-3)}.str-chat__quoted-message-preview{--str-chat__attachment-margin: 0px}.str-chat__quoted-message-preview *{cursor:pointer!important}.str-chat__quoted-message-preview .str-chat__message-attachment-card .str-chat__message-attachment-card--source-link,.str-chat__quoted-message-preview .str-chat__message-attachment-card .str-chat__message-attachment-card--content{display:none}.str-chat__quoted-message-preview .str-chat__message-attachment__voice-recording-widget{display:flex;justify-content:space-between}.str-chat__quoted-message-preview .str-chat__message-attachment__voice-recording-widget .str-chat__wave-progress-bar__track,.str-chat__quoted-message-preview .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment-audio-widget--play-button,.str-chat__quoted-message-preview .str-chat__message-attachment-file--item-download{display:none}.str-chat__message .str-chat__quoted-message-preview .str-chat__message-attachment-file--item{padding:0}.str-chat__audio_recorder__waveform-box,.str-chat__wave-progress-bar__track{position:relative;flex:1;width:120px;height:calc(var(--str-chat__spacing-px)*25);display:flex;align-items:center;gap:var(--str-chat__spacing-px)}.str-chat__audio_recorder__waveform-box .str-chat__wave-progress-bar__amplitude-bar,.str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__amplitude-bar{width:2px;min-width:2px;height:calc(var(--str-chat__wave-progress-bar__amplitude-bar-height) + 2px)}.str-chat__audio_recorder__waveform-box .str-chat__wave-progress-bar__progress-indicator,.str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__progress-indicator{position:absolute;left:0;height:calc(100% + 4px);width:calc(var(--str-chat__spacing-px)*6)}.str-chat__attachment-list-angular-host{min-width:0}.str-chat__attachment-list-angular-host .str-chat__message-attachment-card--video{width:100%}.str-chat__attachment-list-angular-host .str-chat__message-attachment-card--video a{display:block;width:100%;height:100%;position:relative}.str-chat__attachment-list-angular-host .str-chat__message-attachment-card--video a .str-chat__message-attachment-card--video-play,.str-chat__attachment-list-angular-host .str-chat__message-attachment-card--video a stream-icon-placeholder{position:absolute;top:50%;left:0;right:0;margin:auto;transform:translateY(-50%);width:calc(var(--str-chat__spacing-px)*36);height:calc(var(--str-chat__spacing-px)*36)}.str-chat__attachment-list-angular-host .str-chat__message-attachment-card--video a img{cursor:pointer}.str-chat__attachment-preview-list{--str-chat__loading-indicator-size: calc(var(--str-chat__spacing-px) * 18);display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-1_5);width:100%}.str-chat__attachment-preview-list .str-chat__attachment-list-scroll-container{overflow-y:hidden;overflow-x:auto;width:100%;max-width:100%;display:flex;align-items:center;justify-content:flex-start;column-gap:var(--str-chat__spacing-2)}.str-chat__attachment-preview-list .str-chat__attachment-preview-image{display:flex;align-items:center;justify-content:center;position:relative;height:calc(var(--str-chat__spacing-px)*72);width:calc(var(--str-chat__spacing-px)*72);min-width:calc(var(--str-chat__spacing-px)*72);overflow:hidden}.str-chat__attachment-preview-list .str-chat__attachment-preview-image .str-chat__attachment-preview-image-loading{display:flex;align-items:center;justify-content:center;position:absolute;width:100%;height:100%}.str-chat__attachment-preview-list .str-chat__attachment-preview-image .str-chat__attachment-preview-thumbnail{object-fit:cover;height:calc(var(--str-chat__spacing-px)*72);width:calc(var(--str-chat__spacing-px)*72);word-break:break-all;overflow:hidden}.str-chat__attachment-preview-list .str-chat__location-preview,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording,.str-chat__attachment-preview-list .str-chat__attachment-preview-file{display:flex;justify-content:flex-start;align-items:center;height:calc(var(--str-chat__spacing-px)*72);width:calc(var(--str-chat__spacing-px)*200);position:relative;padding:0 var(--str-chat__spacing-4);column-gap:var(--str-chat__spacing-2)}.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-metadata,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-file-end,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-metadata,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-end,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-metadata,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-end,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-metadata,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-end{overflow-y:visible;overflow-x:hidden;overflow-x:clip;min-width:0;flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-metadata .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-metadata .str-chat__attachment-preview-subtitle,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-metadata .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-file-end .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-file-end .str-chat__attachment-preview-subtitle,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-file-end .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-metadata .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-metadata .str-chat__attachment-preview-subtitle,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-metadata .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-end .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-end .str-chat__attachment-preview-subtitle,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-end .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-metadata .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-metadata .str-chat__attachment-preview-subtitle,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-metadata .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-end .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-end .str-chat__attachment-preview-subtitle,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-end .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-metadata .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-metadata .str-chat__attachment-preview-subtitle,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-metadata .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-end .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-end .str-chat__attachment-preview-subtitle,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-end .str-chat__attachment-preview-file-name{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;max-width:100%}.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__location-preview-image,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-file-icon,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__location-preview-image,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-icon,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__location-preview-image,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-icon,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__location-preview-image,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-icon{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 37);--str-chat-icon-width: auto;display:flex;align-items:center;justify-content:center}.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__location-preview-image svg,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-file-icon svg,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__location-preview-image svg,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-icon svg,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__location-preview-image svg,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-icon svg,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__location-preview-image svg,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-icon svg{height:calc(var(--str-chat__spacing-px)*37);width:unset}.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-end .str-chat__attachment-preview-file-download{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 16);line-height:calc(var(--str-chat__spacing-px)*13)}.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-end .str-chat__attachment-preview-file-download svg{width:calc(var(--str-chat__spacing-px)*16);height:calc(var(--str-chat__spacing-px)*16)}.str-chat__attachment-preview-list button.str-chat__attachment-preview-delete{padding:unset;background:unset;border:unset;border-radius:var(--str-chat__border-radius-circle);display:flex}.str-chat__attachment-preview-list .str-chat__attachment-preview-delete{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 24);position:absolute;top:calc(var(--str-chat__spacing-px)*2);inset-inline-end:calc(var(--str-chat__spacing-px)*2);cursor:pointer;z-index:1}.str-chat__attachment-preview-list .str-chat__attachment-preview-delete svg{width:calc(var(--str-chat__spacing-px)*24);height:calc(var(--str-chat__spacing-px)*24)}.str-chat__attachment-preview-list .str-chat__attachment-preview-error{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 24);display:flex;align-items:center;justify-content:center;position:absolute;width:100%;height:100%;padding:unset;background:unset;border:unset;border-radius:unset;inset-inline-start:0;cursor:pointer;z-index:0}.str-chat__attachment-preview-list-angular-host{width:100%;max-width:100%}.str-chat__message-textarea-angular-host{position:relative}.str-chat__message-textarea-angular-host mention-list{width:100%}.str-chat__message-textarea-angular-host .mention-menu{padding:var(--str-chat__spacing-2) 0!important;margin:0!important;max-width:100%}.str-chat__message-textarea-angular-host .mention-menu .mention-item{padding:0!important}.str-chat__suggestion-list-container{position:absolute;bottom:calc(100% + var(--str-chat__spacing-2_5));width:100%;padding:var(--str-chat__spacing-2) 0}.str-chat__suggestion-list-container .str-chat__suggestion-list{overflow-y:auto;max-height:calc(var(--str-chat__spacing-px)*320);display:flex;flex-direction:column;list-style:none;padding:unset;margin:unset}.str-chat__suggestion-list-container .str-chat__suggestion-list--react{overflow-y:unset}.str-chat__suggestion-list-container .str-chat__suggestion-list--react .str-chat__suggestion-list-item>button{width:100%}.str-chat__slash-command{padding:var(--str-chat__spacing-2_5)}.str-chat__slash-command .str-chat__slash-command-header .str-chat__slash-command-args{margin-inline-start:var(--str-chat__spacing-2)}.str-chat__user-item{display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-2_5);column-gap:var(--str-chat__spacing-2)}.str-chat__user-item .str-chat__user-item--name{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;overflow-y:hidden;display:flex;align-items:center;width:100%}.str-chat__emoji-item{display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-2_5);column-gap:var(--str-chat__spacing-2)}.str-chat__emoji-item .str-chat__emoji-item--name{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;display:flex;align-items:center;width:100%}.str-chat__message-textarea-angular-host--autocomplete-hidden mention-list{display:none}.str-chat__audio_recorder-container{bottom:0;display:flex;align-items:center;justify-content:flex-end;width:100%;min-height:3.25rem;padding-inline:1rem}.str-chat__audio_recorder,stream-voice-recorder-wavebar{display:flex;align-items:center;justify-content:center;gap:.375rem}.str-chat__audio_recorder button,stream-voice-recorder-wavebar button{display:flex;align-items:center;justify-content:center;height:32px;width:32px;padding:0}.str-chat__audio_recorder .str-chat__audio_recorder__cancel-button,stream-voice-recorder-wavebar .str-chat__audio_recorder__cancel-button{--str-chat-icon-height: 28px}.str-chat__audio_recorder .str-chat__audio_recorder__cancel-button svg,stream-voice-recorder-wavebar .str-chat__audio_recorder__cancel-button svg{height:28px}.str-chat__audio_recorder .str-chat__audio_recorder__toggle-playback-button,stream-voice-recorder-wavebar .str-chat__audio_recorder__toggle-playback-button{--str-chat-icon-height: 16px}.str-chat__audio_recorder .str-chat__audio_recorder__toggle-playback-button svg,stream-voice-recorder-wavebar .str-chat__audio_recorder__toggle-playback-button svg{height:16px}.str-chat__audio_recorder .str-chat__audio_recorder__pause-recording-button,stream-voice-recorder-wavebar .str-chat__audio_recorder__pause-recording-button{--str-chat-icon-height: 12px}.str-chat__audio_recorder .str-chat__audio_recorder__pause-recording-button svg,stream-voice-recorder-wavebar .str-chat__audio_recorder__pause-recording-button svg{height:12px}.str-chat__audio_recorder .str-chat__audio_recorder__resume-recording-button,stream-voice-recorder-wavebar .str-chat__audio_recorder__resume-recording-button{--str-chat-icon-height: 24px}.str-chat__audio_recorder .str-chat__audio_recorder__resume-recording-button svg,stream-voice-recorder-wavebar .str-chat__audio_recorder__resume-recording-button svg{height:24px}.str-chat__audio_recorder .str-chat__audio_recorder__stop-button,stream-voice-recorder-wavebar .str-chat__audio_recorder__stop-button{--str-chat-icon-height: 12px}.str-chat__audio_recorder .str-chat__audio_recorder__stop-button svg,stream-voice-recorder-wavebar .str-chat__audio_recorder__stop-button svg{height:12px}.str-chat__audio_recorder .str-chat__audio_recorder__complete-button,stream-voice-recorder-wavebar .str-chat__audio_recorder__complete-button{--str-chat-icon-height: 16px}.str-chat__audio_recorder .str-chat__audio_recorder__complete-button svg,stream-voice-recorder-wavebar .str-chat__audio_recorder__complete-button svg{height:16px}.str-chat__audio_recorder .str-chat__recording-timer,stream-voice-recorder-wavebar .str-chat__recording-timer{display:flex;align-items:center;width:3rem}.str-chat__audio_recorder .str-chat__recording-timer--hours,stream-voice-recorder-wavebar .str-chat__recording-timer--hours{width:3.75rem}.str-chat__audio_recorder .str-chat__wave-progress-bar__track-container,stream-voice-recorder-wavebar .str-chat__wave-progress-bar__track-container{padding-block:.5rem;overflow-x:auto;height:fit-content}.str-chat__audio_recorder .str-chat__waveform-box-container,stream-voice-recorder-wavebar .str-chat__waveform-box-container{flex:1;display:flex;align-items:center;justify-content:flex-end;width:100%}.str-chat__audio_recorder .str-chat__audio_recorder__waveform-box,.str-chat__audio_recorder .str-chat__wave-progress-bar__track,stream-voice-recorder-wavebar .str-chat__audio_recorder__waveform-box,stream-voice-recorder-wavebar .str-chat__wave-progress-bar__track{display:flex;justify-content:flex-end;align-items:center;flex-wrap:nowrap;height:2rem;margin-inline:1rem}.str-chat__audio_recorder .str-chat__wave-progress-bar__track,stream-voice-recorder-wavebar .str-chat__wave-progress-bar__track{width:120px}.str-chat__audio_recorder .str-chat__audio_recorder__waveform-box,stream-voice-recorder-wavebar .str-chat__audio_recorder__waveform-box{overflow-x:hidden}.str-chat__audio_recorder-container .str-chat__message-attachment__voice-recording-widget{display:flex;gap:var(--str-chat__spacing-1_5)}.str-chat__audio_recorder-container .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment-voice-recording-widget--first-row{display:none}.str-chat__audio_recorder-container .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__audio-state{display:flex;gap:var(--str-chat__spacing-1_5)}.str-chat__audio_recorder-container .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__audio-state .str-chat__message-attachment__voice-recording-widget__timer{min-width:3rem;align-self:center}.str-chat__audio_recorder-container .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__right-section{display:none}.str-chat__base-image .str-chat__message-attachment-file--item-download{display:block}.str-chat__message-attachment-card--header .str-chat__message-attachment-file--item-download,.str-chat__gallery-image .str-chat__message-attachment-file--item-download,.str-chat__message-attachment--image .str-chat__message-attachment-file--item-download{position:absolute;top:.5rem;right:1rem}.str-chat__attachment-preview-image .str-chat__message-attachment-file--item-download{display:none}.str-chat__channel{height:100%;display:flex;flex-direction:column;position:relative}.str-chat__channel .str-chat__container{height:100%;display:flex}.str-chat__channel .str-chat__container .str-chat__main-panel{height:100%;display:flex;flex-direction:column;width:100%;min-width:0}.str-chat__empty-channel{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 136);height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--str-chat__spacing-4);position:relative}.str-chat__empty-channel svg{width:calc(var(--str-chat__spacing-px)*136);height:calc(var(--str-chat__spacing-px)*136)}.str-chat__empty-channel .str-chat__empty-channel-notifications{position:absolute;inset-block-end:var(--str-chat__spacing-2)}.str-chat__loading-channel{height:100%;display:flex;flex-direction:column}.str-chat__loading-channel .str-chat__loading-channel-header{display:flex;padding:var(--str-chat__spacing-2);column-gap:var(--str-chat__spacing-4);align-items:center}.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-avatar{flex-shrink:0;width:calc(var(--str-chat__spacing-px)*40);height:calc(var(--str-chat__spacing-px)*40);border-radius:var(--str-chat__avatar-border-radius)}.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-end{display:flex;flex-direction:column;overflow-y:hidden;overflow-x:hidden;flex:1;row-gap:var(--str-chat__spacing-1_5)}.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-end .str-chat__loading-channel-header-name{border-radius:var(--str-chat__border-radius-xs);height:calc(var(--str-chat__spacing-px)*16);width:calc(var(--str-chat__spacing-px)*170)}.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-end .str-chat__loading-channel-header-info{border-radius:var(--str-chat__border-radius-xs);height:calc(var(--str-chat__spacing-px)*16);width:calc(var(--str-chat__spacing-px)*66)}.str-chat__loading-channel .str-chat__loading-channel-message-list{height:100%;padding:0 var(--str-chat__spacing-2)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__li{margin-inline:calc(-1*var(--str-chat__spacing-2));padding-inline:var(--str-chat__spacing-2)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__parent-message-li{margin-inline:calc(-1*var(--str-chat__spacing-2))}@media only screen and (min-device-width:768px){.str-chat__loading-channel .str-chat__loading-channel-message-list{padding:0 min(var(--str-chat__spacing-10),4%)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__li{margin-inline:calc(-1*min(var(--str-chat__spacing-10),4%));padding-inline:min(var(--str-chat__spacing-10),4%)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__parent-message-li{margin-inline:calc(-1*min(var(--str-chat__spacing-10),4%) - 2px)}}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message{display:flex;width:100%;column-gap:var(--str-chat__spacing-2);padding:var(--str-chat__spacing-4) 0}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-avatar{flex-shrink:0;width:calc(var(--str-chat__spacing-px)*49);height:calc(var(--str-chat__spacing-px)*49)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-end{display:flex;flex-direction:column;width:100%;row-gap:var(--str-chat__spacing-2)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-end .str-chat__loading-channel-message-last-row{display:flex;width:100%;column-gap:var(--str-chat__spacing-2)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-sender{height:calc(var(--str-chat__spacing-px)*16);width:calc(var(--str-chat__spacing-px)*66)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-text{height:calc(var(--str-chat__spacing-px)*16);width:100%}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-date{height:calc(var(--str-chat__spacing-px)*16);width:calc(var(--str-chat__spacing-px)*50)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message:nth-of-type(2){flex-direction:row-reverse}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message:nth-of-type(2) .str-chat__loading-channel-message-sender{align-self:end}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message:nth-of-type(2) .str-chat__loading-channel-message-last-row{flex-direction:row-reverse}.str-chat__loading-channel .str-chat__loading-channel-message-input-row{display:flex;column-gap:var(--str-chat__spacing-2);padding:var(--str-chat__spacing-2)}.str-chat__loading-channel .str-chat__loading-channel-message-input-row .str-chat__loading-channel-message-input{width:100%;height:calc(var(--str-chat__spacing-px)*36)}.str-chat__loading-channel .str-chat__loading-channel-message-input-row .str-chat__loading-channel-message-send{height:calc(var(--str-chat__spacing-px)*36);width:calc(var(--str-chat__spacing-px)*36)}.str-chat__channel-header{display:flex;padding:var(--str-chat__spacing-2);column-gap:var(--str-chat__spacing-4);align-items:center}.str-chat__channel-header .str-chat__header-hamburger{display:none}.str-chat__channel-header .str-chat__channel-header-end{display:flex;flex-direction:column;overflow-y:hidden;overflow-x:hidden;flex:1;row-gap:var(--str-chat__spacing-1_5)}.str-chat__channel-header .str-chat__channel-header-end p{margin:0}.str-chat__channel-header .str-chat__channel-header-end .str-chat__channel-header-title,.str-chat__channel-header .str-chat__channel-header-end .str-chat__channel-header-info{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis}.str-chat__channel-header .str-chat__channel-header-end .str-chat__channel-header-title{overflow-y:hidden}.str-chat__channel-list{display:flex;flex-direction:column;height:100%;overflow-y:auto;overflow-x:hidden}.str-chat__channel-list .str-chat__channel-list-messenger,.str-chat__channel-list .str-chat__channel-list-messenger .str-chat__channel-list-messenger__main{height:100%}.str-chat__channel-list .str-chat__channel-list-messenger .str-chat__channel-list-messenger__main .str-chat__channel-list-empty{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 136);height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--str-chat__spacing-4)}.str-chat__channel-list .str-chat__channel-list-messenger .str-chat__channel-list-messenger__main .str-chat__channel-list-empty svg{width:calc(var(--str-chat__spacing-px)*136);height:calc(var(--str-chat__spacing-px)*136)}.str-chat__channel-list .str-chat__channel-list-messenger .str-chat__channel-list-messenger__main .str-chat__channel-list-empty-v1{display:none}.str-chat__channel-list .str-chat__load-more-button{display:flex;justify-content:center;margin:var(--str-chat__spacing-2) 0}.str-chat__channel-list .str-chat__load-more-button .str-chat__load-more-button__button{display:flex;align-items:center;justify-content:center}.str-chat__channel-list .stream-chat__paginated-list{gap:0}.str-chat__channel-list-react{overflow:hidden}.str-chat__channel-list-react .str-chat__channel-list-messenger-react{overflow:hidden;padding-bottom:var(--str-chat__spacing-2_5)}.str-chat__channel-list-react .str-chat__channel-list-messenger-react .str-chat__channel-list-messenger-react__main{overflow-y:auto}.str-chat-angular__channel-list .str-chat__channel-list-messenger__main{display:flex;flex-direction:column}.str-chat-angular__channel-list .str-chat__channel-list-messenger__main stream-paginated-list{min-height:0}.str-chat__channel-preview-container{position:relative}.str-chat__channel-preview-container .str-chat__channel-preview__action-buttons{position:absolute;right:var(--str-chat__spacing-2);bottom:var(--str-chat__spacing-3);display:flex;flex-direction:row;align-items:center;gap:1px}.str-chat__channel-preview-container .str-chat__channel-preview__action-buttons .str-chat__channel-preview__action-button{--str-chat-icon-height: 13px;cursor:pointer;padding-block:2px;padding-inline:4px}.str-chat__channel-preview{display:flex;column-gap:var(--str-chat__spacing-2);align-items:center;justify-content:flex-start;width:100%;padding:var(--str-chat__spacing-3) var(--str-chat__spacing-2);margin:0;text-align:start;cursor:pointer}.str-chat__channel-preview .str-chat__channel-preview-end{display:flex;flex-direction:column;row-gap:var(--str-chat__spacing-0_5);width:100%;overflow-y:visible;overflow-x:hidden;overflow-x:clip;min-width:0}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-first-row{display:flex;column-gap:var(--str-chat__spacing-1);align-items:stretch}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-first-row .str-chat__channel-preview-unread-badge{display:flex;align-items:center;padding:0 var(--str-chat__spacing-2)}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-first-row .str-chat__channel-preview-messenger--name{width:100%}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-second-row{overflow-y:visible;overflow-x:hidden;overflow-x:clip;min-width:0;display:flex;column-gap:var(--str-chat__spacing-1);align-items:center}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-second-row .str-chat__channel-preview-messenger--last-message{flex:1}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-second-row .str-chat__channel-preview-messenger--status{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 15)}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-second-row .str-chat__channel-preview-messenger--status svg{width:calc(var(--str-chat__spacing-px)*15);height:calc(var(--str-chat__spacing-px)*15)}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-messenger--name,.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-messenger--last-message{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;overflow-y:hidden;min-width:0}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-messenger--name p,.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-messenger--last-message p{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;margin:0;max-width:calc(100% - 40px)}.str-chat__channel-preview-loading{display:flex;column-gap:var(--str-chat__spacing-2);align-items:center;justify-content:flex-start;width:100%;padding:var(--str-chat__spacing-3) var(--str-chat__spacing-2);margin:0;text-align:start}.str-chat__channel-preview-loading .str-chat__channel-preview-end-loading{display:flex;flex-direction:column;row-gap:var(--str-chat__spacing-0_5);width:100%}.str-chat__channel-preview-loading .str-chat__loading-channels-username{height:calc(var(--str-chat__spacing-px)*16);width:calc(var(--str-chat__spacing-px)*66)}.str-chat__channel-preview-loading .str-chat__loading-channels-status{height:calc(var(--str-chat__spacing-px)*16);width:100%}.str-chat__channel-search{position:relative;display:flex;flex-direction:column;justify-content:center}.str-chat__channel-search.str-chat__channel-search--active.str-chat__channel-search--inline,.str-chat__channel-search.str-chat__channel-search--with-results.str-chat__channel-search--inline{height:100%}.str-chat__channel-search.str-chat__channel-search--inline{min-height:0}.str-chat__channel-search .str-chat__channel-search-bar{display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-2_5);height:65px}.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-bar-button{background:none;border:none;width:calc(var(--str-chat__spacing-px)*40);height:calc(var(--str-chat__spacing-px)*40);padding:var(--str-chat__spacing-2_5);cursor:pointer}.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-input--wrapper{display:flex;align-items:center;flex:1;padding:var(--str-chat__spacing-2_5);min-width:0}.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-input--wrapper .str-chat__channel-search-input--icon,.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-input--wrapper .str-chat__channel-search-input--clear-button{display:inline-flex;padding:0 var(--str-chat__spacing-2_5)}.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-input--wrapper .str-chat__channel-search-input--clear-button{background:none;border:none;cursor:pointer}.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-input--wrapper .str-chat__channel-search-input--clear-button:disabled{cursor:default}.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-input--wrapper input{flex:1;min-width:0}.str-chat__channel-search .str-chat__channel-search-container-searching,.str-chat__channel-search .str-chat__channel-search-results-header{width:100%;padding:var(--str-chat__spacing-5) var(--str-chat__spacing-4)}.str-chat__channel-search .str-chat__channel-search-result-list{display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden}.str-chat__channel-search .str-chat__channel-search-result-list.inline{flex:1}.str-chat__channel-search .str-chat__channel-search-result-list.popup{position:absolute;left:0;right:0;top:65px;height:400px;z-index:1}.str-chat__channel-search .str-chat__channel-search-result-list .str-chat__channel-search-container-empty{display:flex;flex-direction:column;align-items:center;width:100%;padding:var(--str-chat__spacing-5) var(--str-chat__spacing-4)}.str-chat__channel-search .str-chat__channel-search-result-list .str-chat__channel-search-container-empty svg{height:calc(var(--str-chat__spacing-px)*90 + var(--str-chat__spacing-20));width:calc(var(--str-chat__spacing-px)*90);padding:var(--str-chat__spacing-10) 0}.str-chat__channel-search .str-chat__channel-search-result-list .str-chat__channel-search-result{background:none;border:none;display:flex;align-items:center;width:100%;column-gap:var(--str-chat__spacing-2);padding:var(--str-chat__spacing-3) var(--str-chat__spacing-2)}.str-chat__channel-search .str-chat__channel-search-result-list .str-chat__channel-search-result .channel-search__result-text,.str-chat__channel-search .str-chat__channel-search-result-list .str-chat__channel-search-result .str-chat__channel-search-result--display-name{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;overflow-y:hidden}.str-chat__cta-button{padding:var(--str-chat__spacing-3_5) var(--str-chat__spacing-6);cursor:pointer}.str-chat__circle-fab{width:calc(var(--str-chat__spacing-px)*42);height:calc(var(--str-chat__spacing-px)*42);padding:0;cursor:pointer;display:flex;justify-content:center;align-items:center}.str-chat__circle-fab .str-chat__circle-fab-icon{display:inline-block;height:calc(var(--str-chat__spacing-px)*24)}.str-chat__dialog-overlay{inset:0;position:absolute;height:var(--str-chat__dialog-overlay-height);width:100%;z-index:2}.str-chat__dialog{width:100%}.str-chat__dialog .str-chat__dialog__body{padding:2rem 1rem;overflow-y:auto}.str-chat__dialog .str-chat__dialog__body .str-chat__dialog__title{margin-bottom:1rem}.str-chat__dialog .str-chat__dialog__controls{display:flex;justify-content:flex-end;gap:1.25rem;padding:2.25rem 1.25rem}.str-chat__dialog .str-chat__dialog__controls .str-chat__dialog__controls-button{background:none;border:none}.str-chat-angular__dialog-body.str-chat__dialog__body{padding:0}.str-chat-angular__dialog-body .str-chat__dialog__controls{padding-bottom:0}.str-chat__prompt-dialog input[type=text]{width:100%;padding:.625rem 1rem}.str-chat__dialog-menu{overflow:hidden}.str-chat__dialog-menu .str-chat__dialog-menu__button{display:flex;align-items:center;width:100%;padding:.5rem .75rem}.str-chat__dialog-menu .str-chat__dialog-menu__button .str-chat__dialog-menu__button-icon{height:1rem;width:1rem}.str-chat__dialog-menu .str-chat__dialog-menu__button .str-chat__dialog-menu__button-text{padding-inline:.675rem}.str-chat__drag-and-drop-container__item{display:flex;width:100%;padding-block:.25rem}.str-chat__dropzone-container{display:flex;align-items:center;justify-content:center;position:absolute;height:100%;width:100%;z-index:5}.str-chat__dropzone-container p{margin:unset}.str-chat__edit-message-form{display:flex;flex-direction:column;align-items:stretch;justify-content:center;row-gap:var(--str-chat__spacing-5);width:100%;height:100%;min-height:0;min-width:0;max-width:100%;max-height:100%}.str-chat__edit-message-form .str-chat__edit-message-form-options{display:flex;align-items:center;justify-content:flex-end}.str-chat__edit-message-form .str-chat__edit-message-form-options button{cursor:pointer;margin:0}.str-chat-angular__edit-message-form .str-chat__message-input-angular-host{max-height:100%;min-height:0;display:flex;min-width:0;max-width:100%}.str-chat-angular__edit-message-form .str-chat__modal--open .str-chat__modal__inner{height:40%;max-height:80%;min-width:90%;max-width:90%;width:90%;flex-basis:min-content}@media only screen and (min-device-width:768px){.str-chat-angular__edit-message-form .str-chat__modal--open .str-chat__modal__inner{min-width:40%;max-width:60%;width:min-content}}.str-chat__dialog__field{display:flex;flex-direction:column;gap:.5rem}.str-chat__dialog__field .str-chat__form-field-error{margin-left:.5rem}.str-chat__form__switch-field{width:100%;padding:1rem}.str-chat__form__switch-field input[type=checkbox]{display:none}.str-chat__form__switch-field label{display:flex;align-items:center;justify-content:space-between;width:100%}.str-chat__form__switch-field .str-chat__form__switch-field__switch{display:flex;align-items:center;width:calc(var(--str-chat__spacing-px)*52);height:calc(var(--str-chat__spacing-px)*32);padding:.25rem}.str-chat__form__switch-field .str-chat__form__switch-field__switch .str-chat__form__switch-field__switch-handle{height:1.5rem;width:1.5rem}.str-chat__form__switch-field .str-chat__form__switch-field__switch.str-chat__form__switch-field__switch--on{justify-content:flex-end}.str-chat__dropdown .str-chat__dropdown__open-button{width:100%;text-align:start}.str-chat__image-carousel{display:flex;flex-direction:column;justify-content:space-between;align-items:center;min-height:0;min-width:0;max-width:100%;max-height:100%;height:100%}.str-chat__image-carousel .str-chat__image-carousel-stepper{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 30);padding:var(--str-chat__spacing-2_5);border:none;cursor:pointer;background:#0000}.str-chat__image-carousel .str-chat__image-carousel-image{object-fit:contain;min-height:0;max-height:100%;min-width:0;max-width:100%;height:100%;width:100%}.str-chat__message .str-chat__attachment-list .str-chat__modal--open .str-chat__modal__inner{height:80%;width:80%}@media only screen and (max-device-width:768px){.str-chat__message .str-chat__attachment-list .str-chat__modal--open .str-chat__modal__inner{height:100%;width:100%}}[dir=rtl] .str-chat__image-carousel-stepper svg{transform:scaleX(-1)}.str-chat{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 24);--str-chat-icon-width: auto}.str-chat__icon{display:flex;font-family:stream-chat-icons;font-style:normal;font-weight:400;font-size:var(--str-chat-icon-height);line-height:var(--str-chat-icon-height);height:var(--str-chat-icon-height);width:var(--str-chat-icon-width)}.str-chat__icon:before{line-height:var(--str-chat-icon-height)}.str-chat__icon--unspecified-filetype{content:url(data:image/svg+xml;base64,PHN2ZwogIGRhdGEtdGVzdGlkPSJ1bnNwZWNpZmllZC1maWxldHlwZSIKICB3aWR0aD0iMzQiCiAgaGVpZ2h0PSI0MCIKICB2aWV3Qm94PSIwIDAgMzQgNDAiCiAgZmlsbD0ibm9uZSIKICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCj4KICA8cGF0aAogICAgZD0iTTAgM0MwIDEuMzQzMTUgMS4zNDMxNSAwIDMgMEgyM0wzNCAxMVYzN0MzNCAzOC42NTY5IDMyLjY1NjkgNDAgMzEgNDBIM0MxLjM0MzE1IDQwIDAgMzguNjU2OSAwIDM3VjNaIgogICAgZmlsbD0idXJsKCNwYWludDBfbGluZWFyKSIKICAvPgogIDxwYXRoIGQ9Ik0zNCAxMUwyNiAxMUMyNC4zNDMxIDExIDIzIDkuNjU2ODUgMjMgOFYwTDM0IDExWiIgZmlsbD0iI0RCREJEQiIgLz4KICA8cGF0aAogICAgZmlsbC1ydWxlPSJldmVub2RkIgogICAgY2xpcC1ydWxlPSJldmVub2RkIgogICAgZD0iTTggMTNIMjNWMTVIOFYxM1oiCiAgICBmaWxsPSIjQ0ZDRkNGIgogIC8+CiAgPHBhdGgKICAgIGZpbGwtcnVsZT0iZXZlbm9kZCIKICAgIGNsaXAtcnVsZT0iZXZlbm9kZCIKICAgIGQ9Ik04IDE3SDE4VjE5SDhWMTdaIgogICAgZmlsbD0iI0NGQ0ZDRiIKICAvPgogIDxwYXRoCiAgICBmaWxsLXJ1bGU9ImV2ZW5vZGQiCiAgICBjbGlwLXJ1bGU9ImV2ZW5vZGQiCiAgICBkPSJNOCAyMUgyM1YyM0g4VjIxWiIKICAgIGZpbGw9IiNDRkNGQ0YiCiAgLz4KICA8ZGVmcz4KICAgIDxsaW5lYXJHcmFkaWVudAogICAgICBpZD0icGFpbnQwX2xpbmVhciIKICAgICAgeDE9IjAiCiAgICAgIHkxPSIwIgogICAgICB4Mj0iMCIKICAgICAgeTI9IjQwIgogICAgICBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIKICAgID4KICAgICAgPHN0b3Agc3RvcC1jb2xvcj0id2hpdGUiIC8+CiAgICAgIDxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0RCREJEQiIgLz4KICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgPC9kZWZzPgo8L3N2Zz4=)}.str-chat__icon--audio-file{content:url(data:image/svg+xml;base64,PHN2ZwogIGNsYXNzPSJyZnUtZmlsZS1hdWRpbyIKICBmaWxsPSJub25lIgogIHZpZXdCb3g9IjAgMCAzNCA0MCIKICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgaGVpZ2h0PSIyMCIKICB3aWR0aD0iMjAiCj4KICA8cGF0aAogICAgY2xpcC1ydWxlPSJldmVub2RkIgogICAgZD0iTTE3LjcxNjggMzMuMTcyQzE4LjIzNDggMzMuMTcyIDE4LjQyMzggMzMuNjU1IDE4LjQyMzggMzQuMThDMTguNDIzOCAzNC42NDIgMTguMjk3OCAzNS4xOTUgMTcuNzE2OCAzNS4xOTVDMTcuMTcwOCAzNS4xOTUgMTYuOTg4OCAzNC42NDIgMTYuOTg4OCAzNC4xNDVDMTYuOTg4OCAzMy42ODMgMTcuMTcwOCAzMy4xNzIgMTcuNzE2OCAzMy4xNzJaTTE5LjU3MTggMzEuMDAySDE4LjM4MThWMzIuNzU4OUgxOC4zNjc4QzE4LjEyMjggMzIuNDMgMTcuNzc5OCAzMi4yNjIgMTcuMzMxOCAzMi4yNjJDMTYuMzAyOCAzMi4yNjIgMTUuNzk4OCAzMy4xNTggMTUuNzk4OCAzNC4xMDNDMTUuNzk4OCAzNS4xMjUgMTYuMjgxOCAzNi4xMDQ5IDE3LjQyMjggMzYuMTA0OUMxNy44NDI4IDM2LjEwNDkgMTguMTkyOCAzNS45MjMgMTguNDIzOCAzNS41OEgxOC40Mzc4VjM2SDE5LjU3MThWMzEuMDAyWk0xMi43MDk1IDM0LjE4NzJDMTIuNzA5NSAzMy43MjUyIDEyLjg3NzUgMzMuMTcyMiAxMy40MzA1IDMzLjE3MjJDMTMuOTgzNSAzMy4xNzIyIDE0LjE1ODUgMzMuNzI1MiAxNC4xNTg1IDM0LjE4NzJDMTQuMTU4NSAzNC42NDkyIDEzLjk4MzUgMzUuMTk1MiAxMy40MzA1IDM1LjE5NTJDMTIuODc3NSAzNS4xOTUyIDEyLjcwOTUgMzQuNjQ5MiAxMi43MDk1IDM0LjE4NzJaTTExLjUxOTUgMzQuMTg3MkMxMS41MTk1IDM1LjI3OTIgMTIuMzAzNSAzNi4xMDUyIDEzLjQzMDUgMzYuMTA1MkMxNC41NTc1IDM2LjEwNTIgMTUuMzQ4NSAzNS4yNzkyIDE1LjM0ODUgMzQuMTg3MkMxNS4zNDg1IDMzLjA5NTIgMTQuNTU3NSAzMi4yNjIyIDEzLjQzMDUgMzIuMjYyMkMxMi4zMDM1IDMyLjI2MjIgMTEuNTE5NSAzMy4wOTUyIDExLjUxOTUgMzQuMTg3MlpNMjEuODM5IDMyLjM2NzFIMjIuNTc0VjMzLjEzNzFIMjEuODM5VjM0Ljc4OTFDMjEuODM5IDM1LjA3NjEgMjIuMDA3IDM1LjEzOTEgMjIuMjY2IDM1LjEzOTFDMjIuMzE0MiAzNS4xMzkxIDIyLjM2NCAzNS4xMzU3IDIyLjQxNDcgMzUuMTMyM0MyMi40NjcyIDM1LjEyODcgMjIuNTIwNiAzNS4xMjUxIDIyLjU3NCAzNS4xMjUxVjM2LjAwMDFDMjIuNDgxIDM2LjAwMzEgMjIuMzg4IDM2LjAwOTkgMjIuMjk1IDM2LjAxNjhDMjIuMTcxIDM2LjAyNTkgMjIuMDQ3IDM2LjAzNTEgMjEuOTIzIDM2LjAzNTFDMjAuOTA4IDM2LjAzNTEgMjAuNjQ5IDM1Ljc0MTEgMjAuNjQ5IDM0Ljc1NDFWMzMuMTM3MUgyMC4wNDdWMzIuMzY3MUgyMC42NDlWMzEuMjY4MUgyMS44MzlWMzIuMzY3MVoiCiAgICBmaWxsPSJ3aGl0ZSIKICAgIGZpbGwtcnVsZT0iZXZlbm9kZCIKICA+PC9wYXRoPgogIDxwYXRoCiAgICBkPSJNMCAyOEgzNFYzN0MzNCAzOC42NTY5IDMyLjY1NjkgNDAgMzEgNDBIM0MxLjM0MzE1IDQwIDAgMzguNjU2OSAwIDM3VjI4WiIKICAgIGZpbGw9IiMyNzI3QjAiCiAgPjwvcGF0aD4KICA8cGF0aCBkPSJNMCAzQzAgMS4zNDMxNSAxLjM0MzE1IDAgMyAwSDIzTDM0IDExVjI4SDBWM1oiIGZpbGw9IiNGNUY1RjUiPjwvcGF0aD4KICA8cGF0aAogICAgZD0iTTM0IDExTDI2IDExQzI0LjM0MzEgMTEgMjMgOS42NTY4NSAyMyA4VjBMMzQgMTFaIgogICAgZmlsbD0iI0RCREJEQiIKICA+PC9wYXRoPgogIDxwYXRoCiAgICBjbGlwLXJ1bGU9ImV2ZW5vZGQiCiAgICBkPSJNOC44NzkxMiAyMS45NDFIMTIuMjk4TDE2Ljk1MjEgMjQuNzQ5M0MxNy4wMzA3IDI0LjgxMzggMTcuMTI5MyAyNC44NDkgMTcuMjMxMSAyNC44NDlDMTcuNDczOCAyNC44NDg4IDE3LjY3MDUgMjQuNjUxOSAxNy42NzAzIDI0LjQwOTJWMTIuNDM5OUMxNy42NzA0IDEyLjMzODEgMTcuNjM1MiAxMi4yMzk2IDE3LjU3MDcgMTIuMTYwOUMxNy40MTY4IDExLjk3MzIgMTcuMTM5OCAxMS45NDU3IDE2Ljk1MjEgMTIuMDk5NkwxMi4yOTggMTQuOTA4SDguODc5MTJDOC4zOTM2IDE0LjkwOCA4IDE1LjMwMTYgOCAxNS43ODcxVjIxLjA2MTlDOCAyMS41NDc0IDguMzkzNiAyMS45NDEgOC44NzkxMiAyMS45NDFaTTEyLjkyNTggMTYuNjY2NEwxNS45MTIyIDE1LjIyMjRWMjEuNjI2OEwxMi45MjU4IDIwLjE4MjlIOS43NTgzVjE2LjY2NjRIMTIuOTI1OFpNMTkuODUxMSAxNi4zNTE3QzE5LjQ3NCAxNi40MDkyIDE5LjIzOTcgMTYuNjYzNyAxOS4zMjgzIDE2LjkxOTFMMTkuMzI2MiAxNi45MkMxOS41Mjk1IDE3LjQ5OTUgMTkuNjMwNSAxOC4wOTggMTkuNjI4NCAxOC42OTUzQzE5LjYzMDUgMTkuMjk3NSAxOS41MjM3IDE5LjkwMTQgMTkuMzE5NiAyMC40OTA5QzE5LjIyOSAyMC43NDYyIDE5LjQ2ODIgMjAuOTk5NiAxOS44NDc0IDIxLjA2QzE5LjkwMDggMjEuMDY4MyAxOS45NTQyIDIxLjA3MiAyMC4wMDc2IDIxLjA3MkMyMC4zMjU5IDIxLjA3MiAyMC42MTU2IDIwLjkyMzQgMjAuNjkyMiAyMC43MDU3QzIwLjkxOTQgMjAuMDQ1MSAyMS4wMzM3IDE5LjM3IDIxLjAzNzQgMTguNjk1M0MyMS4wMzQ5IDE4LjAyNTEgMjAuOTIxMSAxNy4zNTc1IDIwLjY5NTUgMTYuNzAzNUMyMC42MDUzIDE2LjQ0NzcgMjAuMjI5IDE2LjI5MDggMTkuODUxMSAxNi4zNTE3Wk0yMi4xNjA1IDE0LjYwMjhDMjIuNTI1MiAxNC41MTYzIDIyLjkyNTkgMTQuNjQ1NCAyMy4wNTUgMTQuODkzOEMyMy42ODkxIDE2LjExNTcgMjQgMTcuNDA0MiAyNCAxOC42OTIzQzI0LjAwMDQgMTkuOTg5NSAyMy42Nzk2IDIxLjI4MzkgMjMuMDUyMSAyMi41MTUzQzIyLjk1MDMgMjIuNzEyMyAyMi42NzYzIDIyLjgzNDQgMjIuMzgyOCAyMi44MzQ0QzIyLjMwNzEgMjIuODM0NCAyMi4yMzAxIDIyLjgyNjEgMjIuMTU0MyAyMi44MDkyQzIxLjc4NjMgMjIuNzI1MSAyMS41OTE0IDIyLjQ1MzYgMjEuNzE4NSAyMi4yMDc3QzIyLjI5ODggMjEuMDc2MSAyMi41OTIyIDE5Ljg4MzYgMjIuNTkzMSAxOC42OTE5QzIyLjU5MzEgMTcuNTA1NiAyMi4zMDU0IDE2LjMyMjIgMjEuNzI3NiAxNS4yMDI1QzIxLjYwMDEgMTQuOTU2MyAyMS43OTUgMTQuNjg2IDIyLjE2MDUgMTQuNjAyOFoiCiAgICBmaWxsPSIjMjcyN0IwIgogICAgZmlsbC1ydWxlPSJldmVub2RkIgogID48L3BhdGg+Cjwvc3ZnPg==)}.str-chat__icon--poll{--str-chat-icon-width: var(--str-chat-icon-height);-webkit-mask:var(--str-chat__poll-icon) no-repeat center/contain;mask:var(--str-chat__poll-icon) no-repeat center/contain}.str-chat__icon--action:before{content:""}.str-chat__icon--arrow-down:before{content:""}.str-chat__icon--arrow-left:before{content:""}.str-chat__icon--arrow-right:before{content:""}.str-chat__icon--close:before{content:""}.str-chat__icon--arrow-up:before{content:""}.str-chat__icon--chat-bubble:before{content:""}.str-chat__icon--pause:before{content:""}.str-chat__icon--download:before{content:""}.str-chat__icon--delivered:before{content:""}.str-chat__icon--play:before{content:""}.str-chat__icon--reaction:before{content:""}.str-chat__icon--error:before{content:""}.str-chat__icon--read:before{content:""}.str-chat__icon--retry:before{content:""}.str-chat__icon--reply-in-thread:before{content:""}.str-chat__icon--send:before{content:""}.str-chat__icon--attach:before{content:""}.str-chat__icon--mic:before{content:""}.str-chat__icon--bin:before{content:""}.str-chat__infinite-scroll-paginator{overflow-y:auto;overflow-x:hidden}.str-chat__link-preview-list{display:flex;flex-direction:column;align-items:center;gap:.75rem;width:100%;margin-bottom:.75rem;padding-inline:.75rem}.str-chat__link-preview-card{width:100%;min-width:0;display:flex;align-items:center;justify-content:space-around;gap:1rem}.str-chat__link-preview-card .str-chat__tooltip{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;display:block;max-width:calc(var(--str-chat__spacing-px)*250);padding-inline:.5rem}.str-chat__link-preview-card .str-chat__link-preview-card__icon-container{display:flex;align-items:center}.str-chat__link-preview-card .str-chat__link-preview-card__content{width:100%;min-width:0;flex:1;padding-inline:.5rem}.str-chat__link-preview-card .str-chat__link-preview-card__content .str-chat__link-preview-card__content-title,.str-chat__link-preview-card .str-chat__link-preview-card__content .str-chat__link-preview-card__content-description{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis}.str-chat__link-preview-card .str-chat__link-preview-card__dismiss-button{background:none;border:none;cursor:pointer}.str-chat__link-preview-card--loading .str-chat__link-preview-card__content{display:flex;flex-direction:column;gap:.25rem}.str-chat__link-preview-card--loading .str-chat__link-preview-card__content .str-chat__link-preview-card__content-title{height:calc(var(--str-chat__spacing-px)*16);width:100%}.str-chat__link-preview-card--loading .str-chat__link-preview-card__content .str-chat__link-preview-card__content-description{height:calc(var(--str-chat__spacing-px)*12);width:100%}.str-chat{--str-chat__loading-indicator-size: calc(var(--str-chat__spacing-px) * 15)}.str-chat__loading-indicator{display:flex;align-items:center;justify-content:center;animation:rotate 1s linear infinite}.str-chat__loading-indicator svg{width:var(--str-chat__loading-indicator-size);height:var(--str-chat__loading-indicator-size)}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{0%{-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0)}to{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}stream-loading-indicator{display:flex;align-items:center;justify-content:center}stream-loading-indicator .str-chat__loading-indicator{width:var(--str-chat__loading-indicator-size);height:var(--str-chat__loading-indicator-size)}.str-chat__loading-indicator-placeholder{width:var(--str-chat__loading-indicator-size);height:var(--str-chat__loading-indicator-size)}.str-chat__modal.str-chat__share-location-modal .str-chat__modal__close-button{display:none}.str-chat__modal.str-chat__share-location-modal .str-chat__share-location-dialog .str-chat__modal-header{padding-top:0}.str-chat__modal.str-chat__share-location-modal .str-chat__share-location-dialog .str-chat__dialog__body{display:flex;flex-direction:column;gap:1rem;padding-block:0;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.str-chat__modal.str-chat__share-location-modal .str-chat__share-location-dialog .str-chat__dialog__body .str-chat__live-location-activation,.str-chat__modal.str-chat__share-location-modal .str-chat__share-location-dialog .str-chat__dialog__body .str-chat__live-location-activation .str-chat__form__switch-field,.str-chat__modal.str-chat__share-location-modal .str-chat__share-location-dialog .str-chat__dialog__body .str-chat__live-location-activation .str-chat__dropdown__open-button{padding:.5rem}.str-chat__modal.str-chat__share-location-modal .str-chat__share-location-dialog .str-chat__dialog__body .str-chat__live-location-activation .str-chat__dialog-contents .str-chat__dropdown__items{display:flex;flex-direction:column;align-items:flex-start;padding-block:.25rem}.str-chat__modal.str-chat__share-location-modal .str-chat__share-location-dialog .str-chat__dialog__body .str-chat__live-location-activation .str-chat__dialog-contents .str-chat__dropdown__items .str-chat__live-location-sharing-duration-option{padding:.25rem .5rem;width:100%;text-align:start}.str-chat__modal.str-chat__share-location-modal .str-chat__share-location-dialog .str-chat__dialog__controls{padding:1.25rem 1rem 0}.str-chat{--str-chat__message-options-button-size: calc(var(--str-chat__spacing-px) * 26);--str-chat__message-max-width: calc(var(--str-chat__spacing-px) * 480);--str-chat__message-with-attachment-max-width: calc(var(--str-chat__spacing-px) * 300);--str-chat__quoted-message-max-width: calc(var(--str-chat__spacing-px) * 250);--str-chat__quoted-message-inside-message-input-max-width: calc( var(--str-chat__spacing-px) * 200 );--str-chat__quoted-message-inside-message-input-max-height: calc( var(--str-chat__quoted-message-inside-message-input-max-width) + calc(var(--str-chat__spacing-px) * 50) );--str-chat__quoted-message-line-clamp: 5}.str-chat__message{--str-chat-message-options-size: calc(3 * var(--str-chat__message-options-button-size))}.str-chat__message.str-chat__message-without-touch-support{--str-chat-message-options-size: calc(1 * var(--str-chat__message-options-button-size))}.str-chat__message .str-chat__message-bubble{max-width:var(--str-chat__message-max-width)}.str-chat__message .str-chat__message-options{--str-chat-icon-height: calc(var(--str-chat__message-options-button-size) * .7)}.str-chat__message.str-chat__message--has-attachment{--str-chat__message-max-width: var(--str-chat__message-with-attachment-max-width)}.str-chat__message.str-chat__message--has-attachment .str-chat__message-bubble{max-width:var(--str-chat__message-max-width)}.str-chat__quoted-message-preview{--str-chat__message-max-width: var(--str-chat__quoted-message-max-width)}.str-chat__quoted-message-preview .str-chat__quoted-message-bubble{pointer-events:none;max-width:var(--str-chat__message-max-width)}.str-chat__quoted-message-text-value{overflow:hidden;display:-webkit-box;-webkit-line-clamp:var(--str-chat__quoted-message-line-clamp);line-clamp:var(--str-chat__quoted-message-line-clamp);-webkit-box-orient:vertical}.str-chat__message,.str-chat__quoted-message-preview{display:grid;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word}.str-chat__message .str-chat__message-reminder,.str-chat__quoted-message-preview .str-chat__message-reminder{grid-area:message-reminder;padding-block:.5rem .125rem;margin:0}.str-chat__message.str-chat__message--other,.str-chat__message.str-chat__quoted-message-preview,.str-chat__quoted-message-preview.str-chat__message--other,.str-chat__quoted-message-preview.str-chat__quoted-message-preview{grid-template-areas:". message-reminder" "avatar message" ". replies" ". translation-notice" ". custom-metadata" ". metadata";column-gap:var(--str-chat__spacing-2);grid-template-columns:auto 1fr;justify-items:flex-start}.str-chat__message.str-chat__message--me,.str-chat__quoted-message-preview.str-chat__message--me{grid-template-areas:"message-reminder" "message" "replies" "translation-notice" "custom-metadata" "metadata";justify-items:end}.str-chat__message.str-chat__message--me>.str-chat__message-sender-avatar,.str-chat__quoted-message-preview.str-chat__message--me>.str-chat__message-sender-avatar{display:none}.str-chat__message.str-chat__message--deleted,.str-chat__quoted-message-preview.str-chat__message--deleted,.str-chat__message.str-chat__message--blocked,.str-chat__quoted-message-preview.str-chat__message--blocked{grid-template-areas:"message"}.str-chat__message.str-chat__message--system,.str-chat__quoted-message-preview.str-chat__message--system{grid-template-areas:"message";grid-template-columns:auto}.str-chat__message .str-chat__message-sender-avatar,.str-chat__quoted-message-preview .str-chat__message-sender-avatar{grid-area:avatar;align-self:end}.str-chat__message .str-chat__message-inner,.str-chat__quoted-message-preview .str-chat__message-inner{grid-area:message;display:grid;grid-template-areas:"reactions reactions" "message-bubble options";grid-template-columns:auto 1fr;column-gap:var(--str-chat__spacing-2);position:relative}.str-chat__message .str-chat__message-inner .str-chat__message-options,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-options{grid-area:options;align-items:flex-start;justify-content:flex-end;flex-direction:row-reverse;width:var(--str-chat-message-options-size)}.str-chat__message .str-chat__message-inner .str-chat__message-options .str-chat__message-actions-box-button,.str-chat__message .str-chat__message-inner .str-chat__message-options .str-chat__message-reply-in-thread-button,.str-chat__message .str-chat__message-inner .str-chat__message-options .str-chat__message-reactions-button,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-options .str-chat__message-actions-box-button,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-options .str-chat__message-reply-in-thread-button,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-options .str-chat__message-reactions-button{display:flex;align-items:center;justify-content:center;cursor:pointer;width:var(--str-chat__message-options-button-size);height:var(--str-chat__message-options-button-size)}.str-chat__message .str-chat__message-inner .str-chat__message-options .str-chat__message-actions-box-button,.str-chat__message .str-chat__message-inner .str-chat__message-options .str-chat__message-actions-container,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-options .str-chat__message-actions-box-button,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-options .str-chat__message-actions-container{position:relative}.str-chat__message .str-chat__message-inner .str-chat__message-reactions-host,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-reactions-host{grid-area:reactions}.str-chat__message .str-chat__message-inner .str-chat__message-bubble,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-bubble{grid-area:message-bubble;position:relative;min-width:0}.str-chat__message .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text{padding:var(--str-chat__spacing-2) var(--str-chat__spacing-4)}.str-chat__message .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text p,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text p{white-space:pre-line;margin:0}.str-chat__message .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text .str-chat__message-text-inner,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text .str-chat__message-text-inner{overflow-y:hidden}.str-chat__message.str-chat__message--me .str-chat__message-inner,.str-chat__quoted-message-preview.str-chat__message--me .str-chat__message-inner{grid-template-areas:"reminder reminder" "reactions reactions" "options message-bubble";grid-template-columns:1fr auto}.str-chat__message.str-chat__message--me .str-chat__message-inner .str-chat__message-options,.str-chat__quoted-message-preview.str-chat__message--me .str-chat__message-inner .str-chat__message-options{flex-direction:row}.str-chat__message .str-chat__translation-notice,.str-chat__quoted-message-preview .str-chat__translation-notice{grid-area:translation-notice}.str-chat__message .str-chat__translation-notice button,.str-chat__quoted-message-preview .str-chat__translation-notice button{cursor:pointer;padding:var(--str-chat__spacing-1) 0;margin:0}.str-chat__message .str-chat__custom-message-metadata,.str-chat__quoted-message-preview .str-chat__custom-message-metadata{grid-area:custom-metadata;margin-block-start:var(--str-chat__spacing-0_5)}.str-chat__message .str-chat__message-metadata,.str-chat__quoted-message-preview .str-chat__message-metadata{grid-area:metadata;display:flex;flex-wrap:wrap;align-items:center;column-gap:var(--str-chat__spacing-1);margin-block-start:var(--str-chat__spacing-0_5)}.str-chat__message .str-chat__message-metadata .str-chat__message-simple-name,.str-chat__quoted-message-preview .str-chat__message-metadata .str-chat__message-simple-name{overflow-y:hidden}.str-chat__message .str-chat__message-metadata .str-chat__message-simple-timestamp+.str-chat__mesage-simple-edited:before,.str-chat__quoted-message-preview .str-chat__message-metadata .str-chat__message-simple-timestamp+.str-chat__mesage-simple-edited:before{content:"•";margin-right:var(--str-chat__spacing-1)}.str-chat__message .str-chat__message-metadata .str-chat__message-edited-timestamp,.str-chat__quoted-message-preview .str-chat__message-metadata .str-chat__message-edited-timestamp{--str-chat__message-edited-timestamp-height: 1rem;flex-basis:100%}.str-chat__message.str-chat__message--me .str-chat__message-metadata,.str-chat__quoted-message-preview.str-chat__message--me .str-chat__message-metadata{justify-content:flex-end;text-align:right}.str-chat__message .str-chat__message-status,.str-chat__quoted-message-preview .str-chat__message-status{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 16);display:flex;align-items:center;justify-content:center;column-gap:var(--str-chat__spacing-0_5);position:relative}.str-chat__message .str-chat__message-status svg,.str-chat__quoted-message-preview .str-chat__message-status svg{width:var(--str-chat-icon-height);height:var(--str-chat-icon-height)}.str-chat__message .str-chat__message-status.str-chat__message-status-sent,.str-chat__quoted-message-preview .str-chat__message-status.str-chat__message-status-sent{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 12)}.str-chat__message .str-chat__message-status.str-chat__message-status-sent svg,.str-chat__quoted-message-preview .str-chat__message-status.str-chat__message-status-sent svg{width:var(--str-chat-icon-height);height:var(--str-chat-icon-height)}.str-chat__message .str-chat__message-status-sent,.str-chat__quoted-message-preview .str-chat__message-status-sent{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 12)}.str-chat__message .str-chat__message-status-sent svg,.str-chat__quoted-message-preview .str-chat__message-status-sent svg{width:var(--str-chat-icon-height);height:var(--str-chat-icon-height)}.str-chat__message .str-chat__message-status-delivered,.str-chat__quoted-message-preview .str-chat__message-status-delivered{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 15)}.str-chat__message .str-chat__message-status-delivered svg,.str-chat__quoted-message-preview .str-chat__message-status-delivered svg{width:var(--str-chat-icon-height);height:var(--str-chat-icon-height)}.str-chat__message .str-chat__message-replies-count-button-wrapper,.str-chat__message .str-chat__message-is-thread-reply-button-wrapper,.str-chat__quoted-message-preview .str-chat__message-replies-count-button-wrapper,.str-chat__quoted-message-preview .str-chat__message-is-thread-reply-button-wrapper{grid-area:replies}.str-chat__message .str-chat__message-replies-count-button-wrapper button,.str-chat__message .str-chat__message-is-thread-reply-button-wrapper button,.str-chat__quoted-message-preview .str-chat__message-replies-count-button-wrapper button,.str-chat__quoted-message-preview .str-chat__message-is-thread-reply-button-wrapper button{cursor:pointer;padding:0}.str-chat__message .str-chat__message-replies-count-button-wrapper button:disabled,.str-chat__message .str-chat__message-is-thread-reply-button-wrapper button:disabled,.str-chat__quoted-message-preview .str-chat__message-replies-count-button-wrapper button:disabled,.str-chat__quoted-message-preview .str-chat__message-is-thread-reply-button-wrapper button:disabled{cursor:auto}.str-chat__message .str-chat__message--deleted-inner,.str-chat__quoted-message-preview .str-chat__message--deleted-inner{padding:var(--str-chat__spacing-2) var(--str-chat__spacing-4)}.str-chat__message .str-chat__message--deleted-inner p,.str-chat__quoted-message-preview .str-chat__message--deleted-inner p{white-space:pre-line;margin:0}.str-chat__message .str-chat__message--blocked-inner,.str-chat__quoted-message-preview .str-chat__message--blocked-inner{padding:var(--str-chat__spacing-2) var(--str-chat__spacing-4)}.str-chat__message .str-chat__message--blocked-inner p,.str-chat__quoted-message-preview .str-chat__message--blocked-inner p{white-space:pre-line;margin:0}.str-chat__message .str-chat__quoted-message-bubble,.str-chat__quoted-message-preview .str-chat__quoted-message-bubble{padding:var(--str-chat__spacing-2) var(--str-chat__spacing-4);display:flex;column-gap:var(--str-chat__spacing-1);min-width:0;width:100%}.str-chat__message .str-chat__quoted-message-bubble p,.str-chat__quoted-message-preview .str-chat__quoted-message-bubble p{white-space:pre-line;margin:0}.str-chat__message .str-chat__emoji-display-fix,.str-chat__quoted-message-preview .str-chat__emoji-display-fix{display:inline-block;width:1.25em}.str-chat__message .str-chat__message-error-icon,.str-chat__quoted-message-preview .str-chat__message-error-icon{display:none}.str-chat__message .str-chat__simple-message--error-failed,.str-chat__quoted-message-preview .str-chat__simple-message--error-failed{cursor:pointer}.str-chat__message.str-chat__message--error .str-chat__message-error-icon,.str-chat__message.str-chat__message--failed .str-chat__message-error-icon,.str-chat__quoted-message-preview.str-chat__message--error .str-chat__message-error-icon,.str-chat__quoted-message-preview.str-chat__message--failed .str-chat__message-error-icon{display:block;position:absolute;bottom:0;inset-inline-end:calc(-1*calc(var(--str-chat__spacing-px) * 18)/2)}.str-chat__message.str-chat__message--error .str-chat__message-error-icon svg,.str-chat__message.str-chat__message--failed .str-chat__message-error-icon svg,.str-chat__quoted-message-preview.str-chat__message--error .str-chat__message-error-icon svg,.str-chat__quoted-message-preview.str-chat__message--failed .str-chat__message-error-icon svg{width:calc(var(--str-chat__spacing-px)*18);height:calc(var(--str-chat__spacing-px)*18)}.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)) .str-chat__message-options,.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within:not(:has(.str-chat__reaction-list:focus-within,.str-chat__modal--open)) .str-chat__message-options,.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:has(.str-chat__message-options--active) .str-chat__message-options,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)) .str-chat__message-options,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within:not(:has(.str-chat__reaction-list:focus-within,.str-chat__modal--open)) .str-chat__message-options,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:has(.str-chat__message-options--active) .str-chat__message-options{display:flex}.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)) .str-chat__message--other .str-chat__message-inner,.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within:not(:has(.str-chat__reaction-list:focus-within,.str-chat__modal--open)) .str-chat__message--other .str-chat__message-inner,.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:has(.str-chat__message-options--active) .str-chat__message--other .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)) .str-chat__message--other .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within:not(:has(.str-chat__reaction-list:focus-within,.str-chat__modal--open)) .str-chat__message--other .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:has(.str-chat__message-options--active) .str-chat__message--other .str-chat__message-inner{margin-inline-end:0}.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)) .str-chat__message--me .str-chat__message-inner,.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within:not(:has(.str-chat__reaction-list:focus-within,.str-chat__modal--open)) .str-chat__message--me .str-chat__message-inner,.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:has(.str-chat__message-options--active) .str-chat__message--me .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)) .str-chat__message--me .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within:not(:has(.str-chat__reaction-list:focus-within,.str-chat__modal--open)) .str-chat__message--me .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:has(.str-chat__message-options--active) .str-chat__message--me .str-chat__message-inner{margin-inline-start:0}@supports not selector(:has(a,b)){.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover .str-chat__message-options,.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within .str-chat__message-options,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover .str-chat__message-options,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within .str-chat__message-options{display:flex}.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover .str-chat__message--other .str-chat__message-inner,.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within .str-chat__message--other .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover .str-chat__message--other .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within .str-chat__message--other .str-chat__message-inner{margin-inline-end:0}.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover .str-chat__message--me .str-chat__message-inner,.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within .str-chat__message--me .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover .str-chat__message--me .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within .str-chat__message--me .str-chat__message-inner{margin-inline-start:0}}.str-chat__ul.str-chat__message-options-in-bubble .str-chat__message-inner:hover .str-chat__message-options,.str-chat__virtual-list.str-chat__message-options-in-bubble .str-chat__message-inner:hover .str-chat__message-options{display:flex}.str-chat__ul.str-chat__message-options-in-bubble .str-chat__message--other .str-chat__message-inner:hover,.str-chat__virtual-list.str-chat__message-options-in-bubble .str-chat__message--other .str-chat__message-inner:hover{margin-inline-end:0}.str-chat__ul.str-chat__message-options-in-bubble .str-chat__message--me .str-chat__message-inner:hover,.str-chat__virtual-list.str-chat__message-options-in-bubble .str-chat__message--me .str-chat__message-inner:hover{margin-inline-start:0}.str-chat__message-inner .str-chat__message-options.str-chat__message-options--active{display:flex}.str-chat__message-inner .str-chat__message-options{display:none}.str-chat__message-inner .str-chat__message-actions-open.str-chat__message-options{display:flex}.str-chat__message-inner:focus-within .str-chat__message-options{display:flex}.str-chat__message--other .str-chat__message-inner:not(:has(.str-chat__message-options--active)){margin-inline-end:var(--str-chat-message-options-size)}.str-chat__message--me .str-chat__message-inner{margin-inline-start:var(--str-chat-message-options-size)}.str-chat__li--middle .str-chat__message,.str-chat__li--top .str-chat__message{margin-block-end:var(--str-chat__spacing-0_5)}.str-chat__li--middle .str-chat__message .str-chat__message-metadata,.str-chat__li--top .str-chat__message .str-chat__message-metadata{display:none}.str-chat__li--middle .str-chat__message>.str-chat__message-sender-avatar,.str-chat__li--top .str-chat__message>.str-chat__message-sender-avatar{visibility:hidden}.str-chat__li--bottom .str-chat__message,.str-chat__li--single .str-chat__message{margin-block-end:var(--str-chat__spacing-2)}.str-chat__date-separator{display:flex;padding:var(--str-chat__spacing-8);align-items:center}.str-chat__date-separator-line{flex:1;height:var(--str-chat__spacing-px)}.str-chat__date-separator>*:not(:last-child){margin-right:var(--str-chat__spacing-4)}.str-chat__message .str-chat__quoted-message-preview{margin-block-end:var(--str-chat__spacing-2)}.str-chat__message--system{width:100%;text-align:center}.str-chat__message--system p{margin:0}.str-chat__quoted-message-preview .str-chat__quoted-message-bubble{flex-direction:column;align-items:stretch;row-gap:var(--str-chat__spacing-1);flex-basis:min-content}.str-chat__message-input .str-chat__quoted-message-preview{--str-chat__message-max-width: var(--str-chat__quoted-message-inside-message-input-max-width)}.str-chat__message-input .str-chat__quoted-message-preview .str-chat__quoted-message-bubble{max-height:var(--str-chat__quoted-message-inside-message-input-max-height)}.str-chat__message-input .str-chat__quoted-message-preview .str-chat__quoted-message-bubble .str-chat__quoted-message-text{max-height:100%;min-height:0;overflow:hidden}.str-chat__message-input .str-chat__quoted-message-preview .str-chat__quoted-message-bubble .str-chat__quoted-message-text p{max-height:100%;overflow-y:auto;overflow-x:hidden}.str-chat__unread-messages-separator-wrapper{padding-block:.5rem}.str-chat__unread-messages-separator-wrapper .str-chat__unread-messages-separator{display:flex;align-items:center;justify-content:center;width:100%;padding:.5rem}.str-chat__unread-messages-notification{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 16);position:absolute;top:.75rem;z-index:2;display:flex;align-items:center;overflow:clip}.str-chat__unread-messages-notification button{padding-block:.5rem;height:100%;width:100%;white-space:nowrap}.str-chat__unread-messages-notification button:first-of-type{padding-inline:.75rem .375rem}.str-chat__unread-messages-notification button:last-of-type{padding-inline:.375rem .75rem}.str-chat__unread-messages-notification button:last-of-type svg{width:.875rem}.str-chat-angular__message-bubble{transform:translateZ(0)}.str-chat-angular__message-bubble.str-chat-angular__message-bubble--attachment-modal-open{transform:none}.str-chat__message-edited-timestamp{overflow:hidden;transition:height .1s}.str-chat__message-edited-timestamp--open{height:var(--str-chat__message-edited-timestamp-height, 1rem)}.str-chat__message-edited-timestamp--collapsed{height:0}.str-chat__message-text--pointer-cursor{cursor:pointer}.str-chat__message-with-touch-support .str-chat__message-bubble{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.str-chat__message-with-touch-support.str-chat__message-menu-opened .str-chat__attachments-container,.str-chat__message-with-touch-support.str-chat__message-menu-opened .str-chat__message-text-inner{pointer-events:none}.str-chat__message-with-touch-support .str-chat__message-inner{margin-inline:0}.str-chat__message-with-touch-support .str-chat__message-options{display:none}.str-chat__message-with-touch-support .stream-chat-angular__image-modal-host{-webkit-touch-callout:default}.str-chat__message-actions-box{overflow:hidden}.str-chat__message-actions-box .str-chat__message-actions-box__submenu,.str-chat__message-actions-box .str-chat__message-actions-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;min-width:10rem}.str-chat__message-actions-box .str-chat__message-actions-box__submenu .str-chat__message-actions-list-item-button,.str-chat__message-actions-box .str-chat__message-actions-list .str-chat__message-actions-list-item-button{padding:var(--str-chat__spacing-2) var(--str-chat__spacing-4);margin:0;cursor:pointer;width:100%;text-align:start}.str-chat__message-bounce-prompt{display:flex;flex-direction:column;align-items:center;gap:var(--str-chat__spacing-9)}.str-chat__message-bounce-prompt .str-chat__message-bounce-actions{display:flex;flex-direction:column;gap:var(--str-chat__spacing-2)}.str-chat__message-bounce-prompt .str-chat__message-bounce-edit,.str-chat__message-bounce-prompt .str-chat__message-bounce-send,.str-chat__message-bounce-prompt .str-chat__message-bounce-delete{cursor:pointer;padding:var(--str-chat__spacing-2)}.str-chat__message-input{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:var(--str-chat__spacing-1) var(--str-chat__spacing-2);position:relative}.str-chat__message-input .str-chat__quoted-message-preview-header{display:flex;align-items:center;justify-content:center;width:100%}.str-chat__message-input .str-chat__quoted-message-preview-header .str-chat__quoted-message-reply-to-message{width:100%;text-align:center}.str-chat__message-input .str-chat__quoted-message-preview-header .str-chat__quoted-message-remove{width:calc(var(--str-chat__spacing-px)*40);height:calc(var(--str-chat__spacing-px)*40);cursor:pointer}.str-chat__message-input .str-chat__message-input-inner{flex-grow:1;width:100%;display:flex;align-items:center;justify-content:center}.str-chat__message-input .str-chat__message-input-inner .str-chat__file-input-container{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 24);display:flex;align-items:center;justify-content:center;width:calc(var(--str-chat__spacing-px)*45);height:calc(var(--str-chat__spacing-px)*45);cursor:pointer}.str-chat__message-input .str-chat__message-input-inner .str-chat__file-input-container .str-chat__file-input-label{display:flex;align-items:center;justify-content:center;cursor:pointer}.str-chat__message-input .str-chat__message-input-inner .str-chat-angular__create-poll{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 21);display:flex;align-items:center;justify-content:center;width:calc(var(--str-chat__spacing-px)*45);height:calc(var(--str-chat__spacing-px)*45);cursor:pointer}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-width:0;max-height:100%}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker{width:100%;min-height:0;max-height:100%;display:flex;padding:var(--str-chat__spacing-2) var(--str-chat__spacing-4);column-gap:var(--str-chat__spacing-2)}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker .str-chat__message-textarea{width:100%;display:flex;max-height:100%;overflow-y:auto;overflow-x:hidden;padding:0}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker .str-chat__message-textarea-emoji-picker{display:flex;align-items:center;justify-content:center;width:calc(var(--str-chat__spacing-px)*27);height:calc(var(--str-chat__spacing-px)*27);font-size:calc(var(--str-chat__spacing-px)*27);align-self:end}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker .str-chat__message-textarea-emoji-picker .str-chat__message-textarea-emoji-picker-container{z-index:5}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker .str-chat__message-textarea-emoji-picker .str-chat__message-textarea-emoji-picker-container .str-chat__emoji-picker-container{display:flex}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker .str-chat__message-textarea-emoji-picker .str-chat__emoji-picker-button{padding:unset;background:unset;border:unset;border-radius:var(--str-chat__border-radius-circle);display:flex;cursor:pointer}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker .str-chat__message-textarea-emoji-picker .str-chat__emoji-picker-button svg{width:calc(var(--str-chat__spacing-px)*24);height:calc(var(--str-chat__spacing-px)*24)}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker .str-chat__message-textarea-emoji-picker .str-chat__emoji-picker-button svg path{fill:var(--str-chat__message-input-tools-color)}.str-chat__message-input .str-chat__message-textarea-angular-host{display:flex;align-items:center;justify-content:center;width:100%}.str-chat__message-input .str-chat__message-textarea-react-host{position:relative;display:flex;align-items:center;justify-content:center;width:100%}.str-chat__message-input .str-chat__stop-ai-generation-button{width:calc(var(--str-chat__spacing-px)*30);height:calc(var(--str-chat__spacing-px)*28);cursor:pointer}.str-chat__message-input .str-chat__send-button{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 32);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;width:calc(var(--str-chat__spacing-px)*45);height:calc(var(--str-chat__spacing-px)*45);min-width:calc(var(--str-chat__spacing-px)*45)}.str-chat__message-input .str-chat__send-button svg{width:calc(var(--str-chat__spacing-px)*32);height:calc(var(--str-chat__spacing-px)*32)}.str-chat__message-input .str-chat__start-recording-audio-button{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 25);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;width:calc(var(--str-chat__spacing-px)*40);height:calc(var(--str-chat__spacing-px)*40);min-width:calc(var(--str-chat__spacing-px)*40)}.str-chat__message-input .str-chat__start-recording-audio-button svg{height:calc(var(--str-chat__spacing-px)*25)}.str-chat__message-input .str-chat__message-input-cooldown{display:flex;align-items:center;justify-content:center;margin-inline-start:var(--str-chat__spacing-2);margin-block:calc(var(--str-chat__spacing-2)/2);min-width:calc(calc(var(--str-chat__spacing-px) * 45) - var(--str-chat__spacing-2));min-height:calc(calc(var(--str-chat__spacing-px) * 45) - var(--str-chat__spacing-2))}.str-chat__message-input .str-chat__message-input-not-allowed{align-self:center;padding:var(--str-chat__spacing-3)}.str-chat__message-input .str-chat__quoted-message-preview{padding:var(--str-chat__spacing-2)}.str-chat__message-input .str-chat__quoted-message-preview .str-chat__quoted-poll-preview__name{white-space:nowrap;overflow-y:visible;overflow-x:clip;text-overflow:ellipsis;overflow-x:hidden}.str-chat__message-input .str-chat__recording-permission-denied-notification{position:absolute;left:.5rem;max-width:100%;bottom:100%;padding:1rem;margin-inline:.5rem;z-index:2}.str-chat__message-input .str-chat__recording-permission-denied-notification .str-chat__recording-permission-denied-notification__dismiss-button-container{display:flex;justify-content:flex-end}.str-chat__message-input-angular-host{max-height:50%}.str-chat-angular__message-input{height:100%;max-height:100%}.str-chat-angular__message-input-inner{height:100%;max-height:100%;min-height:0;flex-grow:initial}[dir=rtl] .str-chat__send-button svg,[dir=rtl] .str-chat__start-recording-audio-button svg{transform:scaleX(-1)}.str-chat__attachment-selector-actions-menu button,.str-chat__attachment-selector button{background:none;border:none}.str-chat__attachment-selector .str-chat__attachment-selector__menu-button{padding:.25rem .5rem;cursor:pointer}.str-chat__attachment-selector .str-chat__attachment-selector__menu-button .str-chat__attachment-selector__menu-button__icon{height:26px;width:26px}.str-chat__file-input{display:none}.str-chat__attachment-selector-actions-menu{min-width:300px;padding-block:.5rem}.str-chat__send-to-channel-checkbox__container{width:100%;display:flex;padding:.5rem .75rem}.str-chat__send-to-channel-checkbox__container .str-chat__send-to-channel-checkbox__field{display:flex;align-items:center}.str-chat__send-to-channel-checkbox__container .str-chat__send-to-channel-checkbox__field label{padding-inline:.5rem}.str-chat__send-to-channel-checkbox__container .str-chat__send-to-channel-checkbox__field input{margin:0}.str-chat__main-panel-inner{height:100%;display:flex;flex-direction:column;min-height:0;position:relative;align-items:center}.str-chat__list{overflow-x:hidden;overflow-y:auto;overscroll-behavior:none;width:100%;height:100%;max-height:100%}.str-chat__list .str-chat__message-list-scroll{padding:0 var(--str-chat__spacing-2)}.str-chat__list .str-chat__message-list-scroll .str-chat__li{margin-inline:calc(-1*var(--str-chat__spacing-2));padding-inline:var(--str-chat__spacing-2)}.str-chat__list .str-chat__message-list-scroll .str-chat__parent-message-li{margin-inline:calc(-1*var(--str-chat__spacing-2))}@media only screen and (min-device-width:768px){.str-chat__list .str-chat__message-list-scroll{padding:0 min(var(--str-chat__spacing-10),4%)}.str-chat__list .str-chat__message-list-scroll .str-chat__li{margin-inline:calc(-1*min(var(--str-chat__spacing-10),4%));padding-inline:min(var(--str-chat__spacing-10),4%)}.str-chat__list .str-chat__message-list-scroll .str-chat__parent-message-li{margin-inline:calc(-1*min(var(--str-chat__spacing-10),4%) - 2px)}}.str-chat__list .str-chat__message-list-scroll .str-chat__ul{list-style:none;padding:0;margin:0}.str-chat__list .str-chat__parent-message-li{padding-block-end:var(--str-chat__spacing-4);margin-block-end:var(--str-chat__spacing-4)}.str-chat__list .str-chat__parent-message-li .str-chat__thread-start{text-align:start;padding-top:var(--str-chat__spacing-3)}.str-chat__jump-to-latest-message{position:absolute;inset-block-end:var(--str-chat__spacing-4);inset-inline-end:var(--str-chat__spacing-2);z-index:2}.str-chat__jump-to-latest-message .str-chat__jump-to-latest-unread-count{position:absolute;padding:var(--str-chat__spacing-0_5) var(--str-chat__spacing-2);left:50%;transform:translate(-50%) translateY(-100%)}.str-chat__main-panel .str-chat__ul .str-chat__li:first-of-type{padding-top:4.5rem}.str-chat__main-panel .str-chat__ul .str-chat__date-separator+.str-chat__li:first-of-type{padding-top:inherit}.str-chat__virtual-list{overflow-x:hidden;overflow-y:auto;position:relative;flex:1;-webkit-overflow-scrolling:touch;margin:0;width:100%;height:100%}.str-chat__virtual-list .str-chat__message-list-scroll{overscroll-behavior:none}.str-chat__virtual-list .str-chat__message-list-scroll>div{padding:0 var(--str-chat__spacing-2)}.str-chat__virtual-list .str-chat__message-list-scroll>div .str-chat__li{margin-inline:calc(-1*var(--str-chat__spacing-2));padding-inline:var(--str-chat__spacing-2)}.str-chat__virtual-list .str-chat__message-list-scroll>div .str-chat__parent-message-li{margin-inline:calc(-1*var(--str-chat__spacing-2))}@media only screen and (min-device-width:768px){.str-chat__virtual-list .str-chat__message-list-scroll>div{padding:0 min(var(--str-chat__spacing-10),4%)}.str-chat__virtual-list .str-chat__message-list-scroll>div .str-chat__li{margin-inline:calc(-1*min(var(--str-chat__spacing-10),4%));padding-inline:min(var(--str-chat__spacing-10),4%)}.str-chat__virtual-list .str-chat__message-list-scroll>div .str-chat__parent-message-li{margin-inline:calc(-1*min(var(--str-chat__spacing-10),4%) - 2px)}}.str-chat__virtual-list .str-chat__parent-message-li{padding-block-end:var(--str-chat__spacing-4)}.str-chat__virtual-list .str-chat__parent-message-li .str-chat__thread-start{text-align:start;padding-top:var(--str-chat__spacing-3)}.str-chat__virtual-list__loading{display:flex;padding-top:var(--str-chat__spacing-2);justify-content:center;width:100%;position:absolute}.str-chat__virtual-list p{margin:0!important}.str-chat__virtual-list p a{white-space:pre-line;overflow:hidden;word-wrap:break-word}.str-chat__virtual-list .str-chat__message{margin-block-end:0!important}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper{padding-block-end:var(--str-chat__spacing-0_5)}.str-chat__message-reactions-container{display:flex}.str-chat__message-reactions-container .str-chat__message-reactions{overflow-y:hidden;overflow-x:auto;scrollbar-width:none;list-style:none;display:flex;margin-block-start:var(--str-chat__spacing-0_5);margin-block-end:var(--str-chat__spacing-0_5);column-gap:var(--str-chat__spacing-0_5);width:fit-content;padding:0;position:relative}.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__message-reaction{display:flex;justify-content:center;align-items:center;padding:var(--str-chat__spacing-1_5);position:relative;cursor:pointer;flex-shrink:0}.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__message-reaction button{background:none;border:none;display:flex;align-items:center;justify-content:center;padding:0}.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__message-reaction .str-chat__message-reaction-emoji{height:calc(var(--str-chat__spacing-px)*13);display:flex!important;align-items:center;justify-content:center}.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__reaction-list--counter,.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__simple-reactions-list-item--last-number{display:none}.str-chat__message--me .str-chat__message-reactions-container{justify-content:flex-end}.str-chat__message--other .str-chat__message-reactions-container{justify-content:flex-start}.str-chat__message-reactions-details-modal .str-chat__modal--open .str-chat__modal__inner{height:40%;max-height:80%;min-width:90%;max-width:90%;width:90%;flex-basis:min-content}@media only screen and (min-device-width:768px){.str-chat__message-reactions-details-modal .str-chat__modal--open .str-chat__modal__inner{min-width:40%;max-width:60%;width:min-content}}.str-chat__message-reactions-details{width:100%;display:flex;flex-direction:column;gap:var(--str-chat__spacing-4);max-height:100%;height:100%;min-height:0}.str-chat__message-reactions-details .str-chat__message-reactions-details-reaction-types{max-width:100%;width:100%;min-width:0;overflow-x:auto;gap:var(--str-chat__spacing-4);display:flex;align-items:center;flex-shrink:0}.str-chat__message-reactions-details .str-chat__message-reactions-details-reaction-types .str-chat__message-reactions-details-reaction-type{display:flex;align-items:center;padding:var(--str-chat__spacing-1) 0;flex-shrink:0;cursor:pointer}.str-chat__message-reactions-details .str-chat__message-reactions-details-reaction-types .str-chat__message-reactions-details-reaction-type .str-chat__message-reaction-emoji--with-fallback{width:18px;line-height:18px}.str-chat__message-reactions-details .str-chat__message-reaction-emoji-big{--str-chat__stream-emoji-size: 1em;align-self:center;font-size:2rem}.str-chat__message-reactions-details .str-chat__message-reaction-emoji-big.str-chat__message-reaction-emoji--with-fallback{line-height:2rem}.str-chat__message-reactions-details .str-chat__message-reactions-details-reacting-users{display:flex;flex-direction:column;gap:var(--str-chat__spacing-3);max-height:100%;overflow-y:auto;min-height:30vh}.str-chat__message-reactions-details .str-chat__message-reactions-details-reacting-users .str-chat__loading-indicator{margin:auto}.str-chat__message-reactions-details .str-chat__message-reactions-details-reacting-users .str-chat__message-reactions-details-reacting-user{display:flex;align-items:center;gap:var(--str-chat__spacing-2)}.str-chat__message-reaction-selector{display:flex;justify-content:flex-end;position:absolute;inset-block-end:100%}.str-chat__message-reaction-selector.str-chat-angular-v5__reaction-selector{margin:var(--str-chat__spacing-2);position:static;justify-content:flex-start}.str-chat__message-reaction-selector.str-chat-angular-v5__reaction-selector .str-chat__message-reactions-options{max-width:100%;overflow-y:hidden;overflow-x:auto;scrollbar-width:none;padding:0}.str-chat__message-reaction-selector.str-chat-angular-v5__reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-option{flex-shrink:0}.str-chat__message-reaction-selector .str-chat__message-reactions-options{list-style:none;display:flex;margin-block-end:var(--str-chat__spacing-0_5);width:fit-content;column-gap:var(--str-chat__spacing-1);padding:var(--str-chat__spacing-2)}.str-chat__message-reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-option{display:flex;align-items:center;justify-content:center;cursor:pointer;width:calc(var(--str-chat__spacing-px)*40);height:calc(var(--str-chat__spacing-px)*40)}.str-chat__message-reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-option .str-chat__message-reaction-emoji{height:calc(var(--str-chat__spacing-px)*20);display:flex!important;align-items:center;justify-content:center}.str-chat__message-reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-last-user,.str-chat__message-reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-list-item__count{display:none}.str-chat__message--me .str-chat__message-reaction-selector{inset-inline-end:0}.str-chat__message--other .str-chat__message-reaction-selector{inset-inline-start:0}.str-chat-react__message-reaction-selector{position:static;inset-block-end:unset}.str-chat-react__message-reaction-selector ul{margin:0}.str-chat__message--me .str-chat-react__message-reaction-selector,.str-chat__message--other .str-chat-react__message-reaction-selector{inset-inline-start:unset}.str-chat__modal--open{display:flex;flex-direction:column;align-items:center;justify-content:center;position:fixed;inset:0;width:100%;height:100%;z-index:100}.str-chat__modal--open .str-chat__modal-header{display:flex;align-items:center;width:100%;padding:1.25rem 1rem}.str-chat__modal--open .str-chat__modal-header button.str-chat__modal-header__go-back-button,.str-chat__modal--open .str-chat__modal-header .str-chat__modal__close-button{padding:1rem;background-size:.875rem;background-repeat:no-repeat;background-position:center}.str-chat__modal--open .str-chat__modal-header button.str-chat__modal-header__go-back-button{background-image:var(--str-chat__arrow-left-icon)}.str-chat__modal--open .str-chat__modal-header .str-chat__modal-header__close-button{background:none;border:none;cursor:pointer;background-image:var(--str-chat__close-icon);background-repeat:no-repeat;height:.875rem;width:.875rem}.str-chat__modal--open .str-chat__modal-header .str-chat__modal-header__title{flex:1}.str-chat__modal--open button.str-chat__modal__close-button{padding:unset;background:unset;border:unset;border-radius:var(--str-chat__border-radius-circle);margin:var(--str-chat__spacing-2);cursor:pointer}.str-chat__modal--open .str-chat__modal__close-button{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 28);display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-2);position:absolute;inset-block-start:0;inset-inline-end:0;cursor:pointer}.str-chat__modal--open .str-chat__modal__inner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--str-chat__spacing-8) var(--str-chat__spacing-4);width:40%;max-height:80%;min-width:0;min-height:0}.str-chat__modal--close{display:none}.str-chat__message-notification{display:block;position:absolute;align-self:center;padding:var(--str-chat__spacing-1) var(--str-chat__spacing-2);bottom:calc(var(--str-chat__spacing-px)*10);z-index:100}.str-chat__list-notifications{position:relative}.str-chat__list-notifications{display:flex;flex-direction:column;align-items:stretch;justify-content:center;row-gap:var(--str-chat__spacing-1);margin:var(--str-chat__spacing-1_5);width:auto}.str-chat__notification{padding:var(--str-chat__spacing-3_5) var(--str-chat__spacing-4)}.str-chat-react__notification{z-index:101}.str-chat__poll{display:flex;flex-direction:column;gap:.5rem;padding:.75rem .675rem;max-width:270px;font:var(--str-chat__body-text)}.str-chat__poll button{background:none;border:none;cursor:pointer}.str-chat__poll .str-chat__checkmark{grid-column:1/2;grid-row:1/2;margin-right:.125rem;height:1rem;width:1rem}.str-chat__poll .str-chat__checkmark--checked{height:calc(1rem + 1px);width:calc(1rem + 1px);background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Im00IDkuNC00LTRMMS40IDQgNCA2LjYgMTAuNiAwIDEyIDEuNGwtOCA4WiIvPjwvc3ZnPg==);background-repeat:no-repeat;background-position:center;background-size:11px 10px}.str-chat__poll .str-chat__poll-header .str-chat__poll-title{font:var(--str-chat__body-medium-text)}.str-chat__poll .str-chat__poll-header .str-chat__poll-subtitle{font:var(--str-chat__caption-text)}.str-chat__poll .str-chat__poll-actions{display:flex;flex-direction:column;align-items:center}.str-chat__poll-action{padding:.675rem;font:var(--str-chat__subtitle-text);color:var(--str-chat__primary-color)}.str-chat__poll-results-modal button,.str-chat__poll-answer-list-modal button,.str-chat__add-poll-answer-modal button,.str-chat__suggest-poll-option-modal button,.str-chat__poll-options-modal button{background:none;border:none;cursor:pointer}.str-chat__poll-option-list--full .str-chat__amount-bar,.str-chat__modal__poll-results .str-chat__amount-bar{display:none}.str-chat__poll-option{cursor:pointer}.str-chat__poll-option.str-chat__poll-option--full-vote-list{cursor:default;height:100%;padding:0}.str-chat__poll-option .str-chat__poll-option-data{flex:1;display:flex;align-items:flex-start;font:var(--str-chat__body-text);gap:.125rem}.str-chat__poll-option .str-chat__poll-option-data p{margin:0;flex:1}.str-chat__poll-option .str-chat__poll-option-data .str-chat__poll-option-voters{--str-chat__avatar-size: 1.175rem;display:flex}.str-chat__poll-option-list--full .str-chat__poll-option{display:flex;flex-direction:row;padding:1rem .75rem}.str-chat__poll-option-list--full .str-chat__poll-option:nth-of-type(1){padding-top:1rem;border-top-left-radius:var(--str-chat__border-radius-sm);border-top-right-radius:var(--str-chat__border-radius-sm)}.str-chat__poll-option-list--full .str-chat__poll-option:last-child{padding-bottom:1rem;border-bottom-left-radius:var(--str-chat__border-radius-sm);border-bottom-right-radius:var(--str-chat__border-radius-sm)}.str-chat__poll-option-list:not(.str-chat__poll-option-list--full){display:flex;flex-direction:column;gap:1.5rem;padding-block:1rem .5rem}.str-chat__poll-option-list:not(.str-chat__poll-option-list--full) .str-chat__poll-option{display:grid;grid-template-columns:auto 1fr;grid-template-rows:1fr auto;gap:.125rem}.str-chat__poll-option-list:not(.str-chat__poll-option-list--full) .str-chat__poll-option .str-chat__poll-option-data{grid-column:2/3;grid-row:1/2}.str-chat__poll-option-list:not(.str-chat__poll-option-list--full) .str-chat__poll-option .str-chat__poll-option__votes-bar{grid-column:2/3;grid-row:2/3;height:.25rem;width:100%;margin-top:.25rem}.str-chat__modal__poll-results .str-chat__poll-option{display:flex;flex-direction:column}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__close-button,.str-chat__poll-actions:not(.str-chat-angular__poll-actions) .str-chat__modal .str-chat__modal__close-button{display:none}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner{padding:0 0 .5rem;overflow:hidden;max-width:400px}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__tooltip,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__tooltip{max-width:300px}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__suggest-poll-option .str-chat__form-field-error,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__suggest-poll-option .str-chat__form-field-error{height:1rem}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__suggest-poll-option .str-chat__dialog__controls,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__suggest-poll-option .str-chat__dialog__controls{padding-bottom:0}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-answer-list,.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-option-list,.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-results,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-answer-list,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-option-list,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-results{display:flex;flex-direction:column;width:100%;height:100%;min-height:400px}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-answer-list .str-chat__loading-indicator-placeholder,.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-option--full-vote-list .str-chat__loading-indicator-placeholder,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-answer-list .str-chat__loading-indicator-placeholder,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-option--full-vote-list .str-chat__loading-indicator-placeholder{display:flex;justify-content:center;align-items:center;width:100%;height:40px}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-option-list__title,.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-results__title,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-option-list__title,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-results__title{padding:1.175rem 1rem}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-answer-list__body,.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-results__body,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-answer-list__body,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-results__body{display:flex;flex-direction:column;min-height:0;padding-bottom:1rem}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-results__body,.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-option-list__body,.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-answer-list,.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-results__option-list,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-results__body,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-option-list__body,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-answer-list,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-results__option-list{display:flex;flex-direction:column;flex:1;max-height:100%;min-height:0}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-answer-list,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-answer-list{padding-bottom:0}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-results__body,.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-option-list__body,.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-answer-list,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-results__body,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-option-list__body,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-answer-list{overflow-y:auto;padding:0 1rem 1.25rem}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-answer-list,.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-results__option-list,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-answer-list,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-results__option-list{gap:.5rem}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-results__body,.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-option-list__body,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-results__body,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-option-list__body{gap:2rem}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-option__show-all-votes-button,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-option__show-all-votes-button{padding-bottom:1rem}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-answer,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-answer{display:flex;flex-direction:column;gap:1rem;padding:.75rem 1rem}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-answer .str-chat__poll-answer__text,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-answer .str-chat__poll-answer__text{margin:0}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__checkmark,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__checkmark{margin-right:1rem}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-option__header,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-option__header{display:flex;align-items:flex-start;gap:.25rem;width:100%;padding:.75rem 1rem}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-option__header .str-chat__poll-option__option-text,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-option__header .str-chat__poll-option__option-text{flex:1}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-vote,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-vote{display:flex;justify-content:space-between;align-items:center;gap:.5rem;white-space:nowrap;padding-block:.375rem}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-vote .str-chat__poll-vote__author,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-vote .str-chat__poll-vote__author{display:flex;align-items:center;gap:calc(var(--str-chat__spacing-px)*5);min-width:0}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-vote .str-chat__poll-vote__author .str-chat__poll-vote__author__name,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-vote .str-chat__poll-vote__author .str-chat__poll-vote__author__name{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;max-width:130px;min-width:0}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-result-option-vote-counter,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-result-option-vote-counter{display:flex;gap:.375rem}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-result-option-vote-counter .str-chat__poll-result-winning-option-icon,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-result-option-vote-counter .str-chat__poll-result-winning-option-icon{height:1.25rem;width:1.25rem;background-image:var(--str-chat__winning-poll-option-icon)}.str-chat__poll-vote-listing{padding:0 1rem .75rem}.str-chat__modal__poll-results--option-detail .str-chat__modal-header__title{padding-inline:1rem;flex:1}.str-chat__modal__poll-results--option-detail .str-chat__modal__poll-results__body{padding-inline:1rem}.str-chat__quoted-poll-preview{display:flex;flex-wrap:wrap;gap:.5rem;align-items:flex-start}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__modal__close-button,.str-chat__modal.str-chat__create-poll-modal .str-chat__modal__close-button{display:none}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__modal__inner,.str-chat__modal.str-chat__create-poll-modal .str-chat__modal__inner{padding:0;max-height:unset;display:block}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog{height:100%;width:100%;display:flex;flex-direction:column}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog button,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog button{background:none;border:none;cursor:pointer}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__modal-header,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__modal-header{padding-block:14px}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__modal-header .str-chat__modal-header__close-button,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__modal-header .str-chat__modal-header__close-button{background-image:var(--str-chat__close-icon);background-repeat:no-repeat}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__dialog__body,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__dialog__body{flex:1 1;padding:1rem}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__dialog__body form,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__dialog__body form{display:flex;flex-direction:column;gap:2rem}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__form__input-fieldset,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-fieldset{margin:0;padding:0}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__form__input-fieldset .str-chat__form__input-field,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-fieldset .str-chat__form__input-field{width:100%;padding:1rem}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__form__input-fieldset .str-chat__form__input-field .str-chat__form__input-field__value,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-fieldset .str-chat__form__input-field .str-chat__form__input-field__value,.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__form__input-fieldset .str-chat__form__input-field .str-chat__form__input-field__value .str-chat__form__input-field__error,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-fieldset .str-chat__form__input-field .str-chat__form__input-field__value .str-chat__form__input-field__error{width:100%}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__form__input-field--with-label .str-chat__form__input-field__value,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-field--with-label .str-chat__form__input-field__value{padding:1rem}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__form__input-field__value input,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-field__value input{width:100%}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__form__expandable-field,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__expandable-field{padding:1rem;display:flex;flex-direction:column;gap:1rem}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__form__expandable-field .str-chat__form__switch-field,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__expandable-field .str-chat__form__switch-field{padding:0}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__form__expandable-field .str-chat__form__input-field,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__expandable-field .str-chat__form__input-field{width:100%}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__form__expandable-field .str-chat__form__input-field .str-chat__form__input-field__value,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__expandable-field .str-chat__form__input-field .str-chat__form__input-field__value{padding:0}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__form__expandable-field .str-chat__form__input-field .str-chat__form__input-field__value .str-chat__form-field-error,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__expandable-field .str-chat__form__input-field .str-chat__form__input-field__value .str-chat__form-field-error{height:1rem}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__form__input-fieldset__values,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-fieldset__values{display:flex;flex-direction:column}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__form__field-label,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__field-label{display:block;margin-bottom:.5rem}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__form__input-field--draggable,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-field--draggable{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.str-chat-angular__create-poll-modal .str-chat__modal .str-chat__poll-creation-dialog .str-chat__form__input-field--draggable .str-chat__drag-handle,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-field--draggable .str-chat__drag-handle{height:1rem;width:1rem}@media only screen and (max-device-width:768px){.str-chat__modal--open .str-chat__modal__inner{width:90%}.str-chat__create-poll-modal .str-chat__modal__inner,.str-chat__poll-answer-list-modal .str-chat__modal__inner,.str-chat__poll-results-modal .str-chat__modal__inner{height:90%;max-height:unset}}.str-chat-angular__poll-actions .str-chat__modal__poll-option-list,.str-chat-angular__poll-actions .str-chat__modal__poll-option-list .str-chat__modal__poll-option-list__body{max-height:100%;min-height:0;display:flex;flex-direction:column}.str-chat-angular__poll-actions .str-chat__modal__poll-option-list .str-chat__modal__poll-option-list__body stream-poll-options-list{height:100%;overflow-y:auto;overflow-x:hidden}.str-chat__search{position:relative;display:flex;flex-direction:column;justify-content:center}.str-chat__search.str-chat__search--active{flex:1;max-height:100%}.str-chat__search .str-chat__search-bar{display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-2_5) var(--str-chat__spacing-2);gap:.25rem}.str-chat__search .str-chat__search-bar .str-chat__search-bar-button{background:none;border:none;padding:var(--str-chat__spacing-1);cursor:pointer}.str-chat__search .str-chat__search-bar .str-chat__search-input--wrapper{display:flex;align-items:center;flex:1;padding:var(--str-chat__spacing-1_5) var(--str-chat__spacing-2);min-width:0}.str-chat__search .str-chat__search-bar .str-chat__search-input--wrapper .str-chat__search-input--icon{height:20px;width:20px;margin-right:.5rem}.str-chat__search .str-chat__search-bar .str-chat__search-input--wrapper .str-chat__search-input--clear-button{background:none;border:none;cursor:pointer;padding:0}.str-chat__search .str-chat__search-bar .str-chat__search-input--wrapper .str-chat__search-input--clear-button:disabled{cursor:default}.str-chat__search .str-chat__search-bar .str-chat__search-input--wrapper .str-chat__search-input--clear-button .str-chat__search-input--clear-button-icon{height:20px;width:20px;mask-size:20px;-webkit-mask-size:20px}.str-chat__search .str-chat__search-bar .str-chat__search-input--wrapper input{flex:1;min-width:0}.str-chat__search .str-chat__search-results{flex:1;display:flex;flex-direction:column;min-height:0}.str-chat__search .str-chat__search-results .str-chat__search-results-header{width:100%}.str-chat__search .str-chat__search-results .str-chat__search-results-header button{background:none;border:none;cursor:pointer}.str-chat__search .str-chat__search-results .str-chat__search-results-header .str-chat__search-results-header__filter-source-buttons{display:flex;flex-wrap:wrap;gap:.5rem;padding:var(--str-chat__spacing-3) var(--str-chat__spacing-2_5);width:100%}.str-chat__search .str-chat__search-results .str-chat__search-results-header .str-chat__search-results-header__filter-source-buttons .str-chat__search-results-header__filter-source-button{padding:.5rem .75rem;border-radius:var(--str-chat__border-radius-circle);background-color:var(--str-chat__tertiary-surface-color)}.str-chat__search .str-chat__search-results .str-chat__search-results-header .str-chat__search-results-header__filter-source-buttons .str-chat__search-results-header__filter-source-button--active{background-color:var(--str-chat__surface-color);color:var(--str-chat__text-color);font-weight:500}.str-chat__search .str-chat__search-results .str-chat__search-results-presearch,.str-chat__search .str-chat__search-results .str-chat__search-source-results-empty{width:100%;display:flex;justify-content:center;align-items:center;padding:1.25rem}.str-chat__search .str-chat__search-results .str-chat__search-source-results,.str-chat__search .str-chat__search-results .str-chat__search-source-results .str-chat__search-source-result-list{flex:1;display:flex;flex-direction:column;min-height:0}.str-chat__search .str-chat__search-results .str-chat__search-source-results .str-chat__search-source-result-list .str-chat__infinite-scroll-paginator__content{display:flex;flex-direction:column}.str-chat__search .str-chat__search-results .str-chat__search-source-results .str-chat__search-source-result-list .str-chat__search-result{display:flex;align-items:center;width:100%;column-gap:var(--str-chat__spacing-2);padding:var(--str-chat__spacing-3) var(--str-chat__spacing-2)}.str-chat__search .str-chat__search-results .str-chat__search-source-results .str-chat__search-source-result-list .str-chat__search-result .search__result-text,.str-chat__search .str-chat__search-results .str-chat__search-source-results .str-chat__search-source-result-list .str-chat__search-result .str-chat__search-result--display-name{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;overflow-y:hidden}.str-chat__search .str-chat__search-results .str-chat__search-source-results .str-chat__search-source-result-list .str-chat__search-source-result-list__footer{height:4rem;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.str-chat__thread-container{height:100%;display:flex;flex-direction:column;width:100%}.str-chat__thread-container .str-chat__thread-header{display:flex;padding:var(--str-chat__spacing-2);column-gap:var(--str-chat__spacing-4);align-items:center}.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-details{display:flex;flex-direction:column;overflow-y:hidden;overflow-x:hidden;flex:1;row-gap:var(--str-chat__spacing-1_5)}.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-details .str-chat__thread-header-name,.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-details .str-chat__thread-header-reply-count,.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-details .str-chat__thread-header-channel-name,.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-details .str-chat__thread-header-subtitle,.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-details .str-chat__thread-header-title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis}.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-details .str-chat__thread-header-subtitle{overflow-y:hidden}.str-chat__thread-container .str-chat__thread-header .str-chat__close-thread-button{display:flex;align-items:flex-start;justify-content:flex-end;width:calc(var(--str-chat__spacing-px)*40);height:calc(var(--str-chat__spacing-px)*40);cursor:pointer;line-height:calc(var(--str-chat__spacing-px)*21);font-size:calc(var(--str-chat__spacing-px)*21)}.str-chat__thread-container .str-chat__thread-header .str-chat__close-thread-button svg{height:calc(var(--str-chat__spacing-px)*21);width:calc(var(--str-chat__spacing-px)*21)}.str-chat__thread .str-chat__main-panel-inner{height:auto}.str-chat__thread--virtualized .str-chat__main-panel-inner{height:100%}.str-chat__thread--virtualized .str-chat__main-panel-inner .str-chat__virtual-list-message-wrapper:first-of-type{padding-block-start:var(--str-chat__spacing-4)}.str-chat__parent-message-li{padding:var(--str-chat__spacing-2)}.str-chat__tooltip{overflow-y:hidden;display:flex;padding:var(--str-chat__spacing-2);z-index:1;max-width:calc(var(--str-chat__spacing-px)*150);width:max-content}.str-chat__typing-indicator-react-host{position:static!important}.str-chat__virtual-list .str-chat__typing-indicator{position:static}.str-chat__typing-indicator{padding:var(--str-chat__spacing-1_5);display:flex;justify-content:flex-start;align-items:center;column-gap:var(--str-chat__spacing-1);position:absolute;inset-block-end:0;inset-inline-start:0;inset-inline-end:0}.str-chat__typing-indicator .str-chat__typing-indicator__dots{display:flex;align-items:center;justify-content:center;column-gap:var(--str-chat__spacing-0_5)}.str-chat__typing-indicator .str-chat__typing-indicator__dots .str-chat__typing-indicator__dot{width:calc(var(--str-chat__spacing-px)*4);height:calc(var(--str-chat__spacing-px)*4)}.str-chat__thread-list-container{display:flex;flex-direction:column;flex-grow:1}.str-chat__unseen-threads-banner{font-size:16px;font-weight:400;margin:8px;padding:16px;display:flex;align-items:center;justify-content:space-between}.str-chat__unseen-threads-banner__button{--str-chat-icon-width: 16px;--str-chat-icon-heigh: 22px;all:unset;cursor:pointer;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.str-chat__thread-list .str-chat__thread-list-item{align-items:stretch;box-sizing:border-box;padding-block:14px;padding-inline:8px;gap:6px;width:100%;display:flex;flex-direction:column;cursor:pointer}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__channel{--str-chat-icon-height: 14px;--str-chat-icon-width: 14px;display:flex;gap:5px}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__channel .str-chat__icon{margin-top:2px;flex-shrink:0}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__thread-status-symbol{font-size:14px;line-height:1}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__channel-text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:400;line-height:1}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__parent-message{display:flex;gap:3px;justify-content:space-between;align-items:center;height:15px}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__parent-message-text{font-size:12px;font-weight:400;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply{--str-chat__avatar-size: 49px;display:flex;align-items:center;gap:5px}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply-details{display:flex;flex-direction:column;flex-grow:1;gap:4px;width:0}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply-created-by{font-weight:500;font-size:16px;text-align:left;text-overflow:ellipsis;white-space:nowrap;overflow-x:hidden}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply-text-and-timestamp{display:flex;font-size:14px;font-weight:400;justify-content:space-between;align-items:baseline;line-height:16px}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply-text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply-timestamp{white-space:nowrap}.str-chat__thread-list .str-chat__thread-list-loading-indicator{display:flex;align-items:center;justify-content:center;padding-block:14px;padding-inline:8px}.str-chat__thread-list-empty-placeholder{--str-chat-icon-height: 95px;--str-chat-icon-width: 95px;font-size:20px;font-weight:500;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:16px}.str-chat__chat-view{display:flex;width:100%;height:100%}.str-chat__chat-view__selector{display:flex;flex-direction:column;padding-inline:8px;padding-block:16px;gap:20px}.str-chat__chat-view__selector-button{--str-chat-icon-height: 20px;--str-chat-icon-width: 20px;--str-chat-unread-count-badge-absolute-offset-vertical: 25%;display:flex;flex-direction:column;align-items:center;padding-inline:10px;padding-block:10px;border-radius:8px;gap:4px;font-weight:400;font-size:12px;line-height:1;box-sizing:border-box;cursor:pointer;position:relative}.str-chat__chat-view__channels,.str-chat__chat-view__threads{display:flex;flex-grow:1}.str-chat{--str-chat-unread-count-badge-absolute-offset-vertical: 50%;--str-chat-unread-count-badge-absolute-offset-horizontal: 50%}.str-chat__unread-count-badge-container{position:relative;display:flex;align-items:center;justify-content:center}.str-chat__unread-count-badge{font-size:12px;min-width:22px;min-height:22px;line-height:8px;font-weight:700;padding:7px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-variant-numeric:tabular-nums}.str-chat__unread-count-badge--top-right{position:absolute;translate:var(--str-chat-unread-count-badge-absolute-offset-horizontal) calc(var(--str-chat-unread-count-badge-absolute-offset-vertical)*-1)}.str-chat__unread-count-badge--bottom-left{position:absolute;translate:calc(var(--str-chat-unread-count-badge-absolute-offset-horizontal)*-1) var(--str-chat-unread-count-badge-absolute-offset-vertical)}.str-chat__unread-count-badge--bottom-right{position:absolute;translate:var(--str-chat-unread-count-badge-absolute-offset-horizontal) var(--str-chat-unread-count-badge-absolute-offset-vertical)}.str-chat__unread-count-badge--top-left{position:absolute;translate:calc(var(--str-chat-unread-count-badge-absolute-offset-horizontal)*-1) calc(var(--str-chat-unread-count-badge-absolute-offset-vertical)*-1)}.str-chat__ai-state-indicator-container{padding:0 8px}.str-chat{--str-chat__blue950: #001333;--str-chat__blue900: #00163d;--str-chat__blue800: #002666;--str-chat__blue700: #003999;--str-chat__blue600: #004ccc;--str-chat__blue500: #005fff;--str-chat__blue400: #337eff;--str-chat__blue300: #669fff;--str-chat__blue200: #ccdfff;--str-chat__blue100: #e0f0ff;--str-chat__blue50: #ebf5ff;--str-chat__grey950: #080707;--str-chat__grey900: #17191c;--str-chat__grey800: #1c1e22;--str-chat__grey700: #272a30;--str-chat__grey600: #4c525c;--str-chat__grey500: #72767e;--str-chat__grey400: #b4b7bb;--str-chat__grey300: #dbdde1;--str-chat__grey200: #e9eaed;--str-chat__grey100: #f4f4f5;--str-chat__grey50: #ffffff;--str-chat__red900: #330003;--str-chat__red800: #660006;--str-chat__red700: #990008;--str-chat__red600: #cc000b;--str-chat__red500: #ff000e;--str-chat__red400: #ff3742;--str-chat__red300: #ff666e;--str-chat__red200: #ff999f;--str-chat__red100: #ffe5e7;--str-chat__green900: #062d16;--str-chat__green800: #0d592c;--str-chat__green700: #138643;--str-chat__green600: #19b359;--str-chat__green500: #20e070;--str-chat__green400: #4ce68c;--str-chat__green300: #79eca9;--str-chat__green200: #a6f2c6;--str-chat__green100: #e9f1ff;--str-chat__yellow900: #332500;--str-chat__yellow800: #664900;--str-chat__yellow700: #996e00;--str-chat__yellow600: #cc9200;--str-chat__yellow500: #ffb700;--str-chat__yellow400: #ffd466;--str-chat__yellow300: #ffe299;--str-chat__yellow200: #fff1cc;--str-chat__yellow100: #fff8e5}.str-chat{--str-chat__border-radius-xs: 8px;--str-chat__border-radius-sm: 14px;--str-chat__border-radius-md: 18px;--str-chat__border-radius-lg: 20px;--str-chat__border-radius-circle: 999px;--str-chat__font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;--str-chat__caption-text: .75rem/1.3 var(--str-chat__font-family);--str-chat__caption-medium-text: 500 .75rem/1.3 var(--str-chat__font-family);--str-chat__caption-strong-text: 700 .75rem/1.3 var(--str-chat__font-family);--str-chat__body-text: .875rem/1.2 var(--str-chat__font-family);--str-chat__body-medium-text: 500 .875rem/1.2 var(--str-chat__font-family);--str-chat__body2-text: .9375rem/1.2 var(--str-chat__font-family);--str-chat__body2-medium-text: 500 .9375rem/1.2 var(--str-chat__font-family);--str-chat__subtitle-text: 1rem/1.25 var(--str-chat__font-family);--str-chat__subtitle-medium-text: 500 1rem/1.25 var(--str-chat__font-family);--str-chat__subtitle2-text: 1.25rem/1.2 var(--str-chat__font-family);--str-chat__subtitle2-medium-text: 500 1.25rem/1.2 var(--str-chat__font-family);--str-chat__headline-text: 1.5rem/1.2 var(--str-chat__font-family);--str-chat__headline2-text: 1.8rem/1.2 var(--str-chat__font-family)}.str-chat,.str-chat__theme-light{--str-chat__primary-color: var(--str-chat__blue500);--str-chat__primary-overlay-color: rgba(0, 95, 255, .6);--str-chat__primary-color-low-emphasis: var(--str-chat__blue300);--str-chat__active-primary-color: var(--str-chat__blue600);--str-chat__on-primary-color: var(--str-chat__grey50);--str-chat__background-color: var(--str-chat__grey50);--str-chat__secondary-background-color: var(--str-chat__grey50);--str-chat__primary-surface-color: var(--str-chat__blue100);--str-chat__primary-surface-color-low-emphasis: var(--str-chat__blue50);--str-chat__surface-color: var(--str-chat__grey300);--str-chat__secondary-surface-color: var(--str-chat__grey200);--str-chat__tertiary-surface-color: var(--str-chat__grey100);--str-chat__text-color: var(--str-chat__grey950);--str-chat__text-low-emphasis-color: var(--str-chat__grey500);--str-chat__disabled-color: var(--str-chat__grey400);--str-chat__on-disabled-color: var(--str-chat__grey50);--str-chat__danger-color: var(--str-chat__red400);--str-chat__message-highlight-color: var(--str-chat__yellow100);--str-chat__unread-badge-color: var(--str-chat__red400);--str-chat__on-unread-badge-color: var(--str-chat__grey50);--str-chat__overlay-color: rgba(252, 252, 252, .9);--str-chat__secondary-overlay-color: rgba(0, 0, 0, .2);--str-chat__secondary-overlay-text-color: var(--str-chat__grey50);--str-chat__opaque-surface-background-color: rgba(0, 0, 0, .8);--str-chat__opaque-surface-text-color: var(--str-chat__grey50);--str-chat__box-shadow-color: rgba(0, 0, 0, .18);--str-chat__info-color: var(--str-chat__green500)}.str-chat__theme-dark{--str-chat__primary-color: var(--str-chat__blue400);--str-chat__primary-overlay-color: rgba(51, 126, 255, .6);--str-chat__primary-color-low-emphasis: var(--str-chat__blue700);--str-chat__active-primary-color: var(--str-chat__blue600);--str-chat__on-primary-color: var(--str-chat__grey50);--str-chat__background-color: var(--str-chat__grey950);--str-chat__secondary-background-color: var(--str-chat__grey900);--str-chat__primary-surface-color: var(--str-chat__blue900);--str-chat__primary-surface-color-low-emphasis: var(--str-chat__blue950);--str-chat__surface-color: var(--str-chat__grey700);--str-chat__secondary-surface-color: var(--str-chat__grey800);--str-chat__tertiary-surface-color: var(--str-chat__grey900);--str-chat__text-color: var(--str-chat__grey50);--str-chat__text-low-emphasis-color: var(--str-chat__grey500);--str-chat__disabled-color: var(--str-chat__grey600);--str-chat__on-disabled-color: var(--str-chat__grey50);--str-chat__danger-color: var(--str-chat__red600);--str-chat__message-highlight-color: var(--str-chat__yellow900);--str-chat__unread-badge-color: var(--str-chat__red400);--str-chat__on-unread-badge-color: var(--str-chat__grey50);--str-chat__overlay-color: rgba(0, 0, 0, .7);--str-chat__secondary-overlay-color: rgba(0, 0, 0, .4);--str-chat__secondary-overlay-text-color: var(--str-chat__grey50);--str-chat__opaque-surface-background-color: rgba(250, 250, 250, .85);--str-chat__opaque-surface-text-color: var(--str-chat__grey900);--str-chat__box-shadow-color: rgba(0, 0, 0, .8);--str-chat__info-color: var(--str-chat__green500)}.image-gallery-icon{color:#fff;transition:all .3s ease-out;appearance:none;background-color:#0000;border:0;cursor:pointer;outline:none;position:absolute;z-index:4;filter:drop-shadow(0 2px 2px rgb(25.5,25.5,25.5))}@media(hover:hover)and (pointer:fine){.image-gallery-icon:hover{color:#337ab7}.image-gallery-icon:hover .image-gallery-svg{transform:scale(1.1)}}.image-gallery-icon:focus{outline:2px solid #337ab7}.image-gallery-using-mouse .image-gallery-icon:focus{outline:none}.image-gallery-fullscreen-button{bottom:0;padding:20px}.image-gallery-fullscreen-button .image-gallery-svg{height:28px;width:28px}@media(max-width:768px){.image-gallery-fullscreen-button{padding:15px}.image-gallery-fullscreen-button .image-gallery-svg{height:24px;width:24px}}@media(max-width:480px){.image-gallery-fullscreen-button{padding:10px}.image-gallery-fullscreen-button .image-gallery-svg{height:16px;width:16px}}.image-gallery-fullscreen-button{right:0}.image-gallery-left-nav,.image-gallery-right-nav{padding:50px 10px;top:50%;transform:translateY(-50%)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:120px;width:60px}@media(max-width:768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:72px;width:36px}}@media(max-width:480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:48px;width:24px}}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-left-nav{left:0}.image-gallery-right-nav{right:0}.image-gallery{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative;display:flex;justify-content:center;align-items:center}.image-gallery.fullscreen-modal{background:#000;height:100%;inset:0;position:fixed;width:100%;z-index:5}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;transform:translateY(-50%)}.image-gallery-content{position:relative;line-height:0;top:0}.image-gallery-content .image-gallery-slide{background-color:var(--str-chat__secondary-surface-color)}.image-gallery-content .image-gallery-slide .str-chat__base-image--load-failed{height:var(--str-chat__attachment-max-width);width:var(--str-chat__attachment-max-width);font-size:0}.image-gallery-content .image-gallery-slide .str-chat__message-attachment-file--item-download{position:absolute;left:.375rem;top:.375rem}.image-gallery-content.fullscreen{background:#000}.image-gallery-content.fullscreen .image-gallery-slide .image-gallery-image{max-width:100%}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:calc(100vh - 80px);max-width:unset;object-fit:contain}.image-gallery-content.left .image-gallery-slide .image-gallery-image,.image-gallery-content.right .image-gallery-slide .image-gallery-image,.image-gallery-content.image-gallery-thumbnails-left .image-gallery-slide .image-gallery-image,.image-gallery-content.image-gallery-thumbnails-right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.left,.image-gallery-slide-wrapper.right,.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{display:inline-block;width:calc(100% - 110px)}@media(max-width:768px){.image-gallery-slide-wrapper.left,.image-gallery-slide-wrapper.right,.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{width:calc(100% - 87px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;white-space:nowrap;text-align:center}.image-gallery-slide{left:0;position:absolute;top:0;width:100%}.image-gallery-slide.center,.image-gallery-slide.image-gallery-center{position:relative}.image-gallery-slide .image-gallery-image{width:100%;object-fit:contain}.image-gallery-index{background:#0006;color:#fff;line-height:1;padding:10px 20px;position:absolute;right:0;top:0;z-index:4}@media(max-width:768px){.image-gallery-index{font-size:.8em;padding:5px 10px}}.str-chat{--str-chat__cta-button-border-radius: var(--str-chat__border-radius-xs);--str-chat__cta-button-color: var(--str-chat__on-primary-color);--str-chat__cta-button-background-color: var(--str-chat__primary-color);--str-chat__cta-button-border-block-start: none;--str-chat__cta-button-border-block-end: none;--str-chat__cta-button-border-inline-start: none;--str-chat__cta-button-border-inline-end: none;--str-chat__cta-button-box-shadow: none;--str-chat__cta-button-pressed-background-color: var(--str-chat__active-primary-color);--str-chat__cta-button-disabled-background-color: var(--str-chat__disabled-color);--str-chat__cta-button-disabled-color: var(--str-chat__on-disabled-color)}.str-chat__cta-button{background:var(--str-chat__cta-button-background-color);color:var(--str-chat__cta-button-color);box-shadow:var(--str-chat__cta-button-box-shadow);border-radius:var(--str-chat__cta-button-border-radius);border-block-start:var(--str-chat__cta-button-border-block-start);border-block-end:var(--str-chat__cta-button-border-block-end);border-inline-start:var(--str-chat__cta-button-border-inline-start);border-inline-end:var(--str-chat__cta-button-border-inline-end);font:var(--str-chat__subtitle-text)}.str-chat__cta-button:active{background-color:var(--str-chat__cta-button-pressed-background-color)}.str-chat__cta-button:disabled{background-color:var(--str-chat__cta-button-disabled-background-color);color:var(--str-chat__cta-button-disabled-color)}.str-chat{--str-chat__circle-fab-border-radius: var(--str-chat__border-radius-circle);--str-chat__circle-fab-color: var(--str-chat__primary-color);--str-chat__circle-fab-background-color: var(--str-chat__secondary-background-color);--str-chat__circle-fab-pressed-background-color: var(--str-chat__surface-color);--str-chat__circle-fab-box-shadow: 0 2px 4px rgba(0, 0, 0, .25);--str-chat__circle-fab-border-block-start: none;--str-chat__circle-fab-border-block-end: none;--str-chat__circle-fab-border-inline-start: none;--str-chat__circle-fab-border-inline-end: none}.str-chat__circle-fab{background:var(--str-chat__circle-fab-background-color);color:var(--str-chat__circle-fab-color);box-shadow:var(--str-chat__circle-fab-box-shadow);border-radius:var(--str-chat__circle-fab-border-radius);border-block-start:var(--str-chat__circle-fab-border-block-start);border-block-end:var(--str-chat__circle-fab-border-block-end);border-inline-start:var(--str-chat__circle-fab-border-inline-start);border-inline-end:var(--str-chat__circle-fab-border-inline-end)}.str-chat__circle-fab svg path{fill:var(--str-chat__circle-fab-color)}.str-chat__circle-fab:active{background-color:var(--str-chat__circle-fab-pressed-background-color)}.str-chat{--str-chat__avatar-border-radius: var(--str-chat__border-radius-circle);--str-chat__avatar-color: var(--str-chat__on-primary-color);--str-chat__avatar-background-color: var(--str-chat__primary-color);--str-chat__avatar-border-block-start: none;--str-chat__avatar-border-block-end: none;--str-chat__avatar-border-inline-start: none;--str-chat__avatar-border-inline-end: none;--str-chat__avatar-box-shadow: none;--str-chat__avatar-online-indicator-color: var(--str-chat__info-color);--str-chat__avatar-online-indicator-border-radius: var(--str-chat__border-radius-circle)}.str-chat__avatar .str-chat__avatar-image{background:var(--str-chat__avatar-background-color);color:var(--str-chat__avatar-color);box-shadow:var(--str-chat__avatar-box-shadow);border-radius:var(--str-chat__avatar-border-radius);border-block-start:var(--str-chat__avatar-border-block-start);border-block-end:var(--str-chat__avatar-border-block-end);border-inline-start:var(--str-chat__avatar-border-inline-start);border-inline-end:var(--str-chat__avatar-border-inline-end);display:block}.str-chat__avatar.str-chat__avatar--no-letters{--str-chat-icon-color: var(--str-chat__avatar-color);background:var(--str-chat__avatar-background-color);color:var(--str-chat__avatar-color);box-shadow:var(--str-chat__avatar-box-shadow);border-radius:var(--str-chat__avatar-border-radius);border-block-start:var(--str-chat__avatar-border-block-start);border-block-end:var(--str-chat__avatar-border-block-end);border-inline-start:var(--str-chat__avatar-border-inline-start);border-inline-end:var(--str-chat__avatar-border-inline-end)}.str-chat__avatar .str-chat__avatar-fallback{background:var(--str-chat__avatar-background-color);color:var(--str-chat__avatar-color);box-shadow:var(--str-chat__avatar-box-shadow);border-radius:var(--str-chat__avatar-border-radius);border-block-start:var(--str-chat__avatar-border-block-start);border-block-end:var(--str-chat__avatar-border-block-end);border-inline-start:var(--str-chat__avatar-border-inline-start);border-inline-end:var(--str-chat__avatar-border-inline-end);text-transform:uppercase}.str-chat__avatar .str-chat__avatar--online-indicator{background-color:var(--str-chat__avatar-online-indicator-color);border-radius:var(--str-chat__avatar-online-indicator-border-radius)}.str-chat__loading-channels-avatar,.str-chat__avatar-group{border-radius:var(--str-chat__avatar-border-radius)}.str-chat{--str-chat__attachment-list-border-radius: 0;--str-chat__attachment-list-color: var(--str-chat__text-color);--str-chat__attachment-list-background-color: transparent;--str-chat__attachment-list-border-block-start: none;--str-chat__attachment-list-border-block-end: none;--str-chat__attachment-list-border-inline-start: none;--str-chat__attachment-list-border-inline-end: none;--str-chat__attachment-list-box-shadow: none;--str-chat__image-attachment-border-radius: calc( var(--str-chat__message-bubble-border-radius) - var(--str-chat__attachment-margin) );--str-chat__image-attachment-color: var(--str-chat__text-color);--str-chat__image-attachment-background-color: var(--str-chat__secondary-surface-color);--str-chat__image-attachment-border-block-start: none;--str-chat__image-attachment-border-block-end: none;--str-chat__image-attachment-border-inline-start: none;--str-chat__image-attachment-border-inline-end: none;--str-chat__image-attachment-box-shadow: none;--str-chat__image-gallery-attachment-border-radius: calc( var(--str-chat__message-bubble-border-radius) - var(--str-chat__attachment-margin) );--str-chat__image-gallery-attachment-color: var(--str-chat__text-color);--str-chat__image-gallery-attachment-background-color: transparent;--str-chat__image-gallery-attachment-border-block-start: none;--str-chat__image-gallery-attachment-border-block-end: none;--str-chat__image-gallery-attachment-border-inline-start: none;--str-chat__image-gallery-attachment-border-inline-end: none;--str-chat__image-gallery-attachment-box-shadow: none;--str-chat__image-gallery-attachment-overlay: var(--str-chat__secondary-overlay-color);--str-chat__image-gallery-attachment-overlay-text-color: var( --str-chat__secondary-overlay-text-color );--str-chat__card-attachment-border-radius: 0;--str-chat__card-attachment-color: var(--str-chat__text-color);--str-chat__card-attachment-link-color: var(--str-chat__primary-color);--str-chat__card-attachment-background-color: transparent;--str-chat__card-attachment-border-block-start: none;--str-chat__card-attachment-border-block-end: none;--str-chat__card-attachment-border-inline-start: none;--str-chat__card-attachment-border-inline-end: none;--str-chat__card-attachment-box-shadow: none;--str-chat__file-attachment-border-radius: calc( var(--str-chat__message-bubble-border-radius) - var(--str-chat__attachment-margin) );--str-chat__file-attachment-color: var(--str-chat__text-color);--str-chat__file-attachment-secondary-color: var(--str-chat__text-low-emphasis-color);--str-chat__file-attachment-background-color: var(--str-chat__secondary-background-color);--str-chat__file-attachment-border-block-start: none;--str-chat__file-attachment-border-block-end: none;--str-chat__file-attachment-border-inline-start: none;--str-chat__file-attachment-border-inline-end: none;--str-chat__file-attachment-box-shadow: none;--str-chat__geolocation-attachment-border-radius: calc( var(--str-chat__message-bubble-border-radius) - var(--str-chat__attachment-margin) );--str-chat__geolocation-attachment-color: var(--str-chat__text-color);--str-chat__geolocation-attachment-secondary-color: var(--str-chat__text-low-emphasis-color);--str-chat__geolocation-attachment-background-color: var(--str-chat__secondary-background-color);--str-chat__geolocation-attachment-border-block-start: none;--str-chat__geolocation-attachment-border-block-end: none;--str-chat__geolocation-attachment-border-inline-start: none;--str-chat__geolocation-attachment-border-inline-end: none;--str-chat__geolocation-attachment-box-shadow: none;--str-chat__audio-attachment-widget-border-radius: calc( var(--str-chat__message-bubble-border-radius) - var(--str-chat__attachment-margin) );--str-chat__audio-attachment-widget-color: var(--str-chat__text-color);--str-chat__audio-attachment-widget-secondary-color: var(--str-chat__text-low-emphasis-color);--str-chat__audio-attachment-widget-background-color: var(--str-chat__secondary-background-color);--str-chat__audio-attachment-widget-border-block-start: none;--str-chat__audio-attachment-widget-border-block-end: none;--str-chat__audio-attachment-widget-border-inline-start: none;--str-chat__audio-attachment-widget-border-inline-end: none;--str-chat__audio-attachment-widget-box-shadow: none;--str-chat__voice-recording-attachment-widget-border-radius: calc( var(--str-chat__message-bubble-border-radius) - var(--str-chat__attachment-margin) );--str-chat__voice-recording-attachment-widget-color: var(--str-chat__text-color);--str-chat__voice-recording-attachment-widget-secondary-color: var( --str-chat__text-low-emphasis-color );--str-chat__voice-recording-attachment-widget-background-color: var( --str-chat__secondary-background-color );--str-chat__voice-recording-attachment-widget-border-block-start: none;--str-chat__voice-recording-attachment-widget-border-block-end: none;--str-chat__voice-recording-attachment-widget-border-inline-start: none;--str-chat__voice-recording-attachment-widget-border-inline-end: none;--str-chat__voice-recording-attachment-widget-box-shadow: none;--str-chat__audio-attachment-controls-button-border-radius: var(--str-chat__border-radius-circle);--str-chat__audio-attachment-controls-button-color: var(--str-chat__text-color);--str-chat__audio-attachment-controls-button-background-color: var( --str-chat__secondary-background-color );--str-chat__audio-attachment-controls-button-pressed-background-color: var( --str-chat__surface-color );--str-chat__audio-attachment-controls-button-border-block-start: none;--str-chat__audio-attachment-controls-button-border-block-end: none;--str-chat__audio-attachment-controls-button-border-inline-start: none;--str-chat__audio-attachment-controls-button-border-inline-end: none;--str-chat__audio-attachment-controls-button-box-shadow: var(--str-chat__circle-fab-box-shadow);--str-chat__attachment-actions-border-radius: 0;--str-chat__attachment-actions-color: var(--str-chat__text-color);--str-chat__attachment-actions-background-color: transparent;--str-chat__attachment-actions-border-block-start: none;--str-chat__attachment-actions-border-block-end: none;--str-chat__attachment-actions-border-inline-start: none;--str-chat__attachment-actions-border-inline-end: none;--str-chat__attachment-actions-box-shadow: none;--str-chat__attachment-action-border-radius: 0;--str-chat__attachment-action-color: var(--str-chat__text-low-emphasis-color);--str-chat__attachment-action-background-color: var(--str-chat__secondary-background-color);--str-chat__attachment-action-border-block-start: var(--str-chat__surface-color) 1px solid;--str-chat__attachment-action-border-block-end: var(--str-chat__surface-color) 1px solid;--str-chat__attachment-action-border-inline-start: var(--str-chat__surface-color) 1px solid;--str-chat__attachment-action-border-inline-end: var(--str-chat__surface-color) 1px solid;--str-chat__attachment-action-box-shadow: none;--str-chat__attachment-action-active-color: var(--str-chat__primary-color)}.str-chat__attachment-list{background:var(--str-chat__attachment-list-background-color);color:var(--str-chat__attachment-list-color);box-shadow:var(--str-chat__attachment-list-box-shadow);border-radius:var(--str-chat__attachment-list-border-radius);border-block-start:var(--str-chat__attachment-list-border-block-start);border-block-end:var(--str-chat__attachment-list-border-block-end);border-inline-start:var(--str-chat__attachment-list-border-inline-start);border-inline-end:var(--str-chat__attachment-list-border-inline-end)}.str-chat__attachment-list .str-chat__message-attachment--image,.str-chat__attachment-list .str-chat__message-attachment-card--header,.str-chat__attachment-list .str-chat__message-attachment--video{background:var(--str-chat__image-attachment-background-color);color:var(--str-chat__image-attachment-color);box-shadow:var(--str-chat__image-attachment-box-shadow);border-radius:var(--str-chat__image-attachment-border-radius);border-block-start:var(--str-chat__image-attachment-border-block-start);border-block-end:var(--str-chat__image-attachment-border-block-end);border-inline-start:var(--str-chat__image-attachment-border-inline-start);border-inline-end:var(--str-chat__image-attachment-border-inline-end)}.str-chat__attachment-list .str-chat__gallery{background:var(--str-chat__image-gallery-attachment-background-color);color:var(--str-chat__image-gallery-attachment-color);box-shadow:var(--str-chat__image-gallery-attachment-box-shadow);border-radius:var(--str-chat__image-gallery-attachment-border-radius);border-block-start:var(--str-chat__image-gallery-attachment-border-block-start);border-block-end:var(--str-chat__image-gallery-attachment-border-block-end);border-inline-start:var(--str-chat__image-gallery-attachment-border-inline-start);border-inline-end:var(--str-chat__image-gallery-attachment-border-inline-end)}.str-chat__attachment-list .str-chat__gallery .str-chat__gallery-image{background-color:var(--str-chat__image-attachment-background-color);border:0}.str-chat__attachment-list .str-chat__gallery .str-chat__gallery-placeholder{color:var(--str-chat__image-gallery-attachment-overlay-text-color);display:flex;border:none;font:var(--str-chat__headline2-text)}.str-chat__attachment-list .str-chat__gallery .str-chat__gallery-placeholder:after{background-color:var(--str-chat__image-gallery-attachment-overlay)}.str-chat__attachment-list .str-chat__message-attachment--svg-image{background-image:repeating-conic-gradient(#d4d5d7 0% 25%,#f4f4f4 0% 50%);background-size:24px 24px}.str-chat__attachment-list .str-chat__message-attachment-unsupported,.str-chat__attachment-list .str-chat__message-attachment-file--item{background:var(--str-chat__file-attachment-background-color);color:var(--str-chat__file-attachment-color);box-shadow:var(--str-chat__file-attachment-box-shadow);border-radius:var(--str-chat__file-attachment-border-radius);border-block-start:var(--str-chat__file-attachment-border-block-start);border-block-end:var(--str-chat__file-attachment-border-block-end);border-inline-start:var(--str-chat__file-attachment-border-inline-start);border-inline-end:var(--str-chat__file-attachment-border-inline-end)}.str-chat__attachment-list .str-chat__message-attachment-geolocation{background:var(--str-chat__geolocation-attachment-background-color);color:var(--str-chat__geolocation-attachment-color);box-shadow:var(--str-chat__geolocation-attachment-box-shadow);border-radius:var(--str-chat__geolocation-attachment-border-radius);border-block-start:var(--str-chat__geolocation-attachment-border-block-start);border-block-end:var(--str-chat__geolocation-attachment-border-block-end);border-inline-start:var(--str-chat__geolocation-attachment-border-inline-start);border-inline-end:var(--str-chat__geolocation-attachment-border-inline-end);overflow:hidden}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__placeholder .str-chat__message-attachment-geolocation__placeholder-link{color:currentColor}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__status{background-color:var(--str-chat__tertiary-surface-color)}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__status .str-chat__message-attachment-geolocation__status--active .str-chat__message-attachment-geolocation__stop-sharing-button{background:none;border:none;font:var(--str-chat__subtitle-medium-text);cursor:pointer}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__status .str-chat__message-attachment-geolocation__status--active .str-chat__message-attachment-geolocation__status--active-until{font:var(--str-chat__caption-text)}.str-chat__attachment-list .str-chat__message-attachment-unsupported .str-chat__message-attachment-unsupported__title,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--title{font:var(--str-chat__subtitle-medium-text);word-break:keep-all}.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-size,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-size{color:var(--str-chat__file-attachment-secondary-color);font:var(--str-chat__body-text)}.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-download-icon svg path,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-download-icon svg path{fill:var(--str-chat__file-attachment-color)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget{background:var(--str-chat__audio-attachment-widget-background-color);color:var(--str-chat__audio-attachment-widget-color);box-shadow:var(--str-chat__audio-attachment-widget-box-shadow);border-radius:var(--str-chat__audio-attachment-widget-border-radius);border-block-start:var(--str-chat__audio-attachment-widget-border-block-start);border-block-end:var(--str-chat__audio-attachment-widget-border-block-end);border-inline-start:var(--str-chat__audio-attachment-widget-border-inline-start);border-inline-end:var(--str-chat__audio-attachment-widget-border-inline-end)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget--progress-track{background:linear-gradient(to right,var(--str-chat__primary-color) var(--str-chat__message-attachment-audio-widget-progress),var(--str-chat__disabled-color) var(--str-chat__message-attachment-audio-widget-progress));border-radius:calc(var(--str-chat__spacing-px)*5)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget--progress-track .str-chat__message-attachment-audio-widget--progress-indicator{background-color:var(--str-chat__primary-color);border-radius:inherit}.str-chat__attachment-list .str-chat__message-attachment-audio-widget--play-button{background:var(--str-chat__audio-attachment-controls-button-background-color);color:var(--str-chat__audio-attachment-controls-button-color);box-shadow:var(--str-chat__audio-attachment-controls-button-box-shadow);border-radius:var(--str-chat__audio-attachment-controls-button-border-radius);border-block-start:var(--str-chat__audio-attachment-controls-button-border-block-start);border-block-end:var(--str-chat__audio-attachment-controls-button-border-block-end);border-inline-start:var(--str-chat__audio-attachment-controls-button-border-inline-start);border-inline-end:var(--str-chat__audio-attachment-controls-button-border-inline-end)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget--play-button svg path{fill:var(--str-chat__audio-attachment-controls-button-color)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget--play-button:active{background-color:var(--str-chat__audio-attachment-controls-button-pressed-background-color)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget{background:var(--str-chat__voice-recording-attachment-widget-background-color);color:var(--str-chat__voice-recording-attachment-widget-color);box-shadow:var(--str-chat__voice-recording-attachment-widget-box-shadow);border-radius:var(--str-chat__voice-recording-attachment-widget-border-radius);border-block-start:var(--str-chat__voice-recording-attachment-widget-border-block-start);border-block-end:var(--str-chat__voice-recording-attachment-widget-border-block-end);border-inline-start:var(--str-chat__voice-recording-attachment-widget-border-inline-start);border-inline-end:var(--str-chat__voice-recording-attachment-widget-border-inline-end)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget a{color:var(--str-chat__voice-recording-attachment-widget-color)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;font:var(--str-chat__subtitle-medium-text)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__timer{font:var(--str-chat__body-text);color:var(--str-chat__text-low-emphasis-color);white-space:nowrap}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__wave-progress-bar__amplitude-bar{background:var(--str-chat__text-low-emphasis-color);border-radius:var(--str-chat__border-radius-circle)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__wave-progress-bar__amplitude-bar--active{background:var(--str-chat__primary-color)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__wave-progress-bar__progress-indicator{background-color:#fff;border-radius:var(--str-chat__border-radius-circle);border:1px solid var(--str-chat__secondary-overlay-color);cursor:grab}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__error-message{font:var(--str-chat__body-text);color:var(--str-chat__text-low-emphasis-color)}.str-chat__attachment-list .str-chat__message_attachment__playback-rate-button{box-shadow:0 2px 4px #00000040;border-radius:var(--str-chat__border-radius-circle);background-color:#fff;cursor:pointer}.str-chat__attachment-list .str-chat__message-attachment--card{background:var(--str-chat__card-attachment-background-color);color:var(--str-chat__card-attachment-color);box-shadow:var(--str-chat__card-attachment-box-shadow);border-radius:var(--str-chat__card-attachment-border-radius);border-block-start:var(--str-chat__card-attachment-border-block-start);border-block-end:var(--str-chat__card-attachment-border-block-end);border-inline-start:var(--str-chat__card-attachment-border-inline-start);border-inline-end:var(--str-chat__card-attachment-border-inline-end);font:var(--str-chat__body-text)}.str-chat__attachment-list .str-chat__message-attachment--card .str-chat__message-attachment-card--source-link,.str-chat__attachment-list .str-chat__message-attachment--card .str-chat__message-attachment-card--title{font:var(--str-chat__body-medium-text)}.str-chat__attachment-list .str-chat__message-attachment-card--audio img{border-bottom-left-radius:0;border-bottom-right-radius:0}.str-chat__attachment-list .str-chat__message-attachment-card--audio .str-chat__message-attachment-card--header .str-chat__message-attachment-card--source-link{background-color:var(--str-chat__audio-attachment-widget-background-color)}.str-chat__attachment-list .str-chat__message-attachment-card--audio .str-chat__message-attachment-card-audio-widget{background-color:var(--str-chat__audio-attachment-widget-background-color);border-radius:0 0 calc(var(--str-chat__spacing-px)*14) calc(var(--str-chat__spacing-px)*14)}.str-chat__attachment-list .str-chat__message-attachment-card--audio .str-chat__message-attachment-card-audio-widget .str-chat__message-attachment-audio-widget--title{color:var(--str-chat__text-color);font:var(--str-chat__body-medium-text)}.str-chat__attachment-list .str-chat__message-attachment-actions{background:var(--str-chat__attachment-actions-background-color);color:var(--str-chat__attachment-actions-color);box-shadow:var(--str-chat__attachment-actions-box-shadow);border-radius:var(--str-chat__attachment-actions-border-radius);border-block-start:var(--str-chat__attachment-actions-border-block-start);border-block-end:var(--str-chat__attachment-actions-border-block-end);border-inline-start:var(--str-chat__attachment-actions-border-inline-start);border-inline-end:var(--str-chat__attachment-actions-border-inline-end)}.str-chat__attachment-list .str-chat__message-attachment-actions .str-chat__message-attachment-actions-button{background:var(--str-chat__attachment-action-background-color);color:var(--str-chat__attachment-action-color);box-shadow:var(--str-chat__attachment-action-box-shadow);border-radius:var(--str-chat__attachment-action-border-radius);border-block-start:var(--str-chat__attachment-action-border-block-start);border-block-end:var(--str-chat__attachment-action-border-block-end);border-inline-start:var(--str-chat__attachment-action-border-inline-start);border-inline-end:var(--str-chat__attachment-action-border-inline-end);font:var(--str-chat__subtitle-medium-text);border-collapse:collapse}.str-chat__attachment-list .str-chat__message-attachment-actions .str-chat__message-attachment-actions-button:active{color:var(--str-chat__attachment-action-active-color)}.str-chat__attachment-list .str-chat__message-attachment-actions .str-chat__message-attachment-actions-button:not(:last-of-type){border-inline-end:none}.str-chat__attachment-list .str-chat__message-attachment-with-actions.str-chat__message-attachment--giphy .str-chat__message-attachment-card--header{border-end-start-radius:0;border-end-end-radius:0}.str-chat__message-attachment-audio-widget--play-button{background:var(--str-chat__audio-attachment-controls-button-background-color);color:var(--str-chat__audio-attachment-controls-button-color);box-shadow:var(--str-chat__audio-attachment-controls-button-box-shadow);border-radius:var(--str-chat__audio-attachment-controls-button-border-radius);border-block-start:var(--str-chat__audio-attachment-controls-button-border-block-start);border-block-end:var(--str-chat__audio-attachment-controls-button-border-block-end);border-inline-start:var(--str-chat__audio-attachment-controls-button-border-inline-start);border-inline-end:var(--str-chat__audio-attachment-controls-button-border-inline-end)}.str-chat__message-attachment-audio-widget--play-button svg path{fill:var(--str-chat__audio-attachment-controls-button-color)}.str-chat__message-attachment-audio-widget--play-button:active{background-color:var(--str-chat__audio-attachment-controls-button-pressed-background-color)}.str-chat__message-attachment-card.str-chat__message-attachment-card--audio .str-chat__message-attachment-card--header{border-end-start-radius:0;border-end-end-radius:0}.str-chat__message-attachment__voice-recording-widget{background:var(--str-chat__voice-recording-attachment-widget-background-color);color:var(--str-chat__voice-recording-attachment-widget-color);box-shadow:var(--str-chat__voice-recording-attachment-widget-box-shadow);border-radius:var(--str-chat__voice-recording-attachment-widget-border-radius);border-block-start:var(--str-chat__voice-recording-attachment-widget-border-block-start);border-block-end:var(--str-chat__voice-recording-attachment-widget-border-block-end);border-inline-start:var(--str-chat__voice-recording-attachment-widget-border-inline-start);border-inline-end:var(--str-chat__voice-recording-attachment-widget-border-inline-end)}.str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;word-break:keep-all;font:var(--str-chat__subtitle-medium-text)}.str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__timer{font:var(--str-chat__body-text);color:var(--str-chat__text-low-emphasis-color);white-space:nowrap}.str-chat__audio_recorder__waveform-box,.str-chat__wave-progress-bar__track{cursor:pointer}.str-chat__audio_recorder__waveform-box .str-chat__wave-progress-bar__amplitude-bar,.str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__amplitude-bar{background:var(--str-chat__text-low-emphasis-color);border-radius:var(--str-chat__border-radius-circle)}.str-chat__audio_recorder__waveform-box .str-chat__wave-progress-bar__amplitude-bar--active,.str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__amplitude-bar--active{background:var(--str-chat__primary-color)}.str-chat__audio_recorder__waveform-box .str-chat__wave-progress-bar__progress-indicator,.str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__progress-indicator{background-color:#fff;border-radius:var(--str-chat__border-radius-circle);border:1px solid var(--str-chat__secondary-overlay-color);cursor:grab}.str-chat-angular__message-attachment-file-single .str-chat__message-attachment-file--item-first-row{color:var(--str-chat__attachment-list-color)}.str-chat__attachment-list-angular-host .str-chat__message-attachment-card--video-play{--str-chat-icon-color: var(--str-chat__text-color);background-color:var(--str-chat__secondary-background-color);border-radius:var(--str-chat__border-radius-circle)}.str-chat{--str-chat__attachment-preview-list-border-radius: var(--str-chat__border-radius-sm);--str-chat__attachment-preview-list-color: var(--str-chat__text-color);--str-chat__attachment-preview-list-background-color: transparent;--str-chat__attachment-preview-list-border-block-start: none;--str-chat__attachment-preview-list-border-block-end: none;--str-chat__attachment-preview-list-border-inline-start: none;--str-chat__attachment-preview-list-border-inline-end: none;--str-chat__attachment-preview-list-box-shadow: none;--str-chat__attachment-preview-close-icon-background: var(--str-chat__secondary-overlay-color);--str-chat__attachment-preview-close-icon-color: var(--str-chat__secondary-overlay-text-color);--str-chat__attachment-preview-retry-icon-color: var(--str-chat__primary-color);--str-chat__attachment-preview-download-icon-color: var(--str-chat__text-low-emphasis-color);--str-chat__attachment-preview-overlay-color: var(--str-chat__overlay-color);--str-chat__attachment-preview-image-border-radius: var(--str-chat__border-radius-sm);--str-chat__attachment-preview-image-color: var(--str-chat__text-color);--str-chat__attachment-preview-image-background-color: transparent;--str-chat__attachment-preview-image-border-block-start: none;--str-chat__attachment-preview-image-border-block-end: none;--str-chat__attachment-preview-image-border-inline-start: none;--str-chat__attachment-preview-image-border-inline-end: none;--str-chat__attachment-preview-image-box-shadow: none;--str-chat__attachment-preview-file-border-radius: var(--str-chat__border-radius-md);--str-chat__attachment-preview-file-color: var(--str-chat__text-color);--str-chat__attachment-preview-file-background-color: transparent;--str-chat__attachment-preview-file-border-block-start: 1px solid var(--str-chat__surface-color);--str-chat__attachment-preview-file-border-block-end: 1px solid var(--str-chat__surface-color);--str-chat__attachment-preview-file-border-inline-start: 1px solid var(--str-chat__surface-color);--str-chat__attachment-preview-file-border-inline-end: 1px solid var(--str-chat__surface-color);--str-chat__attachment-preview-file-box-shadow: none}.str-chat__attachment-preview-list{background:var(--str-chat__attachment-preview-list-background-color);color:var(--str-chat__attachment-preview-list-color);box-shadow:var(--str-chat__attachment-preview-list-box-shadow);border-radius:var(--str-chat__attachment-preview-list-border-radius);border-block-start:var(--str-chat__attachment-preview-list-border-block-start);border-block-end:var(--str-chat__attachment-preview-list-border-block-end);border-inline-start:var(--str-chat__attachment-preview-list-border-inline-start);border-inline-end:var(--str-chat__attachment-preview-list-border-inline-end)}.str-chat__attachment-preview-list .str-chat__attachment-list-scroll-container{border-radius:inherit}.str-chat__attachment-preview-list .str-chat__attachment-preview-image{background:var(--str-chat__attachment-preview-image-background-color);color:var(--str-chat__attachment-preview-image-color);box-shadow:var(--str-chat__attachment-preview-image-box-shadow);border-radius:var(--str-chat__attachment-preview-image-border-radius);border-block-start:var(--str-chat__attachment-preview-image-border-block-start);border-block-end:var(--str-chat__attachment-preview-image-border-block-end);border-inline-start:var(--str-chat__attachment-preview-image-border-inline-start);border-inline-end:var(--str-chat__attachment-preview-image-border-inline-end)}.str-chat__attachment-preview-list .str-chat__attachment-preview-image .str-chat__attachment-preview-thumbnail,.str-chat__attachment-preview-list .str-chat__attachment-preview-image .str-chat__attachment-preview-image-loading{border-radius:var(--str-chat__attachment-preview-image-border-radius);background-color:var(--str-chat__attachment-preview-overlay-color)}.str-chat__attachment-preview-list .str-chat__location-preview,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording,.str-chat__attachment-preview-list .str-chat__attachment-preview-file{background:var(--str-chat__attachment-preview-file-background-color);color:var(--str-chat__attachment-preview-file-color);box-shadow:var(--str-chat__attachment-preview-file-box-shadow);border-radius:var(--str-chat__attachment-preview-file-border-radius);border-block-start:var(--str-chat__attachment-preview-file-border-block-start);border-block-end:var(--str-chat__attachment-preview-file-border-block-end);border-inline-start:var(--str-chat__attachment-preview-file-border-inline-start);border-inline-end:var(--str-chat__attachment-preview-file-border-inline-end)}.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-name{font:var(--str-chat__subtitle-medium-text)}.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-subtitle,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-subtitle,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-subtitle,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-subtitle{font:var(--str-chat__caption-text)}.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-file-download,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-download,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-download,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-download{--str-chat-icon-color: var(--str-chat__attachment-preview-download-icon-color);text-decoration:none}.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-file-download svg path,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-download svg path,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-download svg path,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-download svg path{fill:var(--str-chat__attachment-preview-download-icon-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-download svg path{fill:var(--str-chat__attachment-preview-download-icon-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__recording-timer{color:var(--str-chat__text-low-emphasis-color);font:var(--str-chat__caption-medium-text)}.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__location-preview-image{color:var(--str-chat__active-primary-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-delete{--str-chat-icon-color: var(--str-chat__attachment-preview-close-icon-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-delete .str-chat__icon{background-color:var(--str-chat__attachment-preview-close-icon-background);border-radius:999px}.str-chat__attachment-preview-list .str-chat__attachment-preview-delete svg{background-color:var(--str-chat__attachment-preview-close-icon-background);border-radius:999px}.str-chat__attachment-preview-list .str-chat__attachment-preview-delete svg path{fill:var(--str-chat__attachment-preview-close-icon-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-error{--str-chat-icon-color: var(--str-chat__attachment-preview-retry-icon-color);background-color:var(--str-chat__attachment-preview-overlay-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-error svg path{fill:var(--str-chat__attachment-preview-retry-icon-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-error.str-chat__attachment-preview-error-image{border-radius:var(--str-chat__attachment-preview-image-border-radius)}.str-chat__attachment-preview-list .str-chat__attachment-preview-error.str-chat__attachment-preview-error-file{border-radius:var(--str-chat__attachment-preview-file-border-radius)}.str-chat__audio_recorder-container{background-color:var(--str-chat__background-color)}.str-chat__audio_recorder button{background:none;border:none;cursor:pointer}.str-chat__audio_recorder button:disabled{cursor:default}.str-chat__audio_recorder .str-chat__audio_recorder__cancel-button,.str-chat__audio_recorder .str-chat__audio_recorder__toggle-playback-button{--str-chat-icon-color: var(--str-chat__text-low-emphasis-color);color:var(--str-chat__text-low-emphasis-color)}.str-chat__audio_recorder .str-chat__message-attachment-audio-widget--play-button{--str-chat-icon-color: var(--str-chat__text-low-emphasis-color);box-shadow:none;border:none}.str-chat__audio_recorder .str-chat__audio_recorder__pause-recording-button,.str-chat__audio_recorder .str-chat__audio_recorder__resume-recording-button{--str-chat-icon-color: var(--str-chat__danger-color);color:var(--str-chat__danger-color)}.str-chat__audio_recorder .str-chat__audio_recorder__pause-recording-button{border:3px solid var(--str-chat__danger-color);border-radius:var(--str-chat__border-radius-circle)}.str-chat__audio_recorder .str-chat__audio_recorder__stop-button,.str-chat__audio_recorder .str-chat__audio_recorder__complete-button{--str-chat-icon-color: var(--str-chat__on-primary-color);border-radius:var(--str-chat__border-radius-circle);color:var(--str-chat__on-primary-color);background-color:var(--str-chat__primary-color)}.str-chat__audio_recorder .str-chat__audio_recorder__stop-button .str-chat__loading-indicator svg linearGradient stop:last-child,.str-chat__audio_recorder .str-chat__audio_recorder__complete-button .str-chat__loading-indicator svg linearGradient stop:last-child{stop-color:var(--str-chat__background-color)}.str-chat{--str-chat__autocomplete-menu-border-radius: var(--str-chat__border-radius-xs);--str-chat__autocomplete-menu-color: var(--str-chat__text-color);--str-chat__autocomplete-menu-background-color: var(--str-chat__secondary-background-color);--str-chat__autocomplete-menu-border-block-start: none;--str-chat__autocomplete-menu-border-block-end: none;--str-chat__autocomplete-menu-border-inline-start: none;--str-chat__autocomplete-menu-border-inline-end: none;--str-chat__autocomplete-menu-box-shadow: 0 0 8px rgba(0, 0, 0, .15);--str-chat__autocomplete-active-background-color: var(--str-chat__surface-color);--str-chat__suggestion-list-container-border-radius: var(--str-chat__border-radius-xs);--str-chat__suggestion-list-container-color: var(--str-chat__text-color);--str-chat__suggestion-list-container-background-color: var( --str-chat__secondary-background-color );--str-chat__suggestion-list-container-border-block-start: none;--str-chat__suggestion-list-container-border-block-end: none;--str-chat__suggestion-list-container-border-inline-start: none;--str-chat__suggestion-list-container-border-inline-end: none;--str-chat__suggestion-list-container-box-shadow: 0 0 8px rgba(0, 0, 0, .15);--str-chat__suggestion-list-item--selected-background-color: var(--str-chat__surface-color);--str-chat__slash-command-border-radius: 0;--str-chat__slash-command-color: var(--str-chat__text-color);--str-chat__slash-command-background-color: transparent;--str-chat__slash-command-border-block-start: none;--str-chat__slash-command-border-block-end: none;--str-chat__slash-command-border-inline-start: none;--str-chat__slash-command-border-inline-end: none;--str-chat__slash-command-box-shadow: none;--str-chat__slash-command-args-color: var(--str-chat__text-low-emphasis-color);--str-chat__mention-list-user-item-border-radius: 0;--str-chat__mention-list-user-item-color: var(--str-chat__text-color);--str-chat__mention-list-user-item-background-color: transparent;--str-chat__mention-list-user-item-border-block-start: none;--str-chat__mention-list-user-item-border-block-end: none;--str-chat__mention-list-user-item-border-inline-start: none;--str-chat__mention-list-user-item-border-inline-end: none;--str-chat__mention-list-user-item-box-shadow: none;--str-chat__mention-list-user-item-at-sign-color: var(--str-chat__primary-color);--str-chat__mention-list-emoji-item-font-family: var(--str-chat__font-family);--str-chat__mention-list-emoji-item-border-radius: 0;--str-chat__mention-list-emoji-item-color: var(--str-chat__text-color);--str-chat__mention-list-emoji-item-background-color: transparent;--str-chat__mention-list-emoji-item-border-block-start: none;--str-chat__mention-list-emoji-item-border-block-end: none;--str-chat__mention-list-emoji-item-border-inline-start: none;--str-chat__mention-list-emoji-item-border-inline-end: none;--str-chat__mention-list-emoji-item-box-shadow: none}.mention-menu{background:var(--str-chat__autocomplete-menu-background-color)!important;color:var(--str-chat__autocomplete-menu-color)!important;box-shadow:var(--str-chat__autocomplete-menu-box-shadow)!important;border-radius:var(--str-chat__autocomplete-menu-border-radius)!important;border-block-start:var(--str-chat__autocomplete-menu-border-block-start)!important;border-block-end:var(--str-chat__autocomplete-menu-border-block-end)!important;border-inline-start:var(--str-chat__autocomplete-menu-border-inline-start)!important;border-inline-end:var(--str-chat__autocomplete-menu-border-inline-end)!important}.mention-menu .active.mention-active>a{background-color:var(--str-chat__autocomplete-active-background-color)!important}.mention-menu .mention-item{color:var(--str-chat__autocomplete-menu-color)!important;background-color:#0000!important}.str-chat__slash-command{background:var(--str-chat__slash-command-background-color);color:var(--str-chat__slash-command-color);box-shadow:var(--str-chat__slash-command-box-shadow);border-radius:var(--str-chat__slash-command-border-radius);border-block-start:var(--str-chat__slash-command-border-block-start);border-block-end:var(--str-chat__slash-command-border-block-end);border-inline-start:var(--str-chat__slash-command-border-inline-start);border-inline-end:var(--str-chat__slash-command-border-inline-end);text-align:left;font:var(--str-chat__subtitle-text)}.str-chat__slash-command .str-chat__slash-command-header .str-chat__slash-command-name{text-transform:capitalize;font:var(--str-chat__subtitle2-text)}.str-chat__slash-command .str-chat__slash-command-header .str-chat__slash-command-args{color:var(--str-chat__slash-command-args-color);font:var(--str-chat__subtitle-text)}.str-chat__user-item{background:var(--str-chat__mention-list-user-item-background-color);color:var(--str-chat__mention-list-user-item-color);box-shadow:var(--str-chat__mention-list-user-item-box-shadow);border-radius:var(--str-chat__mention-list-user-item-border-radius);border-block-start:var(--str-chat__mention-list-user-item-border-block-start);border-block-end:var(--str-chat__mention-list-user-item-border-block-end);border-inline-start:var(--str-chat__mention-list-user-item-border-inline-start);border-inline-end:var(--str-chat__mention-list-user-item-border-inline-end)}.str-chat__user-item .str-chat__user-item--name{font:var(--str-chat__subtitle-text)}.str-chat__user-item .str-chat__user-item-at{font:var(--str-chat__subtitle2-text);color:var(--str-chat__mention-list-user-item-at-sign-color)}.str-chat__emoji-item{background:var(--str-chat__mention-list-emoji-item-background-color);color:var(--str-chat__mention-list-emoji-item-color);box-shadow:var(--str-chat__mention-list-emoji-item-box-shadow);border-radius:var(--str-chat__mention-list-emoji-item-border-radius);border-block-start:var(--str-chat__mention-list-emoji-item-border-block-start);border-block-end:var(--str-chat__mention-list-emoji-item-border-block-end);border-inline-start:var(--str-chat__mention-list-emoji-item-border-inline-start);border-inline-end:var(--str-chat__mention-list-emoji-item-border-inline-end)}.str-chat__emoji-item .str-chat__emoji-item--name{font:var(--str-chat__subtitle-text)}.str-chat__suggestion-list-container{background:var(--str-chat__suggestion-list-container-background-color);color:var(--str-chat__suggestion-list-container-color);box-shadow:var(--str-chat__suggestion-list-container-box-shadow);border-radius:var(--str-chat__suggestion-list-container-border-radius);border-block-start:var(--str-chat__suggestion-list-container-border-block-start);border-block-end:var(--str-chat__suggestion-list-container-border-block-end);border-inline-start:var(--str-chat__suggestion-list-container-border-inline-start);border-inline-end:var(--str-chat__suggestion-list-container-border-inline-end)}.str-chat__suggestion-list-container .str-chat__suggestion-list .str-chat__suggestion-list-item>a{text-decoration:none}.str-chat__suggestion-list-container .str-chat__suggestion-list .str-chat__suggestion-item--selected{background-color:var(--str-chat__suggestion-list-item--selected-background-color)}.str-chat__suggestion-list-container .str-chat__suggestion-list--react .str-chat__suggestion-list-item>button{background:none;border:none;text-decoration:none}.str-chat__base-image{color:#0000}.str-chat__base-image--load-failed{mask-image:var(--str-chat__image-fallback-icon);-webkit-mask-image:var(--str-chat__image-fallback-icon);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-position:center;-webkit-mask-position:center;mask-size:5rem 5rem;-webkit-mask-size:5rem 5rem;background-color:var(--str-chat__disabled-color)}.str-chat__base-image--load-failed~.str-chat__message-attachment-file--item-download .str-chat__message-attachment-download-icon path{fill:var(--str-chat__text-color)}.str-chat__attachment-preview-image .str-chat__base-image--load-failed{mask-size:1.5rem 1.5rem;-webkit-mask-size:1.5rem 1.5rem}.str-chat__attachment-preview-list .str-chat__attachment-preview-image--error{background-color:var(--str-chat__secondary-surface-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-image--error .str-chat__attachment-preview-thumbnail.str-chat__base-image--load-failed{background-color:var(--str-chat__disabled-color)}.str-chat{--str-chat__channel-border-radius: 0;--str-chat__channel-color: var(--str-chat__text-color);--str-chat__channel-background-color: var(--str-chat__background-color);--str-chat__channel-box-shadow: none;--str-chat__channel-border-block-start: none;--str-chat__channel-border-block-end: none;--str-chat__channel-border-inline-start: none;--str-chat__channel-border-inline-end: none;--str-chat__channel-empty-indicator-color: var(--str-chat__disabled-color);--str-chat__channel-empty-color: var(--str-chat__text-low-emphasis-color);--str-chat__channel-loading-state-color: var(--str-chat__disabled-color)}.str-chat__channel{background:var(--str-chat__channel-background-color);color:var(--str-chat__channel-color);box-shadow:var(--str-chat__channel-box-shadow);border-radius:var(--str-chat__channel-border-radius);border-block-start:var(--str-chat__channel-border-block-start);border-block-end:var(--str-chat__channel-border-block-end);border-inline-start:var(--str-chat__channel-border-inline-start);border-inline-end:var(--str-chat__channel-border-inline-end)}.str-chat__empty-channel{--str-chat-icon-color: var(--str-chat__channel-empty-color);background:var(--str-chat__channel-background-color);color:var(--str-chat__channel-color);box-shadow:var(--str-chat__channel-box-shadow);border-radius:var(--str-chat__channel-border-radius);border-block-start:var(--str-chat__channel-border-block-start);border-block-end:var(--str-chat__channel-border-block-end);border-inline-start:var(--str-chat__channel-border-inline-start);border-inline-end:var(--str-chat__channel-border-inline-end);font:var(--str-chat__headline-text);text-align:center}.str-chat__empty-channel svg path{fill:var(--str-chat__channel-empty-indicator-color)}.str-chat__empty-channel .str-chat__empty-channel-text{color:var(--str-chat__channel-empty-color)}.str-chat__loading-channel{animation:pulsate 1s linear 0s infinite alternate}.str-chat__loading-channel:nth-of-type(2){animation:pulsate 1s linear .3334s infinite alternate}.str-chat__loading-channel:last-of-type{animation:pulsate 1s linear .6667s infinite alternate}.str-chat__loading-channel .str-chat__loading-channel-header{background-color:var(--str-chat__channel-header-background-color)}.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-avatar{background-image:linear-gradient(-90deg,var(--str-chat__channel-loading-state-color) 0%,var(--str-chat__channel-loading-state-color) 100%);border-radius:var(--str-chat__avatar-border-radius)}.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-name,.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-info{background-image:linear-gradient(-90deg,var(--str-chat__channel-loading-state-color) 0%,var(--str-chat__channel-loading-state-color) 100%);border-radius:var(--str-chat__border-radius-xs)}.str-chat__loading-channel .str-chat__loading-channel-message-list{background-color:var(--str-chat__message-list-background-color)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message-avatar{background-image:linear-gradient(-90deg,var(--str-chat__channel-loading-state-color) 0%,var(--str-chat__channel-loading-state-color) 100%);border-radius:var(--str-chat__avatar-border-radius)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message-sender,.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message-text,.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message-date{background-image:linear-gradient(-90deg,var(--str-chat__channel-loading-state-color) 0%,var(--str-chat__channel-loading-state-color) 100%);border-radius:var(--str-chat__message-bubble-border-radius)}.str-chat__loading-channel .str-chat__loading-channel-message-input-row .str-chat__loading-channel-message-input,.str-chat__loading-channel .str-chat__loading-channel-message-input-row .str-chat__loading-channel-message-send{background-image:linear-gradient(-90deg,var(--str-chat__channel-loading-state-color) 0%,var(--str-chat__channel-loading-state-color) 100%)}.str-chat__loading-channel .str-chat__loading-channel-message-input-row .str-chat__loading-channel-message-input{border-radius:var(--str-chat__message-textarea-border-radius)}.str-chat__loading-channel .str-chat__loading-channel-message-input-row .str-chat__loading-channel-message-send{border-radius:var(--str-chat__message-send-border-radius)}.str-chat{--str-chat__channel-header-border-radius: 0;--str-chat__channel-header-color: 0;--str-chat__channel-header-background-color: var(--str-chat__secondary-background-color);--str-chat__channel-header-border-block-start: none;--str-chat__channel-header-border-block-end: none;--str-chat__channel-header-border-inline-start: none;--str-chat__channel-header-border-inline-end: none;--str-chat__channel-header-box-shadow: none;--str-chat__channel-header-info-color: var(--str-chat__text-low-emphasis-color)}.str-chat__channel-header{background:var(--str-chat__channel-header-background-color);color:var(--str-chat__channel-header-color);box-shadow:var(--str-chat__channel-header-box-shadow);border-radius:var(--str-chat__channel-header-border-radius);border-block-start:var(--str-chat__channel-header-border-block-start);border-block-end:var(--str-chat__channel-header-border-block-end);border-inline-start:var(--str-chat__channel-header-border-inline-start);border-inline-end:var(--str-chat__channel-header-border-inline-end)}.str-chat__channel-header .str-chat__channel-header-title{font:var(--str-chat__subtitle-medium-text)}.str-chat__channel-header .str-chat__channel-header-info{font:var(--str-chat__body-text);color:var(--str-chat__channel-header-info-color)}.str-chat{--str-chat__channel-list-border-radius: 0;--str-chat__channel-list-color: var(--str-chat__text-color);--str-chat__channel-list-background-color: var(--str-chat__secondary-background-color);--str-chat__channel-list-box-shadow: none;--str-chat__channel-list-border-block-start: none;--str-chat__channel-list-border-block-end: none;--str-chat__channel-list-border-inline-start: none;--str-chat__channel-list-border-inline-end: 1px solid var(--str-chat__surface-color);--str-chat__channel-list-load-more-border-radius: var(--str-chat__cta-button-border-radius);--str-chat__channel-list-load-more-color: var(--str-chat__cta-button-color);--str-chat__channel-list-load-more-background-color: var(--str-chat__cta-button-background-color);--str-chat__channel-list-load-more-box-shadow: var(--str-chat__cta-button-box-shadow);--str-chat__channel-list-load-more-border-block-start: var( --str-chat__cta-button-border-block-start );--str-chat__channel-list-load-more-border-block-end: var(--str-chat__cta-button-border-block-end);--str-chat__channel-list-load-more-border-inline-start: var( --str-chat__cta-button-border-inline-start );--str-chat__channel-list-load-more-border-inline-end: var( --str-chat__cta-button-border-inline-end );--str-chat__channel-list-load-more-pressed-background-color: var( --str-chat__cta-button-pressed-background-color );--str-chat__channel-list-load-more-disabled-background-color: var( --str-chat__cta-button-disabled-background-color );--str-chat__channel-list-load-more-disabled-color: var(--str-chat__cta-button-disabled-color);--str-chat__channel-list-empty-indicator-color: var(--str-chat__text-low-emphasis-color)}.str-chat__channel-list{background:var(--str-chat__channel-list-background-color);color:var(--str-chat__channel-list-color);box-shadow:var(--str-chat__channel-list-box-shadow);border-radius:var(--str-chat__channel-list-border-radius);border-block-start:var(--str-chat__channel-list-border-block-start);border-block-end:var(--str-chat__channel-list-border-block-end);border-inline-start:var(--str-chat__channel-list-border-inline-start);border-inline-end:var(--str-chat__channel-list-border-inline-end)}.str-chat__channel-list .str-chat__load-more-button__button{background:var(--str-chat__channel-list-load-more-background-color);color:var(--str-chat__channel-list-load-more-color);box-shadow:var(--str-chat__channel-list-load-more-box-shadow);border-radius:var(--str-chat__channel-list-load-more-border-radius);border-block-start:var(--str-chat__channel-list-load-more-border-block-start);border-block-end:var(--str-chat__channel-list-load-more-border-block-end);border-inline-start:var(--str-chat__channel-list-load-more-border-inline-start);border-inline-end:var(--str-chat__channel-list-load-more-border-inline-end);width:80%}.str-chat__channel-list .str-chat__load-more-button__button:active{background-color:var(--str-chat__channel-list-load-more-pressed-background-color)}.str-chat__channel-list .str-chat__load-more-button__button:disabled{background-color:var(--str-chat__channel-list-load-more-disabled-background-color);color:var(--str-chat__channel-list-load-more-disabled-color)}.str-chat__channel-list .str-chat__channel-list-empty{--str-chat-icon-color: var(--str-chat__channel-list-empty-indicator-color);font:var(--str-chat__headline-text);text-align:center;color:var(--str-chat__channel-list-empty-indicator-color)}.str-chat__channel-list .str-chat__channel-list-empty svg path{fill:var(--str-chat__channel-list-empty-indicator-color)}.str-chat{--str-chat__channel-preview-border-radius: 0;--str-chat__channel-preview-color: var(--str-chat__text-color);--str-chat__channel-preview-background-color: transparent;--str-chat__channel-preview-border-block-start: none;--str-chat__channel-preview-border-block-end: none;--str-chat__channel-preview-border-inline-start: none;--str-chat__channel-preview-border-inline-end: none;--str-chat__channel-preview-active-background-color: var(--str-chat__surface-color);--str-chat__channel-preview-hover-background-color: var(--str-chat__secondary-surface-color);--str-chat__channel-preview-latest-message-secondary-color: var( --str-chat__text-low-emphasis-color );--str-chat__channel-preview-loading-state-color: var(--str-chat__disabled-color);--str-chat__channel-preview-unread-badge-background-color: var(--str-chat__unread-badge-color);--str-chat__channel-preview-unread-badge-color: var(--str-chat__on-unread-badge-color);--str-chat__channel-preview-unread-badge-border-radius: var(--str-chat__border-radius-circle);--str-chat__channel-preview-unread-badge-border-block-start: none;--str-chat__channel-preview-unread-badge-border-block-end: none;--str-chat__channel-preview-unread-badge-border-inline-start: none;--str-chat__channel-preview-unread-badge-border-inline-end: none;--str-chat__channel-preview-message-status-color: var(--str-chat__primary-color);--str-chat__channel-preview-message-time-color: var(--str-chat__message-secondary-color)}.str-chat__channel-preview-container .str-chat__channel-preview__action-buttons .str-chat__channel-preview__action-button{--str-chat-icon-color: var(--str-chat__text-low-emphasis-color);border:none;background-color:#0000}.str-chat__channel-preview-container .str-chat__channel-preview__action-buttons .str-chat__channel-preview__action-button--pin.str-chat__channel-preview__action-button--active{--str-chat-icon-color: var(--str-chat__unread-badge-color)}.str-chat__channel-preview-container .str-chat__channel-preview__action-buttons .str-chat__channel-preview__action-button--archive.str-chat__channel-preview__action-button--active{--str-chat-icon-color: var(--str-chat__text-color)}.str-chat__channel-preview{background:var(--str-chat__channel-preview-background-color);color:var(--str-chat__channel-preview-color);box-shadow:var(--str-chat__channel-preview-box-shadow);border-radius:var(--str-chat__channel-preview-border-radius);border-block-start:var(--str-chat__channel-preview-border-block-start);border-block-end:var(--str-chat__channel-preview-border-block-end);border-inline-start:var(--str-chat__channel-preview-border-inline-start);border-inline-end:var(--str-chat__channel-preview-border-inline-end)}.str-chat__channel-preview--active,.str-chat__channel-preview-messenger--active{background-color:var(--str-chat__channel-preview-active-background-color)}.str-chat__channel-preview:hover{background-color:var(--str-chat__channel-preview-hover-background-color)}.str-chat__channel-preview .str-chat__channel-preview-end-first-row{font:var(--str-chat__subtitle-medium-text)}.str-chat__channel-preview .str-chat__channel-preview-end-first-row .str-chat__channel-preview-unread-badge{background:var(--str-chat__channel-preview-unread-badge-background-color);color:var(--str-chat__channel-preview-unread-badge-color);box-shadow:var(--str-chat__channel-preview-unread-badge-box-shadow);border-radius:var(--str-chat__channel-preview-unread-badge-border-radius);border-block-start:var(--str-chat__channel-preview-unread-badge-border-block-start);border-block-end:var(--str-chat__channel-preview-unread-badge-border-block-end);border-inline-start:var(--str-chat__channel-preview-unread-badge-border-inline-start);border-inline-end:var(--str-chat__channel-preview-unread-badge-border-inline-end);font-size:80%}.str-chat__channel-preview .str-chat__channel-preview-end-first-row .str-chat__channel-preview-messenger--last-message{font:var(--str-chat__body-text);color:var(--str-chat__channel-preview-latest-message-secondary-color)}.str-chat__channel-preview .str-chat__channel-preview-end-first-row--active .str-chat__channel-preview-messenger--last-message,.str-chat__channel-preview .str-chat__channel-preview-end-first-row:hover .str-chat__channel-preview-messenger--last-message{color:var(--str-chat__channel-preview-color)}.str-chat__channel-preview .str-chat__channel-preview-messenger--status{--str-chat-icon-color: var(--str-chat__channel-preview-message-status-color);color:var(--str-chat__channel-preview-message-status-color)}.str-chat__channel-preview .str-chat__channel-preview-messenger--status svg path{fill:var(--str-chat__channel-preview-message-status-color)}.str-chat__channel-preview .str-chat__channel-preview-messenger--time{color:var(--str-chat__channel-preview-message-time-color);font:var(--str-chat__caption-text)}.str-chat__channel-preview-loading{animation:pulsate 1s linear 0s infinite alternate}.str-chat__channel-preview-loading:nth-of-type(2){animation:pulsate 1s linear .3334s infinite alternate}.str-chat__channel-preview-loading:last-of-type{animation:pulsate 1s linear .6667s infinite alternate}.str-chat__channel-preview-loading .str-chat__loading-channels-avatar,.str-chat__channel-preview-loading .str-chat__loading-channels-username,.str-chat__channel-preview-loading .str-chat__loading-channels-status{background-image:linear-gradient(-90deg,var(--str-chat__channel-preview-loading-state-color) 0%,var(--str-chat__channel-preview-loading-state-color) 100%)}.str-chat__channel-preview-loading .str-chat__loading-channels-username,.str-chat__channel-preview-loading .str-chat__loading-channels-status{border-radius:var(--str-chat__border-radius-xs)}.str-chat{--str-chat__channel-search-input-color: var(--str-chat__text-color);--str-chat__channel-search-input-placeholder-color: var(--str-chat__text-low-emphasis-color);--str-chat__channel-search-input-icon-color: var(--str-chat__text-low-emphasis-color);--str-chat__channel-search-input-border-block-start: none;--str-chat__channel-search-input-border-block-end: none;--str-chat__channel-search-input-border-inline-start: none;--str-chat__channel-search-input-border-inline-end: none;--str-chat__channel-search-input-wrapper-border-radius: var(--str-chat__border-radius-lg);--str-chat__channel-search-input-wrapper-background-color: transparent;--str-chat__channel-search-input-wrapper-border-block-start: var(--str-chat__surface-color) 1px solid;--str-chat__channel-search-input-wrapper-border-block-end: var(--str-chat__surface-color) 1px solid;--str-chat__channel-search-input-wrapper-border-inline-start: var(--str-chat__surface-color) 1px solid;--str-chat__channel-search-input-wrapper-border-inline-end: var(--str-chat__surface-color) 1px solid;--str-chat__channel-search-input-wrapper-active-border-radius: var(--str-chat__border-radius-lg);--str-chat__channel-search-input-wrapper-active-background-color: transparent;--str-chat__channel-search-input-wrapper-active-border-block-start: var(--str-chat__primary-color) 1px solid;--str-chat__channel-search-input-wrapper-active-border-block-end: var(--str-chat__primary-color) 1px solid;--str-chat__channel-search-input-wrapper-active-border-inline-start: var( --str-chat__primary-color ) 1px solid;--str-chat__channel-search-input-wrapper-active-border-inline-end: var(--str-chat__primary-color) 1px solid;--str-chat__channel-search-result-background-color: transparent;--str-chat__channel-search-result-border-block-start: none;--str-chat__channel-search-result-border-block-end: none;--str-chat__channel-search-result-border-inline-start: none;--str-chat__channel-search-result-border-inline-end: none;--str-chat__channel-search-result-hover-background-color: var( --str-chat__secondary-surface-color );--str-chat__channel-search-result-list-color: var(--str-chat__text-color);--str-chat__channel-search-result-list-background-color: var(--str-chat__secondary-background-color);--str-chat__channel-search-result-list-border-block-start: none;--str-chat__channel-search-result-list-border-block-end: none;--str-chat__channel-search-result-list-border-inline-start: none;--str-chat__channel-search-result-list-border-inline-end: none;--str-chat__channel-search-result-list-popup-box-shadow: 0 4px 4px var(--str-chat__box-shadow-color);--str-chat__channel-search-results-header-color: var(--str-chat__text-low-emphasis-color);--str-chat__channel-search-results-header-background-color: var(--str-chat__background-color);--str-chat__channel-search-results-header-border-block-start: none;--str-chat__channel-search-results-header-border-block-end: var(--str-chat__surface-color) 1px solid;--str-chat__channel-search-results-header-border-inline-start: none;--str-chat__channel-search-results-header-border-inline-end: none;--str-chat__channel-search-results-loading-indicator-color: var(--str-chat__text-low-emphasis-color);--str-chat__channel-search-results-loading-indicator-background-color: var(--str-chat__background-color);--str-chat__channel-search-results-loading-indicator-border-block-start: none;--str-chat__channel-search-results-loading-indicator-border-block-end: var(--str-chat__surface-color) 1px solid;--str-chat__channel-search-results-loading-indicator-border-inline-start: none;--str-chat__channel-search-results-loading-indicator-border-inline-end: none;--str-chat__channel-search-results-empty-color: var(--str-chat__text-low-emphasis-color);--str-chat__channel-search-results-empty-icon-color: var(--str-chat__disabled-color);--str-chat__channel-search-results-empty-background-color: var(--str-chat__background-color);--str-chat__channel-search-results-empty-border-block-start: none;--str-chat__channel-search-results-empty-border-block-end: none;--str-chat__channel-search-results-empty-border-inline-start: none;--str-chat__channel-search-results-empty-border-inline-end: none}.str-chat__channel-search-input--wrapper{background:var(--str-chat__channel-search-input-wrapper-background-color);color:var(--str-chat__channel-search-input-wrapper-color);box-shadow:var(--str-chat__channel-search-input-wrapper-box-shadow);border-radius:var(--str-chat__channel-search-input-wrapper-border-radius);border-block-start:var(--str-chat__channel-search-input-wrapper-border-block-start);border-block-end:var(--str-chat__channel-search-input-wrapper-border-block-end);border-inline-start:var(--str-chat__channel-search-input-wrapper-border-inline-start);border-inline-end:var(--str-chat__channel-search-input-wrapper-border-inline-end)}.str-chat__channel-search-input--wrapper input{background:var(--str-chat__channel-search-input-background-color);color:var(--str-chat__channel-search-input-color);box-shadow:var(--str-chat__channel-search-input-box-shadow);border-radius:var(--str-chat__channel-search-input-border-radius);border-block-start:var(--str-chat__channel-search-input-border-block-start);border-block-end:var(--str-chat__channel-search-input-border-block-end);border-inline-start:var(--str-chat__channel-search-input-border-inline-start);border-inline-end:var(--str-chat__channel-search-input-border-inline-end);outline:none;font:var(--str-chat__subtitle-text)}.str-chat__channel-search-input--wrapper .str-chat__channel-search-input--clear-button svg path{fill:#0000}.str-chat__channel-search-input--wrapper-active{background:var(--str-chat__channel-search-input-wrapper-active-background-color);color:var(--str-chat__channel-search-input-wrapper-active-color);box-shadow:var(--str-chat__channel-search-input-wrapper-active-box-shadow);border-radius:var(--str-chat__channel-search-input-wrapper-active-border-radius);border-block-start:var(--str-chat__channel-search-input-wrapper-active-border-block-start);border-block-end:var(--str-chat__channel-search-input-wrapper-active-border-block-end);border-inline-start:var(--str-chat__channel-search-input-wrapper-active-border-inline-start);border-inline-end:var(--str-chat__channel-search-input-wrapper-active-border-inline-end)}.str-chat__channel-search-input--wrapper-active .str-chat__channel-search-input--icon svg path{fill:var(--str-chat__primary-color)}.str-chat__channel-search-input--wrapper-active .str-chat__channel-search-input--clear-button svg path{fill:var(--str-chat__text-low-emphasis-color)}.str-chat__channel-search-results-header{background:var(--str-chat__channel-search-results-header-background-color);color:var(--str-chat__channel-search-results-header-color);box-shadow:var(--str-chat__channel-search-results-header-box-shadow);border-radius:var(--str-chat__channel-search-results-header-border-radius);border-block-start:var(--str-chat__channel-search-results-header-border-block-start);border-block-end:var(--str-chat__channel-search-results-header-border-block-end);border-inline-start:var(--str-chat__channel-search-results-header-border-inline-start);border-inline-end:var(--str-chat__channel-search-results-header-border-inline-end);font:var(--str-chat__subtitle-text)}.str-chat__channel-search-result-list{background:var(--str-chat__channel-search-result-list-background-color);color:var(--str-chat__channel-search-result-list-color);box-shadow:var(--str-chat__channel-search-result-list-box-shadow);border-radius:var(--str-chat__channel-search-result-list-border-radius);border-block-start:var(--str-chat__channel-search-result-list-border-block-start);border-block-end:var(--str-chat__channel-search-result-list-border-block-end);border-inline-start:var(--str-chat__channel-search-result-list-border-inline-start);border-inline-end:var(--str-chat__channel-search-result-list-border-inline-end)}.str-chat__channel-search-result-list.popup{box-shadow:var(--str-chat__channel-search-result-list-popup-box-shadow)}.str-chat__channel-search-result-list .str-chat__channel-search-container-searching{background:var(--str-chat__channel-search-results-loading-indicator-background-color);color:var(--str-chat__channel-search-results-loading-indicator-color);box-shadow:var(--str-chat__channel-search-results-loading-indicator-box-shadow);border-radius:var(--str-chat__channel-search-results-loading-indicator-border-radius);border-block-start:var(--str-chat__channel-search-results-loading-indicator-border-block-start);border-block-end:var(--str-chat__channel-search-results-loading-indicator-border-block-end);border-inline-start:var(--str-chat__channel-search-results-loading-indicator-border-inline-start);border-inline-end:var(--str-chat__channel-search-results-loading-indicator-border-inline-end)}.str-chat__channel-search-result-list .str-chat__channel-search-container-empty{background:var(--str-chat__channel-search-results-empty-background-color);color:var(--str-chat__channel-search-results-empty-color);box-shadow:var(--str-chat__channel-search-results-empty-box-shadow);border-radius:var(--str-chat__channel-search-results-empty-border-radius);border-block-start:var(--str-chat__channel-search-results-empty-border-block-start);border-block-end:var(--str-chat__channel-search-results-empty-border-block-end);border-inline-start:var(--str-chat__channel-search-results-empty-border-inline-start);border-inline-end:var(--str-chat__channel-search-results-empty-border-inline-end);font:var(--str-chat__subtitle2-medium-text)}.str-chat__channel-search-result-list .str-chat__channel-search-container-empty svg path{fill:var(--str-chat__channel-search-results-empty-icon-color)}.str-chat__channel-search-result-list .str-chat__channel-search-result{background:var(--str-chat__channel-search-result-background-color);color:var(--str-chat__channel-search-result-color);box-shadow:var(--str-chat__channel-search-result-box-shadow);border-radius:var(--str-chat__channel-search-result-border-radius);border-block-start:var(--str-chat__channel-search-result-border-block-start);border-block-end:var(--str-chat__channel-search-result-border-block-end);border-inline-start:var(--str-chat__channel-search-result-border-inline-start);border-inline-end:var(--str-chat__channel-search-result-border-inline-end)}.str-chat__channel-search-result-list .str-chat__channel-search-result .str-chat__channel-search-result--display-name{font:var(--str-chat__subtitle-medium-text)}.str-chat__channel-search-result-list .str-chat__channel-preview-messenger--active{background-color:var(--str-chat__channel-preview-active-background-color)}.str-chat__channel-search-result-list .str-chat__channel-search-result:hover,.str-chat__channel-search-result-list .str-chat__channel-search-result--focused{background-color:var(--str-chat__channel-search-result-hover-background-color)}.str-chat{--str-chat__dialog-menu-border-radius: var(--str-chat__border-radius-sm);--str-chat__dialog-menu-color: var(--str-chat__text-color);--str-chat__dialog-menu-background-color: var(--str-chat__secondary-background-color);--str-chat__dialog-menu-border-block-start: none;--str-chat__dialog-menu-border-block-end: none;--str-chat__dialog-menu-border-inline-start: none;--str-chat__dialog-menu-border-inline-end: none;--str-chat__dialog-menu-box-shadow: 0 0 8px var(--str-chat__box-shadow-color);--str-chat__dialog-menu-button-border-radius: 0;--str-chat__dialog-menu-button-color: var(--str-chat__text-color);--str-chat__dialog-menu-button-background-color: transparent;--str-chat__dialog-menu-button-hover-background-color: var(--str-chat__secondary-surface-color);--str-chat__dialog-menu-button-border-block-start: none;--str-chat__dialog-menu-button-border-block-end: none;--str-chat__dialog-menu-button-border-inline-start: none;--str-chat__dialog-menu-button-border-inline-end: none;--str-chat__dialog-menu-button-box-shadow: none}.str-chat__dialog .str-chat__dialog__title{font:var(--str-chat__subtitle-medium-text)}.str-chat__dialog .str-chat__dialog__prompt{font:var(--str-chat__subtitle-text)}.str-chat__dialog .str-chat__dialog__controls .str-chat__dialog__controls-button{cursor:pointer;font:var(--str-chat__body-medium-text);color:var(--str-chat__primary-color)}.str-chat__dialog .str-chat__dialog__controls .str-chat__dialog__controls-button--submit{text-transform:uppercase}.str-chat__dialog .str-chat__dialog__controls .str-chat__dialog__controls-button--submit:disabled{color:var(--str-chat__disabled-color)}.str-chat__prompt-dialog input[type=text]{font:var(--str-chat__subtitle-text);border-radius:20px;border:1px solid var(--str-chat__primary-color)}.str-chat__dialog-menu{background:var(--str-chat__dialog-menu-background-color);color:var(--str-chat__dialog-menu-color);box-shadow:var(--str-chat__dialog-menu-box-shadow);border-radius:var(--str-chat__dialog-menu-border-radius);border-block-start:var(--str-chat__dialog-menu-border-block-start);border-block-end:var(--str-chat__dialog-menu-border-block-end);border-inline-start:var(--str-chat__dialog-menu-border-inline-start);border-inline-end:var(--str-chat__dialog-menu-border-inline-end)}.str-chat__dialog-menu .str-chat__dialog-menu__button{background:var(--str-chat__dialog-menu-button-background-color);color:var(--str-chat__dialog-menu-button-color);box-shadow:var(--str-chat__dialog-menu-button-box-shadow);border-radius:var(--str-chat__dialog-menu-button-border-radius);border-block-start:var(--str-chat__dialog-menu-button-border-block-start);border-block-end:var(--str-chat__dialog-menu-button-border-block-end);border-inline-start:var(--str-chat__dialog-menu-button-border-inline-start);border-inline-end:var(--str-chat__dialog-menu-button-border-inline-end);cursor:pointer;font:var(--str-chat__subtitle-text)}.str-chat__dialog-menu .str-chat__dialog-menu__button:hover,.str-chat__dialog-menu .str-chat__dialog-menu__button:focus{background-color:var(--str-chat__dialog-menu-button-hover-background-color)}.str-chat{--str-chat__drag-and-drop-container-border-block-start: 2px solid transparent;--str-chat__drag-and-drop-container-border-block-end: 2px solid transparent;--str-chat__drag-and-drop-container-on-dragover-border-block-start: 2px solid var(--str-chat__primary-color);--str-chat__drag-and-drop-container-on-dragover-border-block-end: 2px solid var(--str-chat__primary-color);--str-chat__drag-and-drop-container-on-dragover-border-inline-start: none;--str-chat__drag-and-drop-container-on-dragover-border-inline-end: none}.str-chat__drag-and-drop-container--dragging{cursor:grabbing}.str-chat__drag-and-drop-container__item[draggable=true]{cursor:grab}.str-chat__drag-and-drop-container__item[draggable=true]:active{background:#0000}.str-chat__drag-and-drop-container__item{border-bottom:var(--str-chat__drag-and-drop-container-border-block-start);border-top:var(--str-chat__drag-and-drop-container-border-block-start)}.str-chat__drag-and-drop-container__item.str-chat__drag-and-drop-container__item--dragged-over-from-top{border-bottom:var(--str-chat__drag-and-drop-container-on-dragover-border-block-end)}.str-chat__drag-and-drop-container__item.str-chat__drag-and-drop-container__item--dragged-over-from-bottom{border-top:var(--str-chat__drag-and-drop-container-on-dragover-border-block-start)}.str-chat{--str-chat__dropzone-container-color: var(--str-chat__on-primary-color);--str-chat__dropzone-container-background-color: var(--str-chat__primary-overlay-color);--str-chat__dropzone-container-backdrop-filter: blur(3px)}.str-chat__dropzone-container{background-color:var(--str-chat__dropzone-container-background-color);color:var(--str-chat__dropzone-container-color);-webkit-backdrop-filter:var(--str-chat__dropzone-container-backdrop-filter);backdrop-filter:var(--str-chat__dropzone-container-backdrop-filter);font:var(--str-chat__subtitle-text)}.str-chat{--str-chat__edit-message-modal-button-border-radius: none;--str-chat__edit-message-modal-send-button-color: var(--str-chat__primary-color);--str-chat__edit-message-modal-cancel-button-color: var(--str-chat__text-low-emphasis-color);--str-chat__edit-message-modal-button-background-color: transparent;--str-chat__edit-message-modal-button-border-block-start: none;--str-chat__edit-message-modal-button-border-block-end: none;--str-chat__edit-message-modal-button-border-inline-start: none;--str-chat__edit-message-modal-button-border-inline-end: none;--str-chat__edit-message-modal-button-box-shadow: none}.str-chat__edit-message-form .str-chat__edit-message-form-options .str-chat__edit-message-cancel,.str-chat__edit-message-form .str-chat__edit-message-form-options .str-chat__edit-message-send{background:var(--str-chat__edit-message-modal-button-background-color);color:var(--str-chat__edit-message-modal-button-color);box-shadow:var(--str-chat__edit-message-modal-button-box-shadow);border-radius:var(--str-chat__edit-message-modal-button-border-radius);border-block-start:var(--str-chat__edit-message-modal-button-border-block-start);border-block-end:var(--str-chat__edit-message-modal-button-border-block-end);border-inline-start:var(--str-chat__edit-message-modal-button-border-inline-start);border-inline-end:var(--str-chat__edit-message-modal-button-border-inline-end);font:var(--str-chat__body-medium-text)}.str-chat__edit-message-form .str-chat__edit-message-form-options .str-chat__edit-message-cancel{text-transform:capitalize;color:var(--str-chat__edit-message-modal-cancel-button-color)}.str-chat__edit-message-form .str-chat__edit-message-form-options .str-chat__edit-message-send{text-transform:uppercase;color:var(--str-chat__edit-message-modal-send-button-color)}.str-chat input::-webkit-outer-spin-button,.str-chat input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.str-chat input[type=number]{-moz-appearance:textfield}.str-chat__form-field-error{font-size:.75rem;color:var(--str-chat__danger-color)}.str-chat__form__switch-field{background-color:var(--str-chat__tertiary-surface-color);border-radius:.75rem}.str-chat__form__switch-field,.str-chat__form__switch-field label{cursor:pointer}.str-chat__form__switch-field label{display:flex;gap:.5rem}.str-chat__form__switch-field .str-chat__form__switch-field__switch{cursor:pointer;background-color:var(--str-chat__text-low-emphasis-color);border-radius:100px}.str-chat__form__switch-field .str-chat__form__switch-field__switch .str-chat__form__switch-field__switch-handle{border-radius:var(--str-chat__border-radius-circle);background-color:var(--str-chat__disabled-color)}.str-chat__form__switch-field .str-chat__form__switch-field__switch.str-chat__form__switch-field__switch--on{background-color:var(--str-chat__green600)}.str-chat__form__switch-field .str-chat__form__switch-field__switch.str-chat__form__switch-field__switch--on .str-chat__form__switch-field__switch-handle{background-color:var(--str-chat__background-color);border-radius:var(--str-chat__border-radius-circle)}.str-chat__form__switch-field--disabled .str-chat__form__switch-field--disabled,.str-chat__form__switch-field--disabled .str-chat__form__switch-field--disabled .str-chat__form__switch-field__switch,.str-chat__form__switch-field--disabled label{cursor:not-allowed}.str-chat__dropdown .str-chat__dropdown__open-button{background:none;border:none;cursor:pointer}.str-chat__dropdown .str-chat__dropdown__items{background-color:var(--str-chat__background-color)}.str-chat{--str-chat-icon-color: var(--str-chat__text-color)}.str-chat__icon{color:var(--str-chat-icon-color)}.str-chat__icon--error{--str-chat-icon-color: var(--str-chat__danger-color)}.str-chat__icon--poll{background-color:var(--str-chat-icon-color)}.str-chat{--str-chat__image-carousel-stepper-color: var(--str-chat__text-color)}@media only screen and (max-device-width:768px){.str-chat__message .str-chat__attachment-list .str-chat__modal--open .str-chat__modal__inner{border-radius:0}}.str-chat__image-carousel .str-chat__image-carousel-stepper{--str-chat-icon-color: var(--str-chat__image-carousel-stepper-color);cursor:pointer}.str-chat__image-carousel .str-chat__image-carousel-stepper svg path{fill:var(--str-chat__image-carousel-stepper-color)}.str-chat{--str-chat__link-preview-loading-state-color: var(--str-chat__disabled-color)}.str-chat__link-preview-card .str-chat__link-preview-card__content{border-left:2px solid var(--str-chat__primary-color)}.str-chat__link-preview-card .str-chat__link-preview-card__content .str-chat__link-preview-card__content-title{font:var(--str-chat__body-medium-text)}.str-chat__link-preview-card .str-chat__link-preview-card__content .str-chat__link-preview-card__content-description{font:var(--str-chat__caption-text)}.str-chat__link-preview-card .str-chat__link-preview-card__dismiss-button svg path{fill:var(--str-chat__text-low-emphasis-color)}.str-chat__link-preview-card--loading .str-chat__link-preview-card__content-title,.str-chat__link-preview-card--loading .str-chat__link-preview-card__content-description{background-image:linear-gradient(-90deg,var(--str-chat__link-preview-loading-state-color) 0%,var(--str-chat__link-preview-loading-state-color) 100%);animation:pulsate 1s linear 0s infinite alternate;border-radius:calc(var(--str-chat__spacing-px)*3)}.str-chat__link-preview-card--loading .str-chat__link-preview-card__content-title:nth-of-type(2),.str-chat__link-preview-card--loading .str-chat__link-preview-card__content-description:nth-of-type(2){animation:pulsate 1s linear .3334s infinite alternate}.str-chat__link-preview-card--loading .str-chat__link-preview-card__content-title:last-of-type,.str-chat__link-preview-card--loading .str-chat__link-preview-card__content-description:last-of-type{animation:pulsate 1s linear .6667s infinite alternate}@keyframes pulsate{0%{opacity:.5}to{opacity:1}}.str-chat{--str-chat__loading-indicator-color: var(--str-chat__primary-color)}.str-chat__loading-indicator svg linearGradient stop:last-child{stop-color:var(--str-chat__loading-indicator-color)}.str-chat__share-location-dialog .str-chat__live-location-activation{border-radius:var(--str-chat__border-radius-sm);border:1px solid var(--str-chat__secondary-overlay-color)}.str-chat__share-location-dialog .str-chat__live-location-activation .str-chat__form__switch-field{background-color:var(--str-chat__background-color)}.str-chat__share-location-dialog .str-chat__live-location-activation .str-chat__dropdown__open-button{border-radius:var(--str-chat__border-radius-xs);border:1px solid var(--str-chat__secondary-overlay-color);background-color:var(--str-chat__tertiary-surface-color)}.str-chat__share-location-dialog .str-chat__live-location-activation .str-chat__dropdown__items{box-shadow:0 0 8px var(--str-chat__box-shadow-color);border-radius:var(--str-chat__border-radius-xs)}.str-chat__share-location-dialog .str-chat__live-location-activation .str-chat__dropdown__items .str-chat__live-location-sharing-duration-option{background:none;border:none;cursor:pointer}.str-chat__share-location-dialog .str-chat__live-location-activation .str-chat__dropdown__items .str-chat__live-location-sharing-duration-option:hover{background-color:var(--str-chat__message-options-hover-background-color)}.str-chat{--str-chat__message-border-radius: none;--str-chat__message-color: var(--str-chat__text-color);--str-chat__message-error-message-color: var(--str-chat__danger-color);--str-chat__message-secondary-color: var(--str-chat__text-low-emphasis-color);--str-chat__message-link-color: var(--str-chat__primary-color);--str-chat__message-mention-color: var(--str-chat__primary-color);--str-chat__message-status-color: var(--str-chat__primary-color);--str-chat__message-replies-count-color: var(--str-chat__primary-color);--str-chat__message-background-color: transparent;--str-chat__message-highlighted-background-color: var(--str-chat__message-highlight-color);--str-chat__message-border-block-start: none;--str-chat__message-border-block-end: none;--str-chat__message-border-inline-start: none;--str-chat__message-border-inline-end: none;--str-chat__message-box-shadow: none;--str-chat__message-active-bacground-color: transparent;--str-chat__message-options-color: var(--str-chat__text-low-emphasis-color);--str-chat__message-options-hover-background-color: var(--str-chat__tertiary-surface-color);--str-chat__message-options-border-radius: var(--str-chat__border-radius-circle);--str-chat__message-options-active-color: var(--str-chat__primary-color);--str-chat__message-bubble-border-radius: var(--str-chat__border-radius-md);--str-chat__message-bubble-color: var(--str-chat__text-color);--str-chat__message-bubble-background-color: var(--str-chat__secondary-surface-color);--str-chat__own-message-bubble-color: var(--str-chat__message-bubble-color);--str-chat__own-message-bubble-background-color: var(--str-chat__primary-surface-color);--str-chat__quoted-message-bubble-background-color: var(--str-chat__secondary-background-color);--str-chat__message-bubble-border-block-start: none;--str-chat__message-bubble-border-block-end: none;--str-chat__message-bubble-border-inline-start: none;--str-chat__message-bubble-border-inline-end: none;--str-chat__message-bubble-box-shadow: none;--str-chat__deleted-message-border-radius: var(--str-chat__border-radius-md);--str-chat__deleted-message-color: var(--str-chat__text-low-emphasis-color);--str-chat__deleted-message-background-color: var(--str-chat__secondary-surface-color);--str-chat__deleted-message-border-block-start: none;--str-chat__deleted-message-border-block-end: none;--str-chat__deleted-message-border-inline-start: none;--str-chat__deleted-message-border-inline-end: none;--str-chat__deleted-message-box-shadow: none;--str-chat__blocked-message-border-radius: var(--str-chat__border-radius-md);--str-chat__blocked-message-color: var(--str-chat__text-low-emphasis-color);--str-chat__blocked-message-background-color: var(--str-chat__secondary-surface-color);--str-chat__blocked-message-border-block-start: none;--str-chat__blocked-message-border-block-end: none;--str-chat__blocked-message-border-inline-start: none;--str-chat__blocked-message-border-inline-end: none;--str-chat__blocked-message-box-shadow: none;--str-chat__system-message-border-radius: 0;--str-chat__system-message-color: var(--str-chat__text-low-emphasis-color);--str-chat__system-message-background-color: transparent;--str-chat__system-message-border-block-start: none;--str-chat__system-message-border-block-end: none;--str-chat__system-message-border-inline-start: none;--str-chat__system-message-border-inline-end: none;--str-chat__system-message-box-shadow: none;--str-chat__date-separator-color: var(--str-chat__text-low-emphasis-color);--str-chat__date-separator-line-color: var(--str-chat__disabled-color);--str-chat__date-separator-border-radius: 0;--str-chat__date-separator-background-color: transparent;--str-chat__date-separator-border-block-start: none;--str-chat__date-separator-border-block-end: none;--str-chat__date-separator-border-inline-start: none;--str-chat__date-separator-border-inline-end: none;--str-chat__date-separator-box-shadow: none;--str-chat__translation-notice-color: var(--str-chat__text-low-emphasis-color);--str-chat__translation-notice-active-background-color: var(--str-chat__tertiary-surface-color);--str-chat__message-reminder-color: var(--str-chat__primary-color);--str-chat__message-reminder-background-color: var(--str-chat__secondary-background-color);--str-chat__message-reminder-border-block-start: none;--str-chat__message-reminder-border-block-end: none;--str-chat__message-reminder-border-inline-start: none;--str-chat__message-reminder-border-inline-end: none;--str-chat__message-reminder-box-shadow: none;--str-chat__message-reminder-border-radius: 0}.str-chat__message--system{background:var(--str-chat__system-message-background-color);color:var(--str-chat__system-message-color);box-shadow:var(--str-chat__system-message-box-shadow);border-radius:var(--str-chat__system-message-border-radius);border-block-start:var(--str-chat__system-message-border-block-start);border-block-end:var(--str-chat__system-message-border-block-end);border-inline-start:var(--str-chat__system-message-border-inline-start);border-inline-end:var(--str-chat__system-message-border-inline-end);font:var(--str-chat__caption-text)}.str-chat__date-separator{background:var(--str-chat__date-separator-background-color);color:var(--str-chat__date-separator-color);box-shadow:var(--str-chat__date-separator-box-shadow);border-radius:var(--str-chat__date-separator-border-radius);border-block-start:var(--str-chat__date-separator-border-block-start);border-block-end:var(--str-chat__date-separator-border-block-end);border-inline-start:var(--str-chat__date-separator-border-inline-start);border-inline-end:var(--str-chat__date-separator-border-inline-end);font:var(--str-chat__body-text)}.str-chat__date-separator-line{background-color:var(--str-chat__date-separator-line-color);border:none}.str-chat__message-mention{color:var(--str-chat__message-mention-color);font:var(--str-chat__body2-medium-text)}.str-chat__message{background:var(--str-chat__message-background-color);color:var(--str-chat__message-color);box-shadow:var(--str-chat__message-box-shadow);border-radius:var(--str-chat__message-border-radius);border-block-start:var(--str-chat__message-border-block-start);border-block-end:var(--str-chat__message-border-block-end);border-inline-start:var(--str-chat__message-border-inline-start);border-inline-end:var(--str-chat__message-border-inline-end)}.str-chat__message a{text-decoration:none;color:var(--str-chat__message-link-color)}.str-chat__message .str-chat__message-reminder{background:var(--str-chat__message-reminder-background-color);color:var(--str-chat__message-reminder-color);box-shadow:var(--str-chat__message-reminder-box-shadow);border-radius:var(--str-chat__message-reminder-border-radius);border-block-start:var(--str-chat__message-reminder-border-block-start);border-block-end:var(--str-chat__message-reminder-border-block-end);border-inline-start:var(--str-chat__message-reminder-border-inline-start);border-inline-end:var(--str-chat__message-reminder-border-inline-end);font:var(--str-chat__caption-medium-text)}.str-chat__message .str-chat__message-bubble{background:var(--str-chat__message-bubble-background-color);color:var(--str-chat__message-bubble-color);box-shadow:var(--str-chat__message-bubble-box-shadow);border-radius:var(--str-chat__message-bubble-border-radius);border-block-start:var(--str-chat__message-bubble-border-block-start);border-block-end:var(--str-chat__message-bubble-border-block-end);border-inline-start:var(--str-chat__message-bubble-border-inline-start);border-inline-end:var(--str-chat__message-bubble-border-inline-end);font:var(--str-chat__body2-text)}.str-chat__message .str-chat__message--deleted-inner{background:var(--str-chat__deleted-message-background-color);color:var(--str-chat__deleted-message-color);box-shadow:var(--str-chat__deleted-message-box-shadow);border-radius:var(--str-chat__deleted-message-border-radius);border-block-start:var(--str-chat__deleted-message-border-block-start);border-block-end:var(--str-chat__deleted-message-border-block-end);border-inline-start:var(--str-chat__deleted-message-border-inline-start);border-inline-end:var(--str-chat__deleted-message-border-inline-end);font:var(--str-chat__body2-text)}.str-chat__message .str-chat__message--blocked-inner{background:var(--str-chat__blocked-message-background-color);color:var(--str-chat__blocked-message-color);box-shadow:var(--str-chat__blocked-message-box-shadow);border-radius:var(--str-chat__blocked-message-border-radius);border-block-start:var(--str-chat__blocked-message-border-block-start);border-block-end:var(--str-chat__blocked-message-border-block-end);border-inline-start:var(--str-chat__blocked-message-border-inline-start);border-inline-end:var(--str-chat__blocked-message-border-inline-end);font:var(--str-chat__body2-text)}.str-chat__message.str-chat__message--me .str-chat__message-bubble{color:var(--str-chat__own-message-bubble-color);background-color:var(--str-chat__own-message-bubble-background-color)}.str-chat__message .str-chat__message-options{--str-chat-icon-color: var(--str-chat__message-options-color)}.str-chat__message .str-chat__message-options .str-chat__message-actions-box-button,.str-chat__message .str-chat__message-options .str-chat__message-reply-in-thread-button,.str-chat__message .str-chat__message-options .str-chat__message-reactions-button{background:none;border:none;border-radius:var(--str-chat__message-options-border-radius);color:var(--str-chat__message-options-color)}.str-chat__message .str-chat__message-options .str-chat__message-actions-box-button .str-chat__message-action-icon path,.str-chat__message .str-chat__message-options .str-chat__message-reply-in-thread-button .str-chat__message-action-icon path,.str-chat__message .str-chat__message-options .str-chat__message-reactions-button .str-chat__message-action-icon path{fill:var(--str-chat__message-options-color)}.str-chat__message .str-chat__message-options .str-chat__message-actions-box-button:hover,.str-chat__message .str-chat__message-options .str-chat__message-reply-in-thread-button:hover,.str-chat__message .str-chat__message-options .str-chat__message-reactions-button:hover{background-color:var(--str-chat__message-options-hover-background-color)}.str-chat__message .str-chat__message-options .str-chat__message-actions-box-button:active .str-chat__message-action-icon path,.str-chat__message .str-chat__message-options .str-chat__message-reply-in-thread-button:active .str-chat__message-action-icon path,.str-chat__message .str-chat__message-options .str-chat__message-reactions-button:active .str-chat__message-action-icon path{fill:var(--str-chat__message-options-active-color)}.str-chat__message .str-chat__translation-notice button{font:var(--str-chat__body2-text);color:var(--str-chat__translation-notice-color);border:none;background:none}.str-chat__message .str-chat__translation-notice button:active,.str-chat__message .str-chat__translation-notice button:hover{background:var(--str-chat__translation-notice-active-background-color)}.str-chat__message .str-chat__message-metadata,.str-chat__message .str-chat__custom-message-metadata{color:var(--str-chat__message-secondary-color);font:var(--str-chat__caption-text)}.str-chat__message .str-chat__message-metadata .str-chat__message-sender-name,.str-chat__message .str-chat__custom-message-metadata .str-chat__message-sender-name{font:var(--str-chat__caption-medium-text)}.str-chat__message .str-chat__message-status{--str-chat-icon-color: var(--str-chat__message-status-color);color:var(--str-chat__message-status-color);font:var(--str-chat__body-text)}.str-chat__message .str-chat__message-status svg path{fill:var(--str-chat__message-status-color)}.str-chat__message .str-chat__message-status-sent svg path,.str-chat__message .str-chat__message-status-delivered svg path{fill:var(--str-chat__text-low-emphasis-color)}.str-chat__message .str-chat__message-replies-count-button-wrapper button,.str-chat__message .str-chat__message-is-thread-reply-button-wrapper button{border:none;background-color:#0000;font:var(--str-chat__body-medium-text);color:var(--str-chat__message-replies-count-color)}.str-chat__message .str-chat__message--error-message{color:var(--str-chat__message-error-message-color);font:var(--str-chat__caption-text)}.str-chat__message .str-chat__message-error-icon{--str-chat-icon-color: var(--str-chat__message-error-message-color)}.str-chat__message .str-chat__message-error-icon svg #background{fill:var(--str-chat__message-error-message-color)}.str-chat__message--highlighted{transition:background-color .1s ease-out;background-color:var(--str-chat__message-highlighted-background-color)}.str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)){background-color:var(--str-chat__message-active-bacground-color)}@supports not selector(:has(a,b)){.str-chat__li:hover{background-color:var(--str-chat__message-active-bacground-color)}}.str-chat__li--top .str-chat__message--other .str-chat__message-bubble,.str-chat__li--single .str-chat__message--other .str-chat__message-bubble{border-end-start-radius:calc(var(--str-chat__message-bubble-border-radius)/6)}.str-chat__li--top .str-chat__message--me .str-chat__message-bubble,.str-chat__li--single .str-chat__message--me .str-chat__message-bubble{border-end-end-radius:calc(var(--str-chat__message-bubble-border-radius)/6)}.str-chat__li--middle .str-chat__message--other .str-chat__message-bubble,.str-chat__li--bottom .str-chat__message--other .str-chat__message-bubble{border-start-start-radius:calc(var(--str-chat__message-bubble-border-radius)/6);border-end-start-radius:calc(var(--str-chat__message-bubble-border-radius)/6)}.str-chat__li--middle .str-chat__message--me .str-chat__message-bubble,.str-chat__li--bottom .str-chat__message--me .str-chat__message-bubble{border-start-end-radius:calc(var(--str-chat__message-bubble-border-radius)/6);border-end-end-radius:calc(var(--str-chat__message-bubble-border-radius)/6)}.str-chat__message-with-thread-link.str-chat__message--other .str-chat__message-bubble{border-end-start-radius:calc(var(--str-chat__message-bubble-border-radius)/6)}.str-chat__message-with-thread-link.str-chat__message--me .str-chat__message-bubble{border-end-end-radius:calc(var(--str-chat__message-bubble-border-radius)/6)}.str-chat__quoted-message-preview{background:var(--str-chat__message-background-color);color:var(--str-chat__message-color);box-shadow:var(--str-chat__message-box-shadow);border-radius:var(--str-chat__message-border-radius);border-block-start:var(--str-chat__message-border-block-start);border-block-end:var(--str-chat__message-border-block-end);border-inline-start:var(--str-chat__message-border-inline-start);border-inline-end:var(--str-chat__message-border-inline-end)}.str-chat__quoted-message-preview .str-chat__quoted-message-bubble{background:var(--str-chat__message-bubble-background-color);color:var(--str-chat__message-bubble-color);box-shadow:var(--str-chat__message-bubble-box-shadow);border-radius:var(--str-chat__message-bubble-border-radius);border-block-start:var(--str-chat__message-bubble-border-block-start);border-block-end:var(--str-chat__message-bubble-border-block-end);border-inline-start:var(--str-chat__message-bubble-border-inline-start);border-inline-end:var(--str-chat__message-bubble-border-inline-end);background-color:var(--str-chat__quoted-message-bubble-background-color);border-end-start-radius:calc(var(--str-chat__message-bubble-border-radius)/6)}.str-chat__message-input .str-chat__quoted-message-preview .str-chat__quoted-message-bubble{background-color:var(--str-chat__message-bubble-background-color)}.str-chat__unread-messages-separator{background-color:var(--str-chat__secondary-surface-color);color:var(--str-chat__text-low-emphasis-color);text-transform:uppercase;font:var(--str-chat__caption-strong-text)}.str-chat__unread-messages-notification{--str-chat-icon-color: var(--str-chat__on-primary-color);background-color:var(--str-chat__text-low-emphasis-color);border-radius:1.125rem}.str-chat__unread-messages-notification button{cursor:pointer;color:var(--str-chat__on-primary-color);border:none;background-color:#0000}.str-chat__unread-messages-notification button:first-of-type{font:var(--str-chat__caption-text)}.str-chat{--str-chat__message-actions-box-border-radius: var(--str-chat__border-radius-sm);--str-chat__message-actions-box-color: var(--str-chat__text-color);--str-chat__message-actions-box-background-color: var(--str-chat__secondary-background-color);--str-chat__message-actions-box-border-block-start: none;--str-chat__message-actions-box-border-block-end: none;--str-chat__message-actions-box-border-inline-start: none;--str-chat__message-actions-box-border-inline-end: none;--str-chat__message-actions-box-box-shadow: 0 0 8px var(--str-chat__box-shadow-color);--str-chat__message-actions-box-item-border-radius: 0;--str-chat__message-actions-box-item-color: var(--str-chat__text-color);--str-chat__message-actions-box-item-background-color: transparent;--str-chat__message-actions-box-item-hover-background-color: var( --str-chat__secondary-surface-color );--str-chat__message-actions-box-item-border-block-start: none;--str-chat__message-actions-box-item-border-block-end: none;--str-chat__message-actions-box-item-border-inline-start: none;--str-chat__message-actions-box-item-border-inline-end: none;--str-chat__message-actions-box-item-box-shadow: none}.str-chat__message-actions-box{background:var(--str-chat__message-actions-box-background-color);color:var(--str-chat__message-actions-box-color);box-shadow:var(--str-chat__message-actions-box-box-shadow);border-radius:var(--str-chat__message-actions-box-border-radius);border-block-start:var(--str-chat__message-actions-box-border-block-start);border-block-end:var(--str-chat__message-actions-box-border-block-end);border-inline-start:var(--str-chat__message-actions-box-border-inline-start);border-inline-end:var(--str-chat__message-actions-box-border-inline-end)}.str-chat__message-actions-box .str-chat__message-actions-list-item-button{background:var(--str-chat__message-actions-box-item-background-color);color:var(--str-chat__message-actions-box-item-color);box-shadow:var(--str-chat__message-actions-box-item-box-shadow);border-radius:var(--str-chat__message-actions-box-item-border-radius);border-block-start:var(--str-chat__message-actions-box-item-border-block-start);border-block-end:var(--str-chat__message-actions-box-item-border-block-end);border-inline-start:var(--str-chat__message-actions-box-item-border-inline-start);border-inline-end:var(--str-chat__message-actions-box-item-border-inline-end);font:var(--str-chat__subtitle-text)}.str-chat__message-actions-box .str-chat__message-actions-list-item-button:hover,.str-chat__message-actions-box .str_chat__button-with-submenu--submenu-open{background-color:var(--str-chat__message-actions-box-item-hover-background-color)}.str-chat__message-actions-box .str-chat__message-actions-box__submenu{background:var(--str-chat__message-actions-box-background-color);color:var(--str-chat__message-actions-box-color);box-shadow:var(--str-chat__message-actions-box-box-shadow);border-radius:var(--str-chat__message-actions-box-border-radius);border-block-start:var(--str-chat__message-actions-box-border-block-start);border-block-end:var(--str-chat__message-actions-box-border-block-end);border-inline-start:var(--str-chat__message-actions-box-border-inline-start);border-inline-end:var(--str-chat__message-actions-box-border-inline-end)}@media(hover:none){.str-chat__message-actions-box .str-chat__message-actions-list-item-button:hover{background-color:#0000}}.str-chat{--str-chat__message-bounce-edit-button-color: var(--str-chat__primary-color);--str-chat__message-bounce-send-button-color: var(--str-chat__primary-color);--str-chat__message-bounce-delete-button-color: var(--str-chat__primary-color);--str-chat__message-bounce-button-background-color: transparent;--str-chat__message-bounce-button-border-block-start: none;--str-chat__message-bounce-button-border-block-end: none;--str-chat__message-bounce-button-border-inline-start: none;--str-chat__message-bounce-button-border-inline-end: none;--str-chat__message-bounce-button-box-shadow: none}.str-chat__message-bounce-prompt .str-chat__message-bounce-edit,.str-chat__message-bounce-prompt .str-chat__message-bounce-send,.str-chat__message-bounce-prompt .str-chat__message-bounce-delete{background:var(--str-chat__message-bounce-button-background-color);color:var(--str-chat__message-bounce-button-color);box-shadow:var(--str-chat__message-bounce-button-box-shadow);border-radius:var(--str-chat__message-bounce-button-border-radius);border-block-start:var(--str-chat__message-bounce-button-border-block-start);border-block-end:var(--str-chat__message-bounce-button-border-block-end);border-inline-start:var(--str-chat__message-bounce-button-border-inline-start);border-inline-end:var(--str-chat__message-bounce-button-border-inline-end);font:var(--str-chat__body-medium-text)}.str-chat__message-bounce-prompt .str-chat__message-bounce-edit{color:var(--str-chat__message-bounce-edit-button-color)}.str-chat__message-bounce-prompt .str-chat__message-bounce-send{color:var(--str-chat__message-bounce-send-button-color)}.str-chat__message-bounce-prompt .str-chat__message-bounce-delete{color:var(--str-chat__message-bounce-delete-button-color)}.str-chat{--str-chat__message-input-border-radius: 0;--str-chat__message-input-color: var(--str-chat__text-color);--str-chat__message-input-background-color: var(--str-chat__secondary-background-color);--str-chat__message-input-border-block-start: none;--str-chat__message-input-border-block-end: none;--str-chat__message-input-border-inline-start: none;--str-chat__message-input-border-inline-end: none;--str-chat__message-input-box-shadow: none;--str-chat__message-textarea-border-radius: var(--str-chat__border-radius-md);--str-chat__message-textarea-color: var(--str-chat__text-color);--str-chat__message-textarea-background-color: transparent;--str-chat__message-textarea-border-block-start: 1px solid var(--str-chat__surface-color);--str-chat__message-textarea-border-block-end: 1px solid var(--str-chat__surface-color);--str-chat__message-textarea-border-inline-start: 1px solid var(--str-chat__surface-color);--str-chat__message-textarea-border-inline-end: 1px solid var(--str-chat__surface-color);--str-chat__message-textarea-box-shadow: none;--str-chat__message-send-border-radius: var(--str-chat__border-radius-circle);--str-chat__message-send-color: var(--str-chat__primary-color);--str-chat__message-send-background-color: transparent;--str-chat__message-send-border-block-start: 0;--str-chat__message-send-border-block-end: 0;--str-chat__message-send-border-inline-start: 0;--str-chat__message-send-border-inline-end: 0;--str-chat__message-send-box-shadow: none;--str-chat__message-send-disabled-color: var(--str-chat__disabled-color);--str-chat__message-send-disabled-background-color: var(--str-chat__disabled-color);--str-chat__start-recording-audio-button-border-radius: var(--str-chat__border-radius-circle);--str-chat__start-recording-audio-button-color: var(--str-chat__text-low-emphasis-color);--str-chat__start-recording-audio-button-background-color: transparent;--str-chat__start-recording-audio-button-border-block-start: 0;--str-chat__start-recording-audio-button-border-block-end: 0;--str-chat__start-recording-audio-button-border-inline-start: 0;--str-chat__start-recording-audio-button-border-inline-end: 0;--str-chat__start-recording-audio-button-box-shadow: none;--str-chat__start-recording-audio-button-disabled-color: var(--str-chat__disabled-color);--str-chat__start-recording-audio-button-disabled-background-color: transparent;--str-chat__message-input-tools-border-radius: var(--str-chat__border-radius-circle);--str-chat__message-input-tools-color: var(--str-chat__text-low-emphasis-color);--str-chat__message-input-tools-background-color: transparent;--str-chat__message-input-tools-border-block-start: 0;--str-chat__message-input-tools-border-block-end: 0;--str-chat__message-input-tools-border-inline-start: 0;--str-chat__message-input-tools-border-inline-end: 0;--str-chat__message-input-tools-box-shadow: none;--str-chat__message-input-not-allowed-color: var(--str-chat__disabled-color);--str-chat__cooldown-border-radius: var(--str-chat__border-radius-circle);--str-chat__cooldown-color: var(--str-chat__on-disabled-color);--str-chat__cooldown-background-color: var(--str-chat__disabled-color);--str-chat__cooldown-border-block-start: 0;--str-chat__cooldown-border-block-end: 0;--str-chat__cooldown-border-inline-start: 0;--str-chat__cooldown-border-inline-end: 0;--str-chat__cooldown-box-shadow: none;--str-chat__attachment-selector-button-icon-color: var(--str-chat__text-low-emphasis-color);--str-chat__attachment-selector-button-icon-color-hover: var(--str-chat__primary-color);--str-chat__attachment-selector-actions-menu-button-icon-color: var(--str-chat__primary-color);--str-chat__attachment-selector-actions-menu-button-icon-color-active: var( --str-chat__primary-color )}.str-chat__message-input{background:var(--str-chat__message-input-background-color);color:var(--str-chat__message-input-color);box-shadow:var(--str-chat__message-input-box-shadow);border-radius:var(--str-chat__message-input-border-radius);border-block-start:var(--str-chat__message-input-border-block-start);border-block-end:var(--str-chat__message-input-border-block-end);border-inline-start:var(--str-chat__message-input-border-inline-start);border-inline-end:var(--str-chat__message-input-border-inline-end)}.str-chat__message-input .str-chat__file-input-container,.str-chat__message-input .str-chat-angular__create-poll{--str-chat-icon-color: var(--str-chat__message-input-tools-color);background:var(--str-chat__message-input-tools-background-color);color:var(--str-chat__message-input-tools-color);box-shadow:var(--str-chat__message-input-tools-box-shadow);border-radius:var(--str-chat__message-input-tools-border-radius);border-block-start:var(--str-chat__message-input-tools-border-block-start);border-block-end:var(--str-chat__message-input-tools-border-block-end);border-inline-start:var(--str-chat__message-input-tools-border-inline-start);border-inline-end:var(--str-chat__message-input-tools-border-inline-end)}.str-chat__message-input .str-chat__file-input-container svg path,.str-chat__message-input .str-chat-angular__create-poll svg path{fill:var(--str-chat__message-input-tools-color)}.str-chat__message-input .str-chat__attachment-preview-image-error svg path{fill:var(--str-chat__primary-color)}.str-chat__message-input .str-chat__message-textarea-container{background:var(--str-chat__message-textarea-background-color);color:var(--str-chat__message-textarea-color);box-shadow:var(--str-chat__message-textarea-box-shadow);border-radius:var(--str-chat__message-textarea-border-radius);border-block-start:var(--str-chat__message-textarea-border-block-start);border-block-end:var(--str-chat__message-textarea-border-block-end);border-inline-start:var(--str-chat__message-textarea-border-inline-start);border-inline-end:var(--str-chat__message-textarea-border-inline-end)}.str-chat__message-input .str-chat__message-textarea-container .str-chat__message-textarea{resize:none;border:none;color:var(--str-chat__message-textarea-color);background-color:#0000;box-shadow:none;outline:none;font:var(--str-chat__subtitle-text)}.str-chat__message-input .str-chat__stop-ai-generation-button{background-image:var(--str-chat__circle-stop-icon);background-color:#0000;border-width:0}.str-chat__message-input .str-chat__send-button{--str-chat-icon-color: var(--str-chat__message-send-color);background:var(--str-chat__message-send-background-color);color:var(--str-chat__message-send-color);box-shadow:var(--str-chat__message-send-box-shadow);border-radius:var(--str-chat__message-send-border-radius);border-block-start:var(--str-chat__message-send-border-block-start);border-block-end:var(--str-chat__message-send-border-block-end);border-inline-start:var(--str-chat__message-send-border-inline-start);border-inline-end:var(--str-chat__message-send-border-inline-end)}.str-chat__message-input .str-chat__send-button svg path{fill:var(--str-chat__message-send-color)}.str-chat__message-input .str-chat__send-button:disabled{--str-chat-icon-color: var(--str-chat__message-send-disabled-color);background-color:#0000}.str-chat__message-input .str-chat__send-button:disabled svg path{fill:var(--str-chat__message-send-disabled-color)}.str-chat__message-input .str-chat__start-recording-audio-button{--str-chat-icon-color: var(--str-chat__start-recording-audio-button-color);background:var(--str-chat__start-recording-audio-button-background-color);color:var(--str-chat__start-recording-audio-button-color);box-shadow:var(--str-chat__start-recording-audio-button-box-shadow);border-radius:var(--str-chat__start-recording-audio-button-border-radius);border-block-start:var(--str-chat__start-recording-audio-button-border-block-start);border-block-end:var(--str-chat__start-recording-audio-button-border-block-end);border-inline-start:var(--str-chat__start-recording-audio-button-border-inline-start);border-inline-end:var(--str-chat__start-recording-audio-button-border-inline-end)}.str-chat__message-input .str-chat__start-recording-audio-button:disabled{background-color:var(--str-chat__message-send-disabled-background-color)}.str-chat__message-input .str-chat__message-input-cooldown{background:var(--str-chat__cooldown-background-color);color:var(--str-chat__cooldown-color);box-shadow:var(--str-chat__cooldown-box-shadow);border-radius:var(--str-chat__cooldown-border-radius);border-block-start:var(--str-chat__cooldown-border-block-start);border-block-end:var(--str-chat__cooldown-border-block-end);border-inline-start:var(--str-chat__cooldown-border-inline-start);border-inline-end:var(--str-chat__cooldown-border-inline-end);font:var(--str-chat__subtitle-medium-text)}.str-chat__message-input .str-chat__message-input-not-allowed{color:var(--str-chat__message-input-not-allowed-color);font:var(--str-chat__subtitle-text)}.str-chat__message-input .str-chat__quoted-message-preview-header .str-chat__quoted-message-reply-to-message{font:var(--str-chat__subtitle-medium-text)}.str-chat__message-input .str-chat__quoted-message-preview-header .str-chat__quoted-message-remove{background-color:#0000;border:none}.str-chat__message-input .str-chat__quoted-message-preview-header .str-chat__quoted-message-remove svg path{fill:var(--str-chat__message-input-tools-color)}.str-chat__message-input .str-chat__recording-permission-denied-notification{background-color:var(--str-chat__text-color);border-radius:var(--str-chat__border-radius-md);color:var(--str-chat__background-color)}.str-chat__message-input .str-chat__recording-permission-denied-notification .str-chat__recording-permission-denied-notification__heading,.str-chat__message-input .str-chat__recording-permission-denied-notification .str-chat__recording-permission-denied-notification__dismiss-button{font:var(--str-chat__subtitle2-medium-text)}.str-chat__message-input .str-chat__recording-permission-denied-notification .str-chat__recording-permission-denied-notification__message{font:var(--str-chat__subtitle-text)}.str-chat__message-input .str-chat__recording-permission-denied-notification .str-chat__recording-permission-denied-notification__dismiss-button{background:none;border:none;color:var(--str-chat__background-color);cursor:pointer;text-transform:uppercase}.str-chat__attachment-selector .str-chat__attachment-selector__menu-button .str-chat__attachment-selector__menu-button__icon{background-color:var(--str-chat__attachment-selector-button-icon-color);-webkit-mask:var(--str-chat__add-attachment-icon) no-repeat center/contain;mask:var(--str-chat__add-attachment-icon) no-repeat center/contain}.str-chat__attachment-selector .str-chat__attachment-selector__menu-button:hover .str-chat__attachment-selector__menu-button__icon{background-color:var(--str-chat__attachment-selector-button-icon-color-hover)}.str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__button{color:var(--str-chat__text-low-emphasis-color)}.str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__button .str-chat__dialog-menu__button-icon{background-color:var(--str-chat__attachment-selector-actions-menu-button-icon-color)}.str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__button:hover,.str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__button:focus{color:var(--str-chat__text-color)}.str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__button:hover .str-chat__dialog-menu__button-icon,.str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__button:focus .str-chat__dialog-menu__button-icon{background-color:var(--str-chat__attachment-selector-actions-menu-button-icon-color-active)}.str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__upload-file-button .str-chat__dialog-menu__button-icon{-webkit-mask:var(--str-chat__folder-icon) no-repeat center/contain;mask:var(--str-chat__folder-icon) no-repeat center/contain}.str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__create-poll-button .str-chat__dialog-menu__button-icon{-webkit-mask:var(--str-chat__poll-icon) no-repeat center/contain;mask:var(--str-chat__poll-icon) no-repeat center/contain}.str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__add-location-button .str-chat__dialog-menu__button-icon{-webkit-mask:var(--str-chat__location-icon) no-repeat center/contain;mask:var(--str-chat__location-icon) no-repeat center/contain}.str-chat__send-to-channel-checkbox__field *{cursor:pointer}.str-chat__send-to-channel-checkbox__field label{color:var(--str-chat__text-low-emphasis-color);font:var(--str-chat__body-text)}.str-chat{--str-chat__message-list-border-radius: 0;--str-chat__message-list-color: var(--str-chat__text-color);--str-chat__message-list-background-color: var(--str-chat__background-color);--str-chat__message-list-box-shadow: none;--str-chat__message-list-border-block-start: none;--str-chat__message-list-border-block-end: none;--str-chat__message-list-border-inline-start: none;--str-chat__message-list-border-inline-end: none;--str-chat__jump-to-latest-message-border-radius: var(--str-chat__circle-fab-border-radius);--str-chat__jump-to-latest-message-color: var(--str-chat__circle-fab-color);--str-chat__jump-to-latest-message-background-color: var(--str-chat__circle-fab-background-color);--str-chat__jump-to-latest-message-pressed-background-color: var( --str-chat__circle-fab-pressed-background-color );--str-chat__jump-to-latest-message-box-shadow: var(--str-chat__circle-fab-box-shadow);--str-chat__jump-to-latest-message-border-block-start: var( --str-chat__circle-fab-border-block-start );--str-chat__jump-to-latest-message-border-block-end: var(--str-chat__circle-fab-border-block-end);--str-chat__jump-to-latest-message-border-inline-start: var( --str-chat__circle-fab-border-inline-start );--str-chat__jump-to-latest-message-border-inline-end: var( --str-chat__circle-fab-border-inline-end );--str-chat__jump-to-latest-message-unread-count-background-color: var( --str-chat__jump-to-latest-message-color );--str-chat__jump-to-latest-message-unread-count-color: var( --str-chat__jump-to-latest-message-background-color );--str-chat__thread-head-start-color: var(--str-chat__text-low-emphasis-color);--str-chat__thread-head-start-border-block-end-color: var(--str-chat__surface-color)}.str-chat__list{background:var(--str-chat__message-list-background-color);color:var(--str-chat__message-list-color);box-shadow:var(--str-chat__message-list-box-shadow);border-radius:var(--str-chat__message-list-border-radius);border-block-start:var(--str-chat__message-list-border-block-start);border-block-end:var(--str-chat__message-list-border-block-end);border-inline-start:var(--str-chat__message-list-border-inline-start);border-inline-end:var(--str-chat__message-list-border-inline-end)}.str-chat__list .str-chat__parent-message-li{border-block-end:1px solid var(--str-chat__thread-head-start-border-block-end-color)}.str-chat__list .str-chat__parent-message-li .str-chat__thread-start{color:var(--str-chat__thread-head-start-color);font:var(--str-chat__subtitle-text)}.str-chat__jump-to-latest-message{--str-chat-icon-color: var(--str-chat__jump-to-latest-message-unread-count-background-color)}.str-chat__jump-to-latest-message .str-chat__circle-fab{background:var(--str-chat__jump-to-latest-message-background-color);color:var(--str-chat__jump-to-latest-message-color);box-shadow:var(--str-chat__jump-to-latest-message-box-shadow);border-radius:var(--str-chat__jump-to-latest-message-border-radius);border-block-start:var(--str-chat__jump-to-latest-message-border-block-start);border-block-end:var(--str-chat__jump-to-latest-message-border-block-end);border-inline-start:var(--str-chat__jump-to-latest-message-border-inline-start);border-inline-end:var(--str-chat__jump-to-latest-message-border-inline-end)}.str-chat__jump-to-latest-message .str-chat__circle-fab svg path{fill:var(--str-chat__jump-to-latest-message-color)}.str-chat__jump-to-latest-message .str-chat__circle-fab:active{background-color:var(--str-chat__jump-to-latest-message-pressed-background-color)}.str-chat__jump-to-latest-message .str-chat__circle-fab .str-chat__jump-to-latest-unread-count{background-color:var(--str-chat__jump-to-latest-message-unread-count-background-color);color:var(--str-chat__jump-to-latest-message-unread-count-color);border-radius:var(--str-chat__jump-to-latest-message-border-radius);font:var(--str-chat__caption-text)}.str-chat{--str-chat__virtual-list-border-radius: 0;--str-chat__virtual-list-color: var(--str-chat__text-color);--str-chat__virtual-list-background-color: var(--str-chat__background-color);--str-chat__virtual-list-box-shadow: none;--str-chat__virtual-list-border-block-start: none;--str-chat__virtual-list-border-block-end: none;--str-chat__virtual-list-border-inline-start: none;--str-chat__virtual-list-border-inline-end: none}.str-chat__virtual-list{background:var(--str-chat__virtual-list-background-color);color:var(--str-chat__virtual-list-color);box-shadow:var(--str-chat__virtual-list-box-shadow);border-radius:var(--str-chat__virtual-list-border-radius);border-block-start:var(--str-chat__virtual-list-border-block-start);border-block-end:var(--str-chat__virtual-list-border-block-end);border-inline-start:var(--str-chat__virtual-list-border-inline-start);border-inline-end:var(--str-chat__virtual-list-border-inline-end)}.str-chat__virtual-list .str-chat__parent-message-li{border-block-end:1px solid var(--str-chat__thread-head-start-border-block-end-color)}.str-chat__virtual-list .str-chat__parent-message-li .str-chat__thread-start{color:var(--str-chat__thread-head-start-color);font:var(--str-chat__subtitle-text)}.str-chat{--str-chat__message-reactions-border-radius: none;--str-chat__message-reactions-color: var(--str-chat__text-color);--str-chat__message-reactions-background-color: transparent;--str-chat__message-reactions-border-block-start: none;--str-chat__message-reactions-border-block-end: none;--str-chat__message-reactions-border-inline-start: none;--str-chat__message-reactions-border-inline-end: none;--str-chat__message-reactions-box-shadow: none;--str-chat__message-reaction-border-radius: var(--str-chat__border-radius-xs);--str-chat__message-reaction-color: var(--str-chat__text-color);--str-chat__message-reaction-background-color: var(--str-chat__tertiary-surface-color);--str-chat__message-reaction-border-block-start: none;--str-chat__message-reaction-border-block-end: none;--str-chat__message-reaction-border-inline-start: none;--str-chat__message-reaction-border-inline-end: none;--str-chat__message-reaction-box-shadow: none;--str-chat__own-message-reaction-color: var(--str-chat__text-color);--str-chat__own-message-reaction-background-color: var( --str-chat__primary-surface-color-low-emphasis );--str-chat__messsage-reactions-details--selected-color: solid var(--str-chat__primary-color)}.str-chat__message-reactions-container .str-chat__message-reactions{background:var(--str-chat__message-reactions-background-color);color:var(--str-chat__message-reactions-color);box-shadow:var(--str-chat__message-reactions-box-shadow);border-radius:var(--str-chat__message-reactions-border-radius);border-block-start:var(--str-chat__message-reactions-border-block-start);border-block-end:var(--str-chat__message-reactions-border-block-end);border-inline-start:var(--str-chat__message-reactions-border-inline-start);border-inline-end:var(--str-chat__message-reactions-border-inline-end)}.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__message-reaction{background:var(--str-chat__message-reaction-background-color);color:var(--str-chat__message-reaction-color);box-shadow:var(--str-chat__message-reaction-box-shadow);border-radius:var(--str-chat__message-reaction-border-radius);border-block-start:var(--str-chat__message-reaction-border-block-start);border-block-end:var(--str-chat__message-reaction-border-block-end);border-inline-start:var(--str-chat__message-reaction-border-inline-start);border-inline-end:var(--str-chat__message-reaction-border-inline-end);font:var(--str-chat__caption-text)}.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__message-reaction.str-chat__message-reaction-own{color:var(--str-chat__own-message-reaction-color);background-color:var(--str-chat__own-message-reaction-background-color)}.str-chat__message-reactions-details .str-chat__message-reactions-details-reaction-type{border-block-end:solid rgba(0,0,0,0)}.str-chat__message-reactions-details .str-chat__message-reactions-details-reaction-type--selected{border-block-end:var(--str-chat__messsage-reactions-details--selected-color)}.str-chat__message-reactions-details .str-chat__message-reactions-details-reacting-user{font:var(--str-chat__subtitle-text)}.str-chat{--str-chat__message-reactions-options-border-radius: var(--str-chat__border-radius-circle);--str-chat__message-reactions-options-color: var(--str-chat__text-color);--str-chat__message-reactions-options-background-color: var( --str-chat__secondary-background-color );--str-chat__message-reactions-options-border-block-start: none;--str-chat__message-reactions-options-border-block-end: none;--str-chat__message-reactions-options-border-inline-start: none;--str-chat__message-reactions-options-border-inline-end: none;--str-chat__message-reactions-options-box-shadow: 0 0 8px var(--str-chat__box-shadow-color);--str-chat__message-reactions-option-border-radius: var(--str-chat__border-radius-md);--str-chat__message-reactions-option-color: var(--str-chat__text-color);--str-chat__message-reactions-option-background-color: var( --str-chat__secondary-background-color );--str-chat__message-reactions-option-hover-background-color: var( --str-chat__primary-surface-color );--str-chat__message-reactions-option-selected-background-color: var( --str-chat__primary-color-low-emphasis );--str-chat__message-reactions-option-border-block-start: none;--str-chat__message-reactions-option-border-block-end: none;--str-chat__message-reactions-option-border-inline-start: none;--str-chat__message-reactions-option-border-inline-end: none;--str-chat__message-reactions-option-box-shadow: none}.str-chat .str-chat-angular-v5__reaction-selector{--str-chat__message-reactions-options-box-shadow: none;--str-chat__message-reactions-options-border-radius: 0}.str-chat__reaction-selector .str-chat__message-reactions-options{background:var(--str-chat__message-reactions-options-background-color);color:var(--str-chat__message-reactions-options-color);box-shadow:var(--str-chat__message-reactions-options-box-shadow);border-radius:var(--str-chat__message-reactions-options-border-radius);border-block-start:var(--str-chat__message-reactions-options-border-block-start);border-block-end:var(--str-chat__message-reactions-options-border-block-end);border-inline-start:var(--str-chat__message-reactions-options-border-inline-start);border-inline-end:var(--str-chat__message-reactions-options-border-inline-end)}.str-chat__reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-option{background:var(--str-chat__message-reactions-option-background-color);color:var(--str-chat__message-reactions-option-color);box-shadow:var(--str-chat__message-reactions-option-box-shadow);border-radius:var(--str-chat__message-reactions-option-border-radius);border-block-start:var(--str-chat__message-reactions-option-border-block-start);border-block-end:var(--str-chat__message-reactions-option-border-block-end);border-inline-start:var(--str-chat__message-reactions-option-border-inline-start);border-inline-end:var(--str-chat__message-reactions-option-border-inline-end)}.str-chat__reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-option:hover{background-color:var(--str-chat__message-reactions-option-hover-background-color)}.str-chat__reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-option.str-chat__message-reactions-option-selected{background-color:var(--str-chat__message-reactions-option-selected-background-color)}@media(hover:none){.str-chat__reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-option:hover{background-color:#0000}}.str-chat{--str-chat__modal-border-radius: var(--str-chat__border-radius-sm);--str-chat__modal-color: var(--str-chat__text-color);--str-chat__modal-background-color: var(--str-chat__secondary-background-color);--str-chat__modal-overlay-color: var(--str-chat__secondary-overlay-color);--str-chat__modal-overlay-backdrop-filter: blur(3px);--str-chat__modal-border-block-start: none;--str-chat__modal-border-block-end: none;--str-chat__modal-border-inline-start: none;--str-chat__modal-border-inline-end: none;--str-chat__modal-box-shadow: none;--str-chat__modal-close-icon-background: var(--str-chat__text-low-emphasis-color);--str-chat__modal-close-icon-color: var(--str-chat__on-disabled-color)}.str-chat__modal{background-color:var(--str-chat__modal-overlay-color);-webkit-backdrop-filter:var(--str-chat__modal-overlay-backdrop-filter);backdrop-filter:var(--str-chat__modal-overlay-backdrop-filter)}.str-chat__modal .str-chat__modal__inner{background:var(--str-chat__modal-background-color);color:var(--str-chat__modal-color);box-shadow:var(--str-chat__modal-box-shadow);border-radius:var(--str-chat__modal-border-radius);border-block-start:var(--str-chat__modal-border-block-start);border-block-end:var(--str-chat__modal-border-block-end);border-inline-start:var(--str-chat__modal-border-inline-start);border-inline-end:var(--str-chat__modal-border-inline-end)}.str-chat__modal .str-chat__modal-header .str-chat__modal-header__title{font:var(--str-chat__subtitle2-medium-text)}.str-chat__modal .str-chat__modal__close-button{--str-chat-icon-color: var(--str-chat__modal-close-icon-color);background:none;border:none}.str-chat__modal .str-chat__modal__close-button .str-chat__icon{background-color:var(--str-chat__modal-close-icon-background);border-radius:999px}.str-chat__modal .str-chat__modal__close-button svg path{fill:var(--str-chat__modal-close-icon-color)}.str-chat__modal .str-chat__modal__close-button svg rect,.str-chat__modal .str-chat__modal__close-button svg circle{fill:var(--str-chat__modal-close-icon-background)}.str-chat__message-attachment--card .str-chat__modal--open .str-chat__modal__inner.str-chat-react__modal__inner,.str-chat__message-attachment--image .str-chat__modal--open .str-chat__modal__inner.str-chat-react__modal__inner,.str-chat__message-attachment--gallery .str-chat__modal--open .str-chat__modal__inner.str-chat-react__modal__inner{background-color:#0000;width:unset;max-width:unset;height:unset;padding:0}.str-chat__message-attachment--card .str-chat__modal--open .str-chat__modal__inner.str-chat-react__modal__inner img,.str-chat__message-attachment--image .str-chat__modal--open .str-chat__modal__inner.str-chat-react__modal__inner img,.str-chat__message-attachment--gallery .str-chat__modal--open .str-chat__modal__inner.str-chat-react__modal__inner img{max-width:unset;max-height:calc(100vh - 80px);cursor:default}.str-chat-react__modal.str-chat__modal--open.str-chat__image-modal .str-chat__modal__inner.str-chat-react__modal__inner,.str-chat-react__modal.str-chat__modal--open.str-chat__gallery-modal .str-chat__modal__inner.str-chat-react__modal__inner{background-color:#0000;width:unset;max-width:unset;height:unset;padding:0}.str-chat-react__modal.str-chat__modal--open.str-chat__image-modal .str-chat__modal__inner.str-chat-react__modal__inner img,.str-chat-react__modal.str-chat__modal--open.str-chat__gallery-modal .str-chat__modal__inner.str-chat-react__modal__inner img{max-width:unset;max-height:calc(100vh - 80px);cursor:default}.str-chat{--str-chat__message-notification-background-color: var(--str-chat__primary-color);--str-chat__message-notification-border-block-start: none;--str-chat__message-notification-border-block-end: none;--str-chat__message-notification-border-inline-start: none;--str-chat__message-notification-border-inline-end: none;--str-chat__message-notification-border-radius: 50px;--str-chat__message-notification-box-shadow: none;--str-chat__message-notification-color: var(--str-chat__on-primary-color)}.str-chat__message-notification{background:var(--str-chat__message-notification-background-color);color:var(--str-chat__message-notification-color);box-shadow:var(--str-chat__message-notification-box-shadow);border-radius:var(--str-chat__message-notification-border-radius);border-block-start:var(--str-chat__message-notification-border-block-start);border-block-end:var(--str-chat__message-notification-border-block-end);border-inline-start:var(--str-chat__message-notification-border-inline-start);border-inline-end:var(--str-chat__message-notification-border-inline-end);font:var(--str-chat__caption-text);cursor:pointer}.str-chat{--str-chat__notification-list-border-radius: none;--str-chat__notification-list-color: var(--str-chat__notification-list-text-color);--str-chat__notification-list-background-color: transparent;--str-chat__notification-list-border-block-start: none;--str-chat__notification-list-border-block-end: none;--str-chat__notification-list-border-inline-start: none;--str-chat__notification-list-border-inline-end: none;--str-chat__notification-list-box-shadow: none}.str-chat__list-notifications{background:var(--str-chat__notification-list-background-color);color:var(--str-chat__notification-list-color);box-shadow:var(--str-chat__notification-list-box-shadow);border-radius:var(--str-chat__notification-list-border-radius);border-block-start:var(--str-chat__notification-list-border-block-start);border-block-end:var(--str-chat__notification-list-border-block-end);border-inline-start:var(--str-chat__notification-list-border-inline-start);border-inline-end:var(--str-chat__notification-list-border-inline-end)}.str-chat{--str-chat__notification-border-radius: var(--str-chat__border-radius-sm);--str-chat__notification-color: var(--str-chat__opaque-surface-text-color);--str-chat__notification-background-color: var(--str-chat__opaque-surface-background-color);--str-chat__notification-border-block-start: none;--str-chat__notification-border-block-end: none;--str-chat__notification-border-inline-start: none;--str-chat__notification-border-inline-end: none;--str-chat__notification-box-shadow: 0 0 8px var(--str-chat__box-shadow-color)}.str-chat__notification{background:var(--str-chat__notification-background-color);color:var(--str-chat__notification-color);box-shadow:var(--str-chat__notification-box-shadow);border-radius:var(--str-chat__notification-border-radius);border-block-start:var(--str-chat__notification-border-block-start);border-block-end:var(--str-chat__notification-border-block-end);border-inline-start:var(--str-chat__notification-border-inline-start);border-inline-end:var(--str-chat__notification-border-inline-end);font:var(--str-chat__subtitle-text)}.str-chat__poll .str-chat__poll-header .str-chat__poll-subtitle{color:var(--str-chat__text-low-emphasis-color)}.str-chat__poll .str-chat__checkmark{border-radius:var(--str-chat__border-radius-circle);border:1px solid var(--str-chat__disabled-color)}.str-chat__poll .str-chat__checkmark--checked{background-color:var(--str-chat__primary-color);border:none}.str-chat__poll .str-chat__poll-option-list .str-chat__poll-option.str-chat__poll-option--votable:hover{cursor:pointer}.str-chat__poll .str-chat__poll-option-list .str-chat__poll-option .str-chat__poll-option__votes-bar{background:linear-gradient(to right,var(--str-chat__primary-color) var(--str-chat__amount-bar-fulfillment),var(--str-chat__surface-color) var(--str-chat__amount-bar-fulfillment));border-radius:calc(var(--str-chat__spacing-px)*4)}.str-chat__poll .str-chat__poll-option-list .str-chat__poll-option .str-chat__poll-option__votes-bar--winner{background:linear-gradient(to right,var(--str-chat__info-color) var(--str-chat__amount-bar-fulfillment),var(--str-chat__surface-color) var(--str-chat__amount-bar-fulfillment))}.str-chat__poll-option-list--full,.str-chat__poll-answer,.str-chat__modal__poll-option-list__title,.str-chat__modal__poll-results .str-chat__modal__poll-results__title,.str-chat__modal__poll-results .str-chat__poll-option{border-radius:.75rem}.str-chat__poll-option-list--full{overflow:clip}.str-chat__poll--closed .str-chat__poll-option:hover{cursor:unset}.str-chat__modal .str-chat__poll-answer__text,.str-chat__modal .str-chat__modal__poll-option-list__title,.str-chat__modal .str-chat__modal__poll-results__title,.str-chat__poll-actions .str-chat__modal .str-chat__poll-answer__text,.str-chat__poll-actions .str-chat__modal .str-chat__modal__poll-option-list__title,.str-chat__poll-actions .str-chat__modal .str-chat__modal__poll-results__title{font:var(--str-chat__subtitle-medium-text)}.str-chat__modal .str-chat__poll-option-list--full,.str-chat__modal .str-chat__poll-answer,.str-chat__modal .str-chat__modal__poll-option-list__title,.str-chat__modal .str-chat__modal__poll-results__title,.str-chat__modal .str-chat__poll-option,.str-chat__poll-actions .str-chat__modal .str-chat__poll-option-list--full,.str-chat__poll-actions .str-chat__modal .str-chat__poll-answer,.str-chat__poll-actions .str-chat__modal .str-chat__modal__poll-option-list__title,.str-chat__poll-actions .str-chat__modal .str-chat__modal__poll-results__title,.str-chat__poll-actions .str-chat__modal .str-chat__poll-option{background-color:var(--str-chat__tertiary-surface-color)}.str-chat__modal .str-chat__poll-option-list--full .str-chat__poll-option-text,.str-chat__poll-actions .str-chat__modal .str-chat__poll-option-list--full .str-chat__poll-option-text{font-weight:500}.str-chat__modal .str-chat__poll-option-list--full .str-chat__poll-option--votable:hover,.str-chat__poll-actions .str-chat__modal .str-chat__poll-option-list--full .str-chat__poll-option--votable:hover{background-color:var(--str-chat__secondary-surface-color)}.str-chat__modal .str-chat__poll-option .str-chat__poll-option__header,.str-chat__poll-actions .str-chat__modal .str-chat__poll-option .str-chat__poll-option__header{font:var(--str-chat__subtitle-text)}.str-chat__modal .str-chat__poll-option .str-chat__poll-option__header .str-chat__poll-option__option-text,.str-chat__poll-actions .str-chat__modal .str-chat__poll-option .str-chat__poll-option__header .str-chat__poll-option__option-text{font:var(--str-chat__subtitle-medium-text)}.str-chat__modal .str-chat__poll-option .str-chat__poll-option__show-all-votes-button,.str-chat__poll-actions .str-chat__modal .str-chat__poll-option .str-chat__poll-option__show-all-votes-button{font:var(--str-chat__subtitle-text);color:var(--str-chat__primary-color)}.str-chat__poll-vote .str-chat__poll-vote__author__name{text-transform:capitalize}.str-chat__poll-vote .str-chat__poll-vote__timestamp{color:var(--str-chat__text-low-emphasis-color)}.str-chat__quoted-poll-preview{font:var(--str-chat__body-medium-text)}.str-chat__poll-creation-dialog .str-chat__form__input-fieldset{border:none}.str-chat__poll-creation-dialog .str-chat__form__expandable-field,.str-chat__poll-creation-dialog .str-chat__form__input-field:not(.str-chat__form__input-field--with-label),.str-chat__poll-creation-dialog .str-chat__form__input-field--with-label .str-chat__form__input-field__value{background-color:var(--str-chat__tertiary-surface-color);border-radius:.75rem}.str-chat__poll-creation-dialog .str-chat__form__expandable-field input,.str-chat__poll-creation-dialog .str-chat__form__input-field:not(.str-chat__form__input-field--with-label) input,.str-chat__poll-creation-dialog .str-chat__form__input-field--with-label .str-chat__form__input-field__value input{border:none;background:#0000;outline:none}.str-chat__poll-creation-dialog .str-chat__form__expandable-field input,.str-chat__poll-creation-dialog .str-chat__form__expandable-field input::placeholder,.str-chat__poll-creation-dialog .str-chat__form__input-field:not(.str-chat__form__input-field--with-label) input,.str-chat__poll-creation-dialog .str-chat__form__input-field:not(.str-chat__form__input-field--with-label) input::placeholder,.str-chat__poll-creation-dialog .str-chat__form__input-field--with-label .str-chat__form__input-field__value input,.str-chat__poll-creation-dialog .str-chat__form__input-field--with-label .str-chat__form__input-field__value input::placeholder{font:var(--str-chat__subtitle-text)}.str-chat__poll-creation-dialog .str-chat__form__input-field--draggable input{pointer-events:auto}.str-chat__poll-creation-dialog .str-chat__form__input-field--draggable .str-chat__drag-handle{background-color:var(--str-chat__text-low-emphasis-color);-webkit-mask:var(--str-chat__handle-icon) no-repeat center/contain;mask:var(--str-chat__handle-icon) no-repeat center/contain}.str-chat__poll-creation-dialog .str-chat__form__input-field--has-error{border:1px solid var(--str-chat__message-error-message-color)}.str-chat__poll-creation-dialog .str-chat__form__expandable-field .str-chat__form__input-field--has-error,.str-chat__poll-creation-dialog .str-chat__form__expandable-field .str-chat__form__input-field--has-error .str-chat__form__input-field__value,.str-chat__poll-creation-dialog .str-chat__form__input-field--with-label.str-chat__form__input-field--has-error{border:none}.str-chat__poll-creation-dialog .str-chat__form__input-field--with-label.str-chat__form__input-field--has-error .str-chat__form__input-field__value{border:1px solid var(--str-chat__message-error-message-color)}.str-chat{--str-chat__search-input-color: var(--str-chat__text-color);--str-chat__search-input-placeholder-color: var(--str-chat__text-low-emphasis-color);--str-chat__search-input-icon-color: var(--str-chat__text-low-emphasis-color);--str-chat__search-input-border-block-start: none;--str-chat__search-input-border-block-end: none;--str-chat__search-input-border-inline-start: none;--str-chat__search-input-border-inline-end: none;--str-chat__search-input-wrapper-border-radius: var(--str-chat__border-radius-circle);--str-chat__search-input-wrapper-background-color: transparent;--str-chat__search-input-wrapper-border-block-start: var(--str-chat__surface-color) 1px solid;--str-chat__search-input-wrapper-border-block-end: var(--str-chat__surface-color) 1px solid;--str-chat__search-input-wrapper-border-inline-start: var(--str-chat__surface-color) 1px solid;--str-chat__search-input-wrapper-border-inline-end: var(--str-chat__surface-color) 1px solid;--str-chat__search-input-wrapper-active-border-radius: var(--str-chat__border-radius-circle);--str-chat__search-input-wrapper-active-background-color: transparent;--str-chat__search-input-wrapper-active-border-block-start: var(--str-chat__primary-color) 1px solid;--str-chat__search-input-wrapper-active-border-block-end: var(--str-chat__primary-color) 1px solid;--str-chat__search-input-wrapper-active-border-inline-start: var( --str-chat__primary-color ) 1px solid;--str-chat__search-input-wrapper-active-border-inline-end: var(--str-chat__primary-color) 1px solid;--str-chat__search-result-background-color: transparent;--str-chat__search-result-border-block-start: none;--str-chat__search-result-border-block-end: none;--str-chat__search-result-border-inline-start: none;--str-chat__search-result-border-inline-end: none;--str-chat__search-result-hover-background-color: var( --str-chat__secondary-surface-color );--str-chat__search-result-list-color: var(--str-chat__text-color);--str-chat__search-result-list-background-color: var(--str-chat__secondary-background-color);--str-chat__search-result-list-border-block-start: none;--str-chat__search-result-list-border-block-end: none;--str-chat__search-result-list-border-inline-start: none;--str-chat__search-result-list-border-inline-end: none;--str-chat__search-result-list-popup-box-shadow: 0 4px 4px var(--str-chat__box-shadow-color);--str-chat__search-results-header-color: var(--str-chat__text-low-emphasis-color);--str-chat__search-results-header-background-color: var(--str-chat__background-color);--str-chat__search-results-header-border-block-start: none;--str-chat__search-results-header-border-block-end: var(--str-chat__surface-color) 1px solid;--str-chat__search-results-header-border-inline-start: none;--str-chat__search-results-header-border-inline-end: none;--str-chat__search-results-empty-color: var(--str-chat__text-low-emphasis-color);--str-chat__search-results-empty-icon-color: var(--str-chat__disabled-color);--str-chat__search-results-empty-background-color: var(--str-chat__background-color);--str-chat__search-results-empty-border-block-start: none;--str-chat__search-results-empty-border-block-end: none;--str-chat__search-results-empty-border-inline-start: none;--str-chat__search-results-empty-border-inline-end: none}.str-chat__search-input--wrapper{background:var(--str-chat__search-input-wrapper-background-color);color:var(--str-chat__search-input-wrapper-color);box-shadow:var(--str-chat__search-input-wrapper-box-shadow);border-radius:var(--str-chat__search-input-wrapper-border-radius);border-block-start:var(--str-chat__search-input-wrapper-border-block-start);border-block-end:var(--str-chat__search-input-wrapper-border-block-end);border-inline-start:var(--str-chat__search-input-wrapper-border-inline-start);border-inline-end:var(--str-chat__search-input-wrapper-border-inline-end)}.str-chat__search-input--wrapper .str-chat__search-input--icon{background-image:var(--str-chat__magnifier-glass-icon);background-repeat:no-repeat}.str-chat__search-input--wrapper input{background:var(--str-chat__search-input-background-color);color:var(--str-chat__search-input-color);box-shadow:var(--str-chat__search-input-box-shadow);border-radius:var(--str-chat__search-input-border-radius);border-block-start:var(--str-chat__search-input-border-block-start);border-block-end:var(--str-chat__search-input-border-block-end);border-inline-start:var(--str-chat__search-input-border-inline-start);border-inline-end:var(--str-chat__search-input-border-inline-end);outline:none;font:var(--str-chat__subtitle-text)}.str-chat__search-input--wrapper .str-chat__search-input--clear-button-icon{background-color:#0000;-webkit-mask:var(--str-chat__clear-icon) no-repeat center/contain;mask:var(--str-chat__clear-icon) no-repeat center/contain}.str-chat__search-input--wrapper-active{background:var(--str-chat__search-input-wrapper-active-background-color);color:var(--str-chat__search-input-wrapper-active-color);box-shadow:var(--str-chat__search-input-wrapper-active-box-shadow);border-radius:var(--str-chat__search-input-wrapper-active-border-radius);border-block-start:var(--str-chat__search-input-wrapper-active-border-block-start);border-block-end:var(--str-chat__search-input-wrapper-active-border-block-end);border-inline-start:var(--str-chat__search-input-wrapper-active-border-inline-start);border-inline-end:var(--str-chat__search-input-wrapper-active-border-inline-end)}.str-chat__search-input--wrapper-active .str-chat__search-input--clear-button-icon{background-color:var(--str-chat__text-low-emphasis-color)}.str-chat__search-bar-button--exit-search{background:none;border:none;color:var(--str-chat__primary-color);font:var(--str-chat__subtitle-text)}.str-chat__search-results-header{background:var(--str-chat__search-results-header-background-color);color:var(--str-chat__search-results-header-color);box-shadow:var(--str-chat__search-results-header-box-shadow);border-radius:var(--str-chat__search-results-header-border-radius);border-block-start:var(--str-chat__search-results-header-border-block-start);border-block-end:var(--str-chat__search-results-header-border-block-end);border-inline-start:var(--str-chat__search-results-header-border-inline-start);border-inline-end:var(--str-chat__search-results-header-border-inline-end);font:var(--str-chat__subtitle-text)}.str-chat__search-source-result-list{background:var(--str-chat__search-result-list-background-color);color:var(--str-chat__search-result-list-color);box-shadow:var(--str-chat__search-result-list-box-shadow);border-radius:var(--str-chat__search-result-list-border-radius);border-block-start:var(--str-chat__search-result-list-border-block-start);border-block-end:var(--str-chat__search-result-list-border-block-end);border-inline-start:var(--str-chat__search-result-list-border-inline-start);border-inline-end:var(--str-chat__search-result-list-border-inline-end)}.str-chat__search-source-result-list .str-chat__search-container-empty{background:var(--str-chat__search-results-empty-background-color);color:var(--str-chat__search-results-empty-color);box-shadow:var(--str-chat__search-results-empty-box-shadow);border-radius:var(--str-chat__search-results-empty-border-radius);border-block-start:var(--str-chat__search-results-empty-border-block-start);border-block-end:var(--str-chat__search-results-empty-border-block-end);border-inline-start:var(--str-chat__search-results-empty-border-inline-start);border-inline-end:var(--str-chat__search-results-empty-border-inline-end);font:var(--str-chat__subtitle2-medium-text)}.str-chat__search-source-result-list .str-chat__search-container-empty svg path{fill:var(--str-chat__search-results-empty-icon-color)}.str-chat__search-source-result-list .str-chat__search-result{background:var(--str-chat__search-result-background-color);color:var(--str-chat__search-result-color);box-shadow:var(--str-chat__search-result-box-shadow);border-radius:var(--str-chat__search-result-border-radius);border-block-start:var(--str-chat__search-result-border-block-start);border-block-end:var(--str-chat__search-result-border-block-end);border-inline-start:var(--str-chat__search-result-border-inline-start);border-inline-end:var(--str-chat__search-result-border-inline-end)}.str-chat__search-source-result-list .str-chat__search-result.str-chat__channel-preview-messenger--active{background-color:var(--str-chat__channel-preview-active-background-color)}.str-chat__search-source-result-list .str-chat__search-result .str-chat__search-result--display-name{font:var(--str-chat__subtitle-medium-text)}.str-chat__search-source-result-list .str-chat__search-result:hover,.str-chat__search-source-result-list .str-chat__search-result--focused{background-color:var(--str-chat__search-result-hover-background-color)}.str-chat{--str-chat__thread-border-radius: 0;--str-chat__thread-color: var(--str-chat__text-color);--str-chat__thread-background-color: var(--str-chat__secondary-background-color);--str-chat__thread-border-block-start: none;--str-chat__thread-border-block-end: none;--str-chat__thread-border-inline-start: 1px solid var(--str-chat__surface-color);--str-chat__thread-border-inline-end: none;--str-chat__thread-box-shadow: none;--str-chat__thread-header-border-radius: 0;--str-chat__thread-header-color: var(--str-chat__text-color);--str-chat__thread-header-background-color: var(--str-chat__secondary-background-color);--str-chat__thread-header-border-block-start: none;--str-chat__thread-header-border-block-end: none;--str-chat__thread-header-border-inline-start: none;--str-chat__thread-header-border-inline-end: none;--str-chat__thread-header-box-shadow: none;--str-chat__thread-header-info-color: var(--str-chat__text-low-emphasis-color)}.str-chat__thread-container{background:var(--str-chat__thread-background-color);color:var(--str-chat__thread-color);box-shadow:var(--str-chat__thread-box-shadow);border-radius:var(--str-chat__thread-border-radius);border-block-start:var(--str-chat__thread-border-block-start);border-block-end:var(--str-chat__thread-border-block-end);border-inline-start:var(--str-chat__thread-border-inline-start);border-inline-end:var(--str-chat__thread-border-inline-end)}.str-chat__thread-container .str-chat__thread-header{background:var(--str-chat__thread-header-background-color);color:var(--str-chat__thread-header-color);box-shadow:var(--str-chat__thread-header-box-shadow);border-radius:var(--str-chat__thread-header-border-radius);border-block-start:var(--str-chat__thread-header-border-block-start);border-block-end:var(--str-chat__thread-header-border-block-end);border-inline-start:var(--str-chat__thread-header-border-inline-start);border-inline-end:var(--str-chat__thread-header-border-inline-end)}.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-name,.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-title{font:var(--str-chat__subtitle-medium-text)}.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-channel-name,.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-subtitle{font:var(--str-chat__body-text);color:var(--str-chat__thread-header-info-color)}.str-chat__thread-container .str-chat__thread-header .str-chat__close-thread-button{background-color:#0000;border:none}.str-chat__thread-container .str-chat__thread-header .str-chat__close-thread-button svg path{fill:var(--str-chat__thread-color)}.str-chat{--str-chat__tooltip-border-radius: var(--str-chat__border-radius-xs);--str-chat__tooltip-color: var(--str-chat__text-color);--str-chat__tooltip-background-color: var(--str-chat__secondary-background-color);--str-chat__tooltip-border-block-start: none;--str-chat__tooltip-border-block-end: none;--str-chat__tooltip-border-inline-start: none;--str-chat__tooltip-border-inline-end: none;--str-chat__tooltip-box-shadow: 0 0 20px var(--str-chat__box-shadow-color)}.str-chat__tooltip{background:var(--str-chat__tooltip-background-color);color:var(--str-chat__tooltip-color);box-shadow:var(--str-chat__tooltip-box-shadow);border-radius:var(--str-chat__tooltip-border-radius);border-block-start:var(--str-chat__tooltip-border-block-start);border-block-end:var(--str-chat__tooltip-border-block-end);border-inline-start:var(--str-chat__tooltip-border-inline-start);border-inline-end:var(--str-chat__tooltip-border-inline-end);font:var(--str-chat__caption-text)}.str-chat__tooltip:after{background-color:var(--str-chat__tooltip-background-color)}.str-chat{--str-chat__typing-indicator-border-radius: none;--str-chat__typing-indicator-color: var(--str-chat__text-low-emphasis-color);--str-chat__typing-indicator-background-color: var(--str-chat__overlay-color);--str-chat__typing-indicator-border-block-start: none;--str-chat__typing-indicator-border-block-end: none;--str-chat__typing-indicator-border-inline-start: none;--str-chat__typing-indicator-border-inline-end: none;--str-chat__typing-indicator-box-shadow: none;--str-chat__typing-indicator-dot-background-color: var(--str-chat__text-color)}.str-chat__typing-indicator{background:var(--str-chat__typing-indicator-background-color);color:var(--str-chat__typing-indicator-color);box-shadow:var(--str-chat__typing-indicator-box-shadow);border-radius:var(--str-chat__typing-indicator-border-radius);border-block-start:var(--str-chat__typing-indicator-border-block-start);border-block-end:var(--str-chat__typing-indicator-border-block-end);border-inline-start:var(--str-chat__typing-indicator-border-inline-start);border-inline-end:var(--str-chat__typing-indicator-border-inline-end)}.str-chat__typing-indicator .str-chat__typing-indicator__dots .str-chat__typing-indicator__dot{border-radius:999px;animation:dotFlashing 1s infinite alternate;background-color:var(--str-chat__typing-indicator-dot-background-color)}.str-chat__typing-indicator .str-chat__typing-indicator__dots .str-chat__typing-indicator__dot:nth-child(1){animation-delay:0s}.str-chat__typing-indicator .str-chat__typing-indicator__dots .str-chat__typing-indicator__dot:nth-child(2){animation-delay:.5s}.str-chat__typing-indicator .str-chat__typing-indicator__dots .str-chat__typing-indicator__dot:nth-child(3){animation-delay:1s}@keyframes dotFlashing{0%{opacity:1}50%{opacity:.6}to{opacity:.2}}.str-chat{--str-chat-thread-list-border-color: var(--str-chat__surface-color);--str-chat-thread-list-container-background-color: var(--str-chat__secondary-background-color);--str-chat-unseen-threads-banner-background-color: var(--str-chat__text-color);--str-chat-unseen-threads-banner-color: var(--str-chat__opaque-surface-text-color);--str-chat-thread-list-item-background-color-default: var(--str-chat__secondary-background-color);--str-chat-thread-list-item-background-color-selected: var(--str-chat__surface-color);--str-chat-thread-list-item-text-color: var(--str-chat__text-color);--str-chat-thread-list-item-text-low-emphasis-color: var(--str-chat__text-low-emphasis-color);--str-chat-thread-list-empty-placeholder-background-color: var( --str-chat__secondary-background-color );--str-chat-thread-list-empty-placeholder-color: var(--str-chat__text-low-emphasis-color)}.str-chat__thread-list-container{background-color:var(--str-chat-thread-list-container-background-color)}.str-chat__unseen-threads-banner{border-radius:16px;background:var(--str-chat-unseen-threads-banner-background-color);color:var(--str-chat-unseen-threads-banner-color)}.str-chat__unseen-threads-banner__button{--str-chat-icon-color: var(--str-chat-unseen-threads-banner-color)}.str-chat__thread-list{border-right:1px solid var(--str-chat-thread-list-border-color)}.str-chat__thread-list .str-chat__thread-list-item{--str-chat-icon-color: var(--str-chat-thread-list-item-text-color);border:none;background-color:var(--str-chat-thread-list-item-background-color-default);color:var(--str-chat-thread-list-item-text-color)}.str-chat__thread-list .str-chat__thread-list-item[aria-selected=true]{background-color:var(--str-chat-thread-list-item-background-color-selected)}.str-chat__thread-list .str-chat__thread-list-item[aria-selected=true] .str-chat__thread-list-item__parent-message-text,.str-chat__thread-list .str-chat__thread-list-item[aria-selected=true] .str-chat__thread-list-item__latest-reply-text-and-timestamp{color:inherit}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__parent-message-text{color:var(--str-chat-thread-list-item-text-low-emphasis-color)}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply{--str-chat__avatar-background-color: var(--str-chat__secondary-surface-color);--str-chat__avatar-color: var(--str-chat__text-low-emphasis-color)}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply-text-and-timestamp{color:var(--str-chat-thread-list-item-text-low-emphasis-color)}.str-chat__thread-list-empty-placeholder{--str-chat-icon-color: var(--str-chat-thread-list-empty-placeholder-color);background-color:var(--str-chat-thread-list-empty-placeholder-background-color);color:var(--str-chat-thread-list-empty-placeholder-color)}.str-chat{--str-chat-selector-background-color: var(--str-chat__secondary-background-color);--str-chat-selector-border-color: var(--str-chat__surface-color);--str-chat-selector-button-color-default: var(--str-chat__text-low-emphasis-color);--str-chat-selector-button-color-selected: var(--str-chat__text-color);--str-chat-selector-button-background-color-default: transparent;--str-chat-selector-button-background-color-selected: var(--str-chat__surface-color)}.str-chat__chat-view__selector{border-right:1px solid var(--str-chat-selector-border-color);background-color:var(--str-chat-selector-background-color)}.str-chat__chat-view__selector-button{--str-chat-icon-color: var(--str-chat-selector-button-color-default);border:none;background:var(--str-chat-selector-button-background-color-default);color:var(--str-chat-selector-button-color-default)}.str-chat__chat-view__selector-button[aria-selected=true]{--str-chat-icon-color: var(--str-chat-selector-button-color-selected);color:var(--str-chat-selector-button-color-selected);background:var(--str-chat-selector-button-background-color-selected)}.str-chat{--str-chat-unread-count-badge-color: var(--str-chat__on-unread-badge-color);--str-chat-unread-count-badge-background-color: var(--str-chat__danger-color)}.str-chat__unread-count-badge{background-color:var(--str-chat-unread-count-badge-background-color);color:var(--str-chat-unread-count-badge-color);border-radius:9999px}.str-chat__ai-state-indicator-container{background-color:var(--str-chat__grey300)}.str-chat__ai-state-indicator-text{color:var(--str-chat__text-color)}.channel-avatar{width:48px;height:48px;display:flex;position:relative;background:linear-gradient(135deg,var(--accent-blue),var(--primary));color:var(--primary);font-size:1rem;font-weight:700;border-radius:50%;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.channel-avatar{width:48px;height:48px;display:flex;position:relative;background:linear-gradient(135deg,var(--accent-blue),var(--primary));color:#fff;font-size:1rem;font-weight:700;border-radius:50%;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.channel-content{flex:1;min-width:0}.channel-filters{display:flex;margin-top:12px;gap:.5rem}.channel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem}.channel-item{display:flex;padding:.875rem 1.25rem;align-items:flex-start;gap:.875rem;cursor:pointer;transition:all .2s;border-left:3px solid transparent;background-color:var(--bg-main);border-bottom:1px solid var(--border-main)}.channel-item{width:100%!important;display:flex;padding:.875rem 1.25rem;box-sizing:border-box;align-items:flex-start;gap:.875rem;cursor:pointer;transition:all .2s;border-left:3px solid transparent;background-color:var(--bg-main);border-bottom:1px solid var(--border-main)}.channel-item:hover{background-color:var(--bg-card-hover)}.channel-item.active{background-color:var(--bg-card);border-left-color:var(--primary)}.channel-item.unread{background-color:#a855f70d}.channel-item.unread .channel-preview{color:var(--primary-text);font-weight:500}.channel-list-header{padding:1.25rem;border-bottom:1px solid var(--border-main)}.channel-meta{display:flex;align-items:center;gap:.5rem;margin-top:.375rem}.channel-name{color:var(--primary)!important;font-size:.9375rem;font-weight:600}.channel-name{color:var(--primary-text);font-size:.9375rem;font-weight:600}.channel-preview{color:var(--primary-muted);font-size:.8125rem;overflow:hidden;text-overflow:ellipsis}.channel-preview .preview-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4}.channel-preview:not(:has(.preview-line)){white-space:nowrap}.channel-time{color:var(--primary-muted);font-size:.6875rem}.filter-btn{padding:.5rem .875rem;border:1px solid var(--border-main);background:var(--bg-card);color:var(--primary-muted);font-size:.75rem;font-weight:600;border-radius:6px;cursor:pointer;transition:all .2s;text-transform:uppercase;letter-spacing:.5px}.filter-btn:hover{background:var(--bg-card-hover);color:var(--primary-text)}.filter-btn.active{background:var(--primary);color:var(--text-black);border-color:var(--primary)}.hidden{display:none!important}.no-chat-selected{width:100%;height:100%;display:flex;color:var(--primary-muted);font-size:1.1rem;justify-content:center;align-items:center;background-color:var(--bg-secondary)}.str-chat{--str-chat__primary-color: var(--primary);--str-chat__active-primary-color: var(--primary-hover);--str-chat__surface-color: var(--bg-main);--str-chat__secondary-surface-color: var(--bg-dark);--str-chat__background-color: var(--bg-main);--str-chat__primary-surface-color: var(--bg-main);--str-chat__primary-surface-color-low-emphasis: var(--bg-card);--str-chat__border-radius-circle: 50%;--str-chat__text-color: var(--primary-text);--str-chat__secondary-text-color: var(--primary-muted);--str-chat__disabled-color: var(--accent-disabled);--str-chat__message-bubble-background-color-mine: var(--primary);--str-chat__message-bubble-color-mine: var(--bg-main);--str-chat__message-bubble-background-color-other: var(--bg-card);--str-chat__message-bubble-color-other: var(--primary-text);--str-chat__input-background-color: var(--bg-dark);--str-chat__input-border-color: var(--border-main);--str-chat__message-actions-box-background-color: var(--bg-card);--str-chat__message-actions-list-item-hover-background-color: var(--primary-hover);--str-chat__message-actions-list-item-hover-color: var(--primary-text);width:100%;height:100%}.str-chat{width:100%;height:100%;display:flex!important;flex-direction:row!important}.str-chat__channel{min-width:0;height:100%;display:flex;flex:1;flex-direction:column;background-color:var(--bg-main)}.str-chat__channel-list{flex:1;overflow-y:auto;background-color:var(--bg-main)!important}.str-chat__channel-list-messenger{background-color:var(--bg-main)!important}.str-chat__channel-list-messenger,.str-chat__channel-list-messenger__main{width:100%!important;margin:0!important;padding:0!important}.str-chat__channel-preview-info-name{color:var(--primary-text)!important;font-weight:600}.str-chat__channel-preview-last-message{color:var(--primary-muted)!important}.str-chat__channel-preview-messenger{padding:12px;color:var(--primary-text)!important;background-color:var(--bg-main)!important;border-bottom:1px solid var(--border-main)!important;transition:background-color .2s ease}.str-chat__channel-preview-messenger--active{background-color:var(--bg-card)!important}.str-chat__channel-preview-messenger:hover,.str-chat__channel-preview-messenger--active{background-color:var(--bg-card-hover)!important;border-left:3px solid var(--primary)}.str-chat__channel-preview-time{color:var(--primary-muted)!important;font-size:.75rem}.str-chat__channel-search .str-chat__channel-search-input{padding:8px 12px;border:1px solid var(--border-main)!important;color:var(--primary-text)!important;background-color:var(--bg-dark)!important;border-radius:6px}.str-chat__channel-search .str-chat__channel-search-input::placeholder{color:var(--primary-muted)}.str-chat__channel-search-bar-button--exit-search{display:none}.str-chat__channel,.str-chat__main-panel,.str-chat__container{width:100%!important;max-width:100%!important;flex:1}.str-chat__date-separator-date{border:1px solid var(--border-main);color:var(--primary-muted)!important;background-color:var(--bg-card)!important}.str-chat__date-separator-line{background-color:var(--border-main)!important}.str-chat__header-livestream-left .str-chat__header-livestream-title,.str-chat__header-messenger .str-chat__header-messenger-title,.str-chat__channel-header .str-chat__channel-header-title{color:var(--primary-text);font-weight:600}.str-chat__header-livestream,.str-chat__header-messenger,.str-chat__channel-header{height:auto;padding:1rem;color:var(--primary-text);background-color:var(--bg-main)!important;border-bottom:1px solid var(--border-main)!important}.str-chat__input-flat{background-color:#030303!important;border:1px solid #331f47!important;border-radius:4px;color:#d9c6ec!important}.str-chat__input-flat-wrapper,.str-chat__message-input{background-color:var(--bg-main)!important;border-top:1px solid var(--border-main)!important;padding:1rem}.str-chat__input-flat:focus-within{border-color:var(--primary)!important}.str-chat__list{background-color:var(--bg-main)!important}.str-chat__message-reactions-button:hover svg,.str-chat__reaction-selector-button:hover svg,.str-chat__message-action-button:hover svg,.str-chat__message-simple__actions__action:hover svg,.str-chat__message-simple__actions__action--thread:hover svg,.str-chat__message-reply-in-thread-button:hover svg{fill:var(--primary-text)!important;color:var(--primary-text)!important}.str-chat__message-reactions-button:hover,.str-chat__reaction-selector-button:hover,.str-chat__message-action-button:hover,.str-chat__message-simple__actions__action:hover,.str-chat__message-simple__actions__action--thread:hover,.str-chat__message-reply-in-thread-button:hover{background-color:var(--primary-muted)!important}.str-chat__message-reply-in-thread-button,.str-chat__message-simple__actions__action--thread{display:none!important}.str-chat__message-simple-text-inner{font-family:Inter,sans-serif;padding:10px 14px;border-radius:12px}.str-chat__send-button{color:var(--primary)!important}.str-chat__textarea textarea{background-color:transparent!important;color:#d9c6ec!important}.stream-content{min-width:0;height:100%;display:flex;flex:1;flex-direction:column}.stream-filters{display:flex;padding:1rem;background-color:var(--bg-main);border-bottom:1px solid var(--border-main);flex-direction:column;gap:.5rem}.stream-filters .filter-group{width:100%}.stream-filters select{width:100%;padding:10px;border:1px solid var(--border-main);color:var(--primary-text);border-radius:6px;background-color:var(--bg-dark);outline:none}.stream-filters select:focus{border-color:var(--primary)}.stream-inbox-container{width:100%;height:85vh;display:flex;flex-direction:column;background-color:var(--bg-secondary)}.stream-inbox-loading{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:var(--bg-main)}.stream-inbox-error{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:var(--bg-main);gap:1.5rem;color:var(--primary-text);text-align:center;padding:2rem}.stream-inbox-error p{font-size:1.1rem;color:var(--text-error)}.stream-inbox-error button{padding:.75rem 1.5rem;background-color:var(--primary);color:var(--text-black);border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .2s}.stream-inbox-error button:hover{background-color:var(--primary-hover)}.stream-main-layout{width:100%;height:100%;display:flex!important;flex-direction:row!important;overflow:hidden;background-color:var(--bg-main)}.stream-sidebar{width:350px;min-width:350px;height:100%;display:flex;flex-direction:column;border-right:1px solid var(--border-main);background-color:var(--bg-main)}.unread-badge{padding:.125rem .5rem;color:var(--primary);font-size:.625rem;font-weight:700;background-color:var(--accent-green)!important;border-radius:10px}.unread-badge{padding:.125rem .5rem;color:#fff;font-size:.625rem;font-weight:700;background-color:var(--primary);border-radius:10px}@media(max-width:768px){.str-chat{position:relative}.stream-sidebar{width:100%;height:100%;position:relative;z-index:10}}html body .str-chat .str-chat__message-actions-box{background-color:var(--bg-card)!important;border:1px solid var(--border-main)!important;box-shadow:0 4px 12px #0000007f!important;border-radius:8px!important}html body .str-chat .str-chat__message-actions-list-item button,html body .str-chat .str-chat__message-actions-list-item,.str-chat__message-actions-box-button{border:none!important;color:var(--primary-text)!important;background-color:transparent!important}html body .str-chat .str-chat__message-actions-list-item:hover svg,html body .str-chat .str-chat__message-actions-list-item button:hover svg,.str-chat__message-actions-box-button:hover svg{fill:var(--primary-text)!important;color:var(--primary-text)!important}html body .str-chat .str-chat__message-actions-list-item:hover,html body .str-chat .str-chat__message-actions-list-item:hover button,html body .str-chat .str-chat__message-actions-list-item button:hover,.str-chat__message-actions-box-button:hover{background-color:var(--primary-muted)!important;color:#fff!important;cursor:pointer}.checkbox{width:16px;height:16px;display:flex;border:1px solid var(--slate-500);border-radius:3px;align-items:center;justify-content:center}.checkbox-icon{color:#000;font-size:12px}.multi-select-dropdown-container{width:100%;display:flex;position:relative;flex-direction:column;gap:8px}.multi-select-label{color:var(--primary-text);font-size:14px;font-weight:500}.multi-select-menu{width:100%;position:absolute;top:100%;left:0;border:1px solid #a855f7;background:var(--bg-card);border-top:none;border-bottom-left-radius:8px;border-bottom-right-radius:8px;z-index:1000;box-shadow:0 4px 6px #0000004d;display:flex;flex-direction:column}.multi-select-search-container{padding:8px 12px;border-bottom:1px solid var(--border-main);display:flex;align-items:center;gap:8px;background:var(--bg-dark)}.multi-select-search-input{flex:1;background:transparent;border:none;color:var(--primary-text);font-size:14px;outline:none;padding:4px 0}.multi-select-search-input::placeholder{color:var(--primary-muted)}.search-icon{color:var(--primary-muted)}.multi-select-options-list{max-height:200px;overflow-y:auto}.no-options-found{padding:12px;text-align:center;color:var(--primary-muted);font-size:14px}.multi-select-option{display:flex;padding:10px 16px;color:var(--slate-300);cursor:pointer;align-items:center;gap:10px;transition:background .2s}.multi-select-option:hover{background:var(--bg-card-hover);color:var(--primary-text)}.multi-select-option.selected{background:#8b5cf626;color:var(--primary-light)}.multi-select-option.selected .checkbox{background:var(--primary);border-color:var(--primary)}.multi-select-trigger{width:100%;height:45px;display:flex;padding:0 16px;border:1px solid rgb(139 92 246 / 30%);background:#14142899;color:var(--primary-text);font-size:15px;border-radius:8px;cursor:pointer;transition:all .2s;box-sizing:border-box;align-items:center;justify-content:space-between;-webkit-user-select:none;user-select:none}.multi-select-trigger:hover{border-color:#8b5cf67f}.multi-select-trigger.open{border-color:#a855f7;border-bottom-left-radius:0;border-bottom-right-radius:0}.placeholder-text{color:var(--text-placeholder)}.selected-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--primary-text)}.action-btn{width:36px;height:36px;display:flex;border:1px solid var(--border-main);background:var(--bg-card);color:var(--primary-muted);border-radius:8px;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.action-btn:hover{background:var(--bg-card-hover);border-color:var(--primary);color:var(--primary-light)}.avatar-img{width:100%;height:100%;object-fit:cover}.back-btn{display:flex;margin-right:.75rem;padding:0;border:none;background:transparent;color:var(--primary-text);cursor:pointer;align-items:center;justify-content:center}.channel-action-btn{display:flex;padding:6px;border:none;background:transparent;color:var(--text-muted);cursor:pointer;border-radius:50%;align-items:center;justify-content:center;transition:all .2s ease}.channel-action-btn:hover{background:#ffffff1a;color:var(--primary-text)}.channel-actions{display:flex;gap:4px;margin-left:auto;opacity:0;transition:opacity .2s ease}.channel-item:hover .channel-actions{opacity:1}.channel-list-title{margin-bottom:1rem;color:var(--primary-text);font-size:1.25rem;font-weight:700;font-family:Rajdhani,sans-serif;letter-spacing:.5px}.channel-name.gold-text,.channel-preview.gold-text{color:var(--accent-gold)!important}.chat-area{height:100%;display:flex;background:var(--bg-main);flex:1;flex-direction:column}.chat-header{display:flex;padding:1.25rem;border-bottom:1px solid var(--border-main);align-items:center;justify-content:space-between}.chat-header-actions{display:flex;gap:.5rem}.chat-header-avatar{width:44px;height:44px;display:flex;background:linear-gradient(135deg,var(--primary),var(--accent-blue));color:#fff;font-weight:700;border-radius:50%;align-items:center;justify-content:center;overflow:hidden}.chat-header-details{display:flex;align-items:center;gap:.25rem}.chat-header-info{flex:1;min-width:0}.chat-header-info h2{margin-bottom:.125rem;color:var(--primary);font-size:1.125rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-header-info h2.gold-text{color:var(--accent-gold)!important}.chat-header-left{display:flex;align-items:center;gap:.875rem;flex:1;min-width:0}.chat-header-status{display:flex;color:var(--accent-green);font-size:.8125rem;align-items:center;gap:.375rem}.chat-header-title-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.detail-item{color:var(--primary);font-size:.7875rem;font-weight:600;white-space:nowrap}.detail-item.gold-text{color:var(--accent-gold)!important}.dropdown-item{width:100%;display:flex;padding:12px 16px;border:none;background:transparent;color:var(--primary-text);font-size:.9rem;align-items:center;gap:10px;cursor:pointer;text-align:left;transition:background-color .2s}.dropdown-item:hover{background-color:var(--bg-card-hover)}.dropdown-item.danger{color:var(--accent-red)}.dropdown-item.danger:hover{background-color:#ff46541a}.gold-text{color:var(--accent-gold)!important}.red-text{color:var(--accent-red)!important}.header-action-btn{display:flex;padding:8px;border:none;background:transparent;color:var(--text-muted);cursor:pointer;border-radius:50%;align-items:center;justify-content:center;transition:all .2s ease}.header-action-btn:hover{background:var(--bg-card-hover);color:var(--primary-text)}.header-dropdown-menu{min-width:160px;position:absolute;top:100%;right:0;margin-top:8px;border:1px solid var(--border-main);background:var(--bg-card);border-radius:8px;box-shadow:0 4px 12px #0000007f;z-index:1000;overflow:hidden}.input-actions-left{display:flex;gap:.5rem}.input-btn{width:32px;height:32px;display:flex;border:none;background:transparent;color:var(--primary-muted);border-radius:6px;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.input-btn:hover{background:var(--bg-card-hover);color:var(--primary-light)}.message{width:100%;display:flex;margin-bottom:.75rem;gap:.875rem;box-sizing:border-box}.message-author{color:var(--slate-300);font-size:.875rem;font-weight:600}.message-avatar{width:36px;height:36px;display:flex;background:linear-gradient(135deg,var(--primary-hover),var(--primary-light));color:var(--bg-dark);font-size:.875rem;font-weight:600;border-radius:50%;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.message-content{width:fit-content;max-width:70%}.message-header{display:flex;align-items:center;gap:.5rem;margin-top:.375rem}.message-input{height:100%;border:none;background:transparent;color:var(--primary-text);font-size:.9375rem;flex:1;resize:none;font-family:Inter,sans-serif}.message-input-container{padding:1.25rem;background:var(--bg-dark);border-top:1px solid var(--border-main)}.message-input-wrapper{height:100%;display:flex;padding:.875rem 1rem;border:1px solid var(--border-main);background:var(--bg-card);align-items:center;gap:.75rem;border-radius:12px;transition:all .2s}.message-input-wrapper:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #a855f71a}.message-input::placeholder{color:var(--primary-muted)}.message-input:focus{outline:none}.message-text{width:fit-content;max-width:100%;padding:.875rem 1rem;border:1px solid var(--border-main);background:var(--bg-dark);color:var(--slate-300);font-size:.9375rem;border-radius:12px;line-height:1.5;overflow-wrap:break-word;word-break:break-word}.message-time{color:var(--primary-muted);font-size:.75rem}.message.own{flex-direction:row-reverse!important;justify-content:flex-start!important}.message.own .message-content{width:fit-content!important;max-width:70%!important;display:flex;margin-right:0;margin-left:auto;flex-direction:column;align-items:flex-end!important}.message.own .message-text{border:1px solid var(--slate-500);background:var(--bg-dark);color:var(--slate-300);text-align:left}.send-btn{width:36px;height:36px;display:flex;border:1px solid var(--slate-500);background:transparent;color:#fff;border-radius:8px;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.send-btn:active{transform:translateY(0)}.send-btn:hover{background:var(--slate-700);border-color:var(--slate-400);transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.status-dot{width:6px;height:6px;border-radius:50%;background:var(--primary-muted)}.status-dot.offline{background:var(--text-muted)}.status-dot.online{background:var(--success)}.str-chat__date-separator{padding:1.5rem 0;background:transparent!important}.str-chat__date-separator-date{border:none!important;background:transparent!important;color:var(--primary-muted);font-weight:600}.str-chat__date-separator-line{background:var(--border-main)}.str-chat__list{background:var(--bg-main)}@media(max-width:768px){.chat-header{padding:.75rem 1rem}.chat-header-left{gap:.625rem}.chat-header-avatar{width:36px;height:36px;font-size:.875rem}.chat-header-info h2{font-size:.75rem;margin-bottom:0}.chat-header-title-row{gap:.25rem}.chat-header-details{display:none}.chat-header-status{font-size:.75rem}.header-action-btn svg{width:24px;height:24px}.back-btn{margin-right:.25rem}}.custom-message-loading{width:100%;height:100%;min-height:200px;display:flex;padding:2rem;justify-content:center;align-items:center;flex:1}.custom-spinner{width:40px;height:40px;border:3px solid rgb(212 168 255 / 10%);border-top-color:var(--primary);border-radius:50%;animation:custom-spin 1s ease-in-out infinite}@keyframes custom-spin{to{transform:rotate(360deg)}}.discord{min-height:45rem;display:flex;position:relative;padding:60px 30px;color:var(--primary-text);background-size:cover;background-position:center;background-repeat:no-repeat;flex-direction:column;align-items:center;justify-content:center;text-align:center}.discord .card{max-width:50rem;padding:3rem}.discord a{padding:1rem 4rem;border:2px solid white;border-radius:6px;color:var(--primary-text);background-color:#ffffff1a;text-decoration:none;font-weight:700;transition:all .2s ease;-webkit-backdrop-filter:blur(.1rem);backdrop-filter:blur(.1rem)}.discord a:hover{background-color:#fff3}.discord:before{content:"";position:absolute;inset:0;background:#0000007f}.discord>*{position:relative;z-index:1}.landing{min-height:100vh;display:flex;position:relative;padding-top:40px;padding-bottom:2rem;color:var(--primary-text);background-size:cover;background-position:center;background-repeat:no-repeat;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center}.landing .carousel-track{display:flex;gap:1.5rem;transition:transform .6s ease;padding:0!important}.landing .player-card-left{margin-right:1rem}.landing .player-card-right{display:flex;flex-direction:column;justify-content:center}.landing .player-carousel{overflow:hidden;margin:0}.landing .player-link{margin-top:.4rem;color:#b98cff;font-size:.8rem;text-decoration:none}.landing .player-meta{display:flex;font-size:.8rem;opacity:.75;gap:.4rem}.landing .player-name{font-size:.9rem;opacity:.8}.landing .player-rank{font-size:.85rem;font-weight:600}.landing .row{margin-top:1.5rem}.landing .row a:hover{background-color:#fff3}.landing-action-btn,.fallback-actions a{display:inline-flex;align-items:center;justify-content:center;width:275px;height:60px;padding:0 1rem;font-weight:700;border-radius:8px;text-decoration:none;transition:all .2s ease;font-size:1.1rem;text-align:center;box-sizing:border-box}.landing-action-btn.primary{background:var(--primary);color:#000;border:2px solid var(--primary)}.landing-action-btn.primary:hover{background:var(--primary-hover);border-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 4px 15px #a855f766}.landing-action-btn.secondary{background:#ffffff0d;color:var(--primary-text);border:2px solid var(--border-main);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.landing-action-btn.secondary:hover{background:#ffffff1a;border-color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 15px #0000004d}.landing h1{margin-bottom:.5rem;background:linear-gradient(180deg,#f28dff,#6a3cc4);font-weight:800;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.landing-fallback{width:90%;max-width:600px;display:flex;padding:2rem;border:1px solid rgb(255 255 255 / 10%);background:#14142399;flex-direction:column;align-items:center;gap:1.5rem;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.landing:before{content:"";position:absolute;inset:0;background:#0000007f}.landing>.data{display:flex;gap:2rem;justify-content:center}.landing>.row a{padding:1rem 4rem;border:2px solid white;border-radius:6px;color:var(--primary-text);background-color:#ffffff1a;text-decoration:none;font-weight:700;transition:all .2s ease;-webkit-backdrop-filter:blur(.1rem);backdrop-filter:blur(.1rem)}.landing>.row>.data>*{margin-block:0}.landing>*{position:relative;z-index:1}.landing>p{max-width:40rem;margin:0;margin-top:1rem;color:var(--primary-text);font-size:1.5rem;text-align:center}.trusted{min-height:45rem;display:flex;position:relative;padding:60px 30px;color:var(--primary-text);background-size:cover;background-position:center;background-repeat:no-repeat;flex-direction:column;align-items:center;justify-content:center;text-align:center}.trusted .card img{width:10rem;margin-bottom:.5rem}.trusted .row{gap:5rem}.trusted:before{content:"";position:absolute;inset:0;background:#0000007f}.trusted>*{position:relative;z-index:1}.scholarship-highlight-wrapper{width:100%;max-width:600px;display:flex;justify-content:center}.scholarship-highlight-wrapper.original{margin-top:.5rem}.scholarship-highlight-wrapper.featured{margin-top:4rem}.what-we-offer-btn-wrapper{margin-top:3rem;width:100%;display:flex;justify-content:center}@media(max-width:768px){.scholarship-highlight-wrapper,.what-we-offer-btn-wrapper{margin-top:2rem;padding:0 1.5rem;box-sizing:border-box;width:100%}.what-we-offer-btn-wrapper .landing-action-btn{width:100%}.discord{padding:40px 20px}.discord .card{padding:2rem 1rem}.discord a{width:100%;display:block;padding:.8rem 0;box-sizing:border-box}.fallback-actions{flex-direction:column;width:100%}.fallback-actions a{width:100%;text-align:center}.home-debug-toggles{display:none!important}.landing{min-height:auto;padding-top:6rem;padding-bottom:3rem}.landing .row{flex-direction:column;gap:1rem;width:100%;padding:0 1.5rem}.landing .row a,.landing .row button{width:100%;display:flex;padding:.8rem 0;justify-content:center;align-items:center}.landing-fallback{width:100%;padding:1.5rem}.landing>p{margin-top:1rem;padding:0 1.5rem;font-size:1rem}.trusted{min-height:auto;padding:40px 20px}h1{padding:0 1rem;font-size:2.2rem!important;line-height:1.2}h2{font-size:1.8rem!important}}.trusted-background{width:100%;height:100%;position:absolute;top:0;left:0;background-color:var(--bg-darker);background-image:radial-gradient(var(--bg-card) 15%,transparent 16%),radial-gradient(var(--bg-card) 15%,transparent 16%);background-size:60px 60px;background-position:0 0,30px 30px;opacity:.5;z-index:-1;overflow:hidden}.trusted-background:before{width:100%;height:100%;position:absolute;top:0;left:0;background:linear-gradient(180deg,var(--bg-main) 0%,transparent 20%,transparent 80%,var(--bg-main) 100%);content:"";z-index:1}.trusted-glow{width:60%;height:60%;position:absolute;top:50%;left:50%;background:radial-gradient(circle,rgb(139 92 246 / 10%) 0%,transparent 70%);transform:translate(-50%,-50%);filter:blur(60px);z-index:0}.carousel-nav-btn{width:40px;height:100%;display:flex;position:absolute;top:0;padding:0;border:none;background:none;color:#fff;z-index:20;font-size:3rem;cursor:pointer;opacity:.35;transition:opacity .2s;align-items:center;justify-content:center}.carousel-nav-btn:hover{opacity:1}.carousel-nav-btn.next{right:1rem}.carousel-nav-btn.prev{left:1rem}.carousel-mask{width:100%;height:100%;position:relative;overflow:hidden;mask-image:linear-gradient(to right,transparent,black 15%,black 85%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 15%,black 85%,transparent)}.carousel-track{width:100%;display:flex;position:relative;padding:0!important;gap:1rem;transition:transform .6s ease;justify-content:center;align-items:center}.player-carousel{width:100%;display:flex;position:relative;margin:0 auto;padding:0;overflow:hidden;align-items:center;justify-content:center}@media(max-width:768px){.carousel-nav-btn{padding:0 10px;font-size:2rem}.player-carousel{max-width:100%}}.champion-chip{padding:2px 6px;color:var(--primary-text);font-size:.7rem;font-weight:500;background-color:#ffffff1a;border-radius:4px;white-space:nowrap}.player-card-body{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex:1}.player-card-column{display:flex;flex-direction:column}.player-card-column.left{align-items:center;justify-content:center;width:40%}.player-card-column.left img{width:5.5rem;height:5.5rem;object-fit:cover;border-radius:50%;margin:0!important;padding:0!important}.player-card-column.right{align-items:flex-start;justify-content:center;text-align:left;width:55%;gap:.2rem}.player-card-header{width:100%;text-align:center;margin-bottom:.5rem;padding-bottom:.5rem}.player-card.wide{width:220px;height:auto;min-height:8rem;display:flex;padding:16px;background:#1e142dd9;flex-direction:column;justify-content:space-between;border-radius:1rem;box-shadow:0 .5rem 1.5rem #00000059;flex-shrink:0;box-sizing:border-box;transition:all .4s cubic-bezier(.34,1.56,.64,1);cursor:pointer}.player-champions-container{display:flex;flex-wrap:wrap;gap:4px;margin-top:4px}.player-game{color:var(--primary-muted);font-size:.9rem;font-weight:600}.player-game-row{display:flex;align-items:center;gap:6px;justify-content:center}.player-badge.micro{padding:1px 6px;font-size:.65rem;border-radius:8px;gap:2px}.player-ign{margin:0;color:var(--primary);font-size:1.1rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-rank{color:#c9f;font-size:.75rem;font-weight:600}.player-role{color:var(--primary-muted);font-size:.8rem;font-weight:400}.player-stats-row{display:flex;align-items:center;gap:6px;width:100%;margin:0;padding:0}.stats-dot{color:var(--primary-muted);font-size:.8rem;margin:0;padding:0;line-height:1;display:flex;align-items:center}.player-rank,.player-role,.player-gpa{margin:0;padding:0;line-height:1}.player-gpa{color:var(--primary-muted);font-size:.8rem;font-weight:600}.player-card.is-pro{border:1px solid var(--accent-gold);box-shadow:0 .5rem 1.5rem #0000007f,0 0 10px #ffd70033}.player-card.is-pro .player-ign,.player-card.is-pro .player-game{color:var(--accent-gold)}.player-card.is-pro .player-rank,.player-card.is-pro .player-role,.player-card.is-pro .player-gpa,.player-card.is-pro .stats-dot{color:var(--accent-gold);font-weight:400}@media(max-width:768px){.player-card-column.left img{width:3rem;height:3rem}.player-card.wide{width:200px;padding:12px}}.school-carousel-card{width:200px;height:200px;display:flex;padding:1rem;background:var(--bg-card);flex-direction:column;align-items:center;justify-content:center;border-radius:1rem;box-sizing:border-box;cursor:pointer;transition:all .5s cubic-bezier(.34,1.56,.64,1)}.school-carousel-card .logo-wrapper{width:80px;height:80px;margin-bottom:1rem;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:var(--bg-dark);border:1px solid var(--border-main)}.school-carousel-card img{width:100%;height:100%;object-fit:contain}.school-carousel-card p{margin:0;color:#fff;font-weight:600;text-align:center}.featured-top-row{width:100%;display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-primary-translucent)}.featured-badges{display:flex;align-items:center;gap:8px}.featured-main-content{display:flex;flex-direction:row;gap:2rem;width:100%;align-items:center}.featured-ign{margin:0;background:linear-gradient(90deg,#fff,#d4a8ff);color:var(--primary-text);font-size:2rem;font-weight:800;line-height:1.1;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;word-break:break-all}.featured-verify-icon{flex-shrink:0;filter:drop-shadow(0 0 5px rgb(59 130 246 / 50%))}.player-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:12px;font-size:.8rem;font-weight:600;white-space:nowrap}.pro-badge{border:1px solid rgb(255 215 0 / 40%);color:var(--accent-gold);background-color:#ffd70026}.student-badge{border:1px solid rgb(192 132 252 / 40%);color:var(--badge-player);background-color:#c084fc26}.featured-image-container{display:flex;justify-content:center;align-items:center}.featured-info{min-width:0;display:flex;flex:1;flex-direction:column;align-items:flex-start;text-align:left;gap:1rem}.featured-player-card{width:auto;min-width:500px;max-width:700px;display:flex;flex-direction:column;padding:1.5rem 2rem;border:1px solid var(--border-primary);background:linear-gradient(135deg,#141423e5,#1e1e32f2);border-radius:24px;box-shadow:0 10px 30px #0000007f,0 0 20px #a855f733;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .3s ease;align-items:flex-start;cursor:pointer}.featured-player-card:hover{transform:translateY(-5px);border-color:var(--primary);box-shadow:0 15px 40px #0009,0 0 30px #a855f74d}.featured-player-card.is-pro{border:1px solid var(--accent-gold);box-shadow:0 10px 30px #0000007f,0 0 20px #ffd70033}.featured-player-card.is-pro:hover{border-color:var(--accent-gold);box-shadow:0 15px 40px #0009,0 0 30px #ffd7004d}.is-pro .featured-ign{background:linear-gradient(90deg,#fff,var(--accent-gold));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.is-pro .stat-value{color:var(--accent-gold)}.is-pro .secondary-stat,.is-pro .stats-dot{color:var(--accent-gold);font-weight:400}.featured-player-container{width:100%;display:flex;padding:2.5rem 0;justify-content:center}.featured-player-image{width:120px;height:120px;border-radius:50%;object-fit:cover;border:3px solid var(--primary);box-shadow:0 0 15px #a855f74d;transition:all .3s ease}.is-pro .featured-player-image{border-color:var(--accent-gold);box-shadow:0 0 15px #ffd7004d}.featured-stat{display:flex;flex-direction:column;align-items:flex-start;text-align:left;margin:0;margin-bottom:.5rem;padding-right:1rem}.featured-secondary-stats{display:flex;align-items:center;justify-content:flex-start;gap:1rem;width:100%;margin:0;margin-top:.5rem;padding:0}.featured-tag{padding:4px 10px;background:#ffffff1a;color:var(--primary-text);font-size:.8rem;font-weight:600;border-radius:20px}.featured-tags{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:.4rem;margin-top:.5rem}@media(max-width:768px){.featured-player-container{padding:1.5rem 0;width:100%}.featured-player-card{flex-direction:column;text-align:center;padding:1.5rem;gap:1rem;width:100%!important;max-width:100%;min-width:0}.featured-top-row{flex-direction:column;gap:.75rem;text-align:center}.featured-main-content{flex-direction:column;gap:1rem}.featured-info{align-items:center;text-align:center}.featured-ign{font-size:1.75rem}.featured-player-image{width:100px;height:100px}.featured-stat{padding-right:0;align-items:center;text-align:center}.featured-tags{justify-content:center}}.featured-with-feed-outer{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.welcome-heading{font-size:4rem;font-weight:800;color:var(--primary-text);margin-bottom:0;text-align:center;text-transform:uppercase;letter-spacing:-2px;line-height:1}.featured-with-feed-wrapper{width:100%;margin-top:2rem;display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:4rem;max-width:1400px;padding:0 2rem;z-index:1}.featured-player-column{flex:0 0 500px;display:flex;flex-direction:column;align-items:center;min-width:0}.pulse-feed-column{flex:1;display:flex;flex-direction:column;align-items:center;min-width:350px;height:65%}.pulse-feed-column .news-feed-container{width:100%;height:100%}.featured-player-card-container{display:flex;justify-content:center;width:100%}.featured-actions-row{display:flex;gap:1.5rem;justify-content:center;width:100%;margin-top:1rem}@media(max-width:1100px){.welcome-heading{font-size:2.5rem;letter-spacing:-1px}.featured-with-feed-wrapper{flex-direction:column;align-items:center;gap:2rem}.featured-player-column,.pulse-feed-column{width:100%;min-width:0}}.spotlight-card-frame{width:300px;height:var(--card-height, 350px);border-radius:28px;position:relative;transition:all .4s cubic-bezier(.34,1.56,.64,1);box-sizing:border-box}.spotlight-card-frame,.spotlight-card-frame *{cursor:pointer!important}.spotlight-card-inner{width:100%;height:100%;background:linear-gradient(180deg,#190f2df2,#0a0514fa);border:1px solid rgba(212,168,255,.15);border-radius:28px;padding:24px;display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden;box-shadow:0 20px 40px #0009;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);gap:16px;justify-content:flex-start}.spotlight-accent-line{position:absolute;top:0;left:0;width:100%;height:4px;background:var(--accent-color, var(--primary));box-shadow:0 0 15px var(--accent-color, var(--primary));opacity:.8;z-index:5}.spotlight-frame-header{width:100%;text-align:center;border-bottom:1px solid rgba(212,168,255,.1);padding-bottom:12px;margin-bottom:4px}.spotlight-frame-title{margin:0;font-size:1.45rem;font-weight:900;color:var(--accent-color, #fff);line-height:1.1;letter-spacing:-1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.spotlight-card-frame.is-pro .spotlight-frame-title{background:linear-gradient(90deg,#fff,var(--accent-gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.spotlight-card-frame.is-center .spotlight-card-inner{border-color:#d4a8ff66}.spotlight-card-frame.is-center.is-pro .spotlight-card-inner{border-color:#ffd70066}.spotlight-card-frame:hover{transform:translateY(-8px) scale(1.05)}.spotlight-card-frame.is-center:hover{transform:translateY(-12px) scale(1.05);z-index:15}.spotlight-card-frame:hover .spotlight-card-inner{border-color:var(--accent-color, var(--primary));box-shadow:0 25px 60px #000c,0 0 20px #d4a8ff26}.spotlight-card-frame.is-pro:hover .spotlight-card-inner{box-shadow:0 25px 60px #000c,0 0 25px #ffd70033}.spotlight-card-frame:hover .spotlight-accent-line{opacity:1;height:6px;box-shadow:0 0 20px var(--accent-color, var(--primary))}.spotlight-card-frame:hover .spotlight-frame-title{text-shadow:0 0 15px var(--accent-color, var(--primary));transform:scale(1.02)}.spotlight-card-frame:hover .profile-picture{transform:scale(1.1);border-width:4px!important;box-shadow:0 0 35px var(--accent-color, var(--primary))!important}.spotlight-card-frame:hover .spotlight-game-tag,.spotlight-card-frame:hover .stat-value,.spotlight-card-frame:hover .spotlight-program-tag{color:var(--primary-text);filter:brightness(1.2)}.spotlight-card-frame:hover .spotlight-scholarship-badge{transform:scale(1.05);background:#4ade8033;box-shadow:0 0 15px #4ade8033}.spotlight-frame-title,.profile-picture,.spotlight-game-tag,.stat-value,.spotlight-program-tag,.spotlight-scholarship-badge{transition:all .3s ease}@media(max-width:768px){.spotlight-card-frame{width:260px;height:400px}.spotlight-card-inner{padding:24px 16px;gap:16px}}.spotlight-image-section{width:100%;display:flex;justify-content:center;align-items:center;flex-shrink:0;margin:0 auto}.spotlight-avatar-container{position:relative;width:100px;height:100px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin:0 auto}.spotlight-avatar-container .editable-profile-image-wrapper{gap:0}.spotlight-avatar-container .profile-picture{width:100px!important;height:100px!important;min-width:100px!important;min-height:100px!important;aspect-ratio:1 / 1;border-radius:50%;object-fit:cover;border:3px solid var(--primary)!important;box-shadow:0 0 25px #d4a8ff4d;display:block;flex-shrink:0;pointer-events:auto;cursor:pointer}.is-pro .spotlight-avatar-container .profile-picture{border-color:var(--accent-gold)!important;box-shadow:0 0 25px #ffd7004d!important}.spotlight-role-badge-clipped{position:absolute;top:-5px;left:-5px;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:3;border:2.5px solid #0f0a19;box-shadow:0 4px 10px #00000080}.spotlight-role-badge-clipped.pro{background:var(--accent-gold);color:#000}.spotlight-role-badge-clipped.student{background:var(--primary);color:#000}.spotlight-verify-badge{position:absolute;top:2px;right:2px;background:#1e1b4b;color:var(--accent-blue);width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #0f0a19;box-shadow:0 4px 10px #00000080;z-index:3}.spotlight-metadata-section{width:100%;display:flex;flex-direction:column;align-items:center}.spotlight-game-row{margin-bottom:4px;display:flex;justify-content:center;width:100%}.spotlight-game-tag{font-size:.7rem;font-weight:700;color:var(--primary);text-transform:uppercase;letter-spacing:.5px}.is-pro .spotlight-game-tag{color:var(--primary-text)}.spotlight-stats-single-row{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;width:fit-content;white-space:nowrap}.spotlight-gpa-row{margin-top:8px;background:#ffffff0d;padding:2px 12px;border-radius:20px;border:1px solid rgba(255,255,255,.1)}.spotlight-dot-divider{color:#fff3;font-size:.8rem}.stat-value{font-size:.8rem;font-weight:700;color:var(--primary)}.stat-value.highlight{color:var(--primary)}.is-pro .stat-value,.is-pro .stat-value.highlight{color:var(--primary-text)}@media(max-width:768px){.spotlight-avatar-container{width:80px;height:80px}.spotlight-avatar-container .profile-picture{width:80px!important;height:80px!important;min-width:80px!important;min-height:80px!important}.spotlight-role-badge-clipped{width:24px;height:24px}}.spotlight-image-section{width:100%;display:flex;justify-content:center;align-items:center;flex-shrink:0}.spotlight-school-logo-container{position:relative;width:100px;height:100px;display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0}.spotlight-school-logo-container .editable-profile-image-wrapper{width:100%;display:flex;justify-content:center;align-items:center;gap:0}.spotlight-school-logo-container .profile-image-container{display:flex;justify-content:center;align-items:center}.spotlight-school-logo-container .profile-picture{width:100px!important;height:100px!important;min-width:100px!important;min-height:100px!important;aspect-ratio:1 / 1;border-radius:50%;object-fit:contain;padding:12px;background:#ffffff08;border:3px solid var(--accent-cyan)!important;box-shadow:0 0 25px #22d3ee33;display:block;flex-shrink:0;box-sizing:border-box;pointer-events:auto;cursor:pointer}.spotlight-stats-single-row{display:flex;flex-direction:row;align-items:center;gap:10px;justify-content:center;width:100%}.spotlight-dot-divider{color:#22d3ee33;font-size:.8rem}.spotlight-location-text,.spotlight-roster-text{font-size:.8rem;font-weight:700;color:var(--primary-text)}.spotlight-programs-mini{display:flex;gap:6px;justify-content:center;width:100%;margin-top:4px}.spotlight-program-tag{font-size:.6rem;font-weight:700;color:var(--primary-text);background:#ffffff0d;padding:2px 8px;border-radius:6px;border:1px solid rgba(255,255,255,.1);white-space:nowrap}.spotlight-scholarship-badge{margin-top:8px;background:#4ade801a;color:#4ade80;padding:2px 12px;border-radius:20px;border:1px solid rgba(74,222,128,.2);font-size:.8rem;font-weight:700;text-align:center}.spotlight-verify-badge.school{position:absolute;top:2px;left:2px;color:var(--accent-cyan);background:#080808;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #0f0a19;box-shadow:0 4px 10px #00000080;z-index:3}@media(max-width:768px){.spotlight-school-logo-container{width:80px;height:80px}.spotlight-school-logo-container .profile-picture{width:80px!important;height:80px!important;min-width:80px!important;min-height:80px!important}}.scholarship-highlight-card{width:100%;background:#22c55e14;border:2px solid rgba(34,197,94,.3);border-radius:16px;padding:1.5rem 2.5rem;display:flex;align-items:center;gap:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 0 20px #22c55e1a;box-sizing:border-box}.scholarship-highlight-card:hover{background:#22c55e1f;border-color:var(--accent-green);transform:translateY(-4px) scale(1.02);box-shadow:0 10px 30px #22c55e33}.scholarship-icon{color:var(--accent-green);flex-shrink:0}.scholarship-text-content{display:flex;flex-direction:column;align-items:flex-start}.scholarship-amount{font-size:2.25rem;font-weight:900;color:var(--accent-green);line-height:1;text-shadow:0 0 10px rgba(34,197,94,.3)}.scholarship-label{font-size:.95rem;color:var(--primary-text);font-weight:700;text-transform:uppercase;letter-spacing:1px;opacity:.9;white-space:nowrap}.scholarship-interest-btn{margin-left:auto;padding:10px 20px;background:var(--accent-green);color:var(--text-black);border:none;border-radius:8px;font-size:.9rem;font-weight:800;cursor:pointer;transition:all .2s ease;white-space:nowrap}.scholarship-interest-btn:hover{background:#22c55e;transform:scale(1.05);box-shadow:0 4px 15px #22c55e66}@media(max-width:600px){.scholarship-highlight-card{flex-direction:column;text-align:center;padding:1.5rem;gap:1rem}.scholarship-text-content{align-items:center}.scholarship-interest-btn{margin-left:0;width:100%}}.fallback-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.fallback-actions .primary-btn{border:none;background:var(--primary);color:#000}.fallback-actions .primary-btn:hover{background:var(--primary-hover);transform:translateY(-2px)}.fallback-actions .secondary-btn{border:1px solid var(--accent-cyan);background:transparent;color:var(--accent-cyan)}.fallback-actions .secondary-btn:hover{background:#22d3ee1a;transform:translateY(-2px)}.fallback-actions a,.fallback-actions button{display:inline-flex;align-items:center;justify-content:center;width:275px;height:60px;padding:0 1rem;font-weight:700;border-radius:8px;text-decoration:none;transition:all .2s ease;font-size:1.1rem;text-align:center;box-sizing:border-box;border:none;background:none;cursor:pointer}.landing-fallback{width:100%;max-width:800px;display:flex;padding:0;border:none;background:none;flex-direction:column;align-items:center;gap:1.5rem;text-align:center;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.landing-fallback h3{margin:0;color:var(--primary-text);font-size:1.5rem}@media(max-width:768px){.fallback-actions{flex-direction:column;width:100%}.fallback-actions a,.fallback-actions button{width:100%;text-align:center}.landing-fallback{width:100%;padding:1.5rem}}.success-stories{display:flex;position:relative;padding:8rem 2rem;background:linear-gradient(180deg,#0a0a0a,#000);color:var(--primary-text);flex-direction:column;align-items:center;justify-content:center;text-align:center;overflow:hidden}.success-stories .row{width:100%;max-width:1200px;display:flex;margin-bottom:3rem;gap:2rem;justify-content:center;flex-wrap:wrap}.success-stories>*{position:relative;z-index:1}.success-stories>p{max-width:600px;margin-bottom:4rem;color:#9ca3af;font-size:1.2rem;line-height:1.6}.success-stories h2{margin-bottom:1rem;background:linear-gradient(135deg,#fff,#a855f7);font-size:3rem;font-weight:800;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.02em}.success-stories:before{width:70%;height:70%;position:absolute;top:50%;left:50%;background:radial-gradient(circle,rgb(138 43 226 / 5%) 0%,transparent 60%);content:"";transform:translate(-50%,-50%);pointer-events:none;z-index:0}@media(max-width:768px){.success-stories{padding:4rem 1.5rem}.success-stories .row{flex-direction:column;align-items:center;gap:1.5rem}.success-stories h2{font-size:2.2rem}}.feature-card{min-width:300px;display:flex;position:relative;padding:2rem;border:1px solid rgb(255 255 255 / 5%);background:linear-gradient(145deg,#ffffff08,#ffffff03);flex:1;border-radius:16px;text-align:left;transition:all .3s ease;overflow:hidden;flex-direction:column;gap:.5rem;box-sizing:border-box}.feature-card h3,.feature-card h4{margin:0 0 .5rem;color:#fff;font-size:1.4rem;font-weight:700}.feature-card p{margin:0;color:#9ca3af;font-size:1rem;line-height:1.6}.feature-card:after{width:100%;height:3px;position:absolute;bottom:0;left:0;background:linear-gradient(90deg,#39c,transparent);content:"";opacity:0;transition:opacity .3s ease}.feature-card:hover{background:#ffffff0d;transform:translateY(-5px)}.feature-card:hover:after{opacity:1}.feature-card.primary-title h3,.feature-card.primary-title h4{color:var(--primary)}@media(max-width:768px){.feature-card{width:100%;max-width:100%}}.offer-section{display:flex;position:relative;padding:8rem 2rem;background:linear-gradient(180deg,#000,#0a0a0a);color:#e0e0e0;flex-direction:column;align-items:center;justify-content:center;text-align:center;overflow:hidden}.offer-section .card-left-align{position:relative;padding:1.5rem;border:1px solid rgb(212 168 255 / 5%);background:#d4a8ff08;border-radius:12px;text-align:left;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.offer-section .card-left-align p{margin:0;color:#a3a3a3;font-size:.95rem;line-height:1.5}.offer-section .card-left-align:before{width:4px;height:100%;position:absolute;top:0;left:0;background:#39c;content:"";opacity:0;transition:opacity .3s ease}.offer-section .card-left-align:hover{transform:translateY(-5px);background:#d4a8ff0f;border-color:#3399cc4d;box-shadow:0 10px 30px -10px #0000007f}.offer-section .card-left-align:hover:before{opacity:1}.offer-section .col{flex:1;display:flex;flex-direction:column;gap:1.5rem}.offer-section .col h3{width:100%;margin-bottom:1.5rem;padding-bottom:1rem;color:#39c;font-size:1.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;text-align:center;border-bottom:1px solid rgb(51 153 204 / 20%)}.offer-section .row{width:100%;max-width:1200px;display:flex;gap:4rem;justify-content:center;align-items:flex-start}.offer-section>*{position:relative;z-index:1}.offer-section>p{max-width:600px;margin-bottom:4rem;color:#9ca3af;font-size:1.2rem;line-height:1.6}.offer-section h2{margin-bottom:1rem;background:linear-gradient(135deg,var(--primary) 0%,#39c 100%);font-size:3rem;font-weight:700;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.02em}.offer-section h4{margin:0 0 .5rem;color:var(--primary);font-size:1.2rem;font-weight:600}.offer-section:before{width:60%;height:60%;position:absolute;top:50%;left:50%;background:radial-gradient(circle,rgb(51 153 204 / 5%) 0%,transparent 70%);content:"";transform:translate(-50%,-50%);pointer-events:none;z-index:0}@media(max-width:900px){.offer-section{padding:4rem 1.5rem}.offer-section .col{width:100%}.offer-section .col h3{margin-bottom:1rem;font-size:1.5rem}.offer-section .row{flex-direction:column;gap:3rem}.offer-section h2{font-size:2.2rem}}.hide-button button{display:none!important}.pricing-cards{display:flex;justify-content:center;gap:30px;align-items:stretch;flex-wrap:wrap}.pricing-container{width:100%;margin:0 auto;padding:40px 20px;color:var(--primary-text);background-color:var(--bg-main);text-align:center}.pricing-container h1{width:100%;margin-bottom:1.5rem;color:var(--primary-text);font-weight:700;text-align:center}.pricing-container p{text-align:center;max-width:800px;margin:0 auto 40px}.pricing-toggle{min-width:350px;display:flex;position:relative;padding:4px;border:1px solid var(--border-light);background:#ffffff1a;border-radius:30px}.pricing-toggle button{position:relative;padding:8px 40px;border:none;background:transparent;color:var(--text-placeholder);font-weight:600;border-radius:24px;cursor:pointer;transition:all .3s ease;z-index:2;flex:1}.pricing-toggle button.active{color:var(--bg-main)}.pricing-toggle-container{display:flex;justify-content:center;margin-bottom:2rem}.save-text{font-size:.65rem;font-weight:700;text-transform:uppercase;opacity:.8}.toggle-slider{width:calc(50% - 4px);height:calc(100% - 8px);position:absolute;top:4px;background:var(--primary);border-radius:24px;transition:left .3s cubic-bezier(.25,.8,.25,1);z-index:1}@media(max-width:768px){.pricing-cards{flex-direction:column;align-items:center;gap:40px}.pricing-container{padding:20px 15px}.pricing-container h1{font-size:2.2rem;line-height:1.2}.pricing-container p{padding:0 10px;font-size:1rem}}.card-footer{width:100%;margin-top:auto;display:flex;justify-content:center}.complimentary-text{color:var(--accent-green);font-weight:800;font-size:1.1rem;letter-spacing:1px;padding:12px 0}.new-pricing-card{width:100%;max-width:350px;display:flex;padding:30px;border:2px solid transparent;background-color:var(--bg-card);border-radius:15px;flex-direction:column;box-sizing:border-box;transition:transform .3s ease,border-color .3s ease;gap:20px}.new-pricing-card:hover{transform:translateY(-5px)}.new-pricing-card.popular{border:2px solid var(--primary);background-color:var(--bg-card-hover)}.original-price{color:var(--text-placeholder);font-size:1.5rem;font-weight:500;text-decoration:line-through}.plan-details{flex-grow:1;display:flex;flex-direction:column}.plan-summary{min-height:200px;display:flex;padding-bottom:20px;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:10px}.plan-summary .get-in-touch{margin:0;color:var(--primary-text);font-size:2rem;font-weight:700}.plan-summary .per-year{margin:0;color:var(--primary-muted);font-size:.9rem}.plan-summary .price{margin:0;color:var(--primary-text);font-size:2.5rem;font-weight:700}.plan-summary h2{margin:0;color:var(--primary-text);font-size:2rem}.plan-summary h3{margin:0;color:var(--primary);font-size:1rem;text-transform:uppercase;letter-spacing:1px}.price-container{display:flex;align-items:baseline;gap:10px;justify-content:center}ul.features-list{margin:0;padding:0;border:none;list-style:none;text-align:left;flex-grow:1;outline:none}ul.features-list li{display:flex;margin-bottom:1rem;color:var(--primary-text);font-size:.95rem;align-items:flex-start}ul.features-list li:before{margin-right:10px;color:var(--primary);font-weight:700;content:"✓"}.pill-button{width:100%;display:block;padding:12px 24px;border:1px solid transparent;font-size:1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .2s ease;text-transform:none}.pill-button:disabled{background-color:var(--bg-button-dark)!important;border-color:var(--border-light)!important;color:var(--text-placeholder)!important;cursor:not-allowed;transform:none!important}.pill-button.cancel{background-color:transparent;border-color:var(--accent-red);color:var(--accent-red)}.pill-button.cancel:hover{background-color:var(--accent-red);color:var(--primary-text);transform:translateY(-2px)}.pill-button.primary{background-color:var(--primary);color:var(--bg-main)}.pill-button.primary:hover{background-color:var(--primary-hover);color:var(--bg-main);transform:translateY(-2px)}.redeem-code-button{padding:12px 24px;border:none;color:var(--text-black);font-size:1rem;font-weight:600;background-color:var(--primary);border-radius:8px;cursor:pointer;transition:background-color .2s ease,transform .1s ease;white-space:nowrap}.redeem-code-button:disabled{background-color:var(--primary);color:var(--text-placeholder);cursor:not-allowed;transform:none}.redeem-code-button:hover:not(:disabled){background-color:var(--primary-hover);transform:translateY(-1px)}.redeem-code-container{max-width:500px;margin:40px auto 0;padding:24px 32px;border:1px solid var(--border-main);background-color:var(--bg-card);border-radius:12px;text-align:center}.redeem-code-container h3{margin:0 0 16px;color:var(--primary-text);font-size:1.25rem;font-weight:600}.redeem-code-form{display:flex;margin-bottom:.5rem;gap:12px;justify-content:center;align-items:center}.redeem-code-input{flex:1;padding:12px 16px;border:1px solid var(--border-main);border-radius:8px;background-color:var(--bg-darker);color:var(--primary-text);font-size:1rem;letter-spacing:1px;text-transform:uppercase;outline:none;transition:border-color .2s ease}.redeem-code-input::placeholder{color:var(--text-placeholder);text-transform:none;letter-spacing:normal}.redeem-code-input:disabled{opacity:.6;cursor:not-allowed}.redeem-code-input:focus{border-color:var(--primary)}.redeem-code-message{margin:16px 0 0!important;padding:10px 16px!important;border-radius:6px;font-size:.9rem;font-weight:500}.redeem-code-message.error{padding:10px 16px!important;border:1px solid rgb(255 77 77 / 30%);color:var(--accent-red);background-color:#ff4d4d26}.redeem-code-message.success{border:1px solid rgb(50 205 50 / 30%);color:var(--accent-green);background-color:#32cd3226}@media(max-width:768px){.redeem-code-button{width:100%}.redeem-code-container{margin:30px 15px 0;padding:20px}.redeem-code-form{flex-direction:column}.redeem-code-input{width:100%}}.privacy-policy-container{padding:4rem 2rem;max-width:800px;margin:0 auto;color:var(--primary-text);line-height:1.6}.privacy-policy-content h1{color:var(--primary);margin-bottom:.5rem}.last-updated{color:var(--primary-muted);font-size:.9rem;margin-bottom:2rem}.privacy-policy-content section{margin-bottom:2rem}.privacy-policy-content h2{color:var(--primary-text);font-size:1.5rem;margin-bottom:1rem}.pdf-link-container{margin-top:3rem;padding:2rem;background:var(--bg-card);border-radius:12px;text-align:center;border:1px solid var(--border-main)}.download-btn{display:inline-block;margin-top:1rem;padding:.8rem 2rem;background:var(--primary);color:#fff;text-decoration:none;border-radius:8px;font-weight:700;transition:opacity .2s}.download-btn:hover{opacity:.9}.student-profile-page{min-height:45rem;display:flex;position:relative;padding:40px 64px;background:transparent;color:var(--primary-text);background-size:cover;flex-direction:column;align-items:center;justify-content:center}.student-profile-page .card-header{display:flex;align-items:center;margin-bottom:.5rem}.student-profile-page .card-header h3{margin:0}.student-profile-page .card-left-align{width:100%;padding:1.5rem;overflow-wrap:break-word;box-sizing:border-box}.student-profile-page .card-left-align p,.student-profile-page .collapsible-card p{white-space:pre-wrap;word-break:break-word;color:var(--primary-text)}.student-profile-page .chips-input-container{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;width:100%!important;max-width:100%!important;padding-left:.3rem;border:none;background-color:transparent;box-sizing:border-box!important;overflow-x:auto!important;white-space:nowrap!important;scrollbar-width:thin;scrollbar-color:var(--border-primary-translucent) transparent}.student-profile-page .chips-input-container .chip{display:inline-flex!important;flex-shrink:0!important;vertical-align:middle;margin-right:.5rem}.student-profile-page .chips-input-container::-webkit-scrollbar{display:block;height:6px}.student-profile-page .chips-input-container::-webkit-scrollbar-track{background:#ffffff05;border-radius:10px}.student-profile-page .chips-input-container::-webkit-scrollbar-thumb{background:var(--border-primary-translucent);border-radius:10px}.student-profile-page .chips-input-container::-webkit-scrollbar-thumb:hover{background:var(--primary-muted)}.student-profile-page .chips-input-container input{display:none}.student-profile-page .chips-input-container.disabled{opacity:1;background-color:transparent;cursor:default}.student-profile-page .col{gap:1.5rem;min-width:0}.student-profile-page .left-col{flex:0 .32 32%;min-width:0}.student-profile-page .links .col{gap:0}.student-profile-page .links .link-svg{width:1rem;height:1rem;color:var(--primary-text)}.student-profile-page .margin-top-1{margin-top:1rem}.student-profile-page .profile-header{padding:3.5rem;border:1px solid var(--border-primary-translucent);box-shadow:0 0 10px #8b5cf633!important}.student-profile-page .profile-header h2{margin-bottom:.3rem;color:var(--primary);font-size:2.25rem}.student-profile-page .profile-header h3{color:var(--primary-muted);font-size:1.125rem;line-height:1.75rem;font-weight:500}.student-profile-page .red{border:1px solid var(--border-primary-translucent)}.student-profile-page .red svg{color:var(--primary)}.student-profile-page .right-col{flex:0 .68 68%;min-width:0}.student-profile-page .row{width:100%;display:flex;margin-top:1rem;justify-content:space-between;gap:1.5rem}.student-profile-page .row .card-left-align{border:1px solid var(--border-primary-translucent);border-radius:.5rem;background-color:var(--bg-overlay-light)}.student-profile-page .stats h4{text-align:right;margin-left:1rem}.student-profile-page .other-games-row{align-items:flex-start!important}.student-profile-page .other-games-row .chips-input-container{flex-wrap:wrap!important;white-space:normal!important;justify-content:flex-end!important}.student-profile-page .svg-row{display:flex;align-items:center}.student-profile-page .website{padding:.5rem 1rem;border:1px solid #8a2be266;color:var(--primary-text);font-size:.875rem;font-weight:600;border-radius:6px;transition:all .2s ease;text-decoration:none;line-height:1.25rem;justify-content:center;align-items:center;background-color:#0000}.student-profile-page .website-svg{color:var(--primary-text)}.student-profile-page .website:hover{background-color:#892be22f}.student-profile-page .wrapper{width:100%;min-width:66rem;max-width:var(--max-content-width)}.student-profile-page a{width:100%;display:inline-flex;margin-top:.7rem;padding:.5rem 1rem;border:1px solid #8a2be266;color:var(--primary-text);font-size:.875rem;font-weight:600;border-radius:6px;transition:all .2s ease;text-decoration:none;line-height:1.25rem;justify-content:center;align-items:center}.student-profile-page a:hover{background-color:#892be22f}.student-profile-page button{padding:.5rem 1rem;border:none;border:1px solid var(--primary-light);color:var(--text-black);font-size:.875rem;font-weight:550;background-color:var(--primary);border-radius:6px;line-height:1.25rem;cursor:pointer;transition:background-color .2s ease}.student-profile-page h3{font-size:1.5rem}.student-profile-page h4{color:var(--primary-text);font-weight:500}.student-profile-page svg{width:1.5rem;vertical-align:middle}.student-profile-page>.col>.card-left-align{display:flex;align-items:flex-start;border-radius:.5rem;background-color:#08080880;background-image:linear-gradient(to right,rgb(100 116 139 / 10%),transparent,rgb(100 116 139 / 10%));--tw-gradient-from: #cc99ff1a}.student-profile-page>.col>.card-left-align .col{display:flex;flex-direction:column;align-items:start;gap:0}.student-profile-page>.col>.card-left-align img.profile-picture{width:12rem;height:12rem;border:.2rem solid var(--border-primary-translucent);object-fit:cover;border-radius:50%}.user-not-found{width:100%;max-width:600px;display:flex;margin:2rem auto 0;padding:4rem;border:1px dashed var(--border-primary-translucent);flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;background-color:var(--bg-card);border-radius:12px;text-align:center}.user-not-found h2{margin:0;color:var(--primary-text);font-size:1.75rem}.user-not-found p{margin:0;color:var(--primary-text);font-size:1rem}.user-not-found-icon{color:var(--primary-muted);opacity:.7}.match-history-container{display:flex;flex-direction:column;gap:.75rem;width:100%;max-height:365px;overflow-y:auto;padding-right:8px}.match-history-container::-webkit-scrollbar{width:6px}.match-history-container::-webkit-scrollbar-track{background:#ffffff05;border-radius:10px}.match-history-container::-webkit-scrollbar-thumb{background:var(--border-primary-translucent);border-radius:10px}.match-history-container::-webkit-scrollbar-thumb:hover{background:var(--primary-muted)}.match-row{display:flex;align-items:center;padding:.75rem 1rem;background:#ffffff08;border-radius:8px;border:1px solid var(--border-primary-translucent);gap:1rem;transition:transform .2s ease}.match-row:hover{background:#ffffff0d}.match-row.win{border-left:4px solid var(--valorant-win)}.match-row.loss{border-left:4px solid var(--valorant-loss)}.agent-icon{width:40px;height:40px;border-radius:4px;background:var(--bg-overlay-light)}.match-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.match-top{display:flex;align-items:center;gap:.5rem}.match-map{font-weight:600;font-size:.95rem}.match-mode{font-size:.8rem;color:var(--primary-muted);text-transform:capitalize}.match-bottom{display:flex;align-items:center;gap:.75rem;font-size:.85rem}.match-result{font-weight:700}.win .match-result{color:var(--valorant-win)}.loss .match-result{color:var(--valorant-loss)}.match-score{font-weight:500}.match-stats{display:flex;align-items:center;gap:1rem}.stat-item{display:flex;flex-direction:column;align-items:center}.stat-label{color:var(--primary-muted);text-transform:uppercase}.stat-value{font-weight:600;font-size:.95rem}.match-date{font-size:.75rem;color:var(--primary-muted);min-width:60px;text-align:right}@media(max-width:1080px){.match-stats{gap:.75rem}}@media(max-width:600px){.match-row{padding:.5rem;gap:.5rem}.match-stats{display:none}}@media(max-width:1080px){.student-profile-page{padding:2rem 1rem}.student-profile-page .left-col,.student-profile-page .right-col{flex:1 1 100%!important;width:100%!important;max-width:100%!important}.student-profile-page .row{flex-direction:column!important;margin-top:0}.student-profile-page .collapsible-card .row{flex-direction:row;justify-content:space-between;align-items:flex-start;margin-top:.75rem;gap:1rem}.student-profile-page .collapsible-card .row p{text-align:left;margin:0;flex-shrink:0}.student-profile-page .collapsible-card .row h4,.student-profile-page .collapsible-card .tag-list{text-align:right;margin:0;justify-content:flex-end}.student-profile-page .tag-list{display:flex;margin:0;padding:0;flex-wrap:wrap;gap:.5rem;list-style:none}.student-profile-page .tag-list li{display:inline-block;padding:4px 12px;border:1px solid var(--border-primary-translucent);color:var(--primary-text);font-size:.85rem;background-color:#cc99ff1a;border-radius:16px;line-height:1.4}.student-profile-page .wrapper{width:100%;min-width:0!important}}@media(max-width:600px){.student-profile-page .card-left-align{padding:1rem}.student-profile-page .profile-header{padding:1.5rem}.student-profile-page .profile-header h2{font-size:1.75rem}}.riot-stats-container{display:flex;flex-direction:column;gap:1.25rem;width:100%}.riot-stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.riot-stat-mini-card{background:#ffffff08;padding:1rem;border-radius:8px;border:1px solid var(--border-primary-translucent);display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.riot-stat-label{font-size:.75rem;color:var(--primary-muted);text-transform:uppercase}.riot-stat-value-large{font-size:1.5rem;font-weight:700;color:var(--primary-text)}.riot-sub-section-title{font-size:.85rem;font-weight:600;color:var(--primary-muted);text-transform:uppercase;margin-bottom:.5rem;margin-top:.5rem;text-align:left;width:100%}@media(max-width:1080px){.riot-stat-grid{grid-template-columns:repeat(2,1fr)}}.card-header{width:100%;display:flex;margin-bottom:.5rem;align-items:center;justify-content:flex-start!important}.card-header h3{margin:0;text-align:left!important}.card-header svg{margin-right:.5rem;flex-shrink:0}.action-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.parallelogram-action-button{width:fit-content!important;max-width:12rem!important;height:3rem!important;display:inline-flex;margin:0!important;padding:.375rem .75rem!important;border:none;font-size:.9rem;font-weight:600;transform:skew(-15deg);border-radius:0!important;align-items:center;justify-content:center;transition:all .2s ease!important;cursor:pointer;overflow:hidden!important}.parallelogram-action-button:active{transform:skew(-15deg) translateY(0)}.parallelogram-action-button:hover{filter:brightness(.9);transform:skew(-15deg) translateY(-2px)}.parallelogram-action-button.primary{background:var(--primary);color:var(--text-black)}.parallelogram-action-button.primary-pro{border:1px solid var(--accent-gold);background:linear-gradient(135deg,var(--accent-gold),var(--accent-gold-muted));color:var(--text-black);box-shadow:0 0 10px #ffd7007f}.parallelogram-action-button.primary-pro:hover{filter:brightness(1.1);box-shadow:0 0 15px #ffd700b3}.parallelogram-action-button.secondary{border:2px solid var(--primary)!important;background:transparent;color:var(--primary)}.parallelogram-action-button.secondary:hover{background:#cc99ff1a}.parallelogram-action-button>span{width:100%;display:flex;transform:skew(15deg);align-items:center;justify-content:center;gap:.25rem;overflow:hidden}.parallelogram-action-icon{width:16px!important;min-width:16px!important;height:16px!important;min-height:16px!important;display:block!important;margin:0!important;color:inherit!important}.header-badges-row{display:flex;flex-flow:row nowrap;gap:10px;margin-top:12px;align-items:center;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.header-badges-row::-webkit-scrollbar{display:none}.mobile-achievements-section{width:100%;display:none;margin-top:1rem;padding-top:1.5rem;flex-direction:column;gap:12px;align-items:flex-start;border-top:1px solid var(--border-main)}.student-profile-header{width:100%;padding:32px;background:transparent!important;background-image:none!important;border:1px solid var(--border-primary-translucent)!important;border-radius:16px!important;box-sizing:border-box;box-shadow:0 0 10px #8b5cf633!important}.student-profile-header .achievements-title{margin:0;color:var(--text-muted);font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.student-profile-header .badge-chip{margin-top:8px}.student-profile-header .badge-chip{width:fit-content;display:inline-flex;padding:6px 12px;border:1px solid transparent;font-size:.75rem;font-weight:500;align-items:center;gap:8px;border-radius:8px;transition:transform .2s}.student-profile-header .badge-chip:hover{transform:translate(4px)}.student-profile-header .badge-chip.complete{background:linear-gradient(0deg,#f59e0b26,#f59e0b26),#080808;color:var(--badge-warning);border-color:#f59e0b4d}.student-profile-header .badge-chip.complete,.student-profile-header .badge-chip.complete-profile-badge{background:linear-gradient(0deg,#22c55e26,#22c55e26),#080808!important;color:var(--badge-success)!important;border-color:#22c55e4d!important}.student-profile-header .badge-chip.player{background:linear-gradient(0deg,#a855f726,#a855f726),#080808;color:var(--badge-player);border-color:#a855f74d}.student-profile-header .badge-chip.pro{background:linear-gradient(0deg,#ffd70026,#ffd70026),#080808;color:var(--accent-gold);border-color:#ffd7004d}.student-profile-header .badge-chip.pro svg{color:var(--accent-gold)!important}.student-profile-header .badge-chip.admin{background:linear-gradient(0deg,#ef444426,#ef444426),#080808;color:var(--accent-red);border-color:#ef44444d}.student-profile-header .badge-chip.specialist{background:linear-gradient(0deg,#f9731626,#f9731626),#080808;color:var(--accent-orange);border-color:#f973164d}.student-profile-header .badge-chip.response{background:linear-gradient(0deg,#22c55e26,#22c55e26),#080808;color:var(--badge-success);border-color:#22c55e4d}.student-profile-header .badge-chip.status{background:linear-gradient(0deg,#ec489926,#ec489926),#080808;color:var(--badge-status);border-color:#ec48994d}.student-profile-header .header-badges-list{display:flex;flex-direction:column;gap:10px;align-items:flex-start}.student-profile-header .profile-header-content-wrapper{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:40px}.student-profile-header .profile-header-info{display:flex;flex-direction:column;align-items:flex-start}.student-profile-header .profile-header-info h2{margin:0 0 4px;color:var(--primary-text);font-size:2rem;font-weight:700;line-height:1.2}.student-profile-header .profile-header-info h3{margin:0 0 .5rem;color:var(--primary-muted);font-size:1.125rem;font-weight:500}.student-profile-header .profile-header-left-section{display:flex;flex-direction:column;gap:2rem;flex:1}.student-profile-header .profile-header-meta{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:.25rem;margin-bottom:.5rem}.pro-header .profile-shout-container{background:linear-gradient(0deg,#ffd7000d,#ffd7000d),var(--bg-overlay-light);border-color:#ffd70033}.shout-icon{color:var(--primary);flex-shrink:0}.pro-header .shout-icon{color:var(--accent-gold)}.student-profile-header .profile-header-right-section{min-width:120px;display:flex;padding:0 32px;flex-direction:column;align-items:center;justify-content:center;gap:12px;border-left:1px solid var(--border-main);align-self:stretch}.student-profile-header.admin-header .profile-header-right-section{border-left-color:#ef44444d}.student-profile-header .profile-header-top{display:flex;flex-flow:row wrap;align-items:flex-start;gap:2rem}.student-profile-header .profile-header-top .profile-picture{width:15rem;height:15rem;margin:0!important;flex-shrink:0}.student-profile-header .profile-meta-item{color:var(--primary-muted);font-size:.9rem;font-weight:500}.student-profile-header .profile-social-links{width:auto;display:flex;margin-top:12px;flex-flow:row wrap;gap:.5rem;align-items:center}.student-profile-header .social-chip{width:fit-content!important;display:inline-flex!important;margin-top:0!important;padding:6px 12px;border:1px solid rgb(255 255 255 / 10%);font-size:.9rem;font-weight:600;align-items:center;justify-content:flex-start!important;gap:6px;border-radius:6px;text-decoration:none;transition:all .2s ease;white-space:nowrap;flex:0 0 auto}.student-profile-header .social-chip svg{width:18px!important;height:18px!important;margin-right:0!important}.student-profile-header .social-chip:hover{transform:translateY(-2px)}.student-profile-header .social-chip.tracker{background-color:#ffffff1a;color:#e3c7ff;border-color:#fff3}.student-profile-header .social-chip.tracker:hover{background-color:#fff3}.student-profile-header .social-chip.tracker.pro{color:var(--accent-gold)!important;border-color:#ffd7004d!important}.student-profile-header .social-chip.tracker.pro:hover{background-color:#ffd70033;color:var(--accent-gold)!important}.student-profile-header .social-chip.twitch{background-color:#9146ff1a;color:#bc79ff;border-color:#9146ff4d}.student-profile-header .social-chip.twitch:hover{background-color:#9146ff33}.student-profile-header .social-chip.youtube{background-color:#ff00001a;color:#ff4d4d;border-color:#ff00004d}.student-profile-header .social-chip.youtube:hover{background-color:#f003}.student-profile-header.force-mobile .badge-chip{width:auto}.student-profile-header.force-mobile .desktop-badges-container{display:none}.student-profile-header.force-mobile .header-badges-list{flex-flow:row wrap;align-items:flex-start}.student-profile-header.force-mobile .header-badges-row{justify-content:flex-start;flex-wrap:wrap;overflow-x:visible}.student-profile-header.force-mobile .mobile-achievements-section{display:flex;align-items:flex-start}.student-profile-header.force-mobile .profile-header-actions{flex-direction:column;width:100%;gap:1rem}.student-profile-header.force-mobile .profile-header-actions button{width:100%;justify-content:center}.student-profile-header.force-mobile .profile-header-content-wrapper{flex-direction:column;gap:2rem}.student-profile-header.force-mobile .profile-header-info{align-items:center;width:100%}.student-profile-header.force-mobile .profile-header-meta{justify-content:center}.student-profile-header.force-mobile .profile-header-right-section{display:none}.student-profile-header.force-mobile .profile-header-top{flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.student-profile-header.force-mobile .profile-social-links{justify-content:center}.student-profile-header.pro-header{border-color:#ffd7004d!important;box-shadow:0 0 15px #ffd70033!important}.student-profile-header.pro-header .profile-header-right-section{border-left-color:#ffd7004d}.student-profile-header.pro-header h3,.student-profile-header.pro-header .profile-meta-item,.student-profile-header.pro-header .profile-meta-item span,.student-profile-header.pro-header .profile-meta-item svg{color:var(--accent-gold-muted)!important}.student-profile-header.admin-header{border-color:#ef44444d!important;box-shadow:0 0 15px #ef444433!important}@media(max-width:900px){.desktop-badges-container{display:none}.header-badges-row{justify-content:flex-start;flex-wrap:wrap;overflow-x:visible}.mobile-achievements-section{display:flex}.student-profile-header .badge-chip{width:auto}.student-profile-header .header-badges-list{flex-flow:row wrap;align-items:flex-start}.student-profile-header .profile-header-actions{flex-direction:column;width:100%;gap:1rem}.student-profile-header .profile-header-actions button{width:100%;justify-content:center}.student-profile-header .profile-header-content-wrapper{flex-direction:column;gap:2rem}.student-profile-header .profile-header-info{align-items:center;width:100%}.student-profile-header .profile-header-meta{justify-content:center}.student-profile-header .profile-header-right-section{display:none}.student-profile-header .profile-header-top{flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.student-profile-header .profile-social-links{justify-content:center}}.varsity-score-container{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center}.varsity-score-label{color:var(--text-muted);font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;text-align:center}.circular-bg{fill:none;stroke:#ffffff1a}.circular-chart{width:100%;max-width:100%;display:flex;position:relative;justify-content:center;align-items:center;aspect-ratio:1 / 1}.circular-chart svg{width:100%;height:100%;display:block}.circular-content{display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);flex-direction:column;align-items:center;justify-content:center;pointer-events:none}.circular-fill{fill:none;stroke-linecap:round;transition:stroke-dashoffset .8s cubic-bezier(.22,1,.36,1)}.circular-label{width:100%;margin-top:2px;color:var(--primary-muted);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.2px;text-align:center;line-height:1}.circular-progress-container{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.circular-score{margin:0;color:var(--primary-text);font-size:1.8rem;font-weight:800;line-height:1;text-align:center}.header-actions{width:100%;display:flex}.header-actions.align-center{justify-content:center;align-items:center}.header-actions.align-end{justify-content:flex-end;align-items:flex-end}.header-actions.align-start{justify-content:flex-start;align-items:flex-start}.header-actions.direction-column{flex-direction:column}.header-actions.direction-column>*{width:100%}.header-actions.direction-row{flex-flow:row wrap}@media(max-width:768px){.header-actions.direction-column{align-items:center}.header-actions.direction-row{flex-direction:column;align-items:center}.header-actions.direction-row>*{width:100%;justify-content:center}}.profile-skeleton{width:100%;animation:fadeIn .3s ease-out}.skeleton-actions{display:flex;gap:1.5rem}.skeleton-badge{width:100px;height:32px;border-radius:16px}.skeleton-badges{display:flex;gap:10px;margin-top:12px}.skeleton-button{width:180px;height:48px;border-radius:4px}.skeleton-card{height:300px;padding:24px;border:1px solid var(--border-main);background:var(--bg-card);border-radius:16px;flex:1}.skeleton-circle{width:120px;height:120px;border-radius:50%}.skeleton-content-row{display:flex;gap:2rem}.skeleton-header{display:flex;margin-bottom:2rem;padding:32px;border:1px solid var(--border-main);background:transparent;gap:40px;border-radius:16px}.skeleton-image{width:15rem;height:15rem;border-radius:50%;flex-shrink:0}.skeleton-info{flex:1;display:flex;flex-direction:column;gap:16px;padding-top:1rem}.skeleton-left{flex:1;display:flex;flex-direction:column;gap:24px}.skeleton-meta{width:30%;height:20px;border-radius:4px}.skeleton-name{width:60%;height:40px;border-radius:8px}.skeleton-right{width:240px;display:flex;flex-direction:column;align-items:center;gap:16px;border-left:1px solid var(--border-main);padding-left:32px}.skeleton-subtitle{width:40%;height:24px;border-radius:6px}.skeleton-top-row{display:flex;gap:2rem;align-items:flex-start}@media(max-width:900px){.skeleton-actions{flex-direction:column;width:100%}.skeleton-button{width:100%}.skeleton-header{flex-direction:column}.skeleton-info{align-items:center;width:100%}.skeleton-right{display:none}.skeleton-top-row{flex-direction:column;align-items:center}}.stats-card .row{width:100%;display:grid;margin-top:1rem;grid-template-columns:140px 1fr;align-items:start;gap:1rem;justify-content:stretch}.stats-card .tag-list{display:flex;margin:0;padding:0;flex-wrap:wrap;gap:.5rem;list-style:none;justify-content:flex-end}.stats-card .tag-list li{display:inline-block;padding:4px 12px;border:1px solid var(--border-primary-translucent);color:var(--primary-text);font-size:.85rem;background-color:#cc99ff1a;border-radius:16px;line-height:1.4}.stats-card h4{text-align:right;margin-left:0}.stats-card .chips-input-container{justify-content:flex-end;margin-left:auto}@media(max-width:1080px){.stats-card .row{grid-template-columns:1fr;align-items:start}.stats-card h4,.stats-card .tag-list,.stats-card .chips-input-container{text-align:left;justify-content:flex-start;margin-left:0}}.modal-overlay{position:fixed;inset:0;background-color:var(--bg-overlay);display:flex;justify-content:center;align-items:center;z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:20px;animation:fadeIn .2s ease-out}.modal-container{background-color:var(--bg-card);border:1px solid var(--border-main);border-radius:16px;width:100%;max-width:600px;max-height:calc(100vh - 40px);display:flex;flex-direction:column;position:relative;box-shadow:0 10px 40px #00000080;animation:slideUp .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--border-main);background:#ffffff05}.modal-title{margin:0;font-size:1.5rem;color:var(--primary-text);font-weight:700}.modal-close-btn{background:transparent!important;border:none;color:var(--primary-text)!important;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;opacity:.7}.modal-body{padding:1.5rem;overflow-y:auto;flex:1}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:600px){.modal-overlay{padding:10px}.modal-container{max-height:calc(100vh - 20px);border-radius:12px}.modal-header,.modal-body{padding:1rem}.modal-title{font-size:1.25rem}}.valorant-match-modal{max-width:800px}.match-modal-header-info h3{margin:0;font-size:1.25rem;font-family:var(--font-primary);text-transform:uppercase;letter-spacing:1px}.match-modal-header-info h3.outcome-victory{color:var(--valorant-win)}.match-modal-header-info h3.outcome-defeat{color:var(--valorant-loss)}.match-modal-header-info .match-mode{margin:4px 0 0;font-size:.85rem;color:var(--primary-muted)}.match-scoreboard-container{display:flex;flex-direction:column;gap:2rem}.scoreboard-team-section{display:flex;flex-direction:column;gap:.5rem}.team-header{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;font-weight:700;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--border-primary-translucent);margin-bottom:.5rem}.team-header.blue-team,.team-header.red-team,.team-header.ffa-header{background:none;border-left:none}.team-name.team-blue{color:var(--accent-blue)}.team-name.team-red{color:var(--accent-red)}.team-score{color:var(--white)}.team-score.team-win{color:var(--valorant-win)}.team-score.team-loss{color:var(--valorant-loss)}.team-name.team-win{color:var(--valorant-win)}.team-name.team-loss{color:var(--valorant-loss)}.scoreboard-row{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:#ffffff08;border:1px solid var(--border-main);border-radius:8px;transition:background-color .2s}.scoreboard-row.highlight{background:#d4a8ff14;border-color:var(--primary)}.sb-rank{font-family:var(--font-primary);font-size:1.2rem;color:var(--primary-muted);width:30px}.sb-agent{width:40px;height:40px;border-radius:4px;background:var(--bg-dark)}.sb-player-info{flex:1;display:flex;flex-direction:column;min-width:0}.sb-name{color:var(--white);font-weight:600;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sb-agent-name{color:var(--primary-muted);font-size:.75rem;text-transform:uppercase}.sb-stats{display:flex;align-items:center;gap:1.25rem}.sb-stat-group{display:flex;flex-direction:column;align-items:flex-end}.sb-stat-label{font-size:.65rem;color:var(--slate-400);text-transform:uppercase}.sb-stat-value{font-size:.9rem;color:var(--white);font-weight:600}@media(max-width:600px){.scoreboard-row{gap:.75rem;padding:.5rem .75rem}.sb-agent{width:32px;height:32px}.sb-name{font-size:.85rem}.sb-stats{gap:.75rem}}.valorant-top-agents-wrapper{width:100%;margin-bottom:1rem;box-sizing:border-box}.valorant-top-agents-desktop{width:100%;gap:1rem;padding-bottom:1rem}.valorant-top-agents-desktop.wrap-layout{display:flex;flex-wrap:wrap;justify-content:flex-start}.valorant-top-agents-desktop.scroll-layout{display:grid;grid-template-rows:repeat(2,auto);grid-auto-flow:column;overflow-x:auto;scrollbar-width:thin;scrollbar-color:var(--border-primary-translucent) transparent}.valorant-top-agents-desktop.scroll-layout::-webkit-scrollbar{height:6px}.valorant-top-agents-desktop.scroll-layout::-webkit-scrollbar-thumb{background:var(--border-primary-translucent);border-radius:10px}.valorant-top-agents-desktop.scroll-layout::-webkit-scrollbar-thumb:hover{background:var(--primary-muted)}.agent-card.square{min-width:140px;display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.25rem 1rem;background:#ffffff08;border-radius:12px;border:1px solid var(--border-primary-translucent);transition:transform .2s ease,background .2s ease}.agent-card.square .agent-card-img{width:64px;height:64px;border-radius:8px;margin-bottom:.75rem;background:#0003;object-fit:cover}.agent-card.square .agent-card-name{font-weight:800;font-size:.9rem;color:var(--primary-text);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem}.agent-card.square .agent-card-stats{display:flex;flex-direction:column;gap:4px}.valorant-top-agents-mobile{display:none;flex-direction:column;gap:.75rem;width:100%}.agent-card.row{display:flex;flex-direction:row;align-items:center;gap:1rem;padding:.75rem 1rem;background:#ffffff08;border-radius:12px;border:1px solid var(--border-primary-translucent)}.agent-card.row .agent-card-img{width:48px;height:48px;border-radius:6px;object-fit:cover;background:#0003}.agent-info-main{flex:1;display:flex;flex-direction:column;justify-content:center}.agent-card.row .agent-card-name{font-weight:700;font-size:.85rem;color:var(--primary-text);text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px}.agent-card.row .agent-card-stats{display:flex;flex-direction:row;gap:.75rem;flex-wrap:wrap}.agent-stat-item{font-size:.75rem;color:var(--primary-muted);font-weight:600;white-space:nowrap}.agent-stat-value{color:var(--primary-text);margin-left:4px}@media(max-width:768px){.valorant-top-agents-desktop{display:none!important}.valorant-top-agents-mobile{display:flex;flex-direction:column;gap:.75rem;width:100%}.agent-card.row{flex-direction:row;align-items:center;text-align:left;padding:.75rem 1rem;gap:1rem;width:100%;box-sizing:border-box}.agent-card.row .agent-card-img{width:48px;height:48px}.agent-card.row .agent-card-name{font-size:.85rem;white-space:normal;overflow:visible;text-overflow:clip}.agent-card.row .agent-card-stats{flex-direction:row;gap:1rem;align-items:center}.agent-stat-item{font-size:.75rem;white-space:nowrap}.agent-stat-wr{display:none!important}}.valorant-top-maps{display:flex;flex-direction:column;width:100%}.maps-chip-container{display:flex;flex-wrap:wrap;gap:8px}.map-chip{padding:4px 12px;background:#d4a8ff1a;border:1px solid var(--border-primary-translucent);border-radius:16px;font-size:.85rem;color:var(--primary-text)}.map-chip-name{font-weight:600}.map-chip-stats{font-size:.7rem;opacity:.6;margin-left:4px}.valorant-flair-card{position:relative;overflow:hidden;display:flex;flex-direction:column;width:100%;border:none!important;border-radius:12px;background:var(--bg-card);padding:0!important}.flair-banner-container{width:100%;height:120px;position:relative;background:var(--bg-card)}.flair-banner{width:100%;height:100%;object-fit:cover;opacity:.6}.flair-banner-overlay{position:absolute;bottom:0;left:0;right:0;padding:1rem;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);display:flex;align-items:center;gap:1rem}.flair-rank-icon{width:60px;height:60px;filter:drop-shadow(0 0 10px rgba(255,255,255,.2))}.flair-info{display:flex;flex-direction:column}.flair-rank-name{font-size:1.5rem;font-weight:900;color:var(--primary-text);text-transform:uppercase;letter-spacing:2px;text-shadow:0 0 15px rgba(255,255,255,.4),0 2px 4px rgba(0,0,0,.8);line-height:1}.flair-label{font-size:.75rem;font-weight:800;color:#ffffffe6;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:2px;text-shadow:0 1px 3px rgba(0,0,0,.9)}.ai-summary-card{background:linear-gradient(135deg,#d4a8ff14,#a855f708);border:1px solid rgba(212,168,255,.2);border-radius:12px;padding:1.25rem;margin-top:1rem;position:relative;overflow:hidden}.ai-summary-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.ai-title-group{display:flex;align-items:center;gap:8px}.ai-title-group h3{margin:0;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--primary-text)}.ai-sparkle-icon{color:var(--primary);filter:drop-shadow(0 0 4px var(--primary-translucent))}.ai-freshness{display:flex;align-items:center;gap:4px;font-size:.75rem;color:var(--primary-muted)}.ai-summary-content{min-height:60px}.ai-text{font-size:.95rem;line-height:1.6;color:var(--primary-text);margin:0;font-style:italic}.ai-placeholder,.ai-empty-state{color:var(--primary-muted);font-size:.9rem;text-align:center;padding:1rem 0}.ai-empty-state p{margin:0;font-style:normal}.ai-error-msg{color:var(--text-error);font-size:.85rem;margin-top:.75rem;text-align:center}.ai-summary-footer{margin-top:1.25rem;display:flex;justify-content:center}.ai-generate-btn{background:var(--bg-dark);border:1px solid var(--primary);color:var(--primary);padding:8px 20px;border-radius:20px;font-size:.85rem;font-weight:700;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px}.ai-generate-btn.primary-action{background:var(--primary);color:var(--text-black);padding:10px 24px;font-size:.9rem;box-shadow:0 4px 15px #a855f733}.ai-generate-btn:hover:not(:disabled){background:var(--primary);color:var(--text-black);box-shadow:0 0 12px var(--primary-translucent)}.ai-generate-btn.primary-action:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 6px 20px #a855f74d}.ai-generate-btn:disabled{opacity:.6;cursor:not-allowed;border-color:var(--primary-muted);color:var(--primary-muted)}.ai-locked-notice{display:flex;align-items:center;gap:6px;font-size:.8rem;color:var(--primary-muted);background:#ffffff0d;padding:4px 12px;border-radius:4px}.ai-summary-skeleton{padding:2rem;text-align:center;background:#d4a8ff0d;border-radius:12px;border:1px dashed rgba(212,168,255,.2);color:var(--primary-muted);font-size:.9rem;animation:pulse 2s infinite}.spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.ai-summary-card.is-mobile{padding:1rem}.ai-summary-card.is-mobile .ai-text{font-size:.9rem}.muted-text{color:var(--primary-muted)!important}.primary-text-list{color:var(--primary-text)!important}.school-profile{min-height:45rem;display:flex;position:relative;padding:40px 64px;background:transparent;color:var(--primary-text);background-size:cover;flex-direction:column;align-items:center;justify-content:center}.school-profile .card-header{display:flex;align-items:center;margin-bottom:1rem}.school-profile .card-header h3{margin:0}.school-profile .card-left-align{width:100%;padding:1.5rem;box-sizing:border-box;border:1px solid var(--border-primary-translucent);box-shadow:0 0 10px #22d3ee33}.school-profile .card-left-align h3,.school-profile .collapsible-card h3,.school-profile .card-left-align p,.school-profile .collapsible-card p,.school-profile .stats-card p,.school-profile .card-left-align h4,.school-profile .collapsible-card h4,.school-profile .card-left-align li,.school-profile .collapsible-card li,.school-profile .primary-text-list li{color:var(--primary-text)!important}.school-profile .chips-input-container{padding-left:.3rem;border:none;background-color:transparent;justify-content:flex-start;flex-wrap:wrap;gap:.5rem}.school-profile .chips-input-container .chip{padding:4px 12px}.school-profile .chips-input-container.disabled{opacity:1;background-color:transparent;cursor:default}.school-profile .col{display:flex;flex-direction:column;gap:1.5rem}.school-profile .facilities{align-items:flex-start;margin-bottom:12px}.school-profile .facilities ul{width:100%;margin:0;padding:0 0 1rem;padding-left:0;list-style:none}.school-profile .left-col{flex:1 1 32%;min-width:300px}.school-profile .links .col{gap:0}.school-profile .links .link-svg{width:1rem;height:1rem;color:var(--primary-text)}.school-profile .margin-top-1{margin-top:1rem}.school-profile .profile-header{padding:3.5rem;border:1px solid var(--border-primary-translucent);box-shadow:0 0 10px #22d3ee33}.school-profile .profile-header h2{margin-bottom:.3rem;color:var(--primary);font-size:2.25rem}.school-profile .profile-header h3{color:var(--primary-muted);font-size:1.125rem;line-height:1.75rem;font-weight:500}.school-profile .red{border:1px solid var(--border-primary-translucent);box-shadow:0 0 10px #22d3ee33}.school-profile .red{border:1px solid var(--border-primary-translucent)}.school-profile .red .card-header h3,.school-profile .red .collapsible-title{color:var(--primary-text)!important}.school-profile .red h4{color:var(--primary)!important}.school-profile h4.available{color:var(--accent-green)!important}.school-profile .red svg{color:var(--primary)}.school-profile .right-col{flex:1 1 60%;min-width:300px}.school-profile .row{width:100%;display:flex;margin-top:1rem;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.school-profile .scholarships .card-left-align{min-width:0;padding:1rem;background-color:#cc99ff0d;flex:1 1 200px}.school-profile .scholarships .remaining-roster-spots{background-color:#cc99ff0d}.school-profile .scholarships .row{gap:1rem;flex-wrap:wrap}.school-profile .scholarships .scholarship-types{margin-top:1.5rem}.school-profile .scholarships .scholarship-types ul{margin-top:.5rem}.school-profile .svg-row{display:flex;align-items:center}.school-profile .website{padding:.5rem 1rem;border:1px solid #8a2be266;color:var(--primary-text);font-size:.875rem;font-weight:600;border-radius:6px;transition:all .2s ease;text-decoration:none;line-height:1.25rem;justify-content:center;align-items:center;background-color:#0000}.school-profile .website-svg{color:var(--primary-text)}.school-profile .website:hover{background-color:#892be22f}.school-profile .wrapper{width:100%;max-width:var(--max-content-width)}.school-profile a{width:100%;display:inline-flex;margin-top:.7rem;padding:.5rem 1rem;border:1px solid #8a2be266;color:var(--primary-text);font-size:.875rem;font-weight:600;border-radius:6px;transition:all .2s ease;text-decoration:none;line-height:1.25rem;justify-content:center;align-items:center}.school-profile a:hover{background-color:#892be22f}.school-profile button{display:inline-flex;padding:.5rem 1rem;border:none;border:1px solid var(--primary-light);color:var(--text-black);font-size:.875rem;font-weight:550;background-color:var(--primary);border-radius:6px;line-height:1.25rem;cursor:pointer;transition:background-color .2s ease;align-items:center;justify-content:center}.school-profile h3{font-size:1.5rem}.school-profile h4{color:var(--primary-text);font-weight:500}.school-profile svg{width:1.5rem;margin-right:.5rem;color:var(--primary);vertical-align:middle}.school-profile>.col>.card-left-align{display:flex;align-items:flex-start;border-radius:.5rem;background-color:#08080880;background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #cc99ff1a;--tw-gradient-to: #cc99ff1a;--tw-gradient-stops: #cc99ff1a, #030303, #cc99ff1a}.school-profile>.col>.card-left-align .col{display:flex;flex-direction:column;align-items:start;gap:0}.school-profile>.col>.card-left-align img.profile-picture{width:12rem;height:12rem;border:3px solid var(--accent-cyan);object-fit:cover;border-radius:50%;box-shadow:0 0 15px #22d3ee4d}@media(max-width:1080px){.school-profile{padding:2rem 1rem}.school-profile .left-col,.school-profile .right-col{flex:1 1 100%;width:100%;min-width:unset}.school-profile .row{flex-direction:column}.school-profile .stats .row,.collapsible-card .row{display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;gap:1rem;margin-top:.5rem}.school-profile .stats h4,.school-profile .stats .tag-list{text-align:right;justify-content:flex-end}.school-profile .wrapper{min-width:unset}}@media(max-width:600px){.school-profile .card-left-align{padding:1rem}.school-profile .profile-header{padding:1.5rem}.school-profile .profile-header h2{font-size:1.75rem}.school-profile .scholarships .card-left-align{height:auto;min-height:unset;flex:1 1 45%}.school-profile .scholarships .row{flex-flow:row wrap}}@media(max-width:992px){.school-profile .left-col,.school-profile .right-col{flex:1 1 100%}}.parallelogram-action-button.muted{border:1px solid var(--border-primary-translucent)!important;background:transparent!important;color:var(--primary-text)!important}.parallelogram-action-button.muted .parallelogram-action-icon{color:inherit!important}.parallelogram-action-button.muted:hover{background:#8b5cf61a!important;border-color:#8b5cf67f!important;color:var(--primary)!important}.school-profile-header{width:100%;padding:32px;background:transparent!important;background-image:none!important;border:1px solid var(--border-primary-translucent)!important;border-radius:16px!important;box-sizing:border-box}.school-profile-header.school-header{border-color:#22d3ee4d!important;box-shadow:0 0 15px #22d3ee33!important}.school-profile-header.red{border-color:#a855f74d!important;box-shadow:0 0 15px #a855f733!important}.school-profile-header .achievements-title{margin:0;color:var(--text-muted);font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.school-profile-header .badge-chip{margin-top:8px}.school-profile-header .badge-chip{width:fit-content;display:inline-flex;padding:6px 12px;border:1px solid transparent;font-size:.9rem;font-weight:500;align-items:center;gap:8px;border-radius:8px;transition:transform .2s}.school-profile-header .badge-chip:hover{transform:translate(4px)}.school-profile-header .badge-chip.response{background:linear-gradient(0deg,#22c55e26,#22c55e26),#080808;color:var(--badge-success);border-color:#22c55e4d}.school-profile-header .badge-chip.school{background:linear-gradient(0deg,#22d3ee26,#22d3ee26),#080808;color:var(--accent-cyan);border-color:#22d3ee4d}.school-profile-header .badge-chip.recruiter{background:linear-gradient(0deg,#a855f726,#a855f726),#080808;color:var(--accent-red);border-color:#a855f74d}.school-profile-header .badge-chip.recruiter.school{background:linear-gradient(0deg,#22d3ee26,#22d3ee26),#080808;color:var(--accent-cyan);border-color:#22d3ee4d}.school-profile-header .header-badges-list{display:flex;flex-direction:column;gap:10px;align-items:flex-start}.school-profile-header .profile-header-content-wrapper{width:100%;display:flex;flex-direction:row;justify-content:space-between;gap:40px}.school-profile-header .profile-header-info{display:flex;flex-direction:column;align-items:flex-start}.school-profile-header .profile-header-info h2{margin:0 0 4px;color:var(--primary-text);font-size:2rem;font-weight:700;line-height:1.2}.school-profile-header .profile-header-info h3{margin:0 0 .5rem;color:var(--primary-muted);font-size:1.125rem;font-weight:500}.school-profile-header .profile-header-left-section{display:flex;flex-direction:column;gap:2rem;flex:1}.school-profile-header .profile-header-meta{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:.25rem;margin-bottom:.5rem}.profile-shout-container{display:flex;align-items:center;gap:8px;margin-top:1rem;padding:10px 16px;background:var(--bg-overlay-light);border:1px solid var(--border-main);border-radius:12px;color:var(--primary-text);font-size:.95rem;font-weight:500;max-width:100%;width:fit-content}.school-profile-header.school-header .profile-shout-container{border-color:#22d3ee33}.school-profile-header.red .profile-shout-container{border-color:#a855f733}.school-shout-icon{color:var(--accent-cyan);flex-shrink:0}.school-profile-header.red .school-shout-icon{color:#a855f7}.shout-text{font-style:italic;word-break:break-word}.school-profile-header .profile-header-right-section{min-width:240px;display:flex;padding-left:32px;flex-direction:column;gap:16px;border-left:1px solid var(--border-main)}.school-profile-header.school-header .profile-header-right-section{border-left-color:#22d3ee4d}.school-profile-header.red .profile-header-right-section{border-left-color:#a855f74d}.school-profile-header .profile-header-top{display:flex;flex-flow:row wrap;align-items:center;gap:2rem}.school-profile-header .profile-header-top .profile-picture{width:15rem;height:15rem;margin:0!important;flex-shrink:0}.school-profile-header.school-header .profile-picture{border:3px solid var(--accent-cyan);box-shadow:0 0 15px #22d3ee4d}.school-profile-header.red .profile-picture{border:3px solid rgb(168 85 247);box-shadow:0 0 15px #a855f74d}.school-profile-header .profile-meta-item{color:var(--primary-muted);font-size:1.125rem;font-weight:500}.school-profile-header.force-mobile .badge-chip{width:auto}.school-profile-header.force-mobile .header-actions{flex-direction:row!important;justify-content:center;flex-wrap:wrap}.school-profile-header.force-mobile .header-actions>*{width:auto!important}.school-profile-header.force-mobile .header-badges-list{flex-flow:row wrap;align-items:flex-start}.school-profile-header.force-mobile .profile-header-actions{flex-direction:row;width:100%;gap:1rem;justify-content:center}.school-profile-header.force-mobile .profile-header-actions button{width:auto;justify-content:center}.school-profile-header.force-mobile .profile-header-content-wrapper{flex-direction:column;gap:2rem}.school-profile-header.force-mobile .profile-header-info{align-items:center;width:100%}.school-profile-header.force-mobile .profile-header-meta{justify-content:center}.school-profile-header.force-mobile .profile-header-right-section{width:100%;min-width:auto;padding-top:2rem;padding-left:0;border-left:none;border-top:1px solid var(--border-main);align-items:flex-start}.school-profile-header.force-mobile .profile-header-top{flex-direction:column;align-items:center;text-align:center;gap:1.5rem}@media(max-width:900px){.school-profile-header .badge-chip{width:auto}.school-profile-header .header-actions{flex-direction:row!important;justify-content:center;flex-wrap:wrap}.school-profile-header .header-actions>*{width:auto!important}.school-profile-header .header-badges-list{flex-flow:row wrap;align-items:flex-start}.school-profile-header .profile-header-actions{flex-direction:row;width:100%;gap:1rem;justify-content:center}.school-profile-header .profile-header-actions button{width:auto;justify-content:center}.school-profile-header .profile-header-content-wrapper{flex-direction:column;gap:2rem}.school-profile-header .profile-header-info{align-items:center;width:100%}.school-profile-header .profile-header-meta{justify-content:center}.school-profile-header .profile-header-right-section{width:100%;min-width:auto;padding-top:2rem;padding-left:0;border-left:none;border-top:1px solid var(--border-main);align-items:flex-start}.school-profile-header .profile-header-top{flex-direction:column;align-items:center;text-align:center;gap:1.5rem}}.badge-chip{display:inline-flex;padding:2px 8px;border:1px solid rgb(139 92 246 / 30%);color:#d8b4fe;font-size:11px;font-weight:500;align-items:center;gap:4px;border-radius:12px;background-color:#8b5cf626}.expanded-content{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;animation:fadeIn .2s ease-out}.expanded-row td{padding:24px 40px;background:#8b5cf608}.filters-section{width:100%;max-width:1400px;margin:0 auto 32px;border:1px solid rgb(139 92 246 / 30%);background:#1e1e3c66;border-radius:16px;overflow:visible;transition:all .3s ease}.page-info{color:#a0a0a0;font-size:15px}.page-size-group{display:flex;align-items:center;gap:12px}.pagination{width:100%;display:flex;margin-top:40px;justify-content:center;align-items:center;gap:24px}.pagination button{padding:10px 20px;border:1px solid rgb(139 92 246 / 30%);background:#8b5cf633;color:#e0e0e0;font-weight:500;border-radius:8px;cursor:pointer;transition:all .2s}.pagination button:disabled{opacity:.4;cursor:not-allowed}.pagination button:hover:not(:disabled){background:#8b5cf64d;border-color:#a855f7}.player-name{color:#a855f7;font-size:15px;font-weight:600;text-decoration:none}.ranking-row{cursor:pointer;transition:background-color .2s}.ranking-table{width:100%;border-collapse:collapse}.ranking-table td{padding:20px 24px;border-top:1px solid rgb(139 92 246 / 10%);color:var(--primary-text)}.ranking-table td:first-child{text-align:center;color:#a0a0a0;font-weight:600}.ranking-table th{padding:20px 24px;color:#c084fc;font-size:14px;font-weight:600;text-align:left;text-transform:uppercase;letter-spacing:.5px}.ranking-table th:first-child{text-align:center;width:80px}.rankings{min-height:100vh;display:flex;position:relative;padding:40px 20px;color:#e0e0e0;background-color:#0a0a0a;flex-direction:column;align-items:center;justify-content:flex-start;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.rankings h1{margin-bottom:2rem;font-size:64px;font-weight:700;text-align:center;background:linear-gradient(135deg,var(--primary-text),var(--primary));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.rankings-container{width:100%;max-width:1400px;margin:0 auto}.rankings-page-size-dropdown{width:auto!important;min-width:80px}.rankings-sort-dropdown{width:auto!important;min-width:180px}.results-count{color:#a0a0a0;font-size:15px}.compare-tooltip-wrapper{position:relative;display:inline-flex;align-items:center;cursor:help}.compare-tooltip-text{visibility:hidden;width:200px;background-color:#0d0d0df2;color:var(--primary-text);text-align:center;border-radius:6px;padding:10px;position:absolute;z-index:100;bottom:125%;left:50%;transform:translate(-50%);opacity:0;transition:opacity .3s;border:1px solid var(--border-main);box-shadow:0 4px 12px #00000080;font-size:.75rem;font-weight:500;line-height:1.4;text-transform:none;letter-spacing:normal;pointer-events:none}.compare-tooltip-wrapper:hover .compare-tooltip-text{visibility:visible;opacity:1}.compare-tooltip-text:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:var(--border-main) transparent transparent transparent}.sort-controls{display:flex;align-items:center;gap:12px}.sort-label{color:#a0a0a0;font-size:15px;white-space:nowrap;flex-shrink:0}.sort-section{width:100%;display:flex;margin-top:24px;margin-bottom:24px;justify-content:space-between;align-items:center}.table-container{width:100%;border:1px solid rgb(139 92 246 / 20%);background:#14142866;border-radius:16px;overflow:visible}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.sort-section{flex-direction:column;gap:16px;align-items:flex-start}}.mobile-header{display:none}@media(max-width:768px){.desktop-header{display:none}.mobile-header{display:inline}.compare-header-text{display:none}.compare-tooltip-text{left:0;transform:translate(0);width:180px}.compare-tooltip-text:after{left:20px;margin-left:0}.table-container{overflow:visible;border-radius:12px}.ranking-table{min-width:100%}.ranking-table th:nth-child(4),.ranking-table td:nth-child(4),.ranking-table th:nth-child(5),.ranking-table td:nth-child(5),.ranking-table th:nth-child(6),.ranking-table td:nth-child(6),.ranking-table th:nth-child(7),.ranking-table td:nth-child(7),.ranking-table th:nth-child(8),.ranking-table td:nth-child(8){display:none}.rankings h1{font-size:40px}}.chart-legend{display:flex;flex-wrap:wrap;gap:20px;margin-top:30px;padding-top:20px;border-top:1px solid var(--border-main)}.chart-wrapper{width:100%;height:400px;position:relative}.distribution-chart-container{width:100%;padding:30px;background-color:var(--bg-card);border-radius:8px;box-shadow:0 4px 6px #0000004d;box-sizing:border-box}.distribution-chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.distribution-chart-header h2{margin:0;color:var(--primary-text);font-size:24px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.legend-color{width:20px;height:20px;border-radius:3px}.legend-item{display:flex;align-items:center;gap:8px}.legend-text{color:var(--slate-400);font-size:13px}.tracking-info{color:var(--slate-400);font-size:14px}.rankings-skeleton{width:100%;animation:fadeIn .3s ease-out}.skeleton-avatar{width:3rem;height:3rem;border-radius:50%;flex-shrink:0}.skeleton-badge{width:80px;height:16px;border-radius:8px}.skeleton-badges-row{display:flex;margin-top:8px;gap:6px}.skeleton-bar{width:100%;height:8px;border-radius:4px}.skeleton-cell-content{height:20px;border-radius:4px;background:linear-gradient(90deg,#ffffff08,#ffffff14,#ffffff08);background-size:200% 100%;animation:shimmer 1.5s infinite}.skeleton-player-info{display:flex;align-items:center;gap:16px}.skeleton-row td{padding:20px 24px;border-top:1px solid rgb(139 92 246 / 10%)}.skeleton-table{width:100%;border-collapse:collapse}.filter-actions{display:flex;align-items:flex-end;margin-left:auto}.filter-bar{width:100%;max-width:var(--max-content-width);display:flex;margin:0 auto 40px;padding:.8rem;border:1px solid rgb(139 92 246 / 30%);background:#1e1e3c66;border-radius:16px;flex-wrap:wrap;gap:24px;align-items:flex-end;box-sizing:border-box}.filter-group{min-width:200px;display:flex;flex-direction:column;gap:8px;flex:1}.filter-group input{width:100%;height:45px;padding:0 16px;border:1px solid rgb(139 92 246 / 30%);background:#14142899;color:#e0e0e0;font-size:15px;border-radius:8px;cursor:pointer;transition:all .2s;outline:none;box-sizing:border-box}.filter-group input:focus{border-color:#a855f7}.filter-group input:hover{border-color:#8b5cf67f}.filter-group label{color:#a0a0a0;font-size:14px;font-weight:500}.filter-group.min-gpa-filter{flex:1.5;min-width:100px;max-width:100px}.filter-group.rank-filter{flex:.875;min-width:175px;max-width:200px}.filter-group.role-filter{flex:.8;min-width:160px;max-width:180px}.filter-group.small-filter{flex:.5;min-width:100px}.filter-group.status-filter{flex:.5;min-width:125px;max-width:150px}@media(max-width:768px){.apply-filters-button,.filter-actions{width:100%}.filter-bar{padding:24px;gap:16px;flex-direction:column;align-items:stretch}.filter-group{width:100%}}.badge-chip{display:inline-flex;padding:2px 8px;border:1px solid #444;color:#fff;font-size:11px;font-weight:500;align-items:center;gap:4px;border-radius:12px;background-color:#333;pointer-events:none;-webkit-user-select:none;user-select:none}.badge-chip svg{width:12px;height:12px}.badge-chip.complete-badge,.badge-chip.fast-badge{border:1px solid rgb(34 197 94 / 40%)!important;color:var(--badge-success)!important;background-color:#22c55e26!important}.badge-chip.pro-badge{border:1px solid rgb(255 215 0 / 40%)!important;color:var(--accent-gold)!important;background-color:#ffd70026!important}.badge-chip.recruitment-badge{border:1px solid var(--border-main);color:var(--primary-muted);background-color:var(--bg-dark)}.mobile-sim .player-badges,.mobile-sim .player-cell img{display:none!important}.mobile-sim .ranking-row td:nth-child(4){display:table-cell}.mobile-sim .ranking-row td:nth-child(6),.mobile-sim .ranking-row td:nth-child(5){display:none}.player-badges{width:100%;display:flex;gap:6px;flex-wrap:wrap}.player-cell{display:flex;align-items:center;gap:16px}.player-info{display:flex;flex-direction:column;gap:12px}.player-name-row{display:flex;align-items:center;gap:6px}.player-name{color:#a855f7;font-size:19px;font-weight:600;text-decoration:none}.rank-number{width:80px;font-weight:700}.rank-trophy{vertical-align:middle}.ranking-avatar{width:3rem;height:3rem;border-radius:50%;object-fit:cover;border:2px solid transparent;transition:all .3s ease}.ranking-row{cursor:pointer;transition:all .3s ease;border-left:4px solid transparent;position:relative}.ranking-row-link{position:static}.ranking-row-link:after{content:"";position:absolute;inset:0;z-index:1}.ranking-row:hover{background:#8b5cf60d}.ranking-row.rank-bronze{background:linear-gradient(90deg,rgb(205 127 50 / 8%) 0%,transparent 100%);border-left-color:#cd7f32}.ranking-row.rank-bronze .player-name{color:#cd7f32}.ranking-row.rank-bronze .rank-trophy{color:#cd7f32;filter:drop-shadow(0 0 8px rgb(205 127 50 / 40%));font-size:1.2rem}.ranking-row.rank-bronze .ranking-avatar{border-color:#cd7f32}.ranking-row.rank-gold{background:linear-gradient(90deg,rgb(255 215 0 / 8%) 0%,transparent 100%);border-left-color:gold}.ranking-row.rank-gold .player-name{color:gold;font-weight:800}.ranking-row.rank-gold .rank-trophy{color:gold;filter:drop-shadow(0 0 8px rgb(255 215 0 / 60%));font-size:1.5rem}.ranking-row.rank-gold .ranking-avatar{border-color:gold;box-shadow:0 0 10px #ffd7004d}.ranking-row.rank-silver{background:linear-gradient(90deg,rgb(192 192 192 / 8%) 0%,transparent 100%);border-left-color:silver}.ranking-row.rank-silver .player-name{color:#e0e0e0}.ranking-row.rank-silver .rank-trophy{color:silver;filter:drop-shadow(0 0 8px rgb(192 192 192 / 40%));font-size:1.3rem}.ranking-row.rank-silver .ranking-avatar{border-color:silver}.rankings-score-bar{height:100%;background-color:#a855f7;background-image:linear-gradient(90deg,#d8b4fe,#a855f7);border-radius:4px;transition:width .5s ease-out}.rankings-score-container{width:100%;display:flex;flex-direction:row;align-items:center;gap:12px}.rankings-score-text{min-width:32px;color:var(--primary-light);font-size:.9rem;font-weight:700;text-align:right}.rankings-score-track{min-width:80px;height:8px;display:flex;flex:1;background-color:#ffffff26;border-radius:4px;overflow:hidden}.varsity-score-cell{width:200px}@media(max-width:768px){.player-badges{display:none!important}.player-cell{gap:0}.player-cell img{display:none!important}.ranking-row td:nth-child(4){display:table-cell}.ranking-row td:nth-child(6),.ranking-row td:nth-child(5){display:none}}.ranking-row.selected-for-comparison{background-color:rgba(var(--accent-blue-rgb),.1)}.comparison-cell{width:50px;text-align:center;padding:0 8px!important;vertical-align:middle;position:relative;z-index:2}.ranking-row.mobile{height:auto}.player-cell.mobile{gap:12px;padding:8px 0}.player-info.mobile{gap:4px}.mobile-top-line{display:flex;align-items:center;gap:6px}.mobile-stats-grid{display:flex;flex-wrap:wrap;align-items:center;gap:8px;row-gap:4px;margin-top:2px}.mobile-stat-item{display:flex;align-items:center;gap:4px;font-size:.7rem;color:var(--primary-muted);white-space:nowrap}.mobile-stat-item.divider:before{content:"|";opacity:.3;margin-right:4px}.mobile-status-row{margin-top:4px}.stat-label{font-weight:600;opacity:.7}.mobile-stat-item.status-item{font-weight:600}.mini-rank-icon{width:18px;height:18px;object-fit:contain}.varsity-score-cell.mobile{width:60px;text-align:right;padding-right:16px!important}.add-to-comparison-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:transparent;border:1px dashed var(--primary-muted);color:var(--primary-muted);border-radius:50%;width:32px;height:32px;padding:0;cursor:pointer;transition:all .2s ease;flex-shrink:0}.add-to-comparison-btn:hover:not(:disabled){border-style:solid;border-color:var(--primary);color:var(--primary);background:#d4a8ff1a;transform:scale(1.05)}.add-to-comparison-btn.selected{border-style:solid;background:var(--accent-red);border-color:var(--accent-red);color:var(--white)}.add-to-comparison-btn.selected:hover{background:#f66;border-color:#f66}.add-to-comparison-btn:disabled{opacity:.2;cursor:not-allowed}.add-to-comparison-btn .btn-icon-wrapper{display:flex;align-items:center;justify-content:center}.add-to-comparison-btn:has(.btn-label){border-radius:20px;width:auto;height:auto;padding:6px 16px;font-weight:600;font-size:.85rem;border-style:solid}.add-to-comparison-btn .btn-label{white-space:nowrap}.add-to-comparison-btn.variant-parallelogram{border-radius:0;transform:skew(-15deg);border-style:solid;padding:10px 24px;width:auto;height:auto;font-family:var(--font-primary);font-size:1.1rem;text-transform:uppercase;letter-spacing:.5px;background-color:transparent;border:1px solid var(--primary-muted);color:var(--primary-text)}.add-to-comparison-btn.variant-parallelogram .btn-icon-wrapper,.add-to-comparison-btn.variant-parallelogram .btn-label{transform:skew(15deg)}.add-to-comparison-btn.variant-parallelogram:hover:not(:disabled){background-color:#d4a8ff1a;border-color:var(--primary);color:var(--primary);transform:skew(-15deg) scale(1.02)}.add-to-comparison-btn.variant-parallelogram.selected{background-color:var(--accent-red);border-color:var(--accent-red);color:var(--white)}.add-to-comparison-btn.variant-parallelogram.selected:hover{background-color:#f66}.collapse-btn{display:flex;padding:4px;border:none;background:transparent;color:var(--text-muted);cursor:pointer;align-items:center;justify-content:center;transition:color .2s}.country-filter{flex:.7!important;min-width:140px!important}.filter-chip{padding:4px 12px;border:1px solid rgb(139 92 246 / 30%);background:#8b5cf626;color:var(--primary-light);font-size:.8rem;border-radius:20px;white-space:nowrap}.filter-count{color:var(--primary);font-size:.9rem}.filter-summary-chips{display:flex;flex-wrap:nowrap;gap:8px;justify-content:flex-start;overflow-x:auto;scrollbar-width:none}.filter-summary-chips::-webkit-scrollbar{display:none}.filters-container{margin-bottom:24px!important}.filters-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;cursor:pointer;background:#1e1e3c99;border-bottom:1px solid transparent;transition:background .2s;border-radius:16px 16px 0 0}.filters-header:hover{background:#1e1e3ccc}.filters-header:last-child{border-radius:16px}.filters-section{width:100%;max-width:var(--max-content-width);margin:0 auto 32px;border:1px solid rgb(139 92 246 / 30%);background:#1e1e3c66;border-radius:16px;overflow:visible;transition:all .3s ease}.filters-section .filter-bar{margin-bottom:0;border:none;background:transparent;border-radius:0 0 16px 16px}.filters-title{display:flex;align-items:center;gap:12px;color:var(--primary-light)}.filters-title h3{display:flex;margin:0;color:var(--primary-text);font-size:1.1rem;font-weight:600;align-items:center;gap:8px}.header-filter-summary{flex:1;display:flex;justify-content:flex-start;overflow:hidden;padding:0 20px}.no-filters{color:var(--text-muted);font-size:.9rem;font-style:italic}.pagination-btn{display:flex;padding:10px 20px;border:1px solid rgb(139 92 246 / 30%);background:#1e1e3c99;color:var(--primary-text);font-size:.9rem;font-weight:600;align-items:center;gap:8px;border-radius:8px;cursor:pointer;transition:all .2s ease}.pagination-btn:disabled{opacity:.4;cursor:not-allowed;background:#14141e66}.pagination-btn:hover:not(:disabled){background:#8b5cf633;border-color:var(--primary);transform:translateY(-2px)}.pagination-info{color:var(--primary-light);font-size:1rem;font-weight:600}.results-header{width:100%;max-width:var(--max-content-width);display:flex;margin-bottom:1rem;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.results-summary{margin-bottom:0;color:var(--primary-muted);font-size:.95rem;font-weight:500;text-align:left}.roster-filter{flex:.4!important;min-width:80px!important}.scholarship-filter{flex:.8!important;min-width:160px!important}.schools-page{min-height:100vh;display:flex;padding:40px 20px;color:var(--primary-text);background-color:var(--bg-main);text-align:center;flex-direction:column;align-items:center}.schools-page h1{margin-bottom:2rem;background:linear-gradient(135deg,var(--primary) 0%,var(--accent-cyan) 100%);font-size:64px;font-weight:700;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.sort-control{margin-right:16px;margin-left:auto}.sort-control{margin:0}.sort-select{padding:6px 12px;border:1px solid rgb(139 92 246 / 30%);background:#8b5cf61a;color:var(--primary-light);font-size:.9rem;border-radius:8px;cursor:pointer;outline:none}.sort-select option{background:var(--bg-card);color:var(--primary-text)}.sort-select:hover{background:#8b5cf633}.state-filter{flex:.8!important;min-width:160px!important}.suggested-school-container{display:flex;align-items:center;gap:10px;margin-right:auto;margin-left:20px}.suggested-school-input{width:300px;padding:6px 12px;border:1px solid rgb(139 92 246 / 30%);background:#1e1e3c99;color:var(--primary-text);font-size:.9rem;border-radius:8px;outline:none}.suggested-school-input:focus{border-color:var(--primary);background:#1e1e3ccc}.suggested-school-label{color:var(--primary-muted);font-size:.9rem;white-space:nowrap}@media(max-width:768px){.pagination-btn{padding:8px 16px;font-size:.85rem}.pagination-controls{gap:1rem}.results-summary{text-align:center}.suggested-school-container{display:none}.suggested-school-input{width:100%}}.schools-skeleton{width:100%;animation:fadeIn .3s ease-out}.skeleton-grid{width:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.skeleton-school-card{height:380px;display:flex;border:1px solid var(--border-main);background:var(--bg-card);border-radius:12px;overflow:hidden;flex-direction:column}.skeleton-school-content{display:flex;padding:20px;flex:1;flex-direction:column;gap:16px}.skeleton-school-image{width:100%;height:140px;background-color:#ffffff0d}.skeleton-school-location{width:40%;height:16px;border-radius:4px}.skeleton-school-logo{width:64px;height:64px;border-radius:50%;border:4px solid var(--bg-card);background-color:var(--bg-main);flex-shrink:0}.skeleton-school-logo-row{display:flex;gap:16px;align-items:center;margin-top:-40px}.skeleton-school-tags{display:flex;gap:8px;margin-top:auto}.skeleton-school-title{width:70%;height:24px;border-radius:4px;margin-top:24px}.skeleton-shimmer{background:linear-gradient(90deg,#ffffff08,#ffffff14,#ffffff08);background-size:200% 100%;animation:shimmer 1.5s infinite}.skeleton-tag{width:60px;height:24px;border-radius:12px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.empty-icon-container{margin-bottom:1.5rem;color:var(--primary-muted);opacity:.5}.schools-empty{width:100%;display:flex;margin-top:2rem;padding:5rem 2rem;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-radius:1rem}.schools-empty h3{margin-bottom:.5rem;color:var(--primary-text);font-size:1.5rem}.schools-empty p{max-width:400px;margin-bottom:0;color:var(--primary-muted);line-height:1.6}.schools-grid{width:100%;max-width:var(--max-content-width);display:grid;margin:0 auto;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.schools-grid-loading{width:100%;margin-top:2rem;color:var(--primary-muted);font-size:1.2rem;text-align:center}.program-chip{padding:4px 10px;border:1px solid var(--border-main);color:var(--primary-text);font-size:.75rem;background-color:#cc99ff1a;border-radius:16px}.scholarship-badge{display:inline-flex;margin-top:8px;margin-bottom:4px;padding:4px 10px;border:1px solid rgb(50 205 50 / 40%);color:var(--accent-green);font-size:.8rem;font-weight:600;align-items:center;gap:6px;background-color:#32cd3226;border-radius:12px}.school-card{display:flex;padding:20px;border:1px solid rgb(34 211 238 / 75%);color:var(--primary-text);background-color:var(--bg-card);border-radius:10px;flex-direction:column;align-items:flex-start;text-decoration:none;transition:transform .2s,box-shadow .2s}.school-card img{width:100px;height:100px;border-radius:50%;object-fit:cover;margin-bottom:15px;border:2px solid rgb(34 211 238 / 75%);align-self:center}.school-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px #22d3ee4d;background-color:var(--bg-card-hover);border-color:var(--accent-cyan)}.school-info{width:100%;text-align:left}.school-info h3{min-height:2.8rem;display:-webkit-box;margin:0 0 10px;background:linear-gradient(135deg,var(--accent-cyan) 0%,var(--primary) 100%);color:var(--accent-cyan);font-size:1.2rem;font-weight:700;word-break:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.school-info p{margin:0;color:var(--primary-text);font-size:.9rem}.school-programs{width:100%;display:flex;margin-top:12px;flex-wrap:wrap;gap:6px}.school-stats{width:100%;margin-top:15px;padding-top:10px;border-top:1px solid var(--border-main)}.school-stats p{margin:5px 0;color:var(--primary-text);font-size:.85rem}.result-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid var(--border-primary-translucent);flex-shrink:0}.result-badges{display:flex;align-items:center;gap:.75rem}.result-info{display:flex;flex-direction:column;gap:4px;overflow:hidden}.result-location{color:var(--primary-muted);font-size:.85rem}.result-row{display:flex;padding:1rem 1.5rem;border:1px solid var(--border-main);background:#1a1a3d66;border-radius:8px;cursor:pointer;transition:all .2s ease;justify-content:space-between;align-items:center;gap:1rem}.result-row h3{margin:0;color:var(--primary-text);font-size:1.1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.result-row:hover{background:#1a1a3db3;border-color:var(--primary);transform:translate(4px)}.results-list{width:100%;max-width:800px;display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.search-status-msg{padding:2rem;color:var(--primary-muted);font-size:1.1rem;text-align:center}.role-badge{padding:4px 12px;border-radius:20px;font-size:.8rem;font-weight:600;white-space:nowrap;flex-shrink:0}.role-badge.school{border:1px solid rgb(34 211 238 / 30%);background:#22d3ee26;color:var(--accent-cyan)}.role-badge.student{border:1px solid rgb(212 168 255 / 30%);background:#d4a8ff26;color:var(--primary)}.role-badge.pro{border:1px solid rgb(255 215 0 / 30%);background:#ffd70026;color:var(--accent-gold)}.role-badge.recruiter,.role-badge.admin{border:1px solid rgb(239 68 68 / 30%);background:#ef444426;color:var(--accent-red)}.badge-chip.complete{border:1px solid rgb(34 197 94 / 40%);color:#4ade80;background-color:#22c55e26;display:inline-flex;padding:4px 12px;border-radius:20px;font-size:.8rem;font-weight:600;align-items:center;gap:6px;white-space:nowrap}.search-complete-badge{display:inline-flex;align-items:center;color:var(--accent-green);opacity:.9}.search-results-page{min-height:100vh;display:flex;color:var(--primary-text);background-color:var(--bg-main);flex-direction:column;align-items:center}.search-results-page h1{margin-bottom:2rem;color:var(--primary-text);font-size:2.5rem}.specialists-page{padding:4rem 2rem;max-width:var(--max-content-width);margin:0 auto;min-height:80vh}.specialists-header{text-align:center;margin-bottom:4rem}.specialists-header h1{font-size:3.5rem;margin-bottom:1rem;background:linear-gradient(135deg,var(--primary-text) 0%,var(--accent-red) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:800}.specialists-header p{color:var(--primary-muted);font-size:1.2rem}.specialists-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem}.specialist-card{width:100%;max-width:400px;background:var(--bg-card);border:1px solid var(--border-main);border-radius:16px;padding:2rem;display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .3s ease,border-color .3s ease;box-shadow:0 4px 20px #0003}.specialist-card:hover{transform:translateY(-5px);border-color:var(--accent-red);box-shadow:0 8px 30px #ef444426}.specialist-avatar-wrapper{width:120px;height:120px;margin-bottom:1.5rem;border-radius:50%;padding:4px;background:linear-gradient(135deg,var(--accent-red),transparent)}.specialist-avatar{width:100%;height:100%;border-radius:50%;object-fit:cover;background:var(--bg-dark)}.specialist-info h3{font-size:1.5rem;margin-bottom:.25rem;color:var(--primary-text)}.specialist-role{color:var(--accent-red);font-weight:700;font-size:.9rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem}.specialist-about{color:var(--primary-muted);font-size:.95rem;line-height:1.6;margin-bottom:2rem;flex-grow:1}.specialist-actions{display:flex;justify-content:center;gap:1rem;width:100%}.no-specialists{text-align:center;color:var(--primary-muted);font-size:1.125rem;margin-top:4rem}@media(max-width:768px){.specialists-page{padding:2rem 1.5rem}.specialists-header h1{font-size:2.5rem}.specialists-header p{font-size:1rem}.specialists-grid{grid-template-columns:1fr}}.comparison-tray{position:fixed;bottom:24px;left:50%;transform:translate(-50%);width:fit-content;min-width:400px;max-width:95%;background:#1a1a3de6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-primary);border-radius:12px;box-shadow:0 8px 32px #0009;z-index:1000;transition:all .3s ease-in-out;padding:0}.comparison-tray.collapsed{width:auto;padding:0;border-radius:24px;bottom:24px;left:50%;transform:translate(-50%);right:auto;background:var(--bg-card);overflow:hidden}.tray-header{display:flex;justify-content:space-between;align-items:center;padding:10px 20px;background:#0000004d;border-bottom:1px solid var(--border-main);border-radius:12px 12px 0 0;cursor:pointer;gap:40px;width:100%}.comparison-tray.collapsed .tray-header{border-bottom:none;padding:10px 24px;background:var(--bg-card);border-radius:24px;gap:24px}.header-actions{display:flex;align-items:center;gap:.5rem;justify-content:flex-end}.header-action-item{display:flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:8px;transition:all .2s;cursor:pointer}.header-action-item:hover{background:#ffffff1a}.header-action-item.clear{color:var(--primary-muted)}.header-action-item.clear:hover{color:var(--accent-red)}.header-action-item.compare{color:var(--primary)}.header-action-item.compare:hover{color:var(--accent-green)}.header-action-item.compare.disabled{opacity:.3;cursor:not-allowed;color:var(--primary-muted)}.header-action-item.compare.disabled:hover{background:none}.tray-title{display:flex;align-items:center;gap:12px;font-size:.9rem;font-weight:600;color:var(--primary-text)}.player-count-badge{background:var(--primary);color:var(--bg-main);font-size:.7rem;padding:1px 6px;border-radius:10px;margin-left:2px;font-weight:700}.collapse-btn{background:none;border:none;color:var(--primary-muted);cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;margin-left:4px}.collapse-btn:hover{color:var(--primary-text)}.tray-content{display:flex;justify-content:center;align-items:center;padding:20px 24px}.players-slots{display:flex;gap:24px;width:fit-content;justify-content:flex-start}.player-slot{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100px;position:relative;text-align:center}.player-slot.filled.pointer{cursor:pointer}.player-slot.filled{gap:6px}.slot-avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;border:2px solid var(--border-main)}.slot-info{display:flex;flex-direction:column;align-items:center;width:100%}.slot-ign{font-size:.85rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;color:var(--primary-text)}.slot-rank{font-size:.75rem;color:var(--primary-muted)}.remove-slot-btn{position:absolute;top:-6px;right:18px;background:var(--bg-dark);border-radius:50%;border:none;color:var(--accent-red);cursor:pointer;padding:0;z-index:5;display:flex;align-items:center;justify-content:center}.remove-slot-btn:hover{transform:scale(1.2);color:#f66}.player-slot.empty{opacity:.4;gap:6px;transition:all .2s ease}.player-slot.empty.pointer:hover{opacity:.8;transform:translateY(-2px)}.player-slot.empty.pointer:hover .empty-circle{border-color:var(--primary);color:var(--primary)}.player-slot.empty.pointer:active{transform:scale(.95);opacity:1}.empty-circle{width:52px;height:52px;border-radius:50%;border:2px dashed var(--primary-muted);display:flex;align-items:center;justify-content:center;color:var(--primary-muted);font-size:1.4rem;-webkit-user-select:none;user-select:none}.player-slot.empty span{font-size:.75rem;color:var(--primary-muted)}.clear-link,.compare-link{font-size:.8rem;color:var(--primary-muted);text-decoration:none;cursor:pointer;transition:color .2s;font-weight:600;white-space:nowrap}.clear-link:hover{color:var(--accent-red);text-decoration:underline}.compare-link:hover{color:var(--accent-green);text-decoration:underline}.compare-link.disabled{opacity:.3;cursor:not-allowed;text-decoration:none!important}.compare-link.disabled:hover{color:var(--primary-muted)}@media(max-width:768px){.comparison-tray{width:100%;max-width:100%;bottom:0;border-radius:16px 16px 0 0;left:50%;transform:translate(-50%);background:#1a1a3df2}.tray-content{padding:16px}.players-slots{gap:16px}.player-slot{width:80px}.slot-avatar,.empty-circle{width:44px;height:44px}.remove-slot-btn{right:12px}.comparison-tray.collapsed{width:auto;bottom:80px;left:50%;transform:translate(-50%);right:auto;border-radius:30px;padding:0;box-shadow:0 4px 12px #00000080}.comparison-tray.collapsed .tray-header{padding:8px 12px}}.upsell-modal{max-width:450px}.upsell-content{display:flex;flex-direction:column;align-items:center;text-align:center;padding:12px 0}.upsell-icon-wrapper{background:#d4a8ff1a;width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.upsell-description{font-size:1.1rem;color:var(--primary-text);margin-bottom:24px;line-height:1.5}.upsell-features{text-align:left;margin-bottom:32px;padding:0;list-style:none;width:100%;display:flex;flex-direction:column;gap:12px}.upsell-features li{display:flex;align-items:center;gap:10px;color:var(--primary-muted);font-size:.95rem}.upsell-features li:before{content:"✓";color:var(--accent-green);font-weight:800}.upsell-actions{width:100%;display:flex;flex-direction:column;gap:16px}.upsell-secondary-actions{margin-top:8px}.signin-link{font-size:.9rem;color:var(--primary-muted);cursor:pointer}.signin-link strong{color:var(--primary)}.signin-link:hover strong{text-decoration:underline}.comparison-page{padding:24px 24px 100px;max-width:1200px;margin:0 auto;color:var(--primary-text)}.comparison-page.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:60vh;gap:16px;color:var(--primary-muted)}.comparison-header{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;margin-bottom:32px;width:100%;text-align:center}.comparison-header h1{font-size:1.8rem;margin:0;width:100%}.comparison-subtitle{font-size:.95rem;color:var(--primary-muted);font-weight:500;margin:0;opacity:.8}.vs-header-container{display:flex;justify-content:center;align-items:center;gap:40px;margin-bottom:64px;flex-wrap:wrap;width:100%}.vs-player-card{background:var(--bg-card);border:1px solid var(--border-main);border-radius:12px;padding:24px;display:flex;flex-direction:column;align-items:center;width:280px;flex:1;max-width:350px;position:relative;box-shadow:0 4px 12px #0003;transition:all .2s ease}.vs-player-card.pointer{cursor:pointer}.vs-player-card.pointer:hover{transform:translateY(-4px);border-color:var(--primary);box-shadow:0 8px 24px #0006}.vs-avatar{width:80px;height:80px;border-radius:50%;border:3px solid transparent;margin-bottom:12px;object-fit:cover;transition:border-color .3s}.vs-avatar.student{border-color:var(--primary)!important}.vs-avatar.pro{border-color:var(--accent-gold)!important}.vs-player-card h3{margin:0 0 8px;font-size:1.1rem;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.vs-player-card.mobile{width:100%;flex-direction:row;padding:16px;justify-content:flex-start;align-items:flex-start;gap:16px;height:auto}.vs-player-card.mobile .vs-avatar{width:50px;height:50px;margin-bottom:0}.mobile-main-content{display:flex;flex-direction:column;gap:8px;flex:1}.mobile-stats-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.vs-player-card.mobile h3{text-align:left;font-size:1.1rem;margin-bottom:0}.vs-role-badge.mini{margin-bottom:0;padding:2px 8px;font-size:.65rem;gap:4px}.vs-rank-row-mobile{display:flex;align-items:center;gap:16px;width:100%;margin-top:4px}.vs-rank-item.inline{display:flex;align-items:center;gap:6px;font-size:.7rem;white-space:nowrap}.vs-rank-item.inline .rank-label{min-width:unset;font-size:.65rem}.vs-rank-item.inline .rank-value{text-align:left;font-size:.75rem}.vs-rank-info{display:flex;flex-direction:column;gap:4px;width:100%;margin-bottom:12px;padding:8px;background:#ffffff08;border-radius:8px}.vs-rank-item{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;padding:0 4px}.rank-label{color:var(--primary-muted);font-weight:600;min-width:60px;text-align:left}.rank-value{color:var(--primary-text);font-weight:700;flex:1;text-align:right}.vs-role-badge{display:flex;align-items:center;gap:6px;font-size:.75rem;font-weight:600;padding:4px 10px;border-radius:6px;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.vs-role-badge.student{background:#d4a8ff1a;color:var(--primary);border:1px solid rgba(212,168,255,.2)}.vs-role-badge.pro{background:#ffd7001a;color:var(--accent-gold);border:1px solid rgba(255,215,0,.2)}.vs-score{font-size:.8rem;color:var(--primary-muted)}.vs-score.student .score-val{color:var(--primary)}.vs-score.pro .score-val{color:var(--accent-gold)}.vs-score .score-val{font-weight:700;font-size:1rem}.vs-divider{font-size:2rem;font-weight:800;color:var(--primary-muted);opacity:.3}.chart-section{display:flex;justify-content:center;align-items:center;margin-top:24px;margin-bottom:64px;width:100%}.radar-container{width:100%;max-width:600px;height:500px;position:relative;margin:0 auto;display:flex;justify-content:center;align-items:center;padding:20px 0}.stats-table-container{overflow-x:auto;background:transparent;border-radius:12px;border:1px solid var(--border-main);margin-bottom:48px;position:relative;-webkit-overflow-scrolling:touch}.comparison-table{width:100%;border-collapse:separate;border-spacing:0;min-width:600px;background:transparent}.comparison-table th,.comparison-table td{padding:16px;text-align:center;border-bottom:1px solid var(--border-main);border-right:1px solid rgba(255,255,255,.05);white-space:nowrap;min-width:140px;background:transparent}.comparison-table th:first-child,.comparison-table td:first-child{text-align:left;font-weight:600;color:var(--primary-muted);width:160px;min-width:160px;background:transparent;position:sticky;left:0;z-index:10;border-right:2px solid var(--border-main);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:4px 0 8px #0000004d}@media(max-width:768px){.comparison-table th,.comparison-table td{min-width:130px}.comparison-table th:first-child,.comparison-table td:first-child{width:130px;min-width:130px}}.comparison-table th{background:#ffffff0d;font-weight:600;position:sticky;top:0;z-index:5}.comparison-table th:first-child{z-index:15}.winner-cell{background:#32cd3214;font-weight:700;color:var(--accent-green);position:relative}.agents-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;margin-top:24px}.player-agents-col{background:transparent;border:1px solid var(--border-main);border-radius:12px;padding:16px}.player-agents-col h4{text-align:center;margin-top:0;border-bottom:1px solid var(--border-main);padding-bottom:12px;margin-bottom:16px}.agent-row{display:flex;align-items:center;gap:12px;margin-bottom:12px;background:var(--bg-card);padding:8px;border-radius:8px;border:1px solid rgba(255,255,255,.05)}.agent-row.center-content{justify-content:center}.no-data.center-content{display:flex;justify-content:center;width:100%;color:var(--primary-muted);font-size:.9rem;padding:12px 0}.mini-agent-img{width:40px;height:40px;border-radius:4px;object-fit:cover}.agent-details{display:flex;flex-direction:column}.agent-name{font-weight:600}.agent-meta{font-size:.8rem;color:var(--primary-muted)}.mobile-collapsible-header{display:flex;align-items:center;gap:12px}@media(max-width:768px){.vs-header-container{flex-direction:column;gap:12px}.vs-header-container.mobile .vs-divider{display:none}.vs-divider{transform:rotate(90deg);font-size:1.5rem}.radar-container{height:350px}.stats-table-container{border:none;border-radius:0;margin-bottom:0}.player-agents-col{border:none;border-radius:0;padding:16px 8px}.comparison-table th,.comparison-table td{padding:12px 8px;font-size:.9rem}}.vs-player-role{font-size:.9rem;font-weight:600;color:var(--primary);margin-bottom:4px;text-transform:uppercase;letter-spacing:1px}.mobile-role-text{font-size:.75rem;font-weight:700;color:var(--primary);text-transform:uppercase}.mobile-gpa{font-size:.75rem;font-weight:700;color:var(--primary-muted)}.mobile-meta-group{display:flex;align-items:center;gap:8px}.mobile-meta-group span:first-child:after{content:"|";opacity:.3;margin-left:8px}.vs-game-count{font-size:.7rem;color:var(--primary-muted);font-style:italic;margin-bottom:12px;opacity:.8}.vs-game-count-mobile{font-size:.65rem;color:var(--primary-muted);font-style:italic;margin-top:4px;opacity:.8}.vs-desktop-meta-row{display:flex;flex-direction:row;align-items:center;gap:10px;margin-bottom:12px}.vs-player-divider{color:var(--primary-muted);opacity:.3;font-weight:300}.vs-player-role{font-size:.9rem;font-weight:600;color:var(--primary);margin-bottom:0;text-transform:uppercase;letter-spacing:1px}.error-boundary-container{height:100vh;width:100vw;display:flex;justify-content:center;align-items:center;background-color:var(--bg-main);color:var(--primary-text)}.error-card{background:var(--bg-card);padding:2rem;border-radius:1rem;text-align:center;border:1px solid var(--border-primary);box-shadow:0 10px 30px #00000080;max-width:400px}.error-card h2{color:var(--primary);margin-bottom:1rem}.error-actions{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}.reload-btn{background-color:var(--primary);color:#000;border:none;padding:.8rem 1.5rem;border-radius:.5rem;font-weight:700;cursor:pointer;transition:opacity .2s}.home-btn{background-color:transparent;color:var(--primary);border:1px solid var(--primary);padding:.8rem 1.5rem;border-radius:.5rem;font-weight:700;cursor:pointer;transition:background .2s}.reload-btn:hover,.home-btn:hover{opacity:.8}
