:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#14233a;background:#eef3f8;font-synthesis:none;--navy:#0b2b57;--blue:#174f93;--blue2:#2672c6;--sky:#eaf3ff;--line:#e2e9f2;--muted:#708098;--card:#fff;--danger:#be3448;--success:#16865c;--warning:#d97706;--shadow:0 12px 38px rgba(32,54,85,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:#eef3f8}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}svg{width:20px;height:20px}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.card{background:var(--card);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.muted{color:var(--muted)}.alert{padding:14px;color:var(--danger)}.empty-state{padding:36px;text-align:center;color:var(--muted)}.empty-state button{margin-left:10px}.error-state{color:var(--danger)}.primary-button,.secondary-button,.danger-button{border:0;border-radius:11px;padding:11px 15px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:750}.primary-button{background:var(--navy);color:#fff}.primary-button:hover{background:#143c70}.secondary-button{background:#edf3fa;color:#29435f}.secondary-button:hover{background:#e1ebf7}.danger-button{background:#fff0f2;color:var(--danger)}.primary-button:disabled,.secondary-button:disabled,.danger-button:disabled{opacity:.45;cursor:not-allowed}.icon-button{border:0;background:transparent;width:40px;height:40px;display:grid;place-items:center;border-radius:12px;color:#607089}.icon-button:hover{background:#f0f4f8;color:var(--blue)}.danger-hover:hover{background:#fff0f2;color:var(--danger)}.primary-icon{background:var(--navy);color:#fff}.mini{width:35px;height:35px;border:0;border-radius:10px;background:#edf2f7;display:grid;place-items:center}.mini.primary{background:var(--blue);color:#fff}.mini svg{width:17px}.app-loading{min-height:100vh;display:grid;place-content:center;justify-items:center;gap:15px;color:var(--muted)}.app-loading img{width:68px;animation:pulse 1.4s infinite}@keyframes pulse{50%{transform:scale(.94);opacity:.7}}.avatar{display:inline-grid;place-items:center;flex:none;border-radius:50%;background:linear-gradient(135deg,#dceaff,#a9c8eb);color:var(--navy);font-weight:850;position:relative;overflow:visible}.avatar>img{width:100%;height:100%;border-radius:inherit;object-fit:cover}.avatar>span{font-size:calc(10px + .25em)}.verified-dot{position:absolute;right:-2px;bottom:-1px;width:17px;height:17px;border-radius:50%;background:#1687d9;color:#fff;border:2px solid white;font-size:10px;display:grid;place-items:center}.verified-inline{display:inline-grid;place-items:center;margin-left:5px;width:17px;height:17px;border-radius:50%;background:#1687d9;color:#fff;font-size:10px;vertical-align:middle}.verified-inline.large{width:23px;height:23px;font-size:13px}.brand{display:flex;align-items:center;gap:11px;color:var(--navy);width:max-content}.brand img{width:43px;height:43px}.brand strong{font-size:25px;letter-spacing:-.8px}.brand-compact strong{display:none}.topbar{position:sticky;top:0;z-index:50;background:#fffffff0;border-bottom:1px solid var(--line);backdrop-filter:blur(15px)}.topbar-inner{height:74px;max-width:1500px;margin:auto;padding:0 24px;display:grid;grid-template-columns:245px minmax(230px,480px) 1fr auto;gap:20px;align-items:center}.mobile-menu-button{display:none}.search-box{height:44px;background:#f4f7fb;border:1px solid transparent;border-radius:999px;display:flex;align-items:center;gap:10px;padding:0 16px;color:#8794a6}.search-box:focus-within{background:#fff;border-color:#a9c8eb;box-shadow:0 0 0 4px #174f9314}.search-box input{border:0;background:transparent;outline:0;width:100%;color:#22334a}.desktop-topnav{justify-self:end;display:flex;gap:6px}.desktop-topnav a{width:45px;height:45px;border-radius:14px;display:grid;place-items:center;color:#596981;position:relative}.desktop-topnav a:hover,.desktop-topnav a.active{background:var(--sky);color:var(--blue)}.notification-link span{position:absolute;right:2px;top:2px;min-width:18px;height:18px;padding:0 4px;border-radius:99px;background:var(--blue);color:#fff;border:2px solid white;font-size:10px;display:grid;place-items:center}.account-mini{display:flex;align-items:center;gap:9px;min-width:220px}.account-mini>div{display:grid;line-height:1.15}.account-mini strong{font-size:13px}.account-mini small{font-size:11px;color:var(--success);margin-top:4px}.account-mini select{margin-left:auto;border:1px solid var(--line);background:#fff;border-radius:9px;padding:6px}.announcement{max-width:1500px;margin:10px auto 0;padding:10px 23px;background:linear-gradient(90deg,#0b2b57,#2365a8);color:#fff;border-radius:13px;font-size:13px;box-shadow:0 9px 25px #0b2b5726}.main-layout{max-width:1500px;margin:auto;padding:18px 24px 92px;display:grid;grid-template-columns:245px minmax(0,740px) minmax(260px,310px);gap:22px;justify-content:center}.left-sidebar{position:sticky;top:92px;align-self:start;display:flex;flex-direction:column;gap:17px}.sidebar-nav{display:grid;gap:4px}.sidebar-nav a{height:47px;border-radius:13px;display:flex;align-items:center;gap:13px;padding:0 14px;color:#344760;font-weight:680}.sidebar-nav a:hover,.sidebar-nav a.active{background:#e8f2ff;color:var(--blue)}.sidebar-nav a b{margin-left:auto;min-width:22px;height:22px;padding:0 5px;border-radius:99px;background:var(--blue);color:#fff;display:grid;place-items:center;font-size:11px}.welcome-card{background:linear-gradient(160deg,#fff,#eaf4ff);border:1px solid #dce8f7;border-radius:18px;padding:19px;text-align:center;box-shadow:var(--shadow)}.horse-lines{width:54px;height:54px;border-radius:17px;background:#e0edff;color:var(--blue);display:grid;place-items:center;margin:0 auto 10px;font-size:33px}.welcome-card h3{margin:0 0 6px}.welcome-card p{margin:0;color:var(--muted);font-size:12px}.logout-button{border:0;background:transparent;color:#687a91;padding:11px 14px;border-radius:11px;display:flex;align-items:center;gap:10px}.logout-button:hover{background:#fff0f2;color:var(--danger)}.mobile-drawer-head,.drawer-backdrop{display:none}.route-content{min-width:0}.content-column{display:grid;gap:16px;align-content:start}.right-sidebar{position:sticky;top:92px;align-self:start;display:grid;gap:16px}.sidebar-card{padding:17px}.sidebar-card .panel-title{margin-bottom:8px}.privacy-note{display:flex;align-items:flex-start;gap:11px;background:linear-gradient(145deg,#fff,#f1f7ff)}.privacy-note>svg{color:var(--blue);flex:none}.privacy-note p{font-size:11px;color:var(--muted);line-height:1.45;margin:5px 0 0}.user-line{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;padding:8px 0;min-width:0}.user-line>a:first-child{position:relative}.online-dot{position:absolute;right:0;bottom:2px;width:11px;height:11px;border-radius:50%;background:#19ae6e;border:2px solid white}.user-line>div{display:grid;min-width:0}.user-line strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-line small{font-size:11px;color:var(--muted);margin-top:4px;display:flex;align-items:center;gap:5px}.user-line-action{display:flex;gap:5px}.user-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px 18px}.panel-title{display:flex;align-items:center;justify-content:space-between}.panel-title h2,.panel-title h3{margin:0}.panel-title span{font-size:12px;color:var(--muted)}.badge-list{display:inline-flex;flex-wrap:wrap;gap:5px;margin-top:7px}.badge-list.compact{margin:0}.custom-badge{--badge-color:#174f93;display:inline-flex;align-items:center;gap:5px;border-radius:999px;background:color-mix(in srgb,var(--badge-color) 12%,white);color:var(--badge-color);border:1px solid color-mix(in srgb,var(--badge-color) 28%,white);padding:4px 8px;font-style:normal;font-size:10px;font-weight:800}.custom-badge i,.custom-badge em{font-style:normal}.badge-list.compact .custom-badge{padding:1px 5px;font-size:9px}.badge-list.compact em{display:none}.fa-crown i:before{content:"♛"}.fa-shield i:before{content:"◆"}.fa-heart i:before{content:"♥"}.fa-bolt i:before{content:"ϟ"}.fa-gem i:before{content:"♦"}.fa-horse i:before{content:"♞"}.custom-badge[class*=fa-] i{font-size:0}.custom-badge[class*=fa-] i:before{font-size:11px}.custom-badge.fa-star i:before{content:"★"}.page-heading{padding:19px 22px;display:flex;align-items:center;gap:14px}.page-heading>svg{width:36px;height:36px;padding:8px;border-radius:12px;background:var(--sky);color:var(--blue)}.page-heading>div{flex:1}.page-heading h1{font-size:25px;margin:0 0 4px;letter-spacing:-.7px}.page-heading p{margin:0;color:var(--muted);font-size:13px}.section-card{padding:20px}.section-card h2{font-size:18px;margin:0 0 14px;display:flex;align-items:center;gap:8px}.section-card h2 span{font-size:11px;border-radius:99px;background:var(--sky);color:var(--blue);padding:4px 7px}.inline-search{height:44px;border:1px solid var(--line);border-radius:12px;display:flex;align-items:center;gap:9px;padding:0 13px;background:#f8fafc}.inline-search input{border:0;outline:0;background:transparent;width:100%}.composer{overflow:visible;position:relative;scroll-margin-top:90px}.composer-main{padding:16px 17px 12px;display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center}.composer textarea{border:0;resize:none;outline:0;background:#f5f8fc;border-radius:14px;padding:11px 13px;min-height:44px;color:#24364e}.send-button{border:0;width:42px;height:42px;border-radius:13px;background:var(--blue);color:#fff;display:grid;place-items:center}.send-button:disabled{opacity:.4}.composer-actions{border-top:1px solid var(--line);padding:9px 13px;display:grid;grid-template-columns:repeat(4,1fr)}.composer-actions button,.composer-actions label{border:0;background:transparent;color:#52637a;border-radius:10px;padding:9px 7px;display:flex;align-items:center;justify-content:center;gap:7px;font-size:12px}.composer-actions button:hover,.composer-actions label:hover{background:#f2f6fa;color:var(--blue)}.action-file input{display:none}.composer-media,.post-media{display:grid;gap:3px;overflow:hidden}.composer-media{margin:0 17px 12px;border-radius:14px;max-height:430px}.composer-media>div{position:relative;min-height:150px}.composer-media img,.post-media img{width:100%;height:100%;object-fit:cover}.composer-media button{position:absolute;top:7px;right:7px;border:0;width:31px;height:31px;border-radius:50%;background:#0a192db8;color:#fff;display:grid;place-items:center}.media-2,.media-3,.media-4{grid-template-columns:1fr 1fr}.media-3>:first-child{grid-row:span 2}.composer-meta,.post-meta-line{display:flex;flex-wrap:wrap;gap:6px;padding:0 18px 10px}.composer-meta span,.post-meta-line span,.post-meta-line>a{background:#edf5ff;color:#31577f;border-radius:999px;padding:5px 8px;font-size:11px;display:inline-flex;align-items:center;gap:4px}.composer-meta button{border:0;background:transparent;color:inherit;padding:0}.composer-extra{margin:0 17px 12px;padding:12px;background:#f7f9fc;border-radius:13px;display:grid;grid-template-columns:1fr 1fr;gap:9px}.composer-extra label,.tag-search{border:1px solid var(--line);background:#fff;border-radius:10px;display:flex;align-items:center;gap:7px;padding:0 10px;min-height:40px;position:relative}.composer-extra input,.composer-extra select{border:0;outline:0;background:transparent;width:100%;font-size:12px}.tag-results{position:absolute;z-index:15;left:0;right:0;top:45px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);padding:7px}.tag-results>button,.picker-users>button{display:block;width:100%;border:0;background:#fff;text-align:left;border-radius:9px;padding:1px 8px}.tag-results>button:hover,.picker-users>button:hover{background:#f3f7fb}.form-error{margin:0 17px 12px;color:var(--danger);font-size:12px}.emoji-picker{position:absolute;z-index:25;left:70px;bottom:60px;width:min(360px,calc(100vw - 40px));background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 20px 55px #162b4938;padding:8px}.emoji-picker nav{display:flex;border-bottom:1px solid var(--line);padding-bottom:5px}.emoji-picker nav button{border:0;background:transparent;padding:6px 9px;border-radius:8px}.emoji-picker nav button.active{background:var(--sky)}.emoji-picker>div{display:grid;grid-template-columns:repeat(8,1fr);max-height:220px;overflow:auto;padding:7px}.emoji-picker>div button{border:0;background:transparent;font-size:22px;padding:5px;border-radius:8px}.emoji-picker>div button:hover{background:#f1f5fa}.feed-list{display:grid;gap:16px}.feed-heading{display:flex;align-items:center;gap:8px;margin:8px 0 0}.post-card{overflow:visible}.post-header{padding:15px 17px 8px;display:grid;grid-template-columns:auto 1fr auto;gap:11px;align-items:center}.post-author{min-width:0}.post-author>div{display:flex;align-items:center;gap:3px;flex-wrap:wrap}.post-author strong{font-size:14px}.post-author>span{font-size:11px;color:var(--muted);margin-top:4px;display:flex;align-items:center;gap:4px}.post-author>span svg{width:12px;height:12px}.post-menu{position:relative}.menu-popover{position:absolute;z-index:20;right:0;top:40px;width:220px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:13px;padding:7px}.menu-popover button{border:0;background:#fff;width:100%;padding:10px;border-radius:9px;display:flex;align-items:center;gap:9px;text-align:left;color:#40526b}.menu-popover button:hover{background:#f3f6fa}.menu-popover button.danger{color:var(--danger)}.post-content{white-space:pre-wrap;overflow-wrap:anywhere;margin:6px 17px 14px;line-height:1.55;font-size:14px}.post-media{margin-top:4px;max-height:690px}.post-media a{min-height:190px;overflow:hidden}.post-media.media-1 img{max-height:690px;object-fit:cover}.post-summary{display:flex;justify-content:space-between;padding:10px 17px;color:var(--muted);font-size:11px;border-bottom:1px solid var(--line)}.post-actions{display:grid;grid-template-columns:repeat(3,1fr);padding:5px 10px;border-bottom:1px solid var(--line)}.post-actions>button,.reaction-control>button{border:0;background:transparent;color:#5f7086;padding:9px;display:flex;align-items:center;justify-content:center;gap:6px;border-radius:9px;font-size:12px}.post-actions button:hover,.reaction-control>button.active{background:#edf5ff;color:var(--blue)}.reaction-control{position:relative}.reaction-picker{display:none;position:absolute;z-index:15;left:0;bottom:42px;background:#fff;border:1px solid var(--line);border-radius:999px;padding:6px;box-shadow:var(--shadow);white-space:nowrap}.reaction-control:hover .reaction-picker,.reaction-picker:hover{display:flex}.reaction-picker button{border:0;background:transparent;font-size:22px;padding:4px;transition:transform .15s}.reaction-picker button:hover{transform:scale(1.35)}.comments{padding:10px 15px 14px}.comment-list{display:grid;gap:8px}.comment{display:flex;gap:8px;align-items:flex-start}.comment>div{background:#f2f5f9;border-radius:12px;padding:7px 10px;min-width:0}.comment strong{font-size:11px}.comment p{font-size:12px;margin:3px 0;white-space:pre-wrap}.comment-compose{display:grid;grid-template-columns:auto 1fr auto;gap:8px;align-items:center;margin-top:10px}.comment-compose>div{position:relative;display:flex;background:#f2f5f9;border-radius:999px;padding:0 8px}.comment-compose input{width:100%;border:0;outline:0;background:transparent;padding:9px}.comment-compose>div>button,.comment-compose>button{border:0;background:transparent;color:#607089;display:grid;place-items:center}.comment-compose .emoji-picker{left:auto;right:0;bottom:45px}.comments-disabled{text-align:center;color:var(--muted);font-size:12px}.post-meta-line svg{width:13px}.modal-backdrop{position:fixed;z-index:100;inset:0;background:#07152894;display:grid;place-items:center;padding:20px;backdrop-filter:blur(4px)}.modal-card{width:min(520px,100%);max-height:calc(100vh - 35px);overflow:auto;background:#fff;border-radius:21px;box-shadow:0 30px 90px #0412264d}.modal-wide{width:min(900px,100%)}.modal-card>header{position:sticky;top:0;z-index:2;background:#fff;border-bottom:1px solid var(--line);padding:14px 17px;display:flex;align-items:center;justify-content:space-between}.modal-card h2{margin:0;font-size:20px}.modal-body{padding:18px}.stack-form{display:grid;gap:13px}.stack-form label{display:grid;gap:7px;font-size:12px;font-weight:720;color:#40516a}.stack-form input,.stack-form textarea,.stack-form select,.settings-page select{border:1px solid var(--line);border-radius:11px;padding:11px 12px;outline:0;background:#fff;resize:vertical}.stack-form input:focus,.stack-form textarea:focus,.stack-form select:focus{border-color:#9dbce0;box-shadow:0 0 0 4px #174f9312}.check-row{display:flex!important;align-items:center!important;gap:8px!important}.cropper p{margin:0 0 10px;color:var(--muted);font-size:12px}.cropper canvas{display:block;width:100%;max-height:60vh;background:#0b1420;border-radius:13px;touch-action:none}.cropper footer{display:flex;justify-content:flex-end;gap:8px;margin-top:13px}.profile-hero{overflow:hidden}.profile-cover{height:250px;background:linear-gradient(135deg,#0b2b57,#3d7bb7);position:relative}.profile-cover>img{width:100%;height:100%;object-fit:cover}.cover-placeholder{height:100%;display:grid;place-items:center;color:#ffffff8c;font-size:48px;font-weight:900}.cover-edit{position:absolute;right:14px;bottom:14px;background:#fffffff0;padding:9px 12px;border-radius:10px;display:flex;align-items:center;gap:7px;font-size:12px;font-weight:700}.cover-edit input,.avatar-edit input{display:none}.profile-info{display:grid;grid-template-columns:auto 1fr auto;gap:18px;padding:0 22px 21px;align-items:start}.profile-avatar-wrap{margin-top:-64px;position:relative}.profile-avatar-wrap>.avatar{border:5px solid white;box-shadow:0 7px 25px #0f254029}.avatar-edit{position:absolute;right:5px;bottom:5px;width:36px;height:36px;border-radius:50%;background:var(--blue);color:#fff;display:grid;place-items:center;border:3px solid white}.profile-copy{padding-top:15px}.profile-copy h1{margin:0;font-size:27px;display:flex;align-items:center}.profile-copy .username{margin:3px 0;color:var(--muted)}.profile-copy>p:not(.username){margin:10px 0 6px;font-size:13px;line-height:1.5}.profile-facts{display:flex;flex-wrap:wrap;gap:13px;color:var(--muted);font-size:11px}.profile-facts span,.profile-facts a{display:flex;align-items:center;gap:5px}.profile-facts svg{width:14px}.profile-actions{padding-top:18px;display:flex;gap:7px;flex-wrap:wrap}.entity-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.entity-grid.large{grid-template-columns:repeat(2,minmax(0,1fr))}.entity-card{padding:0 0 14px;overflow:hidden;display:block}.entity-card:not(.card){border:1px solid var(--line);border-radius:15px}.entity-cover{height:130px;background:linear-gradient(135deg,#dceaff,#9fc1e6);display:grid;place-items:center;color:var(--navy);position:relative;overflow:hidden}.entity-cover.small{height:90px}.entity-cover>img{width:100%;height:100%;object-fit:cover}.entity-cover>svg{width:45px;height:45px}.entity-cover>span{position:absolute;right:8px;top:8px;background:#09203ecc;color:#fff;border-radius:8px;padding:5px 7px;font-size:10px;display:flex;gap:4px}.entity-card>strong,.entity-card>p,.entity-card>footer{margin-left:14px;margin-right:14px}.entity-card>strong{display:block;margin-top:11px}.entity-card>p{color:var(--muted);font-size:12px;line-height:1.45;height:35px;overflow:hidden}.entity-card>footer{display:flex;justify-content:space-between;font-size:11px;color:var(--muted)}.entity-card>footer b{color:var(--blue)}.community-hero{overflow:hidden}.community-cover{height:230px;background:linear-gradient(135deg,#0a2b59,#4687c4);display:grid;place-items:center;color:#fff}.community-cover>img{width:100%;height:100%;object-fit:cover}.community-cover>svg{width:70px;height:70px}.community-hero>div:nth-child(2){padding:18px 20px}.community-hero h1{margin:0 0 7px;display:flex;align-items:center;gap:7px}.community-hero p{color:var(--muted);margin:0 0 7px}.community-hero span{font-size:11px;color:var(--muted)}.community-hero>button{margin:0 20px 20px}.avatar-row{display:flex;gap:7px;flex-wrap:wrap}.search-hero{display:flex;align-items:center;gap:11px;padding:13px 15px}.search-hero input{flex:1;border:0;outline:0;font-size:15px}.search-hero button{border:0;background:var(--navy);color:#fff;border-radius:10px;padding:10px 15px}.notification-list{overflow:hidden}.notification-list>a{display:flex;align-items:center;gap:11px;padding:13px 16px;border-bottom:1px solid var(--line)}.notification-list>a>div{font-size:13px}.notification-list small{display:block;color:var(--muted);margin-top:4px}.selected-users{display:flex;flex-wrap:wrap;gap:6px}.selected-users span{background:var(--sky);color:var(--blue);padding:6px 8px;border-radius:999px;font-size:11px}.selected-users button{border:0;background:transparent}.picker-users{max-height:270px;overflow:auto}.settings-page{display:grid;gap:14px}.settings-page h2{margin-top:7px}.settings-page>label{display:grid;gap:7px;font-size:12px;font-weight:700}.privacy-box{padding:13px;border-radius:12px;background:#fff8e7;border:1px solid #f2dda5;color:#765012}.privacy-box p{font-size:11px;line-height:1.5;margin:5px 0 0}.messenger{height:calc(100vh - 112px);min-height:620px;display:grid;grid-template-columns:285px minmax(0,1fr);overflow:hidden}.conversation-sidebar{border-right:1px solid var(--line);min-width:0;display:flex;flex-direction:column}.conversation-sidebar>header,.chat-header{height:69px;display:flex;align-items:center;padding:0 15px;border-bottom:1px solid var(--line);gap:10px}.conversation-sidebar>header>div{flex:1}.conversation-sidebar h1{font-size:21px;margin:0}.conversation-sidebar small,.chat-header small{color:var(--muted)}.conversation-search{margin:10px;border-radius:11px;background:#f2f6fa;padding:0 10px;height:40px;display:flex;align-items:center;gap:7px}.conversation-search input{border:0;background:transparent;outline:0;width:100%;font-size:12px}.conversation-list{overflow:auto}.conversation-list>button{width:100%;border:0;background:#fff;padding:10px 12px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;text-align:left}.conversation-list>button:hover,.conversation-list>button.active{background:#edf5ff}.conversation-list>button>div{min-width:0}.conversation-list strong{font-size:12px}.conversation-list p{margin:4px 0 0;font-size:11px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-list b{background:var(--blue);color:#fff;border-radius:99px;min-width:20px;height:20px;display:grid;place-items:center;font-size:10px}.chat-pane{min-width:0;display:flex;flex-direction:column}.chat-header>div{display:grid}.mobile-chat-back{display:none}.messages-list{flex:1;overflow:auto;padding:16px;background:linear-gradient(#f8fafc,#f3f7fb)}.message-row{display:flex;align-items:flex-end;gap:7px;margin:7px 0;max-width:78%}.message-row.mine{margin-left:auto;flex-direction:row-reverse}.message-row>div{background:#fff;border:1px solid var(--line);border-radius:15px 15px 15px 4px;padding:8px 10px;box-shadow:0 3px 12px #1e35500d}.message-row.mine>div{background:var(--blue);color:#fff;border-color:var(--blue);border-radius:15px 15px 4px}.message-row strong{font-size:10px;display:block;margin-bottom:3px}.message-row p{margin:0;white-space:pre-wrap;font-size:13px;line-height:1.4}.message-row small{font-size:9px;opacity:.65;display:block;text-align:right;margin-top:3px}.message-row img{max-width:270px;max-height:300px;border-radius:10px;margin-bottom:5px}.typing-indicator{color:var(--muted);font-size:11px;margin:8px}.chat-compose{padding:10px;border-top:1px solid var(--line);display:grid;grid-template-columns:auto 1fr auto;gap:7px;align-items:end}.chat-compose>label input{display:none}.chat-compose>div{position:relative;display:flex;align-items:center;background:#f2f5f9;border-radius:15px}.chat-compose textarea{border:0;outline:0;background:transparent;resize:none;padding:11px;width:100%;max-height:120px}.chat-compose>div>button{border:0;background:transparent;color:#607089;padding:8px}.chat-compose .emoji-picker{bottom:52px;left:auto;right:0}.chat-empty{height:100%;display:grid;place-content:center;justify-items:center;text-align:center;color:var(--muted)}.chat-empty>svg{width:62px;height:62px;color:#a9bdd5}.chat-empty h2{color:#2c3f59}.toast-error{position:fixed;z-index:120;right:20px;bottom:20px;max-width:420px;background:#8f2638;color:#fff;padding:13px 15px;border-radius:12px;display:flex;align-items:center;gap:10px;box-shadow:var(--shadow)}.admin-page{display:grid;gap:14px}.admin-heading{background:linear-gradient(125deg,#08254d,#1e63a6);color:#fff;border-radius:20px;padding:22px 25px;display:flex;justify-content:space-between;align-items:center;box-shadow:var(--shadow)}.admin-heading span{font-size:9px;letter-spacing:1.8px;color:#8cc6ff;font-weight:900}.admin-heading h1{font-size:31px;margin:5px 0}.admin-heading p{margin:0;color:#c7d9ec}.admin-heading button{border:1px solid rgba(255,255,255,.25);background:#ffffff1a;color:#fff;border-radius:10px;padding:10px 12px;display:flex;gap:7px}.admin-tabs{display:flex;gap:5px;overflow:auto;padding:6px;background:#fff;border:1px solid var(--line);border-radius:15px;box-shadow:var(--shadow)}.admin-tabs button{flex:none;border:0;background:transparent;color:var(--muted);border-radius:10px;padding:10px 12px;display:flex;align-items:center;gap:6px;font-size:11px;font-weight:750}.admin-tabs button.active{background:var(--sky);color:var(--blue)}.admin-message{background:#eaf7f1;color:var(--success);padding:11px 14px;border-radius:12px;display:flex;justify-content:space-between}.admin-loading{padding:40px;text-align:center;color:var(--muted)}.admin-dashboard{display:grid;gap:14px}.admin-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:11px}.admin-stat{padding:15px;display:flex;gap:10px;align-items:center}.admin-stat>span{width:39px;height:39px;border-radius:12px;background:var(--sky);color:var(--blue);display:grid;place-items:center}.admin-stat>div{display:grid}.admin-stat strong{font-size:21px}.admin-stat small{color:var(--muted);font-size:10px}.admin-panel{padding:18px}.admin-panel>h2{margin:0 0 14px}.admin-table-wrap{overflow:auto}.admin-table{width:100%;border-collapse:collapse;min-width:800px}.admin-table th{text-align:left;text-transform:uppercase;letter-spacing:.7px;color:var(--muted);font-size:9px;padding:9px;border-bottom:1px solid var(--line)}.admin-table td{padding:10px 9px;border-bottom:1px solid var(--line);vertical-align:middle}.table-user{display:flex;align-items:center;gap:9px}.table-user>div{display:grid}.table-user strong{font-size:12px}.table-user small{font-size:9px;color:var(--muted)}.admin-table select{border:1px solid var(--line);border-radius:9px;padding:7px;background:#fff;max-width:160px}.table-toggle{border:0;width:36px;height:36px;border-radius:10px;background:#f0f3f7;color:#7b899b;display:grid;place-items:center}.table-toggle.on{background:#e4f7ee;color:var(--success)}.table-toggle.danger.on{background:#fff0f2;color:var(--danger)}.admin-two-col{display:grid;grid-template-columns:minmax(280px,360px) 1fr;gap:14px}.permissions-grid{display:grid;gap:7px}.permissions-grid label{display:flex;align-items:center;gap:7px;font-weight:500}.role-list{display:grid}.role-list>div{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;border-top:1px solid var(--line);padding:11px 0}.role-list>div>span{width:39px;height:39px;border-radius:11px;color:#fff;display:grid;place-items:center}.role-list>div>div{display:grid}.role-list small{color:var(--muted);font-size:10px}.badge-preview{padding:20px;border-radius:13px;background:#f4f7fb;text-align:center;margin-bottom:13px}.badge-admin-list>div{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;border-top:1px solid var(--line);padding:10px 0}.badge-admin-list p{color:var(--muted);font-size:11px}.moderation-list{display:grid}.moderation-item{display:grid;grid-template-columns:auto 1fr auto auto;gap:10px;align-items:center;border-top:1px solid var(--line);padding:11px 0}.moderation-copy{min-width:0}.moderation-copy p{margin:3px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#52637a;font-size:11px}.moderation-copy small{color:var(--muted);font-size:9px}.status-pill{font-size:9px;font-weight:850;padding:5px 8px;border-radius:99px;background:#e5f7ee;color:var(--success)}.status-pill.hidden{background:#fff0f2;color:var(--danger)}.live-pulse{color:#16a06b!important;font-weight:900}.live-list{max-height:720px;overflow:auto}.live-list.compact{max-height:390px}.event-row{display:grid;grid-template-columns:auto 1fr auto;gap:9px;align-items:center;border-top:1px solid var(--line);padding:9px 0}.event-row strong{font-size:11px}.event-row p{font-size:10px;color:var(--muted);margin:2px 0}.event-row small{font-size:9px;color:var(--muted)}.audit-list{display:grid;max-height:780px;overflow:auto}.audit-list>div{display:grid;grid-template-columns:150px 130px 1fr auto;gap:8px;align-items:center;border-top:1px solid var(--line);padding:9px 0;font-size:10px}.audit-list span{font-weight:800;color:var(--blue)}.audit-list code{color:#5d6c81}.audit-list small{color:var(--muted)}.admin-chat-inspector{display:grid;grid-template-columns:290px 1fr;gap:14px}.conversation-list.admin{max-height:720px}.admin-message-thread{max-height:630px;overflow:auto;margin-top:12px}.admin-message-thread>div{display:flex;gap:8px;padding:8px 0;border-top:1px solid var(--line)}.admin-message-thread p{font-size:12px;margin:3px 0}.admin-message-thread small{color:var(--muted);font-size:9px}.admin-message-thread img{max-width:220px;border-radius:10px}.auth-page{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(390px,.65fr)}.auth-visual{position:relative;min-height:100vh;padding:38px 5vw;overflow:hidden;background:linear-gradient(145deg,#071d3c,#0f3e76 62%,#2e72b6);color:#fff;display:flex;flex-direction:column}.auth-visual:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 75% 15%,rgba(255,255,255,.18),transparent 35%);pointer-events:none}.auth-brand{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center}.auth-brand .brand{color:#fff}.auth-brand span{color:#c6d8ee;font-size:12px}.auth-hero-copy{position:relative;z-index:2;max-width:720px;margin:12vh 0 25px}.eyebrow{font-size:10px;font-weight:850;letter-spacing:1.8px;color:#78b5f0}.auth-hero-copy h1{margin:15px 0 18px;font-size:clamp(42px,5.5vw,76px);line-height:.98;letter-spacing:-3.2px}.auth-hero-copy p{color:#c7d8ec;font-size:17px;line-height:1.65}.auth-visual>img{position:absolute;z-index:1;bottom:-1px;right:-14%;width:105%;opacity:.58;mask-image:linear-gradient(to bottom,transparent,black 25%)}.auth-form-side{display:grid;place-items:center;padding:30px;background:#f8fafc}.auth-card{width:min(440px,100%);background:#fff;border:1px solid var(--line);box-shadow:0 24px 70px #152d4d1f;border-radius:25px;padding:32px}.auth-mobile-brand{display:none}.auth-switch{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:5px;background:#f1f4f8;border-radius:13px;margin-bottom:25px}.auth-switch button{border:0;background:transparent;padding:10px;border-radius:9px;color:var(--muted);font-weight:700}.auth-switch button.active{background:#fff;color:var(--navy);box-shadow:0 4px 14px #1f35501a}.auth-card h2{font-size:27px;margin:0 0 6px}.auth-card>p{margin:0 0 22px;color:var(--muted)}.auth-card label{display:grid;gap:7px;margin:14px 0;font-size:12px;font-weight:700;color:#40516a}.auth-card label span{display:flex;gap:7px;align-items:center}.auth-card input{width:100%;border:1px solid var(--line);border-radius:11px;padding:12px;outline:0}.auth-error{margin:10px 0}.auth-submit{width:100%;border:0;border-radius:11px;padding:13px;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:800;margin-top:18px}.demo-credentials{margin-top:18px;padding:12px;border-radius:11px;background:#f4f7fb;display:grid;gap:4px;color:#687890;font-size:10px}.demo-credentials strong{color:#40516a}@media (max-width:1190px){.topbar-inner{grid-template-columns:210px minmax(220px,1fr) auto}.account-mini{display:none}.main-layout{grid-template-columns:210px minmax(0,760px)}.right-sidebar{display:none}.admin-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:820px){body{background:#edf2f7}.topbar-inner{height:63px;padding:0 11px;grid-template-columns:auto 1fr auto;gap:7px}.mobile-menu-button{display:grid}.topbar-inner>.brand{justify-self:start}.brand img{width:36px;height:36px}.brand strong{font-size:20px}.search-box{justify-self:end;width:41px;height:41px;padding:0;display:grid;place-items:center}.search-box input,.desktop-topnav{display:none}.announcement{margin:7px 9px 0;border-radius:11px;padding:9px 12px;font-size:11px}.main-layout{display:block;padding:10px 8px 82px}.route-content{max-width:680px;margin:auto}.left-sidebar{position:fixed;z-index:75;inset:0 auto 0 0;width:min(86vw,330px);padding:17px;background:#fff;transform:translate(-105%);transition:.22s;overflow:auto;box-shadow:20px 0 50px #0e254233}.left-sidebar.open{transform:translate(0)}.mobile-drawer-head{display:flex;align-items:center;justify-content:space-between}.drawer-backdrop{display:block;position:fixed;z-index:70;inset:0;border:0;background:#0412266b}.mobile-bottom-nav{position:fixed;z-index:55;left:0;right:0;bottom:0;height:67px;background:#fffffff7;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(4,1fr);backdrop-filter:blur(14px);padding-bottom:env(safe-area-inset-bottom)}.mobile-bottom-nav a{color:#68798f;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3px;font-size:9px}.mobile-bottom-nav a.active{color:var(--blue)}.create-mobile span{width:43px;height:43px;margin-top:-18px;border-radius:50%;background:var(--blue);color:#fff;border:5px solid #edf2f7;display:grid;place-items:center}.create-mobile span svg{width:24px}.page-heading{padding:15px}.page-heading h1{font-size:21px}.page-heading>button{padding:9px;font-size:0}.page-heading>button svg{margin:0}.user-grid{grid-template-columns:1fr}.composer-actions button,.composer-actions label{font-size:0}.composer-actions svg{width:21px;height:21px}.composer-extra{grid-template-columns:1fr}.emoji-picker{left:9px}.post-card{border-radius:15px}.post-media{margin-left:-1px;margin-right:-1px}.profile-cover{height:190px}.profile-info{grid-template-columns:auto 1fr;padding:0 14px 15px;gap:12px}.profile-avatar-wrap{margin-top:-50px}.profile-avatar-wrap>.avatar{width:100px!important;height:100px!important}.profile-copy h1{font-size:21px}.profile-actions{grid-column:1/-1;padding-top:0}.entity-grid,.entity-grid.large{grid-template-columns:1fr}.community-cover{height:190px}.messenger{height:calc(100vh - 142px);min-height:520px;grid-template-columns:1fr}.conversation-sidebar.mobile-hidden,.chat-pane.mobile-hidden{display:none}.conversation-sidebar{border:0}.mobile-chat-back{display:grid}.message-row{max-width:90%}.admin-heading{padding:18px}.admin-heading h1{font-size:25px}.admin-heading p{font-size:11px}.admin-heading button{font-size:0}.admin-tabs button span{display:none}.admin-tabs button{padding:10px 13px}.admin-two-col,.admin-chat-inspector{grid-template-columns:1fr}.admin-stats-grid{grid-template-columns:repeat(2,1fr)}.audit-list>div{grid-template-columns:1fr auto}.audit-list code,.audit-list strong{display:none}.auth-page{grid-template-columns:1fr}.auth-visual{display:none}.auth-form-side{min-height:100vh;padding:18px}.auth-card{padding:25px}.auth-mobile-brand{display:block;margin-bottom:18px}.auth-mobile-brand .brand{margin:auto}.modal-backdrop{padding:8px}.modal-card{max-height:calc(100vh - 16px);border-radius:17px}.cover-edit{font-size:0}.cover-edit svg{margin:0}}@media (max-width:480px){.main-layout{padding-left:5px;padding-right:5px}.card{border-radius:14px}.composer-main,.post-header{padding:12px}.post-content{margin-left:13px;margin-right:13px}.post-actions>button,.reaction-control>button{font-size:0}.post-actions svg{width:20px}.profile-info{display:flex;flex-direction:column}.profile-avatar-wrap{margin-top:-52px}.profile-copy{padding-top:0}.profile-actions{width:100%}.profile-actions button{flex:1}.admin-stat{padding:11px}.admin-stat strong{font-size:18px}.emoji-picker>div{grid-template-columns:repeat(7,1fr)}}.form-success{display:flex;gap:.55rem;align-items:flex-start;padding:.8rem 1rem;border-radius:12px;background:#e8f7ee;color:#17613b;font-size:.92rem}.auth-secondary-actions{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem;margin-top:.25rem}.auth-secondary-actions button,.text-button{border:0;background:transparent;color:#155a9a;cursor:pointer;font-weight:650;padding:.35rem 0}.security-note{display:flex;gap:.55rem;align-items:flex-start;color:#64748b;font-size:.8rem;line-height:1.45;margin-top:.5rem}.security-note svg{flex:0 0 auto;color:#175493}.auth-action-page{min-height:100vh;display:grid;place-items:center;background:linear-gradient(145deg,#edf4fb,#f8fafc);padding:1rem}.auth-action-card{width:min(520px,100%);background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:2rem;box-shadow:0 20px 60px #11375c1f;text-align:center}.auth-action-card>svg{width:52px;height:52px;color:#175493;margin:2rem auto 0}.auth-action-card h1{margin:.8rem 0}.auth-action-card p{color:#64748b;line-height:1.6}.auth-action-card form{display:grid;gap:1rem;text-align:left;margin-top:1.4rem}.auth-action-card label{display:grid;gap:.4rem;font-weight:700}.auth-action-card input{width:100%;padding:.85rem 1rem;border:1px solid #cbd5e1;border-radius:12px}.auth-action-link{display:inline-flex;margin-top:1.4rem;text-decoration:none}.spin{animation:stablebook-spin 1s linear infinite}@keyframes stablebook-spin{to{transform:rotate(360deg)}}.notification-settings{display:grid;gap:.7rem}.settings-toggle{display:flex!important;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1rem;border:1px solid #e2e8f0;border-radius:14px;background:#f8fafc}.settings-toggle-copy{display:flex;align-items:center;gap:.7rem}.settings-toggle-copy>svg{color:#175493}.settings-toggle-copy span{display:grid;gap:.15rem}.settings-toggle-copy small{font-weight:400;color:#64748b}.settings-toggle input{width:20px;height:20px;accent-color:#175493}.danger-outline-button{display:inline-flex;align-items:center;gap:.5rem;border:1px solid #dc2626;color:#b91c1c;background:#fff;padding:.75rem 1rem;border-radius:12px;font-weight:700;cursor:pointer}.security-event-list{display:grid;gap:.65rem;margin-top:1rem}.security-event{display:grid;grid-template-columns:auto 1fr auto;gap:.8rem;align-items:center;border:1px solid var(--line);border-radius:14px;padding:.85rem;background:#f8fafc}.security-event>span{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#e8f2ff;color:var(--blue)}.security-event.warning{border-color:#f2c27c;background:#fffaf1}.security-event.warning>span{background:#fff0d8;color:#b45f00}.security-event.critical{border-color:#ef9aa7;background:#fff5f6}.security-event.critical>span{background:#ffe4e8;color:var(--danger)}.security-event strong{font-size:13px}.security-event p{margin:3px 0;color:var(--muted);font-size:11px}.security-event small{color:var(--muted);font-size:10px}.security-event code{font-size:10px;text-transform:uppercase;font-weight:800;color:var(--muted)}.integration-card{position:relative;overflow:hidden}.integration-icon{width:48px;height:48px;border-radius:15px;background:var(--sky);color:var(--blue);display:grid;place-items:center;margin-bottom:.9rem}.integration-card h2{margin:.2rem 0}.integration-card p{color:var(--muted);line-height:1.55;font-size:13px}.integration-card ul{padding-left:1.15rem;color:#52647c;font-size:12px;line-height:1.7}.integration-card code{font-size:11px}.integration-status{display:inline-flex;align-items:center;gap:.45rem;border-radius:999px;padding:.38rem .7rem;font-size:11px;font-weight:800;margin:.35rem 0 .6rem}.integration-status.ok{background:#e8f7ee;color:#17613b}.integration-status.off{background:#f1f4f8;color:#63748a}@media (max-width:820px){.security-event{grid-template-columns:auto 1fr}.security-event code{grid-column:2}.integration-card{min-width:0}}.fatal-error-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:#eef4fb}.fatal-error-card{width:min(680px,100%);background:#fff;border-radius:18px;padding:28px;box-shadow:0 18px 55px #0d3c7324}.fatal-error-card h1{margin:0 0 12px;color:#0d3c73}.fatal-error-card pre{white-space:pre-wrap;overflow-wrap:anywhere;background:#f3f7fb;padding:14px;border-radius:10px;color:#8b1e2d}:root{--navy:#174d96;--navy-deep:#103f80;--blue:#3477ed;--blue2:#5e8ff4;--sky:#eef5ff;--sky-strong:#e3efff;--lavender:#a687f4;--line:#e7edf7;--muted:#7d8ba5;--card:rgba(255,255,255,.97);--danger:#ef5c77;--success:#18b66d;--shadow:0 10px 34px rgba(62,93,139,.08);--shadow-strong:0 24px 80px rgba(33,76,134,.16)}html{background:#72a9de}body{color:#182a49;background:radial-gradient(circle at 20% 0%,rgba(255,255,255,.44),transparent 29%),linear-gradient(180deg,#6ea6dc 0,#a7cff0,#d8e8f2 76%,#a6c5d2);background-attachment:fixed}body:before{content:"";position:fixed;z-index:-2;left:0;right:0;bottom:0;height:42vh;pointer-events:none;background:linear-gradient(180deg,transparent 0,rgba(20,67,94,.12) 100%),url(/assets/auth-horses.svg) center bottom/cover no-repeat;opacity:.32;filter:saturate(.78) hue-rotate(8deg)}body:after{content:"";position:fixed;z-index:-1;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(69,127,183,.18),transparent 18%,transparent 82%,rgba(47,103,159,.16))}.app-shell{min-height:100vh;padding:26px 32px 34px}.topbar{position:sticky;top:14px;z-index:50;width:min(1510px,calc(100vw - 64px));margin:0 auto;background:#fffffff5;border:1px solid rgba(222,234,249,.95);border-bottom-color:#edf2fa;border-radius:28px 28px 0 0;backdrop-filter:blur(22px);box-shadow:0 -3px #ffffff73,0 20px 60px #1e477e21}.topbar-inner{height:92px;max-width:none;padding:0 34px;grid-template-columns:250px minmax(260px,500px) 1fr auto;gap:22px}.brand{gap:12px}.brand img{width:53px;height:53px;filter:drop-shadow(0 8px 18px rgba(31,92,162,.18))}.brand strong{font-size:27px;font-weight:850;letter-spacing:-1px;color:#154b93}.search-box{height:48px;background:#f8faff;border:1px solid #e6edf8;box-shadow:inset 0 1px #fff;color:#8b9ab3}.search-box input{font-size:13px}.search-box:focus-within{border-color:#bcd2f6;box-shadow:0 0 0 4px #3777ed17}.desktop-topnav{gap:12px}.desktop-topnav a{width:44px;height:44px;border-radius:50%;color:#62789f}.desktop-topnav a:hover,.desktop-topnav a.active{background:#eff5ff;color:#2b6fe0}.notification-link span{right:-1px;top:-2px;background:#2d72e8;box-shadow:0 4px 10px #2d72e845}.notification-link span.alert-badge{background:#ef637b}.account-mini{min-width:155px;gap:10px;position:relative}.account-mini>div{display:none}.account-mini .account-chevron{width:16px;color:#7290b6}.account-mini select{position:absolute;right:0;width:21px;opacity:0;cursor:pointer}.account-mini .avatar{box-shadow:0 0 0 3px #fff,0 0 0 4px #e1ebf8}.announcement{width:min(1510px,calc(100vw - 64px));margin:0 auto;border-radius:0;padding:10px 34px;box-shadow:none}.main-layout{width:min(1510px,calc(100vw - 64px));max-width:none;margin:0 auto;padding:18px 30px 36px;grid-template-columns:235px minmax(0,720px) minmax(285px,330px);gap:22px;background:#f8fbfff5;border:1px solid rgba(222,234,249,.95);border-top:0;border-radius:0 0 28px 28px;box-shadow:var(--shadow-strong);min-height:calc(100vh - 154px)}.left-sidebar{top:126px;gap:22px;padding-top:2px}.sidebar-nav{gap:8px}.sidebar-nav a{height:48px;border-radius:13px;padding:0 17px;color:#657695;font-size:14px;font-weight:640}.sidebar-nav a svg{width:21px;height:21px}.sidebar-nav a:hover{background:#f0f5fd;color:#3471d4}.sidebar-nav a.active{background:linear-gradient(90deg,#e9f2ff,#f2f7ff);color:#2368df;box-shadow:inset 0 0 0 1px #d8e7ff;font-weight:770}.sidebar-nav a b{background:#2f74e8;box-shadow:0 5px 13px #2f74e833}.sidebar-promo{position:relative;overflow:hidden;margin-top:40px;min-height:235px;border-radius:20px;padding:27px 22px;background:linear-gradient(150deg,#719df1,#8d9df3 45%,#b190f0);color:#fff;box-shadow:0 22px 45px #6579dd3d;isolation:isolate}.sidebar-promo:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 15%,rgba(255,255,255,.25),transparent 23%),radial-gradient(circle at 18% 78%,rgba(255,255,255,.18),transparent 28%);z-index:-1}.sidebar-promo>img{position:absolute;right:-20px;bottom:-34px;width:150px;opacity:.15;filter:brightness(4) grayscale(1)}.sidebar-promo h3{font-size:20px;margin:0 0 10px}.sidebar-promo p{font-size:12px;line-height:1.5;margin:0 0 23px;color:#ffffffdb;max-width:150px}.promo-star{width:28px;height:28px;border-radius:8px;background:#ffbc43;color:#fff;display:grid;place-items:center;margin-bottom:10px;box-shadow:0 7px 14px #d07e1840}.promo-star svg{width:17px;fill:currentColor}.promo-button{display:inline-flex;padding:10px 20px;border:1px solid rgba(255,255,255,.45);border-radius:11px;color:#fff;font-size:12px;font-weight:750;background:#ffffff14;backdrop-filter:blur(8px)}.promo-button:hover{background:#ffffff30}.logout-button{font-size:12px;margin-top:auto}.route-content{padding-top:0}.content-column{gap:17px}.card{border-color:#e8eef8;border-radius:20px;box-shadow:0 7px 26px #36588812}.composer{border-radius:22px}.composer-main{padding:21px 20px 17px;grid-template-columns:auto 1fr auto;gap:15px}.composer-main .avatar{width:46px!important;height:46px!important}.composer textarea{background:transparent;border-radius:0;padding:10px 4px;min-height:48px;font-size:17px;color:#526886}.composer textarea::placeholder{color:#8391aa}.composer-submit{width:40px;height:40px;border-radius:50%;background:#f1f6ff;color:#3974e8;box-shadow:none}.composer-submit:hover{background:#e3eeff}.composer-submit:disabled{opacity:1}.composer-submit:disabled svg{color:#3c78e9}.composer-actions{grid-template-columns:repeat(4,1fr) auto;padding:9px 18px 13px;margin:0 20px;border-top:1px solid #edf1f7}.composer-actions button,.composer-actions label{min-height:39px;color:#52688e;font-size:12px;font-weight:640}.composer-actions svg{width:19px;height:19px}.composer-actions label:first-child svg{color:#5575a6}.composer-actions button:nth-of-type(1) svg{color:#f6a11c}.composer-actions button:nth-of-type(2) svg{color:#3d78ea}.composer-actions button:nth-of-type(3) svg{color:#ef4f80}.composer-extra{background:#f8faff;border:1px solid #edf2fa}.composer-media{margin-left:20px;margin-right:20px}.feed-list{gap:17px}.post-card{border-radius:22px;overflow:visible}.post-header{padding:17px 20px 8px;gap:12px}.post-header>.avatar,.post-header>a .avatar{width:46px!important;height:46px!important}.post-author strong{font-size:14px;color:#142747}.post-author>span{margin-top:3px;color:#8a97ad;font-size:11px}.post-author>span svg{width:11px;height:11px}.post-role-label{color:#2e73e6;font-weight:750;margin-right:5px}.post-menu .icon-button{color:#6681a9}.verified-inline{background:#2879ef}.badge-list.compact{margin-left:2px}.post-content{margin:7px 20px 12px;font-size:13px;line-height:1.55;color:#233858}.post-meta-line{padding-left:20px;padding-right:20px}.post-media{margin:4px 20px 0;border-radius:13px;max-height:590px;background:#eef3fa}.post-media a{min-height:210px}.post-media.media-1 img{max-height:590px;aspect-ratio:16/9}.post-summary{margin:0 20px;padding:10px 0;border-bottom:1px solid #edf1f7;color:#8390a7}.post-summary button{border:0;background:transparent;color:#8390a7;font-size:11px;cursor:pointer}.reaction-summary{display:flex;align-items:center}.reaction-summary i{font-style:normal;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#fff;margin-right:-4px;font-size:13px;box-shadow:0 0 0 1px #fff,0 2px 5px #1a396321}.reaction-summary b{font-size:11px;margin-left:9px;font-weight:600}.post-actions{padding:6px 14px;border-bottom:0}.post-actions>button,.reaction-control>button{font-size:12px;font-weight:630;color:#637795}.post-actions svg{width:18px;height:18px}.post-actions button:hover,.reaction-control>button.active{background:#eff5ff;color:#2e72df}.comments{border-top:1px solid #edf1f7;padding:12px 18px 16px}.comment>div{background:#f4f7fb}.menu-popover{box-shadow:0 22px 60px #22406a2e}.right-sidebar{top:126px;gap:15px}.sidebar-card{padding:18px;border-radius:20px}.panel-title h3{font-size:14px;color:#172942}.panel-title a,.panel-title span{font-size:10px;color:#2f71df;font-weight:650}.compact-user-list{margin-top:7px}.right-sidebar .user-line{padding:6px 0;gap:9px}.right-sidebar .user-line .avatar{width:35px!important;height:35px!important}.right-sidebar .user-line strong{font-size:11px}.right-sidebar .user-line small{font-size:9px;margin-top:2px}.right-sidebar .online-dot{width:9px;height:9px}.sidebar-empty{font-size:11px;color:#8a97aa;margin:13px 0 2px}.suggested-list{display:grid;gap:11px;margin-top:13px}.suggested-item{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center}.suggested-item>div{display:grid;min-width:0}.suggested-item strong{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.suggested-item small{font-size:9px;color:#8794a9;margin-top:4px}.group-thumb{width:40px;height:40px;border-radius:10px;display:grid;place-items:center;overflow:hidden;color:#fff;background:linear-gradient(145deg,#6c95e8,#9ec3f4)}.group-thumb img{width:100%;height:100%;object-fit:cover}.group-thumb-2{background:linear-gradient(145deg,#204c83,#8ebce6)}.group-thumb-3{background:linear-gradient(145deg,#bd8b5a,#efd6a9)}.suggested-item>button{width:34px;height:34px;border-radius:12px;border:0;background:#eff5ff;color:#3375e7;display:grid;place-items:center}.suggested-item>button svg{width:18px}.suggested-item>button.joined{background:#e8f8ef;color:#16a566}.trending-card{display:grid;gap:2px}.trending-card .panel-title{margin-bottom:7px}.trending-card>a{display:flex;align-items:flex-start;gap:8px;padding:7px 0}.trending-card>a>svg{display:none}.trending-card>a>span{display:grid}.trending-card strong{font-size:11px;color:#2e71df}.trending-card small{font-size:9px;color:#8a97ad;margin-top:3px}.messages-preview{position:relative}.messages-preview .panel-title svg{width:17px}.message-preview-row{display:grid;grid-template-columns:auto 1fr auto;gap:8px;align-items:center;padding:7px 0}.message-preview-row>span{display:grid;min-width:0}.message-preview-row strong{font-size:10px}.message-preview-row small{font-size:8px;color:#8c98aa;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:3px}.message-preview-row>b{width:18px;height:18px;border-radius:50%;display:grid;place-items:center;background:#3477ea;color:#fff;font-size:9px}.page-heading{border-radius:20px}.entity-card,.messenger,.profile-card,.settings-card{box-shadow:0 9px 30px #36588814}.mobile-bottom-nav{display:none}@media (max-width:1190px){.app-shell{padding:18px}.topbar,.announcement,.main-layout{width:calc(100vw - 36px)}.topbar-inner{grid-template-columns:210px minmax(220px,1fr) auto}.main-layout{grid-template-columns:210px minmax(0,760px);padding-left:22px;padding-right:22px}.right-sidebar{display:none}}@media (max-width:820px){html,body{background:#f1f6fd}body:before,body:after{display:none}.app-shell{padding:0;min-height:100vh;background:#f1f6fd}.topbar{top:0;width:100%;margin:0;border:0;border-radius:0;box-shadow:0 1px #e9eef7;background:#fffffffa}.topbar-inner{height:67px;padding:0 14px;grid-template-columns:auto 1fr auto}.mobile-menu-button{display:none}.topbar-inner>.brand{justify-self:start}.brand img{width:34px;height:34px}.brand strong{font-size:18px}.search-box{display:none}.desktop-topnav{display:flex;gap:3px}.desktop-topnav a{width:34px;height:34px}.desktop-topnav svg{width:18px;height:18px}.account-mini{display:none}.announcement{width:100%;margin:0;border-radius:0}.main-layout{width:100%;min-height:0;border:0;border-radius:0;box-shadow:none;background:#f1f6fd;padding:11px 8px 84px;display:block}.route-content{max-width:680px}.left-sidebar{display:none}.card{border-radius:15px;box-shadow:0 5px 18px #3250790f}.composer{border-radius:15px}.composer-main{padding:13px 13px 10px;gap:10px}.composer-main .avatar{width:38px!important;height:38px!important}.composer textarea{font-size:13px;min-height:38px;padding:7px 2px}.composer-submit{width:35px;height:35px}.composer-actions{margin:0 10px;padding:7px 0 9px;grid-template-columns:repeat(4,1fr)}.composer-actions button,.composer-actions label{font-size:9px;padding:6px 2px}.composer-actions svg{width:15px;height:15px}.post-card{border-radius:15px}.post-header{padding:13px 13px 7px}.post-header>.avatar,.post-header>a .avatar{width:39px!important;height:39px!important}.post-content{margin:5px 13px 10px;font-size:12px}.post-media{margin:3px 10px 0;border-radius:11px}.post-media a{min-height:170px}.post-summary{margin:0 13px}.post-actions{padding:4px 5px}.post-actions>button,.reaction-control>button{font-size:10px;padding:8px 3px}.mobile-bottom-nav{height:72px;display:grid;background:#fffffffa;box-shadow:0 -8px 25px #274b7e0f}.mobile-bottom-nav a{font-size:8px;color:#75849c}.mobile-bottom-nav a.active{color:#2f73e7}.create-mobile span{background:#3f78e9;border-color:#f1f6fd;box-shadow:0 7px 16px #3477ed47}.page-heading{border-radius:15px}.auth-form-side{background:#f5f8fd}}@media (max-width:480px){.main-layout{padding-left:5px;padding-right:5px}.content-column,.feed-list{gap:9px}.post-media.media-1 img{aspect-ratio:4/3}.post-summary{font-size:10px}.reaction-summary i{width:18px;height:18px;font-size:11px}.post-actions svg{width:17px}.post-actions>button,.reaction-control>button{font-size:0}.post-actions>button:after{font-size:10px}.composer-extra{grid-template-columns:1fr;margin-left:10px;margin-right:10px}}.upload-limit-hint{display:none;color:#8b98ab;font-size:8px;font-weight:600;white-space:nowrap}.admin-hidden-sidebar{display:none!important}.admin-main-layout{grid-template-columns:minmax(0,1fr)!important;max-width:1580px!important;width:calc(100% - 36px);padding-left:20px!important;padding-right:20px!important}.admin-route-content{max-width:none!important;width:100%;min-width:0}.admin-page{width:100%;max-width:none}.admin-heading{padding:28px 32px}.admin-heading h1{font-size:38px}.admin-tabs{position:sticky;top:92px;z-index:32}.admin-resource-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,390px);gap:16px;align-items:start}.admin-resource-main{min-width:0}.admin-editor{position:sticky;top:158px;max-height:calc(100vh - 180px);overflow:auto}.admin-resource-toolbar{display:grid;grid-template-columns:auto minmax(220px,420px) auto;align-items:center;gap:14px;margin-bottom:14px}.admin-resource-toolbar>div{display:grid}.admin-resource-toolbar h2{margin:0;font-size:21px}.admin-resource-toolbar>div span{color:var(--muted);font-size:10px;margin-top:3px}.admin-search{height:42px;border:1px solid var(--line);border-radius:12px;display:flex;align-items:center;gap:8px;padding:0 12px;background:#f8faff}.admin-search:focus-within{border-color:#9ab9e8;background:#fff}.admin-search svg{width:17px;color:#7d8da3}.admin-search input{width:100%;border:0;outline:0;background:transparent}.admin-filters{display:flex;gap:9px;margin-bottom:12px}.admin-filters select{min-width:170px;border:1px solid var(--line);background:#fff;border-radius:10px;padding:9px}.admin-row-actions{display:flex;align-items:center;gap:5px}.admin-row-actions .icon-button{width:35px;height:35px}.admin-inline-loading{position:absolute;right:24px;bottom:17px;color:var(--muted);font-size:10px}.admin-pagination{display:flex;justify-content:center;align-items:center;gap:12px;padding:16px 0 2px}.admin-pagination button{border:1px solid var(--line);background:#fff;border-radius:10px;padding:8px 13px;color:var(--blue);font-weight:700}.admin-pagination button:disabled{opacity:.4}.admin-pagination span{color:var(--muted);font-size:11px}.admin-list-cards>div>div:nth-child(2){min-width:0}.admin-list-cards small{color:var(--muted);font-size:10px}.admin-list-cards p{margin:2px 0;color:#607188;font-size:11px}.admin-entity-list{display:grid;gap:8px}.admin-entity-list article{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px;border:1px solid #edf1f7;border-radius:14px;background:#fbfcff}.admin-entity-list article>div:nth-child(2){min-width:0}.admin-entity-list strong{font-size:13px}.admin-entity-list p{margin:4px 0;color:#607188;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-entity-list small{color:var(--muted);font-size:9px}.admin-entity-thumb{width:52px;height:52px;border-radius:13px;background:var(--sky);color:var(--blue);display:grid;place-items:center;overflow:hidden}.admin-entity-thumb img{width:100%;height:100%;object-fit:cover}.check-row{display:flex!important;flex-direction:row!important;align-items:center;gap:9px}.check-row input{width:auto!important}.admin-users-table{min-width:1050px}@media (max-width:1100px){.admin-resource-layout{grid-template-columns:1fr}.admin-editor{position:static;max-height:none}.admin-main-layout{width:calc(100% - 20px);padding-left:10px!important;padding-right:10px!important}.admin-resource-toolbar{grid-template-columns:1fr minmax(190px,320px) auto}}@media (max-width:820px){.mobile-bottom-nav{box-sizing:border-box;grid-template-columns:repeat(5,minmax(0,1fr))!important;height:calc(72px + env(safe-area-inset-bottom))!important;padding:0 4px env(safe-area-inset-bottom)!important;align-items:stretch}.mobile-bottom-nav>a{min-width:0;position:relative;justify-self:stretch;width:100%}.mobile-bottom-nav>a:nth-child(1){grid-column:1/3}.mobile-bottom-nav>a:nth-child(2){grid-column:3;z-index:2}.mobile-bottom-nav>a:nth-child(3){grid-column:4}.mobile-bottom-nav>a:nth-child(4){grid-column:5}.create-mobile span{position:absolute!important;left:50%;top:-10px;transform:translate(-50%);margin:0!important;width:48px!important;height:48px!important;border-width:5px!important}.create-mobile small{position:absolute;left:50%;bottom:8px;transform:translate(-50%);white-space:nowrap}.upload-limit-hint{display:none}.admin-main-layout{width:100%!important;padding:8px 6px 88px!important}.admin-heading{padding:19px}.admin-heading h1{font-size:26px}.admin-tabs{top:67px}.admin-resource-toolbar{grid-template-columns:1fr auto}.admin-resource-toolbar .admin-search{grid-column:1/-1;grid-row:2}.admin-resource-toolbar .primary-button{font-size:0;padding:10px}.admin-resource-toolbar .primary-button svg{margin:0}.admin-filters{display:grid;grid-template-columns:1fr 1fr}.admin-filters select{min-width:0;width:100%}.admin-panel{padding:13px}.admin-editor{order:-1}.admin-pagination{gap:7px}.admin-pagination span{font-size:9px}}.composer-limit-note{margin:0 20px 10px;color:#8996aa;font-size:9px;text-align:right}@media (max-width:820px){.composer-limit-note{margin:0 12px 8px;font-size:8px}}.topbar-logout-button{min-width:44px;height:44px;border:0;border-radius:14px;background:transparent;color:#596981;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 12px;font:inherit;font-size:12px;font-weight:750;cursor:pointer}.topbar-logout-button svg{width:20px;height:20px}.topbar-logout-button:hover,.topbar-logout-button:focus-visible{background:#fff0f2;color:var(--danger);outline:0}@media (min-width:821px){.topbar-logout-button span{display:none}}@media (max-width:820px){.topbar-logout-button{width:34px;min-width:34px;height:34px;padding:0;border-radius:10px}.topbar-logout-button span{display:none}.topbar-logout-button svg{width:18px;height:18px}.mobile-bottom-nav{box-sizing:border-box!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;height:calc(68px + env(safe-area-inset-bottom))!important;padding:0 max(10px,env(safe-area-inset-left)) env(safe-area-inset-bottom) max(10px,env(safe-area-inset-right))!important;align-items:stretch!important}.mobile-bottom-nav>a{grid-column:auto!important;min-width:0!important;width:100%!important;position:relative!important;justify-self:stretch!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;gap:4px!important}.mobile-bottom-nav>a svg{width:22px;height:22px}.mobile-bottom-nav>a small{position:static!important;transform:none!important;white-space:nowrap;font-size:9px;font-weight:700}}.topbar-inner{grid-template-columns:245px minmax(230px,480px) 1fr auto auto;gap:14px}.topbar-logout-button{background:#d8324f!important;color:#fff!important;border:1px solid #c62642!important;box-shadow:0 7px 18px #be344838;margin-left:4px}.topbar-logout-button:hover,.topbar-logout-button:focus-visible{background:#b9233d!important;color:#fff!important;transform:translateY(-1px)}@media (min-width:821px){.topbar-logout-button{min-width:48px}.topbar-logout-button span{display:none}}@media (max-width:1190px){.topbar-inner{grid-template-columns:190px minmax(180px,1fr) auto auto auto}.account-mini{min-width:175px}}@media (max-width:820px){.topbar-inner{grid-template-columns:auto auto 1fr auto auto!important;gap:5px!important;padding:0 9px!important}.mobile-menu-button{display:grid!important;width:34px;height:34px}.topbar-inner>.brand{min-width:0}.brand strong{display:none}.desktop-topnav{justify-self:end}.topbar-logout-button{justify-self:end;margin:0!important}.mobile-bottom-nav{grid-template-columns:repeat(3,minmax(0,1fr))!important}.mobile-bottom-nav.has-admin{grid-template-columns:repeat(4,minmax(0,1fr))!important}}.media-load-error{min-height:190px!important;object-fit:contain!important;background:linear-gradient(145deg,#eef4fc,#e3ecf9);color:transparent;position:relative}.post-media a:has(.media-load-error){background:linear-gradient(145deg,#eef4fc,#e3ecf9);min-height:210px;display:grid;place-items:center}.post-media a:has(.media-load-error):after{content:"A kép nem található vagy nem tölthető be";position:absolute;color:#60718c;font-size:12px;font-weight:700;text-align:center;padding:18px}.badge-action-button{display:inline-flex;align-items:center;gap:6px;border:1px solid #dce8fa;background:#f3f7ff;color:#2e70da;border-radius:10px;padding:8px 11px;font-weight:750;font-size:11px;cursor:pointer;white-space:nowrap}.badge-action-button:hover{background:#e7f0ff;border-color:#bdd3f4}.badge-action-button svg{width:16px;height:16px}.badge-assignment-modal{display:grid;gap:13px;min-width:min(560px,calc(100vw - 40px))}.badge-picker-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;max-height:55vh;overflow:auto;padding:2px}.badge-picker-list>button{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;text-align:left;border:1px solid #e4ebf5;background:#fbfcff;border-radius:13px;padding:11px;cursor:pointer;color:#293d5c}.badge-picker-list>button:hover{border-color:#aec8f1;background:#f3f7ff}.badge-picker-list>button.selected{background:#eaf3ff;border-color:#8bb2ed;box-shadow:inset 0 0 0 1px #8bb2ed}.badge-picker-list>button>div{min-width:0;display:grid}.badge-picker-list strong{font-size:12px}.badge-picker-list small{font-size:9px;color:#7d8ba0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:3px}.badge-picker-list b{width:27px;height:27px;border-radius:9px;background:#edf3fb;color:#3474dc;display:grid;place-items:center}.badge-picker-list .selected b{background:#2f75e2;color:#fff}.badge-color{width:13px;height:36px;border-radius:9px}.moderation-list{gap:8px}.moderation-item{grid-template-columns:auto minmax(0,1fr) auto auto auto!important;border:1px solid #edf1f7!important;border-radius:13px;padding:12px!important;background:#fbfcff}.moderation-item:first-child{border-top:1px solid #edf1f7!important}.moderation-item .admin-row-actions{flex-wrap:nowrap}.moderation-copy strong{font-size:12px}.moderation-copy p{max-width:760px}.moderation-copy small{display:block;margin-top:4px}.moderation-item .status-pill{justify-self:end}.moderation-item .secondary-button,.moderation-item .danger-button{padding:8px 10px;font-size:10px}.report-admin-list{display:grid;gap:9px}.report-admin-list article{display:grid;grid-template-columns:105px minmax(0,1fr) auto auto;align-items:center;gap:13px;border:1px solid #e7edf6;background:#fbfcff;border-radius:14px;padding:13px}.report-admin-list article>div:nth-child(2){min-width:0;display:grid;gap:3px}.report-admin-list strong{font-size:13px;color:#223752}.report-admin-list p{font-size:11px;color:#586b84;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.report-admin-list small{font-size:10px;color:#7d8ca1}.report-admin-list em{font-style:normal;font-size:9px;color:#98a3b3;margin-top:3px}.report-type{height:32px;border-radius:9px;padding:0 9px;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.4px;background:#edf4ff;color:#3272d8}.report-type.type-profile{background:#f0eaff;color:#7653c4}.report-type.type-comment{background:#fff5df;color:#b47716}.report-type.type-message{background:#e7f8f1;color:#168860}.report-status{font-size:9px;font-weight:850;padding:7px 10px;border-radius:99px;white-space:nowrap;background:#eaf2ff;color:#3371d3}.report-status.investigating{background:#fff3d9;color:#a76a0c}.report-status.closed{background:#e7f7ee;color:#13845a}.report-summary-box{background:#f5f8fd;border:1px solid #e4ebf6;border-radius:13px;padding:13px}.report-summary-box p{margin:6px 0;color:#4f627c}.report-summary-box small{color:#7c8ba0}.notification-center-toolbar{padding:13px 15px;display:grid;grid-template-columns:minmax(180px,1fr) auto auto;align-items:center;gap:11px}.notification-center-toolbar label{height:42px;border:1px solid #e0e8f4;background:#f8faff;border-radius:12px;display:flex;align-items:center;gap:8px;padding:0 12px}.notification-center-toolbar label svg{width:17px;color:#7d8ca2}.notification-center-toolbar input{border:0;outline:0;background:transparent;width:100%}.notification-center-toolbar>button{height:40px;border:1px solid #dce7f7;border-radius:11px;background:#fff;color:#667994;padding:0 13px;font-weight:720;cursor:pointer}.notification-center-toolbar>button.active{background:#e9f2ff;color:#286cdb;border-color:#abc7ef}.notification-center-toolbar>span{font-size:10px;color:#8795a9;white-space:nowrap}.notification-list{padding:8px 16px}.notification-list>a{display:grid;grid-template-columns:auto minmax(0,1fr);gap:11px;align-items:center;padding:12px;border-bottom:1px solid #edf1f7;border-radius:12px;color:#354a66}.notification-list>a:hover{background:#f6f9fe}.notification-list>a.unread{background:#edf5ff}.notification-list>a.unread strong{color:#2168d6}.notification-list>a>div{font-size:12px;line-height:1.45}.notification-list small{display:block;color:#8a97aa;font-size:9px;margin-top:3px}.profile-media-remove{position:absolute;z-index:4;border:0;border-radius:10px;background:#b81f3aeb;color:#fff;display:flex;align-items:center;gap:6px;padding:8px 10px;font-size:10px;font-weight:800;cursor:pointer;box-shadow:0 7px 18px #69142340}.profile-media-remove svg{width:15px;height:15px}.profile-media-remove.cover-remove{right:15px;bottom:15px}.profile-media-remove.avatar-remove{right:-4px;bottom:6px;width:34px;height:34px;padding:0;justify-content:center;border-radius:50%}.profile-actions{align-items:flex-start;flex-wrap:wrap}.profile-actions .warning-button{background:#fff5df;color:#a66b0d;border-color:#efcf91}.warning-count{color:#b26c08!important;background:#fff5df;padding:5px 8px;border-radius:9px;font-weight:750}.warning-count svg{color:#d18a18}.profile-warnings{padding:18px}.profile-warnings .panel-title{margin-bottom:10px}.profile-warnings-list{display:grid;gap:8px}.profile-warnings-list>div{border:1px solid #f0dfbd;background:#fffaf0;border-radius:12px;padding:11px}.profile-warnings-list strong{font-size:11px;color:#8d5a0a}.profile-warnings-list p{margin:4px 0;font-size:11px;color:#5d6571}.profile-warnings-list small{font-size:9px;color:#979079}.comment{grid-template-columns:auto minmax(0,1fr) auto!important;align-items:start}.comment-tools{display:flex;gap:3px;opacity:.3;transition:opacity .15s}.comment:hover .comment-tools{opacity:1}.comment-tools .icon-button{width:29px;height:29px}.comment-tools svg{width:14px;height:14px}.danger-hover:hover{background:#fff0f2!important;color:#c72b47!important}.post-inline-error{margin:0 18px 13px;padding:9px 11px;background:#fff1f3;border:1px solid #f4c8d1;color:#ad2940;border-radius:10px;font-size:10px;cursor:pointer}.message-bubble-wrap{display:flex;align-items:flex-start;gap:4px}.message-bubble-wrap.own{justify-content:flex-end}.message-actions{position:relative;opacity:.25;transition:opacity .15s}.message-bubble-wrap:hover .message-actions{opacity:1}.message-actions>.icon-button{width:28px;height:28px}.message-actions svg{width:14px}.message-actions .menu-popover{right:0;left:auto;top:30px;min-width:180px}.deleted-message{font-style:italic;color:#8794a8!important}.menu-popover .danger{color:#c82b47!important}@media (max-width:980px){.report-admin-list article{grid-template-columns:90px minmax(0,1fr) auto}.report-admin-list article>.secondary-button{grid-column:2/-1;justify-self:start}.moderation-item{grid-template-columns:auto minmax(0,1fr) auto!important}.moderation-item .admin-row-actions{grid-column:2/-1}.moderation-item>.secondary-button,.moderation-item>.danger-button{grid-column:auto}}@media (max-width:820px){.topbar-logout-button{background:#d8324f!important;border-radius:10px!important}.admin-tabs button span{display:inline}.admin-tabs{padding:5px}.admin-tabs button{padding:9px 10px}.badge-picker-list{grid-template-columns:1fr}.badge-assignment-modal{min-width:0}.notification-center-toolbar{grid-template-columns:1fr auto}.notification-center-toolbar label{grid-column:1/-1}.notification-center-toolbar>span{justify-self:end}.notification-list{padding:6px 8px}.notification-list>a{padding:10px 8px}.report-admin-list article{grid-template-columns:1fr auto;gap:8px}.report-admin-list article>.report-type{justify-self:start}.report-admin-list article>div:nth-child(2){grid-column:1/-1}.report-admin-list article>.secondary-button{grid-column:1/-1}.report-status{grid-row:1;grid-column:2}.profile-media-remove.cover-remove{right:8px;bottom:8px;font-size:0;width:34px;height:34px;padding:0;justify-content:center}.profile-actions{width:100%}.profile-actions>button{flex:1;min-width:120px}.comment-tools,.message-actions{opacity:1}}.badge-assign-button{display:inline-flex!important;align-items:center;gap:6px!important;border-color:#dce8fa!important;background:#f3f7ff!important;color:#2e70da!important;white-space:nowrap}.badge-assign-button b{min-width:20px;height:20px;padding:0 5px;border-radius:99px;background:#2f75e2;color:#fff;display:grid;place-items:center;font-size:9px}.badge-assign-button svg{width:16px;height:16px}.profile-warnings{display:grid;gap:8px}.profile-warnings>article{display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;border:1px solid #f0dfbd;background:#fffaf0;border-radius:12px;padding:11px}.profile-warnings>article>svg{width:19px;color:#c17b0d}.profile-warnings>article strong{font-size:11px;color:#8d5a0a}.profile-warnings>article p{margin:4px 0;font-size:11px;color:#5d6571}.profile-warnings>article small{display:block;font-size:9px;color:#979079;margin-top:4px}.message-bubble-wrap{display:block!important}.message-row>.message-actions{position:relative;align-self:center;background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;border-radius:0!important;color:#657791!important}.message-row.mine>.message-actions{background:transparent!important;color:#657791!important}.message-row:hover>.message-actions{opacity:1}.message-actions .menu-popover{color:#344862;background:#fff}.warning-table-count{display:inline-flex;align-items:center;gap:5px;color:#8491a4;font-size:11px;font-weight:800}.warning-table-count svg{width:16px;height:16px}.warning-table-count.has-warning{color:#b36d0b;background:#fff5df;border-radius:9px;padding:6px 8px}.topbar-inner{grid-template-columns:245px minmax(230px,480px) 1fr auto!important}.logout-button{width:100%;min-height:46px;margin-top:auto;border:1px solid #f1b7c2!important;background:#fff0f3!important;color:#c72f4a!important;font-weight:800;justify-content:center;box-shadow:0 7px 18px #b5274114}.logout-button:hover,.logout-button:focus-visible{background:#d8324f!important;color:#fff!important;border-color:#d8324f!important;outline:0}.desktop-topnav a{width:48px;height:48px}.desktop-topnav a svg{width:23px;height:23px}.post-media-open{position:relative;display:block;width:100%;min-height:190px;overflow:hidden;border:0;padding:0;background:#eef3fa;cursor:zoom-in}.post-media-open img{transition:transform .22s ease}.post-media-open:hover img{transform:scale(1.012)}.reaction-emoji{font-size:17px;line-height:1}.reaction-label{font:inherit}.media-lightbox-backdrop{position:fixed;z-index:180;inset:0;background:#050d19e0;display:grid;place-items:center;padding:18px;backdrop-filter:blur(10px)}.media-lightbox{width:min(1240px,100%);height:min(820px,calc(100vh - 36px));display:grid;grid-template-columns:minmax(0,1fr) 390px;background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 35px 120px #00000073}.media-lightbox-stage{position:relative;min-width:0;display:grid;place-items:center;background:#07101e}.media-lightbox-stage>img{width:100%;height:100%;object-fit:contain;user-select:none}.media-lightbox-close,.media-lightbox-nav{position:absolute;z-index:3;border:0;color:#fff;background:#0b192bb8;backdrop-filter:blur(8px);display:grid;place-items:center;box-shadow:0 8px 24px #00000047}.media-lightbox-close{right:18px;top:18px;width:42px;height:42px;border-radius:50%}.media-lightbox-close svg{width:22px;height:22px}.media-lightbox-nav{top:50%;transform:translateY(-50%);width:46px;height:58px;border-radius:15px}.media-lightbox-nav.previous{left:18px}.media-lightbox-nav.next{right:18px}.media-lightbox-nav svg{width:27px;height:27px}.media-lightbox-panel{min-width:0;display:flex;flex-direction:column;background:#fff}.media-lightbox-author{display:flex;align-items:center;gap:10px;padding:18px;border-bottom:1px solid var(--line)}.media-lightbox-author>div{display:grid;gap:3px}.media-lightbox-author strong{font-size:14px}.media-lightbox-author small{font-size:10px;color:var(--muted)}.media-lightbox-content{white-space:pre-wrap;overflow-wrap:anywhere;margin:0;padding:16px 18px 8px;font-size:13px;line-height:1.55;color:#293c58}.media-lightbox-summary{display:flex;justify-content:space-between;align-items:center;margin:0 18px;padding:11px 0;border-bottom:1px solid var(--line);font-size:10px;color:var(--muted)}.media-lightbox-actions{display:grid;grid-template-columns:1fr 1fr;padding:6px 12px;border-bottom:1px solid var(--line)}.media-lightbox-actions>button,.media-lightbox-actions .reaction-control>button{width:100%;border:0;background:transparent;color:#5f7086;padding:10px;display:flex;align-items:center;justify-content:center;gap:7px;border-radius:10px;font-size:12px;font-weight:700}.media-lightbox-actions button:hover,.media-lightbox-actions .reaction-control>button.active{background:#edf5ff;color:var(--blue)}.media-lightbox-comments{flex:1;min-height:0;overflow:auto;padding:13px 16px;display:grid;align-content:start;gap:9px}.media-lightbox-comments .comment{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important}.media-lightbox-empty{text-align:center;color:var(--muted);font-size:11px;padding:20px}.media-lightbox-compose{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;padding:12px 14px;border-top:1px solid var(--line);background:#fff}.media-lightbox-compose input{min-width:0;border:0;outline:0;background:#f2f5f9;border-radius:999px;padding:11px 13px}.media-lightbox-compose button{width:38px;height:38px;border:0;border-radius:12px;background:var(--blue);color:#fff;display:grid;place-items:center}.media-lightbox-compose button:disabled{opacity:.45}@media (max-width:1190px){.topbar-inner{grid-template-columns:190px minmax(180px,1fr) auto auto!important}}@media (max-width:820px){.topbar-inner{grid-template-columns:auto auto 1fr!important;gap:8px!important;padding:0 12px!important}.mobile-menu-button{display:grid!important;width:40px!important;height:40px!important;border-radius:12px!important}.topbar-inner>.brand{justify-self:start}.desktop-topnav{display:flex!important;justify-self:end!important;gap:4px!important}.desktop-topnav a{width:40px!important;height:40px!important}.desktop-topnav a svg{width:22px!important;height:22px!important}.left-sidebar,.left-sidebar.admin-hidden-sidebar{display:flex!important;position:fixed!important;z-index:175!important;inset:0 auto 0 0!important;width:min(86vw,340px)!important;min-height:100dvh!important;padding:18px!important;background:#fff!important;transform:translate(-105%)!important;transition:transform .22s ease!important;overflow-y:auto!important;box-shadow:24px 0 60px #091f3d47!important}.left-sidebar.open,.left-sidebar.admin-hidden-sidebar.open{transform:translate(0)!important}.mobile-drawer-head{display:flex!important;align-items:center!important;justify-content:space-between!important;margin-bottom:12px!important}.drawer-backdrop{display:block!important;position:fixed!important;z-index:170!important;inset:0!important;border:0!important;background:#0512267a!important;backdrop-filter:blur(2px)!important}.sidebar-promo{margin-top:18px!important}.logout-button{margin-top:18px!important;flex:none!important}.post-actions>button,.reaction-control>button{font-size:10px!important}.post-actions>button span,.reaction-label{display:inline!important}.reaction-emoji{font-size:16px!important}.media-lightbox-backdrop{padding:0;place-items:stretch}.media-lightbox{width:100%;height:100dvh;border-radius:0;grid-template-columns:1fr;grid-template-rows:minmax(42vh,56vh) minmax(0,1fr)}.media-lightbox-stage{min-height:42vh}.media-lightbox-close{right:12px;top:12px}.media-lightbox-nav{width:40px;height:50px}.media-lightbox-nav.previous{left:10px}.media-lightbox-nav.next{right:10px}.media-lightbox-panel{min-height:0}.media-lightbox-author{padding:12px 14px}.media-lightbox-content{padding:11px 14px 5px}.media-lightbox-summary{margin:0 14px}.media-lightbox-comments{padding:10px 12px}.media-lightbox-compose{padding:9px 11px calc(9px + env(safe-area-inset-bottom))}}@media (max-width:480px){.post-actions>button,.reaction-control>button{font-size:10px!important;gap:5px!important}.post-actions svg{width:18px!important;height:18px!important}.post-actions>button:after{display:none!important}.reaction-label{font-size:10px!important}}.post-media-open:has(.media-load-error){background:linear-gradient(145deg,#eef4fc,#e3ecf9);min-height:210px;display:grid;place-items:center}.post-media-open:has(.media-load-error):after{content:"A kép nem található vagy nem tölthető be";position:absolute;color:#60718c;font-size:12px;font-weight:700;text-align:center;padding:18px}.announcement.announcement-info{background:linear-gradient(90deg,#0b2b57,#2365a8)}.announcement.announcement-warning{background:linear-gradient(90deg,#a45b04,#e7a61b);color:#fffdf4}.announcement.announcement-critical{background:linear-gradient(90deg,#8f1632,#d62f4f);color:#fff}.warning-cell{display:flex;align-items:center;gap:8px;min-width:190px}.warning-action-button,.warning-confirm-button{border:1px solid #f0c36a;background:#fff7e5;color:#9a5b00;border-radius:10px;padding:8px 10px;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-weight:800;font-size:10px;white-space:nowrap}.warning-action-button:hover,.warning-confirm-button:hover{background:#ffefc6}.warning-confirm-button{width:100%;padding:12px;font-size:12px}.warning-modal-user{display:flex;gap:12px;align-items:center;padding:12px;border:1px solid #f2dfb8;background:#fffaf0;border-radius:13px}.warning-modal-user>div{display:grid;gap:3px}.warning-modal-user small{color:#846c44;line-height:1.4}.role-editor{min-width:390px}.permission-search{margin-top:4px}.super-permission{display:flex;gap:10px;align-items:flex-start;padding:13px;border:1px solid #e7d4ff;background:#f7f0ff;border-radius:13px}.super-permission>svg{color:#7c3aed;flex:none}.super-permission>span{display:grid;gap:3px}.super-permission small{color:#76658b;font-size:10px}.permission-groups{display:grid;gap:11px}.permission-group{border:1px solid #e5ebf4;border-radius:14px;overflow:hidden;background:#fbfcff}.permission-group>header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;padding:12px 13px;background:#f2f6fc;border-bottom:1px solid #e5ebf4}.permission-group>header>div{display:grid;gap:3px}.permission-group>header strong{font-size:12px;color:#203653}.permission-group>header small{font-size:9px;color:#75849a}.permission-group>header>label{display:flex;align-items:center;gap:6px;font-size:10px;font-weight:800;color:#386aa8;white-space:nowrap}.permission-group>div{display:grid}.permission-item{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:10px;padding:11px 13px;border-top:1px solid #edf1f7}.permission-item:first-child{border-top:0}.permission-item>span{display:grid;gap:3px}.permission-item strong{font-size:11px;color:#263b56}.permission-item small{font-size:9px;color:#748397;line-height:1.35}.permission-item code{font-size:8px;color:#8b65bd;background:#f2eaff;padding:3px 5px;border-radius:6px;justify-self:start}.badge-people-button{background:#eef7ff!important;color:#2970c9!important}.badge-recipients-modal{display:grid;gap:12px}.badge-recipient-toolbar{display:grid;grid-template-columns:1fr 190px;gap:10px}.badge-recipient-toolbar select{border:1px solid var(--line);border-radius:11px;background:#fff;padding:0 11px}.badge-recipient-list{display:grid;max-height:58vh;overflow:auto}.badge-recipient-list>div{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 2px;border-top:1px solid var(--line)}.badge-recipient-list>div:first-child{border-top:0}.badge-recipient-list>div>div{display:grid;gap:2px}.badge-recipient-list small{font-size:9px;color:var(--muted)}.badge-recipient-list button{font-size:10px;padding:8px 10px}.announcement-admin{grid-template-columns:minmax(360px,1fr) minmax(300px,.8fr)}.switch-row{display:flex!important;align-items:flex-start!important;gap:10px!important;padding:13px;border:1px solid #dfe7f2;border-radius:13px;background:#f8faff}.switch-row>span{display:grid;gap:3px}.switch-row small{color:var(--muted);font-size:10px}.status-on,.status-off{font-size:9px;font-weight:850;padding:6px 9px;border-radius:99px}.status-on{background:#e3f7ec;color:#16845b}.status-off{background:#eef1f5;color:#6d7887}.announcement-preview{min-height:76px;border-radius:14px;padding:15px;display:flex;align-items:center;gap:12px;color:#fff;font-weight:750;line-height:1.45}.announcement-preview svg{flex:none}.announcement-preview.type-info{background:linear-gradient(90deg,#0b2b57,#2365a8)}.announcement-preview.type-warning{background:linear-gradient(90deg,#a45b04,#e7a61b)}.announcement-preview.type-critical{background:linear-gradient(90deg,#8f1632,#d62f4f)}.announcement-preview.disabled{filter:grayscale(.65);opacity:.5}.admin-console-panel{overflow:hidden}.console-toolbar{display:grid;grid-template-columns:minmax(240px,1fr) minmax(210px,300px);gap:10px;margin:13px 0}.console-filter{height:42px;border:1px solid #27394c;background:#142231;border-radius:11px;display:flex;align-items:center;gap:8px;padding:0 10px;color:#9fbed8}.console-filter svg{width:16px}.console-filter select{width:100%;border:0;outline:0;background:#142231;color:#d6e7f5}.admin-console{background:#08131f;border:1px solid #203348;border-radius:15px;padding:10px 12px;max-height:680px;overflow:auto;box-shadow:inset 0 1px 18px #00000047;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace}.console-line{display:grid;grid-template-columns:76px 14px minmax(0,1fr) auto;gap:7px;align-items:start;padding:8px 2px;border-top:1px solid rgba(126,168,201,.1);color:#d9e7f2}.console-line:first-child{border-top:0}.console-line time{font-size:10px;color:#6f94b2}.console-prompt{color:#42d392;font-weight:900}.console-line p{margin:0;font-size:10px;line-height:1.45}.console-line small{font-size:8px;color:#66829a;white-space:nowrap}.console-line.level-warning .console-prompt{color:#f4b942}.console-line.level-critical .console-prompt{color:#ff5d78}.console-line.level-audit .console-prompt{color:#73a8ff}.console-line.level-live .console-prompt{color:#4ee1a0}.security-console .console-line.level-info .console-prompt{color:#58a6ff}@media (max-width:980px){.announcement-admin{grid-template-columns:1fr}.role-editor{min-width:0}.badge-recipient-toolbar,.console-toolbar{grid-template-columns:1fr}.console-line{grid-template-columns:65px 12px minmax(0,1fr)}.console-line small{grid-column:3;white-space:normal}.warning-cell{min-width:170px}}@media (max-width:620px){.warning-action-button{font-size:0;width:36px;height:36px;padding:0}.warning-action-button svg{width:17px}.badge-recipient-list>div{grid-template-columns:auto minmax(0,1fr)}.badge-recipient-list button{grid-column:2;justify-self:start}.permission-group>header{align-items:center}.permission-group>header small{display:none}.admin-console{padding:8px}.console-line{grid-template-columns:58px 10px minmax(0,1fr);gap:5px}.console-line time,.console-line p{font-size:9px}}.profile-actions .warning-button{min-height:40px;border:1px solid #efc873!important;background:linear-gradient(180deg,#fff9e9,#fff1c9)!important;color:#925600!important;border-radius:10px!important;padding:9px 12px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;font-weight:800!important;box-shadow:0 4px 12px #a66b0d1a}.profile-actions .warning-button:hover{background:#ffeab4!important;transform:translateY(-1px)}.profile-actions .warning-button svg{width:17px;height:17px}.left-sidebar{max-height:calc(100dvh - 142px);min-height:0;overflow:hidden}.sidebar-scroll-area{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding-right:5px;scrollbar-width:thin;scrollbar-color:#c8d7e9 transparent}.sidebar-scroll-area::-webkit-scrollbar{width:6px}.sidebar-scroll-area::-webkit-scrollbar-thumb{background:#c8d7e9;border-radius:99px}.logout-button{flex:none;margin-top:auto;border:1px solid #ffd4db!important;background:#fff2f4!important;color:#cf2447!important;font-weight:800!important;justify-content:center!important}.logout-button:hover{background:#ffe4e9!important;color:#b51235!important}.reaction-control:hover .reaction-picker{display:none}.reaction-picker.active{display:flex!important;animation:reaction-pop .16s ease-out}.reaction-control.picker-open>button{background:#edf5ff;color:var(--blue)}.reaction-control>button{width:100%;user-select:none;-webkit-user-select:none;touch-action:manipulation}.reaction-control>button svg{width:19px;height:19px}@keyframes reaction-pop{0%{opacity:0;transform:translateY(6px) scale(.92)}to{opacity:1;transform:none}}.comment-thread-item{display:grid;gap:7px}.comment-thread-item.depth-1{margin-left:40px;padding-left:12px;border-left:2px solid #dfe8f4}.comment{background:transparent!important;padding:0!important}.comment-body{background:transparent!important;padding:0!important;display:grid;gap:3px;flex:1;min-width:0}.comment-bubble{background:#f2f5f9;border-radius:12px;padding:8px 11px;min-width:0}.comment-bubble p{margin:3px 0 0}.reply-reference{display:flex;align-items:center;gap:4px;color:#607b9e;font-size:9px;margin:3px 0}.reply-reference svg{width:11px;height:11px}.comment-inline-actions{display:flex;align-items:center;gap:10px;padding-left:7px}.comment-inline-actions button{border:0;background:transparent;color:#4c6f99;font-size:10px;font-weight:750;display:flex;gap:4px;align-items:center;padding:2px}.comment-inline-actions button svg{width:12px}.comment-inline-actions small{font-size:9px;color:var(--muted)}.reply-compose-banner{display:grid;grid-template-columns:auto 1fr auto;gap:9px;align-items:center;margin-top:10px;padding:8px 10px;background:#edf5ff;border:1px solid #d8e9ff;border-radius:11px;color:#3f628d}.reply-compose-banner>svg{width:17px}.reply-compose-banner span{display:grid;font-size:10px}.reply-compose-banner small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:480px}.reply-compose-banner button{border:0;background:transparent;color:#60738e}.reply-compose-banner button svg{width:15px}.shared-label{display:inline-flex;gap:4px;align-items:center;color:#59708d;margin-right:5px}.shared-label svg{width:12px!important;height:12px!important}.shared-post-card{margin:8px 16px 14px;border:1px solid #dfe7f2;border-radius:15px;overflow:hidden;background:#fbfdff}.shared-post-card>header{display:flex;align-items:center;gap:9px;padding:12px}.shared-post-card>header>div{display:grid}.shared-post-card small{color:var(--muted);font-size:9px}.shared-post-card>p{padding:0 12px 12px;margin:0;white-space:pre-wrap}.shared-post-card>button{display:block;border:0;padding:0;background:#edf3fa;width:100%;max-height:440px;overflow:hidden}.shared-post-card img{display:block;width:100%;max-height:440px;object-fit:cover}.shared-original-link{display:block;padding:9px 12px;background:#f0f6ff;color:var(--blue);font-size:10px;font-weight:800}.share-preview{display:flex;gap:10px;align-items:center;padding:11px;border:1px solid var(--line);border-radius:12px;background:#f8faff}.share-preview>div{min-width:0}.share-preview p{margin:3px 0 0;color:var(--muted);font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-tabs{display:flex;gap:3px;border-top:1px solid var(--line);padding:7px 13px 0;overflow-x:auto}.profile-tabs button{border:0;background:transparent;color:#6a7c94;padding:11px 13px;border-radius:9px 9px 0 0;font-size:11px;font-weight:800;white-space:nowrap;display:flex;gap:6px}.profile-tabs button.active{color:var(--blue);background:#edf5ff}.profile-tabs button span{background:#daeaff;border-radius:99px;padding:1px 6px;font-size:9px}.profile-friend-count{border:0;background:transparent;display:inline-flex;align-items:center;gap:5px;color:inherit;padding:0;font:inherit;cursor:pointer}.profile-friend-count b{color:var(--blue);font-size:10px}.friend-avatar-preview{border:0;background:transparent;display:flex;align-items:center;padding:6px 0 0;cursor:pointer}.friend-avatar-preview .avatar{margin-left:-7px;border:2px solid white}.friend-avatar-preview .avatar:first-child{margin-left:0}.friend-avatar-preview>span{margin-left:5px;border-radius:99px;background:#e8f1fd;color:#3269ac;font-size:9px;font-weight:800;padding:5px 7px}.profile-more{position:relative}.profile-actions .icon-only{width:42px;padding:0}.profile-more-menu{position:absolute;z-index:35;right:0;top:47px;width:225px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:13px;padding:7px;display:grid}.profile-more-menu button{border:0;background:#fff;color:#3d526d;padding:10px;border-radius:9px;text-align:left;display:flex;align-items:center;gap:8px}.profile-more-menu button:hover{background:#f2f6fb}.profile-more-menu .warning-item{color:#9a5b00}.profile-more-menu svg{width:17px}.profile-tab-card{padding:16px}.profile-tab-card .panel-title h2{display:flex;align-items:center;gap:7px}.profile-tab-card .panel-title h2 svg{width:20px}.profile-photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.profile-photo-grid a{aspect-ratio:1;overflow:hidden;border-radius:10px;background:#edf2f7}.profile-photo-grid img{width:100%;height:100%;object-fit:cover}.profile-entity-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.profile-entity-grid>a{display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:13px;padding:10px;background:#fbfdff}.profile-entity-grid>a>div{display:grid;min-width:0}.profile-entity-grid small{color:var(--muted);font-size:9px}.profile-friends-modal{display:grid;gap:12px}.profile-friends-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-height:55vh;overflow:auto}.profile-friends-list>a{display:flex;align-items:center;gap:9px;border:1px solid var(--line);border-radius:12px;padding:9px}.profile-friends-list>a>div{display:grid}.profile-friends-list small{font-size:9px;color:var(--muted)}.tag-results>button{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important;text-align:left!important}.tag-results>button>span{display:grid;min-width:0}.tag-results>button small{color:var(--muted);font-size:9px}.tag-results>button>b{color:var(--blue);font-size:16px}.admin-table-panel{overflow:hidden}.admin-table-wrap{overflow:auto;border:1px solid #e2e9f3;border-radius:13px}.admin-data-table{width:100%;border-collapse:collapse;min-width:940px}.admin-data-table th{background:#f1f5fa;color:#50647e;text-align:left;font-size:9px;text-transform:uppercase;letter-spacing:.06em;padding:10px;border-bottom:1px solid #dfe7f1}.admin-data-table td{padding:10px;border-bottom:1px solid #edf1f6;vertical-align:top;font-size:10px;color:#334a66}.admin-data-table tbody tr:hover{background:#f9fbfe}.admin-data-table td>small,.admin-data-table td>code{display:block;margin-top:3px;font-size:8px;color:#7b8da4;max-width:320px;overflow:hidden;text-overflow:ellipsis}.table-event-title{display:block;font-weight:720;line-height:1.4;max-width:520px}.severity-badge{display:inline-block;padding:5px 8px;border-radius:99px;font-size:8px;font-weight:900;text-transform:uppercase}.severity-badge.info{background:#e7f2ff;color:#286bbd}.severity-badge.warning{background:#fff3d2;color:#a16300}.severity-badge.critical{background:#ffe4e9;color:#b81f42}.panel-title-actions{display:flex;align-items:center;gap:10px}.danger-button.compact{padding:7px 9px;font-size:9px}.log-detail-modal{display:grid;gap:13px}.log-human-summary{padding:12px;background:#edf5ff;border-radius:12px;color:#264f80;font-weight:750}.log-detail-modal dl{display:grid;border:1px solid var(--line);border-radius:12px;overflow:hidden}.log-detail-modal dl>div{display:grid;grid-template-columns:150px 1fr;border-top:1px solid var(--line)}.log-detail-modal dl>div:first-child{border-top:0}.log-detail-modal dt{padding:8px;background:#f5f8fc;font-size:9px;font-weight:800}.log-detail-modal dd{padding:8px;margin:0;font-size:9px;overflow-wrap:anywhere}.log-detail-modal section{border:1px solid var(--line);border-radius:12px;padding:10px}.log-detail-modal section p{overflow-wrap:anywhere;font-size:10px}.log-detail-modal pre{max-height:280px;overflow:auto;background:#101d2c;color:#d6e6f5;border-radius:9px;padding:10px;font-size:9px}.admin-settings-page{display:grid;grid-template-columns:220px minmax(0,1fr);gap:15px;align-items:start}.admin-settings-nav{position:sticky;top:92px;display:grid;gap:6px;background:#fff;border:1px solid var(--line);border-radius:15px;padding:9px;box-shadow:var(--shadow)}.admin-settings-nav button{border:0;background:transparent;color:#52677f;border-radius:10px;padding:11px;text-align:left;display:flex;align-items:center;gap:9px;font-weight:750}.admin-settings-nav button.active{background:#eaf3ff;color:var(--blue)}.admin-settings-nav svg{width:18px}.setting-upload-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.setting-upload-preview{margin-top:6px;display:flex;align-items:center;gap:9px}.setting-upload-preview img{width:60px;height:44px;object-fit:contain;background:#eef3f9;border-radius:9px}.setting-upload-preview.favicon img{width:44px}.setting-upload-preview label input{display:none}.color-setting{display:grid;grid-template-columns:52px 1fr;gap:8px}.color-setting input[type=color]{width:52px;height:42px;padding:3px}.system-preview{align-self:start}.brand-preview{height:105px;border-radius:14px;background:linear-gradient(140deg,color-mix(in srgb,var(--preview-color) 13%,white),#fff);border:1px solid color-mix(in srgb,var(--preview-color) 20%,white);display:flex;justify-content:center;align-items:center;gap:12px;color:var(--preview-color);font-size:23px}.brand-preview img{width:58px;height:58px;object-fit:contain}.system-preview dl{display:grid}.system-preview dl>div{display:flex;justify-content:space-between;padding:11px 0;border-bottom:1px solid var(--line)}.system-preview dt{color:var(--muted)}.system-preview dd{margin:0;font-weight:800}.system-preview dd span{display:inline-block;width:12px;height:12px;border-radius:4px;margin-right:5px}.language-code{width:48px;height:40px;border-radius:11px;background:#e8f2ff;color:#286ec7;display:grid;place-items:center;font-weight:900}.language-editor{min-width:430px}.translation-editor{display:grid;gap:9px;border-top:1px solid var(--line);padding-top:12px}.translation-editor h3{margin:0}.translation-add{display:grid;grid-template-columns:1fr 1.4fr 40px;gap:7px}.translation-add button{border:0;border-radius:9px;background:var(--blue);color:#fff}.translation-rows{display:grid;max-height:400px;overflow:auto;border:1px solid var(--line);border-radius:11px}.translation-rows>div{display:grid;grid-template-columns:minmax(130px,.7fr) minmax(180px,1.3fr) 38px;gap:7px;padding:7px;border-top:1px solid var(--line);align-items:center}.translation-rows>div:first-child{border-top:0}.translation-rows code{font-size:9px;overflow-wrap:anywhere}.translation-rows input{min-width:0}.integrations-settings{padding:18px}.integration-settings-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:12px 0}.integration-settings-grid fieldset{border:1px solid var(--line);border-radius:14px;padding:13px;display:grid;gap:10px;align-content:start}.integration-settings-grid legend{font-weight:850;color:#263e5d;padding:0 6px;display:flex;align-items:center;gap:7px;font-size:17px;line-height:1.35}.integration-settings-grid legend svg{width:18px}.integration-settings-grid label{display:grid;gap:7px;font-size:14px;line-height:1.35;font-weight:750}.integration-settings-grid input{width:100%;border:1px solid var(--line);border-radius:10px;padding:11px 12px;font-size:15px;line-height:1.35}.integration-settings-grid .check-row{display:flex;font-size:14px}.integration-settings-grid .check-row input{width:17px;height:17px;flex:0 0 17px}.integration-hint{margin:0;padding:10px 11px;border-radius:10px;background:var(--soft);color:var(--muted);font-size:13px;line-height:1.45}.smtp-status{display:grid;gap:3px;padding:10px 12px;border-radius:10px;font-size:13px;line-height:1.4}.smtp-status.ok{background:#e7f7ee;color:#246b46}.smtp-status.error{background:#fff0f0;color:#a22323}.smtp-status.off{background:var(--soft);color:var(--muted)}.smtp-status span{overflow-wrap:anywhere}.two-inputs{display:grid;grid-template-columns:1fr 1fr;gap:8px}@media (max-width:1100px){.admin-settings-page{grid-template-columns:1fr}.admin-settings-nav{position:static;display:flex;overflow-x:auto}.admin-settings-nav button{white-space:nowrap}.integration-settings-grid{grid-template-columns:1fr 1fr}.language-editor{min-width:0}}@media (max-width:820px){.left-sidebar,.left-sidebar.admin-hidden-sidebar{overflow:hidden!important;max-height:none!important}.sidebar-scroll-area{padding-bottom:12px}.logout-button{margin-top:10px!important}.profile-info{align-items:start}.profile-tabs{grid-column:1/-1}.profile-entity-grid,.profile-friends-list{grid-template-columns:1fr}.profile-photo-grid{grid-template-columns:repeat(3,1fr)}.integration-settings-grid,.setting-upload-grid{grid-template-columns:1fr}.admin-settings-nav{margin-bottom:0}.reaction-picker{left:50%;transform:translate(-50%);bottom:44px}.reaction-picker.active{transform:translate(-50%)}.comment-thread-item.depth-1{margin-left:24px}.profile-actions{display:flex!important;flex-wrap:wrap}.profile-actions .primary-button,.profile-actions .secondary-button{flex:1;min-width:125px}.profile-actions .icon-only{flex:0 0 42px;min-width:42px}.profile-more-menu{right:0}}@media (max-width:520px){.profile-photo-grid{grid-template-columns:repeat(2,1fr)}.translation-add{grid-template-columns:1fr 40px}.translation-add input:nth-child(2){grid-column:1/-1;grid-row:2}.translation-add button{grid-column:2;grid-row:1/3}.translation-rows>div{grid-template-columns:1fr 38px}.translation-rows input{grid-column:1}.translation-rows button{grid-column:2;grid-row:1/3}.admin-settings-nav button{font-size:10px}.log-detail-modal dl>div{grid-template-columns:110px 1fr}}.feed-scope-switch{display:grid;grid-template-columns:1fr 1fr;padding:5px;gap:5px}.feed-scope-switch button{border:0;background:transparent;color:#667a94;border-radius:10px;padding:10px;display:flex;align-items:center;justify-content:center;gap:7px;font-size:11px;font-weight:800}.feed-scope-switch button.active{background:#e9f3ff;color:var(--blue);box-shadow:inset 0 0 0 1px #d5e7ff}.feed-scope-switch svg{width:17px}.top-action{position:relative;width:46px!important;height:46px!important;display:grid!important;place-items:center!important;border:1px solid #dce7f4!important;border-radius:15px!important;background:linear-gradient(145deg,#fff,#f2f7fd)!important;color:#516b8d!important;box-shadow:0 7px 18px #234e7e14,inset 0 1px #fff;transition:transform .16s ease,box-shadow .16s ease,color .16s ease,border-color .16s ease}.top-action:hover,.top-action.active{transform:translateY(-2px);box-shadow:0 11px 24px #234e7e26;border-color:#bad5f7!important;color:var(--blue)!important}.top-action svg{width:22px!important;height:22px!important;stroke-width:1.9}.top-action.friends.active{background:linear-gradient(145deg,#edf7ff,#fff)!important}.top-action.messages.active{background:linear-gradient(145deg,#f2efff,#fff)!important;color:#7257d6!important}.top-action.notifications.active{background:linear-gradient(145deg,#fff0f3,#fff)!important;color:#d83859!important}.top-action>span{right:-4px!important;top:-5px!important;min-width:19px!important;height:19px!important;border:3px solid #fff!important;box-shadow:0 3px 8px #1f3d632e}.feed-scope-select{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 13px}.feed-scope-copy{display:flex;align-items:center;gap:10px;color:#4f6683}.feed-scope-copy>svg{width:21px;height:21px;color:var(--blue)}.feed-scope-copy>span{display:grid}.feed-scope-copy small{font-size:8px;text-transform:uppercase;letter-spacing:.08em;color:#8a9ab0;font-weight:800}.feed-scope-copy strong{font-size:12px;color:#243d5e}.feed-scope-select label{position:relative;display:flex;align-items:center;min-width:175px}.feed-scope-select select{appearance:none;width:100%;border:1px solid #d8e4f2;background:#f7faff;color:#385474;border-radius:11px;padding:9px 35px 9px 12px;font-weight:800;font-size:11px;cursor:pointer}.feed-scope-select label>svg{position:absolute;right:11px;width:17px;pointer-events:none;color:#6682a4}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.profile-tabs{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr));gap:4px!important;overflow:visible!important;padding:8px 11px 0!important}.profile-tabs button{min-width:0!important;justify-content:center!important;align-items:center!important;padding:10px 5px!important;gap:5px!important;border-radius:10px 10px 0 0!important}.profile-tabs button>svg{width:17px;height:17px;flex:none}.profile-tabs .profile-tab-label{background:none!important;padding:0!important;font-size:10px!important;overflow:hidden;text-overflow:ellipsis}.profile-tabs button>b{background:#dbeaff;color:#316cb9;border-radius:99px;padding:1px 5px;font-size:8px;flex:none}.profile-more-title,.profile-more-backdrop{display:none}.profile-more-menu{max-height:min(360px,calc(100dvh - 130px));overflow-y:auto}@media (max-width:820px){.desktop-topnav{gap:6px!important}.top-action{width:42px!important;height:42px!important;border-radius:13px!important}.top-action svg{width:21px!important;height:21px!important}.feed-scope-select{margin-bottom:9px}.feed-scope-select label{min-width:150px}.profile-tabs{padding:7px 6px 0!important;gap:2px!important}.profile-tabs button{padding:9px 2px!important;display:grid!important;justify-items:center!important;gap:3px!important}.profile-tabs button>svg{width:18px;height:18px}.profile-tabs .profile-tab-label{font-size:8px!important;max-width:100%}.profile-tabs button>b{position:absolute;margin:0 0 23px 29px}.profile-more{position:static}.profile-more-backdrop{display:block;position:fixed;inset:0;z-index:119;background:#13253c7a;border:0;backdrop-filter:blur(2px)}.profile-more-menu{position:fixed!important;z-index:120!important;left:12px!important;right:12px!important;top:auto!important;bottom:calc(82px + env(safe-area-inset-bottom))!important;width:auto!important;max-height:60dvh!important;border-radius:18px!important;padding:9px!important;box-shadow:0 24px 70px #0a1f3a47!important}.profile-more-title{display:flex;align-items:center;justify-content:space-between;padding:5px 7px 9px;border-bottom:1px solid var(--line);margin-bottom:4px}.profile-more-title>button{width:34px;height:34px;padding:0!important;display:grid!important;place-items:center!important;background:#eff4fa!important;border-radius:10px!important}.profile-more-title svg{width:18px!important}.profile-more-menu>button{font-size:12px!important;padding:13px 11px!important}}@media (max-width:460px){.top-action{width:39px!important;height:39px!important}.desktop-topnav{gap:3px!important}.feed-scope-select{align-items:stretch}.feed-scope-copy{min-width:0}.feed-scope-select label{min-width:138px}.feed-scope-select select{font-size:10px}.profile-tabs .profile-tab-label{font-size:7.5px!important}.profile-tabs button>svg{width:17px;height:17px}}.desktop-topnav{position:relative;align-items:center}.top-dropdown-panel{position:absolute;z-index:140;top:calc(100% + 12px);right:0;width:min(370px,calc(100vw - 24px));max-height:min(560px,calc(100dvh - 96px));overflow:hidden;display:flex;flex-direction:column;background:#fffffffb;border:1px solid #dbe6f3;border-radius:18px;box-shadow:0 24px 70px #1430523d,0 3px 12px #14305214;color:#203650;text-align:left;isolation:isolate}.top-dropdown-panel>header{min-height:58px;padding:15px 17px 12px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e8eef6;background:linear-gradient(180deg,#fff,#f8fbff)}.top-dropdown-panel>header strong{font-size:15px;letter-spacing:-.2px}.top-dropdown-panel>header button{display:none}.top-dropdown-panel>div{overflow-y:auto;padding:7px}.top-panel-row{appearance:none;width:100%;min-height:58px;margin:0;padding:9px 10px;border:0;border-radius:13px;background:transparent;color:#243b58;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;text-align:left;transition:background .15s ease,transform .15s ease}.top-panel-row:hover{background:#f0f6ff}.top-panel-row:active{transform:scale(.992)}.top-panel-row.unread{background:#edf5ff}.top-panel-row>div{display:grid;min-width:0;gap:3px}.top-panel-row strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.top-panel-row small{font-size:10px;color:#75869b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.top-panel-row>b{min-width:22px;height:22px;padding:0 6px;border-radius:99px;background:var(--blue);color:#fff;display:grid;place-items:center;font-size:9px}.top-panel-actions{display:flex;align-items:center;gap:5px}.top-panel-actions button{width:32px;height:32px;padding:0;border:0;border-radius:10px;background:#edf4fc;color:#3d648f;display:grid;place-items:center}.top-panel-actions button:first-child{background:#e7f7ef;color:#118653}.top-panel-actions button:last-child{background:#fff0f2;color:#c53b51}.top-panel-actions svg{width:16px;height:16px}.top-panel-empty{margin:0;padding:28px 14px;text-align:center;color:#8291a5;font-size:12px}.top-panel-all{appearance:none;margin:0;min-height:48px;border:0;border-top:1px solid #e5ecf5;background:#f7faff;color:var(--blue);font-size:11px;font-weight:850;letter-spacing:.01em}.top-panel-all:hover{background:#ebf4ff}.feed-scope-menu{position:relative;min-width:184px}.feed-scope-trigger{width:100%;min-height:40px;padding:9px 11px 9px 13px;border:1px solid #d8e4f2;border-radius:12px;background:linear-gradient(180deg,#fff,#f5f9fe);color:#385474;display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:11px;font-weight:850;box-shadow:0 4px 12px #274d770d}.feed-scope-trigger:hover,.feed-scope-trigger.open{border-color:#b8d3f3;background:#fff;box-shadow:0 0 0 4px #206bc214}.feed-scope-trigger svg{width:17px;height:17px;transition:transform .16s ease}.feed-scope-trigger.open svg{transform:rotate(180deg)}.feed-scope-options{position:absolute;z-index:90;top:calc(100% + 8px);right:0;width:min(330px,calc(100vw - 28px));padding:7px;border:1px solid #dbe6f3;border-radius:15px;background:#fff;box-shadow:0 20px 55px #14305233}.feed-scope-options>button{width:100%;border:0;border-radius:11px;padding:10px;background:transparent;color:#344d6b;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;text-align:left}.feed-scope-options>button:hover,.feed-scope-options>button.active{background:#edf5ff;color:var(--blue)}.feed-scope-options>button>svg{width:19px;height:19px}.feed-scope-options>button>span{display:grid;gap:2px}.feed-scope-options strong{font-size:11px}.feed-scope-options small{font-size:9px;color:#7a8ca3}@media (max-width:820px){.topbar{z-index:100}.topbar-inner{height:66px!important;padding:0 10px!important;display:grid!important;grid-template-columns:42px 38px minmax(0,1fr)!important;gap:7px!important;align-items:center!important}.mobile-menu-button{display:grid!important;grid-column:1!important;width:40px!important;height:40px!important}.topbar-inner>.brand{grid-column:2!important;justify-self:start!important}.topbar-inner>.brand img{width:36px!important;height:36px!important}.topbar-inner>.brand strong{display:none!important}.topbar-inner>.search-box,.topbar-inner>.account-mini{display:none!important}.desktop-topnav{grid-column:3!important;justify-self:end!important;display:flex!important;gap:5px!important;min-width:0!important}.top-action{width:41px!important;height:41px!important;border-radius:13px!important}.top-action svg{width:20px!important;height:20px!important}.top-dropdown-panel{position:fixed!important;top:72px!important;left:10px!important;right:10px!important;width:auto!important;max-height:calc(100dvh - 94px)!important;border-radius:17px!important}.left-sidebar,.left-sidebar.admin-hidden-sidebar{display:flex!important;position:fixed!important;z-index:160!important;inset:0 auto 0 0!important;width:min(86vw,330px)!important;max-height:100dvh!important;padding:16px!important;overflow:hidden!important;background:#fff!important;transform:translate(-105%)!important;transition:transform .22s ease!important;box-shadow:22px 0 60px #0a1f3a47!important}.left-sidebar.open,.left-sidebar.admin-hidden-sidebar.open{transform:translate(0)!important}.mobile-drawer-head{display:flex!important;flex:none!important}.sidebar-scroll-area{flex:1!important;min-height:0!important;overflow-y:auto!important;padding:8px 2px 18px!important}.logout-button{flex:none!important;width:100%!important;margin-top:8px!important;background:#fff0f2!important;color:#bd2f49!important;font-weight:800!important}.drawer-backdrop{display:block!important;position:fixed!important;z-index:150!important;inset:0!important;background:#07182d7a!important;backdrop-filter:blur(2px)!important}.feed-scope-menu{min-width:150px}.feed-scope-options{position:fixed;top:140px;right:10px;left:10px;width:auto}}@media (max-width:390px){.topbar-inner{grid-template-columns:38px 34px minmax(0,1fr)!important;gap:4px!important;padding:0 7px!important}.mobile-menu-button{width:36px!important;height:36px!important}.topbar-inner>.brand img{width:32px!important;height:32px!important}.desktop-topnav{gap:3px!important}.top-action{width:37px!important;height:37px!important;border-radius:12px!important}.feed-scope-select{gap:7px!important;padding:9px 10px!important}.feed-scope-menu{min-width:140px}.feed-scope-copy strong{font-size:11px}}.sidebar-promo{display:none!important}.top-panel-row time,.message-preview-row time{display:block;margin-top:2px;color:#9aa7b8;font-size:8px;line-height:1.2}.top-panel-row>div{align-self:center}.message-preview-row>span{gap:1px}.reaction-summary-button{appearance:none;border:0;background:transparent;padding:0;cursor:pointer;color:inherit;font:inherit}.reaction-summary-button:hover b{text-decoration:underline}.reaction-control{position:relative;min-width:0}.reaction-picker.active{z-index:130;display:flex!important;align-items:center;justify-content:center;gap:7px;max-width:min(430px,calc(100vw - 24px));padding:8px 10px;border-radius:999px;background:#fff;box-shadow:0 16px 44px #18366040;border:1px solid #e0e9f5;overflow:visible}.reaction-picker.active button{flex:0 0 42px;width:42px;height:42px;display:grid;place-items:center;border:0;border-radius:50%;background:#f7f9fd;font-size:24px;line-height:1;cursor:pointer;transition:transform .14s ease,background .14s ease}.reaction-picker.active button:hover,.reaction-picker.active button:focus-visible{transform:translateY(-5px) scale(1.12);background:#eef5ff;outline:none}.reaction-users-modal{display:grid;gap:14px;min-width:min(560px,82vw)}.reaction-filter-tabs{display:flex;gap:7px;overflow-x:auto;padding:2px 1px 7px;scrollbar-width:thin}.reaction-filter-tabs button{flex:0 0 auto;min-height:38px;padding:0 12px;border:1px solid #e1e9f4;border-radius:999px;background:#fff;color:#657790;font-weight:750;display:flex;align-items:center;gap:6px;cursor:pointer}.reaction-filter-tabs button.active{background:#eaf3ff;color:#236bdd;border-color:#a9c8f3}.reaction-filter-tabs span{font-size:19px}.reaction-filter-tabs b{font-size:10px}.reaction-user-list{display:grid;max-height:52vh;overflow-y:auto;border-top:1px solid #edf1f7}.reaction-user-list>a{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;padding:10px 3px;border-bottom:1px solid #edf1f7}.reaction-user-list>a>div{display:grid;gap:2px}.reaction-user-list small{color:#8795a8;font-size:10px}.reaction-person-emoji{font-size:24px}.sanction-modal{display:grid;gap:15px;min-width:min(700px,86vw)}.sanction-user{display:flex;align-items:center;gap:12px;padding:13px;border-radius:15px;background:#f5f8fd}.sanction-user>div{display:grid;gap:3px}.sanction-user small{color:#7c8da3;font-size:10px}.sanction-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.sanction-summary>span{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:7px;padding:11px;border:1px solid #e2eaf4;border-radius:13px;color:#748399;background:#fff;font-size:11px}.sanction-summary svg{width:18px}.sanction-summary .active{background:#fff8e7;border-color:#f2cf79;color:#9a6500}.sanction-summary .danger{background:#fff0f1;border-color:#f2aab2;color:#c42c40}.sanction-create{display:grid;gap:11px;padding:15px;border:1px solid #e0e8f3;border-radius:16px;background:#fff}.sanction-create h3{margin:0;color:#203756;font-size:14px}.sanction-type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.sanction-type-grid button{display:flex;justify-content:center;align-items:center;gap:7px;min-height:42px;border:1px solid #dfe8f4;border-radius:12px;background:#f8faff;color:#687b96;font-weight:750;cursor:pointer}.sanction-type-grid button.active{background:#eaf3ff;border-color:#9fc1ef;color:#246bd8}.sanction-type-grid svg{width:18px}.sanction-history{display:grid;gap:8px}.sanction-history article{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:start;padding:12px;border:1px solid #e5ebf3;border-radius:14px;background:#fbfcfe}.sanction-history article>span{width:34px;height:34px;border-radius:11px;background:#edf2f8;color:#73839a;display:grid;place-items:center}.sanction-history article.active.type-warning{border-color:#edcf75;background:#fffaed}.sanction-history article.active.type-mute{border-color:#a8c7ef;background:#f1f7ff}.sanction-history article.active.type-ban{border-color:#eda7b0;background:#fff3f4}.sanction-history article p{margin:4px 0;color:#40536d;font-size:11px}.sanction-history article small{color:#8593a6;font-size:9px}.sort-hint{margin-left:auto;display:inline-flex;align-items:center;gap:5px;color:#8795a8;font-size:10px}.sort-hint svg{width:14px}.table-date{white-space:nowrap;color:#536982;font-size:10px}.presence-cell{display:grid;gap:4px;min-width:145px}.presence-cell>span{display:flex;align-items:center;gap:6px;font-size:10px;font-weight:760}.presence-cell i{width:8px;height:8px;border-radius:50%;background:#a7b2c0}.presence-cell .online{color:#168a58}.presence-cell .online i{background:#21bd75;box-shadow:0 0 0 4px #21bd751f}.presence-cell .offline{color:#7f8c9f}.presence-cell small{font-size:8px;color:#8a97a8}.sanction-table-button{min-width:170px;border:1px solid #dce5f1;border-radius:13px;background:#f8faff;padding:8px 10px;display:grid;grid-template-columns:auto 1fr auto;gap:5px 7px;align-items:center;text-align:left;color:#657993;cursor:pointer}.sanction-table-button svg{width:18px}.sanction-table-button span{font-size:11px;font-weight:780}.sanction-table-button b{min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#dfe8f4;display:grid;place-items:center;font-size:9px}.sanction-table-button small{grid-column:1/-1;font-size:8px;color:#8896a8}.sanction-table-button.active{background:#fff0f2;border-color:#efabb4;color:#c12e42}.sanction-table-button.active b{background:#d8344d;color:#fff}.admin-users-table .is-verified{color:#1676e8;background:#eaf3ff}.profile-friends-tab{padding:16px}.profile-friends-toolbar{display:grid;grid-template-columns:minmax(220px,1fr) auto;gap:10px;align-items:center;margin-bottom:12px}.friend-scope-switch{display:flex;padding:4px;border-radius:12px;background:#eef3f9}.friend-scope-switch button{border:0;background:transparent;border-radius:9px;padding:8px 12px;color:#6d7f98;font-weight:750;cursor:pointer}.friend-scope-switch button.active{background:#fff;color:#236bd8;box-shadow:0 4px 12px #2248771a}.profile-avatar-wrap .avatar-edit{z-index:5;right:2px;bottom:2px}.profile-avatar-wrap>.avatar .verified-dot{display:none!important}@media (max-width:820px){.reaction-picker.active{position:fixed!important;inset:auto 10px 86px!important;transform:none!important;width:auto!important;max-width:none!important;justify-content:space-evenly!important;gap:2px!important;padding:9px 6px!important}.reaction-picker.active button{flex:0 0 calc((100vw - 42px)/6);width:calc((100vw - 42px)/6);max-width:48px;height:43px;font-size:22px}.reaction-users-modal,.sanction-modal{min-width:0;width:100%}.sanction-summary{grid-template-columns:1fr}.sanction-type-grid{grid-template-columns:1fr 1fr 1fr}.sanction-history article{grid-template-columns:auto 1fr}.sanction-history article>button{grid-column:1/-1;justify-self:stretch}.profile-friends-toolbar{grid-template-columns:1fr}.friend-scope-switch{display:grid;grid-template-columns:repeat(2,1fr)}.admin-users-table{min-width:1120px}}.character-profile-facts{display:flex;flex-wrap:wrap;gap:7px;margin:10px 0}.character-profile-facts span{display:grid;gap:1px;padding:7px 10px;border-radius:11px;background:#f4f8fd;color:#4c617d;font-size:10px}.character-profile-facts span b{font-size:8px;text-transform:uppercase;letter-spacing:.05em;color:#8493a7}.character-profile-facts .club{background:#eef5ff;border:1px solid #d4e5fa;color:#2868b7}.profile-edit-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:14px}.profile-edit-nav{padding:9px;align-self:start;position:sticky;top:86px}.profile-edit-nav button{width:100%;border:0;background:transparent;border-radius:13px;padding:12px;display:flex;align-items:center;gap:10px;text-align:left;color:#61758f;cursor:pointer}.profile-edit-nav button:hover,.profile-edit-nav button.active{background:#edf5ff;color:#1767cc}.profile-edit-nav svg{width:20px;flex:none}.profile-edit-nav span{display:grid;gap:2px}.profile-edit-nav strong{font-size:12px}.profile-edit-nav small{font-size:8px;color:#8796aa}.profile-edit-content{padding:20px}.profile-settings-form{max-width:760px}.profile-settings-form h3{margin:0;color:#263e5d}.profile-settings-form label>small{font-weight:500;color:#8795a8}.form-divider{height:1px;background:var(--line);margin:3px 0}.character-data-warning{display:flex;gap:11px;padding:13px;border:1px solid #f0b1b8;border-radius:14px;background:#fff6f7;color:#8d3142}.character-data-warning svg{width:22px;flex:none}.character-data-warning div{display:grid;gap:3px}.character-data-warning p{margin:0;font-size:10px;line-height:1.5;color:#945969}.character-club-field{padding:13px!important;border:1px solid #dce8f6!important;background:#f7fbff!important;border-radius:14px!important}.onboarding-page{min-height:100vh;padding:26px;background:radial-gradient(circle at 15% 10%,#e7f5ff 0,transparent 32%),linear-gradient(145deg,#edf6ff,#e9e8ff);display:grid;place-items:center}.onboarding-shell{width:min(900px,100%)}.onboarding-shell>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.onboarding-progress{display:flex;align-items:center}.onboarding-progress span{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#dce6f3;color:#708198;font-weight:900}.onboarding-progress span.active{background:var(--blue);color:#fff}.onboarding-progress i{width:42px;height:3px;background:#dce6f3}.onboarding-card{background:#fff;border:1px solid rgba(193,210,231,.8);border-radius:24px;box-shadow:0 28px 80px #21436c29;padding:28px;display:grid;gap:16px}.onboarding-card h1{margin:0;font-size:30px;color:#18314f}.onboarding-card>p{margin:0;color:#6f8198}.onboarding-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:4px}.onboarding-media-preview{position:relative;padding-bottom:52px}.onboarding-cover{height:280px;border-radius:20px;overflow:hidden;background:linear-gradient(135deg,#d7eaff,#e8e1ff);position:relative}.onboarding-cover>img{width:100%;height:100%;object-fit:cover}.onboarding-cover>label{position:absolute;right:14px;bottom:14px;background:#fff;border-radius:12px;padding:10px 13px;display:flex;align-items:center;gap:7px;font-weight:800;cursor:pointer}.onboarding-cover input,.onboarding-avatar input{display:none}.onboarding-avatar{position:absolute;left:28px;bottom:0}.onboarding-avatar>.avatar{border:5px solid white;box-shadow:0 10px 25px #19375a33}.onboarding-avatar>label{position:absolute;right:0;bottom:2px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:#fff;border:4px solid white;cursor:pointer}.onboarding-complete{text-align:center;justify-items:center}.complete-icon{width:78px;height:78px;border-radius:24px;display:grid;place-items:center;background:linear-gradient(135deg,#e5f2ff,#ece5ff);color:#3177d9}.complete-icon svg{width:38px;height:38px}.onboarding-summary{width:min(430px,100%);display:flex;align-items:center;gap:14px;text-align:left;padding:15px;border:1px solid var(--line);border-radius:17px;background:#f8fbff}.onboarding-summary>div{display:grid;gap:3px}.onboarding-summary span,.onboarding-summary small{color:#74859b}.onboarding-error{margin-top:10px}.maintenance-page{min-height:100vh;padding:24px;display:grid;place-items:center;background:radial-gradient(circle at 20% 5%,rgba(118,185,255,.35),transparent 30%),linear-gradient(145deg,#102b4b,#1b5692 62%,#513f86)}.maintenance-card{width:min(680px,100%);background:#fffffffa;border-radius:28px;padding:34px;box-shadow:0 35px 100px #000f2559;display:grid;justify-items:center;text-align:center;gap:15px}.maintenance-card>.brand{margin-bottom:4px}.maintenance-icon{width:86px;height:86px;border-radius:28px;background:linear-gradient(135deg,#e4f2ff,#e8e4ff);color:#1e68c5;display:grid;place-items:center}.maintenance-icon svg{width:42px;height:42px}.maintenance-card h1{margin:0;font-size:34px;color:#17314f}.maintenance-card>p{max-width:580px;margin:0;color:#61758f;line-height:1.7}.maintenance-meta{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.maintenance-meta>div{display:flex;align-items:center;gap:10px;text-align:left;padding:13px;border-radius:14px;background:#f3f7fc}.maintenance-meta svg{color:#3474c6}.maintenance-meta span{display:grid}.maintenance-meta small{color:#8292a6}.maintenance-meta strong{font-size:11px;color:#2c4666}.maintenance-continue{margin-top:4px}.maintenance-footnote{color:#8796a8;line-height:1.5}.maintenance-settings-panel textarea{min-height:170px}.maintenance-admin-preview{display:grid;justify-items:center;text-align:center;align-content:start;gap:14px}.maintenance-admin-preview .maintenance-meta{grid-template-columns:1fr}.sanction-modal{width:min(720px,100%);min-width:0}.sanction-create label textarea{width:100%;box-sizing:border-box}.sanction-type-grid button{min-width:0}.modal-card:has(.sanction-modal){width:min(760px,calc(100vw - 28px));overflow:hidden}.modal-card:has(.sanction-modal) .modal-body{max-height:calc(100dvh - 88px);overflow:auto}.sanction-history{min-width:0}.sanction-history article{min-width:0}.sanction-history article p,.sanction-history article small{overflow-wrap:anywhere}@media (max-width:820px){.profile-edit-layout{grid-template-columns:1fr}.profile-edit-nav{position:static;display:grid;grid-template-columns:repeat(3,1fr)}.profile-edit-nav button{display:grid;justify-items:center;text-align:center;padding:9px 5px}.profile-edit-nav small{display:none}.onboarding-page{padding:10px}.onboarding-card{padding:18px;border-radius:19px}.onboarding-card h1{font-size:25px}.onboarding-media-preview{padding-bottom:42px}.onboarding-cover{height:210px}.maintenance-card{padding:23px;border-radius:22px}.maintenance-card h1{font-size:27px}.maintenance-meta{grid-template-columns:1fr}.modal-card:has(.sanction-modal){width:calc(100vw - 12px);max-height:calc(100dvh - 12px)}.sanction-modal{gap:11px}.sanction-user{overflow:hidden}.sanction-user>div{min-width:0}.sanction-user small{white-space:normal;overflow-wrap:anywhere}.sanction-type-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}.sanction-type-grid button{display:grid;justify-items:center;gap:3px;padding:8px 3px;font-size:9px}.sanction-create{padding:12px}.sanction-summary>span{padding:9px}.sanction-history article{grid-template-columns:auto minmax(0,1fr)}.sanction-history article>button{grid-column:1/-1;width:100%}}@media (max-width:520px){.profile-edit-nav{grid-template-columns:1fr 1fr}.profile-edit-nav button:last-child{grid-column:1/-1}.two-inputs{grid-template-columns:1fr!important}.onboarding-shell>header{align-items:flex-start}.onboarding-progress i{width:22px}.onboarding-card{gap:12px}.onboarding-cover{height:175px}.onboarding-avatar{left:18px}.maintenance-card{padding:20px 16px}.maintenance-icon{width:72px;height:72px}.maintenance-card h1{font-size:24px}.sanction-summary{grid-template-columns:1fr 1fr 1fr}.sanction-summary>span{display:grid;justify-items:center;text-align:center;grid-template-columns:1fr}.sanction-summary>span b{font-size:15px}.sanction-history article{padding:10px}.sanction-user .avatar{width:46px!important;height:46px!important}}.profile-media-like-count{position:absolute;display:flex;align-items:center;gap:4px;background:#fffffff0;color:#df3f63;border:1px solid rgba(255,255,255,.8);box-shadow:0 6px 20px #1c375929;border-radius:999px;padding:5px 8px;font-size:9px;font-weight:900;z-index:4}.profile-media-like-count svg{width:13px;height:13px;fill:currentColor}.profile-cover .cover-likes{left:14px;top:14px}.profile-avatar-wrap .avatar-likes{left:4px;bottom:4px}.modal-card,.modal-body,.sanction-dialog,.sanction-dialog *{box-sizing:border-box}.sanction-dialog{width:min(760px,calc(100vw - 28px));overflow:hidden}.sanction-dialog .modal-body{max-height:calc(100dvh - 94px);overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain}.sanction-dialog .sanction-modal{width:100%;min-width:0;overflow:hidden}.sanction-create label{display:grid;gap:7px;min-width:0;color:#334a68;font-size:12px;font-weight:750}.sanction-create textarea,.sanction-create select{display:block;width:100%;max-width:100%;min-width:0;border:1px solid #dce6f2;border-radius:12px;background:#fff;color:#173252;padding:11px 12px;font:inherit;outline:0;resize:vertical}.sanction-create textarea:focus,.sanction-create select:focus{border-color:#87afe5;box-shadow:0 0 0 4px #246bd814}.sanction-create>.primary-button,.sanction-create>.danger-button{width:100%;justify-content:center;white-space:normal;text-align:center}.sanction-user small{max-width:100%;white-space:normal;overflow-wrap:anywhere}.sanction-summary>span,.sanction-type-grid>button{min-width:0}.sanction-history article>div{min-width:0}@media (max-width:820px){.modal-backdrop:has(.sanction-dialog){padding:6px;align-items:end;place-items:end center}.sanction-dialog{width:100%;max-width:none;max-height:calc(100dvh - 6px);border-radius:22px 22px 0 0}.sanction-dialog>header{padding:15px 16px}.sanction-dialog>header h2{font-size:20px;line-height:1.15;overflow-wrap:anywhere}.sanction-dialog .modal-body{padding:14px;max-height:calc(100dvh - 67px)}.sanction-user{padding:11px}.sanction-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.sanction-summary>span{display:flex;flex-direction:column;justify-content:center;text-align:center;gap:4px;padding:8px 3px;font-size:9px;line-height:1.15}.sanction-summary>span b{font-size:15px}.sanction-type-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.sanction-type-grid button{padding:9px 3px;min-height:58px;display:flex;flex-direction:column;gap:4px;font-size:10px;line-height:1.05;overflow:hidden}.sanction-type-grid button svg{width:20px;height:20px;flex:0 0 auto}.sanction-create{padding:12px;gap:10px}.sanction-create textarea{min-height:92px;font-size:14px}.sanction-history article{grid-template-columns:auto minmax(0,1fr);padding:10px}.sanction-history article>button{grid-column:1/-1;width:100%;justify-content:center}}@media (max-width:380px){.sanction-dialog .modal-body{padding:10px}.sanction-summary>span{font-size:8px}.sanction-type-grid button{font-size:9px;padding-inline:2px}}.account-menu-wrap{position:relative;justify-self:end;z-index:155}.account-mini{appearance:none;border:0;background:transparent;padding:4px 5px;border-radius:15px;cursor:pointer;color:#526b8d;transition:background .16s ease,box-shadow .16s ease}.account-mini:hover,.account-mini.active{background:#eef5ff;box-shadow:inset 0 0 0 1px #dbe8f8}.account-mini .account-chevron{transition:transform .16s ease}.account-mini.active .account-chevron{transform:rotate(180deg)}.account-dropdown{position:absolute;z-index:190;top:calc(100% + 12px);right:0;width:270px;padding:8px;background:#fff;border:1px solid #dbe6f3;border-radius:17px;box-shadow:0 24px 70px #1430523d,0 3px 12px #14305214;display:grid;gap:3px}.account-dropdown-user{display:flex;align-items:center;gap:11px;padding:10px;margin-bottom:4px;border-radius:13px;background:linear-gradient(145deg,#f6faff,#edf5ff)}.account-dropdown-user>span{display:grid;min-width:0}.account-dropdown-user strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-dropdown-user small{font-size:10px;color:#73869e;margin-top:3px}.account-dropdown>a,.account-dropdown>button,.account-language{min-height:43px;padding:9px 10px;border:0;border-radius:11px;background:transparent;color:#38516f;display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:9px;text-align:left;font-size:12px;font-weight:760}.account-dropdown>a:hover,.account-dropdown>button:hover,.account-language:hover{background:#eef5ff;color:#1d64bf}.account-dropdown svg{width:18px;height:18px}.account-language{grid-template-columns:24px 54px minmax(0,1fr)}.account-language select{min-width:0;width:100%;border:1px solid #dce6f2;border-radius:9px;background:#fff;padding:7px;color:#334c69;font-size:10px}.account-dropdown .account-logout{margin-top:4px;border-top:1px solid #edf1f6;border-radius:10px;background:#fff3f5;color:#c52f4a}.account-dropdown .account-logout:hover{background:#ffe6eb;color:#ae1734}.admin-user-edit-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.admin-user-edit-grid>.check-row,.admin-user-edit-note,.admin-user-edit-actions{grid-column:1/-1}.admin-user-edit-actions{display:flex;justify-content:flex-end;gap:9px;padding-top:4px}.admin-user-edit-modal{width:min(860px,calc(100vw - 36px))}@media (min-width:821px){.app-shell{padding-top:0}.topbar{top:0}.top-dropdown-panel{position:fixed;top:104px;right:max(32px,calc((100vw - 1510px)/2 + 32px));width:400px;max-height:calc(100vh - 124px)}.top-dropdown-panel>div{max-height:390px}.top-panel-row{min-height:66px;padding:10px 11px}.top-panel-row strong{font-size:13px}.top-panel-row small{font-size:11px}.top-panel-row time{font-size:9px}.admin-shell{padding:0 18px 28px}.admin-shell .topbar{width:100%;max-width:none;border-radius:0 0 24px 24px}.admin-shell .topbar-inner{max-width:1800px}.admin-main-layout{width:100%!important;max-width:1800px!important;padding:20px 8px 42px!important}.admin-page{gap:18px;min-height:calc(100vh - 120px)}.admin-heading{padding:31px 36px}.admin-heading h1{font-size:42px}.admin-heading p{font-size:15px}.admin-tabs{top:92px;padding:8px;gap:7px}.admin-tabs button{font-size:12px;padding:12px 14px}.admin-tabs button svg{width:19px;height:19px}.admin-stats-grid{gap:14px}.admin-stat{padding:20px}.admin-stat>span{width:48px;height:48px}.admin-stat strong{font-size:28px}.admin-stat small{font-size:12px}.admin-panel{padding:22px}.admin-resource-toolbar h2{font-size:26px}.admin-resource-toolbar>div span{font-size:11px}.admin-table th,.admin-data-table th{font-size:10px;padding:12px}.admin-table td,.admin-data-table td{font-size:12px;padding:13px 12px}.table-user strong{font-size:13px}.table-user small{font-size:10px}.admin-resource-layout{grid-template-columns:minmax(0,1fr)}.admin-resource-layout:has(>.admin-editor):before{content:"";position:fixed;z-index:168;inset:0;background:#08192f94;backdrop-filter:blur(4px)}.admin-resource-layout>.admin-editor{position:fixed;z-index:169;left:50%;top:50%;transform:translate(-50%,-50%);width:min(820px,calc(100vw - 48px));max-height:calc(100vh - 48px);overflow:auto;box-shadow:0 30px 100px #04122657}}@media (max-width:820px){.account-menu-wrap{display:none}.admin-user-edit-grid{grid-template-columns:1fr}.admin-user-edit-grid>.check-row,.admin-user-edit-note,.admin-user-edit-actions{grid-column:auto}.admin-user-edit-actions{grid-column:1;flex-direction:column-reverse}.admin-user-edit-actions>*{width:100%}}.desktop-topnav .top-dropdown-panel a.top-panel-row{width:100%!important;height:auto!important;min-height:68px!important;border-radius:13px!important;display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;place-items:initial!important;align-items:center!important;padding:10px 11px!important;color:#243b58!important;background:transparent!important}.desktop-topnav .top-dropdown-panel a.top-panel-row:hover{background:#f0f6ff!important;color:#243b58!important}.desktop-topnav .top-dropdown-panel a.top-panel-row .avatar{width:42px!important;height:42px!important}.desktop-topnav .top-dropdown-panel a:not(.top-panel-row){width:auto!important;height:auto!important;display:inline!important;border-radius:0!important;place-items:initial!important;color:inherit!important}.top-dropdown-panel>div{overflow-x:hidden!important}.top-dropdown-messages{width:min(440px,calc(100vw - 32px))!important}.top-dropdown-messages .top-panel-row>div{min-width:0!important;width:100%!important;align-content:center!important}.top-dropdown-messages .top-panel-row strong{font-size:14px!important;line-height:1.25!important}.top-dropdown-messages .top-panel-row small{font-size:12px!important;line-height:1.35!important;max-width:100%!important}.top-dropdown-messages .top-panel-row time{font-size:10px!important;margin-top:1px!important}@media (hover:hover) and (pointer:fine){.reaction-control{overflow:visible}.reaction-control .reaction-picker.active,.reaction-control:hover .reaction-picker.active{display:flex!important}.reaction-picker.active{left:50%!important;right:auto!important;transform:translate(-50%)!important;bottom:45px!important;min-width:max-content!important}}@media (min-width:821px){.admin-shell{padding-left:20px!important;padding-right:20px!important}.admin-main-layout{width:100%!important;max-width:1460px!important;margin:0 auto!important;padding:22px 20px 48px!important}.admin-route-content{width:100%!important;max-width:1400px!important;margin:0 auto!important}.admin-page{gap:20px!important}.admin-heading{padding:30px 34px!important}.admin-heading h1{font-size:40px!important}.admin-heading p{font-size:16px!important}.admin-tabs{position:sticky!important;top:92px!important;display:grid!important;grid-template-columns:repeat(auto-fit,minmax(145px,1fr))!important;gap:8px!important;overflow:visible!important;padding:9px!important}.admin-tabs button{width:100%!important;min-height:48px!important;justify-content:center!important;padding:11px 10px!important;font-size:13px!important;line-height:1.2!important;white-space:normal!important;text-align:center!important}.admin-tabs button svg{width:20px!important;height:20px!important;flex:none!important}.admin-panel{padding:26px 28px!important}.admin-resource-toolbar{grid-template-columns:minmax(210px,auto) minmax(300px,500px) auto!important;gap:18px!important;margin-bottom:20px!important}.admin-resource-toolbar h2{font-size:29px!important;letter-spacing:-.4px!important}.admin-resource-toolbar>div span{font-size:12px!important}.admin-search{height:48px!important;font-size:14px!important}.admin-resource-toolbar .primary-button{min-height:48px!important;font-size:15px!important;padding:12px 20px!important}.admin-entity-list{gap:12px!important;max-width:100%!important}.admin-entity-list article{padding:17px 18px!important;gap:16px!important}.admin-entity-thumb{width:58px!important;height:58px!important}.admin-entity-list strong{font-size:16px!important}.admin-entity-list p{font-size:13px!important;line-height:1.4!important}.admin-entity-list small{font-size:11px!important}.admin-row-actions .icon-button{width:42px!important;height:42px!important}.admin-table th,.admin-data-table th{font-size:11px!important;padding:14px 13px!important}.admin-table td,.admin-data-table td{font-size:14px!important;padding:15px 13px!important}.table-user strong{font-size:15px!important}.table-user small{font-size:11px!important}.admin-table select{font-size:14px!important;padding:9px 11px!important}.admin-list-cards small{font-size:12px!important}.admin-list-cards p,.admin-pagination span{font-size:13px!important}.admin-pagination button{font-size:13px!important;padding:10px 15px!important}}@media (min-width:821px) and (max-width:1180px){.admin-tabs{grid-template-columns:repeat(auto-fit,minmax(125px,1fr))!important}.admin-tabs button{font-size:12px!important}.admin-main-layout{padding-left:10px!important;padding-right:10px!important}}@media (min-width:821px){.admin-users-table .table-date{font-size:10px!important}.admin-users-table .presence-cell>span{font-size:10px!important}.admin-users-table .presence-cell small{font-size:10px!important;line-height:1.35!important}.admin-users-table .sanction-table-button span{font-size:12px!important}.admin-users-table .sanction-table-button b{font-size:10px!important}.admin-users-table .sanction-table-button small{font-size:10px!important;line-height:1.35!important}.reaction-picker.active:after{content:"";position:absolute;left:0;right:0;bottom:-14px;height:18px;background:transparent}}.report-admin-list .report-handler{display:block;margin-top:5px;color:#1f6bb8;font-weight:800;font-style:normal}.report-resolver-box{display:flex;align-items:center;gap:10px;margin-top:12px;padding:11px 12px;border:1px solid #cfe0f5;border-radius:13px;background:#f3f8ff;color:#274d78}.report-resolver-box svg{width:20px;height:20px;color:#246bd8;flex:0 0 auto}.report-resolver-box span{display:grid;gap:2px}.report-resolver-box b{font-size:13px}.report-resolver-box small{font-size:11px;color:#6e8199}.entity-members-modal{width:min(760px,calc(100vw - 42px));display:grid;gap:14px}.entity-members-heading{display:flex;align-items:center;gap:12px;padding:13px 14px;border:1px solid #e0e8f3;border-radius:15px;background:#f7faff}.entity-members-icon{width:44px;height:44px;border-radius:13px;background:#e8f2ff;color:#216bd1;display:grid;place-items:center}.entity-members-icon svg{width:23px;height:23px}.entity-members-heading>div:last-child{display:grid;gap:3px}.entity-members-heading strong{font-size:16px;color:#173252}.entity-members-heading small{font-size:12px;color:#73859c}.entity-members-list{display:grid;border:1px solid #e2e9f2;border-radius:15px;overflow:hidden;background:#fff}.entity-members-list article{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px 14px;border-top:1px solid #e8edf4}.entity-members-list article:first-child{border-top:0}.entity-members-list article>div{display:grid;gap:2px;min-width:0}.entity-members-list strong{font-size:14px;color:#182f4d}.entity-members-list small{font-size:11px;color:#647892;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.entity-members-list em{font-size:10px;color:#8998aa;font-style:normal}.member-role{font-size:11px;font-weight:850;padding:6px 9px;border-radius:999px;background:#edf3fa;color:#5f7590;white-space:nowrap}.member-role.role-admin{background:#e8f1ff;color:#246bd8}.member-role.role-moderator,.member-role.role-editor{background:#fff5de;color:#a06b05}.member-role.role-follower{background:#ecf8f2;color:#18845a}@media (max-width:680px){.entity-members-modal{width:100%;min-width:0}.entity-members-list article{grid-template-columns:auto minmax(0,1fr)}.member-role{grid-column:2;justify-self:start}.entity-members-list small{white-space:normal;overflow-wrap:anywhere}}@media (min-width:981px){.admin-users-table .table-date{font-size:12px!important;line-height:1.4!important}.admin-users-table .presence-cell>span{font-size:12px!important;line-height:1.35!important}.admin-users-table .presence-cell small{font-size:12px!important;line-height:1.4!important}.admin-users-table .sanction-table-button span,.admin-users-table .sanction-table-button b{font-size:12px!important}.admin-users-table .sanction-table-button small{font-size:12px!important;line-height:1.4!important}.admin-console-panel .console-line time,.admin-console-panel .console-line p{font-size:14px!important;line-height:1.5!important}.admin-console-panel .console-line{grid-template-columns:104px 16px minmax(0,1fr) auto;gap:9px;padding:10px 3px}}.entity-members-dialog,.badge-recipients-dialog,.badge-assignment-dialog{width:min(820px,calc(100vw - 32px));overflow:hidden;box-sizing:border-box}.entity-members-dialog .modal-body,.badge-recipients-dialog .modal-body,.badge-assignment-dialog .modal-body{min-width:0;overflow-x:hidden;box-sizing:border-box}.entity-members-modal,.badge-recipients-modal,.badge-assignment-modal{width:100%;min-width:0;max-width:100%;box-sizing:border-box}.entity-members-modal .admin-search,.badge-recipients-modal .admin-search,.badge-assignment-modal .admin-search{min-width:0;max-width:100%}.entity-members-modal .admin-search input,.badge-recipients-modal .admin-search input,.badge-assignment-modal .admin-search input{min-width:0;width:100%}.entity-members-list,.badge-recipient-list,.badge-picker-list{min-width:0;max-width:100%;overflow-x:hidden}.entity-members-list article,.badge-recipient-list>div,.badge-picker-list>button{min-width:0;max-width:100%;box-sizing:border-box}.entity-members-list article>div,.badge-recipient-list>div>div,.badge-picker-list>button>div{min-width:0}.badge-recipient-toolbar{grid-template-columns:minmax(0,1fr) minmax(160px,210px);min-width:0}.badge-recipient-toolbar select{min-width:0;width:100%;box-sizing:border-box}.badge-picker-list,.entity-members-list,.badge-recipient-list{max-height:none;overflow-y:visible}.admin-settings-page,.admin-settings-page>*,.admin-settings-page .admin-two-col,.admin-settings-page .admin-two-col>*,.admin-settings-page .stack-form,.admin-settings-page .setting-upload-grid,.admin-settings-page .setting-upload-grid>label,.admin-settings-page .color-setting{min-width:0;max-width:100%;box-sizing:border-box}.admin-settings-page input,.admin-settings-page select,.admin-settings-page textarea{width:100%;min-width:0;max-width:100%;box-sizing:border-box}.admin-settings-page .setting-upload-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-settings-page .color-setting{grid-template-columns:52px minmax(0,1fr)}.admin-settings-page .setting-upload-preview{min-width:0;flex-wrap:wrap}.admin-settings-page .setting-upload-preview .secondary-button{max-width:100%}.trending-card{order:-10}.trending-card>a{border-radius:10px;padding:8px 7px;margin:0 -7px}.trending-card>a:hover{background:#f2f7ff}.trending-card>a>svg{display:block;width:16px;height:16px;color:#3675d7;margin-top:1px}.trending-card strong{font-size:12px}.trending-card small{font-size:10px}.trending-admin-list{display:grid;gap:9px}.trending-admin-list article{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center;border:1px solid #e1e9f3;border-radius:14px;padding:13px;background:#fbfdff}.trending-admin-list article>span{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#eaf3ff;color:#236bd1}.trending-admin-list article>span svg{width:22px;height:22px}.trending-admin-list article>div{display:grid;gap:3px;min-width:0}.trending-admin-list strong{font-size:15px;color:#173352}.trending-admin-list small{font-size:12px;color:#60748d}.trending-admin-list em{font-size:10px;color:#8997a9;font-style:normal}@media (min-width:1101px){.admin-settings-page .admin-two-col{grid-template-columns:minmax(480px,1.15fr) minmax(280px,.85fr)}}@media (max-width:820px){.entity-members-dialog,.badge-recipients-dialog,.badge-assignment-dialog{width:calc(100vw - 12px)}.badge-recipient-toolbar,.admin-settings-page .setting-upload-grid{grid-template-columns:1fr}}.maintenance-login-notice{display:flex;gap:10px;align-items:flex-start;margin:12px 0 4px;padding:12px 13px;border:1px solid #f3ce72;border-radius:12px;background:#fff8df;color:#73520a;font-size:12px;line-height:1.5}.maintenance-login-notice svg{flex:0 0 auto;color:#d68a00;margin-top:1px}.maintenance-login-notice strong{display:block;color:#5c4107;margin-bottom:1px}.auth-secondary-actions .resend-verification-button{font-size:11px;font-weight:650;padding:3px 6px;border-radius:7px;background:#eef5ff;color:#155a9a;line-height:1.25}.auth-secondary-actions .resend-verification-button:hover{background:#deecff}.maintenance-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:4px}.maintenance-actions button{display:inline-flex;align-items:center;justify-content:center;gap:8px}.maintenance-back{border:1px solid #cfdae8;background:#fff;color:#36546f;border-radius:11px;padding:11px 15px;font-weight:750}@media (max-width:520px){.maintenance-actions{width:100%;display:grid}.maintenance-actions button{width:100%}}.verified-mark{position:relative;display:inline-grid;place-items:center;width:19px;height:19px;margin-left:5px;color:#2879ef;vertical-align:middle;cursor:pointer;user-select:none;flex:none;outline:none;z-index:3}.verified-mark>svg{width:19px;height:19px;display:block;fill:#2879ef;color:#fff;stroke-width:2.6}.verified-mark.large{width:25px;height:25px}.verified-mark.large>svg{width:25px;height:25px}.verified-mark.overlay{position:absolute;right:-3px;bottom:-2px;width:19px;height:19px;margin:0;z-index:7;filter:drop-shadow(0 1px 1px rgba(13,52,98,.2))}.verified-mark.overlay>svg{width:19px;height:19px;filter:drop-shadow(0 0 0 #fff)}.verified-mark.overlay:after{content:"";position:absolute;inset:-1px;border:2px solid #fff;border-radius:50%;pointer-events:none}.verified-mark:focus-visible,.custom-badge:focus-visible{outline:3px solid rgba(40,121,239,.25);outline-offset:2px;border-radius:999px}.credential-popover{position:absolute;left:50%;bottom:calc(100% + 9px);transform:translate(-50%);min-width:max-content;max-width:240px;padding:8px 11px;border:1px solid #d9e5f4;border-radius:11px;background:#fff;color:#17304f;box-shadow:0 12px 34px #1a396333;font-size:12px;font-weight:750;line-height:1.35;text-align:left;z-index:1000;white-space:nowrap}.credential-popover:after{content:"";position:absolute;left:50%;top:100%;width:9px;height:9px;background:#fff;border-right:1px solid #d9e5f4;border-bottom:1px solid #d9e5f4;transform:translate(-50%,-5px) rotate(45deg)}.badge-credential-popover{display:grid;gap:3px;white-space:normal;min-width:160px}.badge-credential-popover strong{font-size:12px;color:var(--badge-color,#174f93)}.badge-credential-popover small{display:block;font-size:11px;font-weight:550;color:#6f8097}.custom-badge{position:relative;cursor:pointer;user-select:none}.custom-badge.open{box-shadow:0 0 0 3px color-mix(in srgb,var(--badge-color) 14%,transparent)}@media (max-width:720px){.credential-popover{position:fixed;left:16px;right:16px;bottom:calc(84px + env(safe-area-inset-bottom));transform:none;min-width:0;max-width:none;white-space:normal;text-align:center}.credential-popover:after{display:none}.badge-credential-popover{text-align:left}}.search-box{position:relative}.search-loading{position:absolute;right:15px;color:#6d7f96;font-weight:900;letter-spacing:2px}.search-suggestions{position:absolute;left:0;right:0;top:calc(100% + 10px);z-index:1200;background:#fff;border:1px solid #dbe6f3;border-radius:17px;box-shadow:0 20px 50px #14355b33;overflow:hidden;text-align:left}.search-suggestions>header{display:flex;align-items:center;justify-content:space-between;padding:13px 15px;border-bottom:1px solid #e9eff6;background:#f8fbff}.search-suggestions>header strong{font-size:14px;color:#163455}.search-suggestions>header small{font-size:10px;color:#8190a4}.search-suggestion-list{display:grid;max-height:390px;overflow-y:auto;padding:7px}.search-suggestion-list>button{display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:center;width:100%;border:0;background:transparent;border-radius:12px;padding:8px;text-align:left;color:#173250}.search-suggestion-list>button:hover,.search-suggestion-list>button:focus-visible{background:#edf5ff}.search-suggestion-list>button>span:not(.avatar):not(.search-hash){display:grid;min-width:0}.search-suggestion-list strong{display:flex;align-items:center;gap:3px;font-size:13px}.search-suggestion-list small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px;color:#778aa3}.search-suggestion-list>p{padding:18px;text-align:center;color:#8493a6;font-size:12px}.search-hash{width:40px;height:40px;border-radius:12px;background:#eaf3ff;color:#276ed4;display:grid;place-items:center}.search-all-results{width:100%;padding:12px;border:0;border-top:1px solid #e4edf7;background:#f5f9ff;color:#1765c1;font-weight:800;font-size:12px}.level-card{--level-color:#174f93;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:11px;align-items:center;margin:16px 0 8px;padding:14px;border:1px solid color-mix(in srgb,var(--level-color) 22%,#dce7f3);border-radius:16px;background:linear-gradient(135deg,color-mix(in srgb,var(--level-color) 11%,#fff),#fff);color:#17304e;box-shadow:0 8px 22px #1c467314}.level-card:hover{transform:translateY(-1px);box-shadow:0 12px 28px #1c467321}.level-card-icon{width:43px;height:43px;border-radius:13px;display:grid;place-items:center;background:var(--level-color);color:#fff}.level-card-icon svg{width:22px}.level-card-copy{display:grid;gap:2px;min-width:0}.level-card-copy>span{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#7c8ba0}.level-card-copy>strong{font-size:14px;color:var(--level-color)}.level-card-copy>small{font-size:9px;color:#71839a;white-space:normal}.level-progress{height:6px;border-radius:999px;background:#dfe8f2;overflow:hidden;margin-top:5px}.level-progress i{display:block;height:100%;border-radius:inherit;background:var(--level-color)}.level-card>svg{width:17px;color:var(--level-color)}.level-card.compact{display:inline-flex;width:auto;margin:4px 0;padding:7px 10px;border-radius:12px;box-shadow:none}.level-card.compact .level-card-icon{width:28px;height:28px;border-radius:9px}.level-card.compact .level-card-icon svg{width:16px}.level-card.compact .level-card-copy>span{font-size:8px}.level-card.compact .level-card-copy>strong{font-size:11px}.profile-level-inline{display:flex}.levels-page{display:grid;gap:16px}.levels-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,360px);align-items:center;gap:24px;padding:26px}.levels-hero .level-card{margin:0}.eyebrow{display:flex;gap:7px;align-items:center;font-size:10px;font-weight:850;letter-spacing:.13em;color:#3278d1}.eyebrow svg{width:15px}.levels-hero h1{margin:8px 0 7px;font-size:27px;color:#122f50}.levels-hero p{margin:0;color:#687c95;line-height:1.6;font-size:13px}.levels-list-card,.xp-history-card{padding:22px}.levels-timeline{display:grid;gap:10px}.levels-timeline article{--level-color:#64748b;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:center;border:1px solid #e0e8f2;border-radius:15px;padding:14px;background:#fbfdff;opacity:.65}.levels-timeline article.reached{opacity:1}.levels-timeline article.current{border-color:var(--level-color);box-shadow:0 0 0 3px color-mix(in srgb,var(--level-color) 10%,transparent)}.level-number{width:43px;height:43px;border-radius:13px;display:grid;place-items:center;background:var(--level-color);color:#fff;font-size:17px;font-weight:900}.levels-timeline strong{font-size:15px;color:#183452}.levels-timeline p{margin:3px 0;color:#71839a;font-size:11px}.levels-timeline small{color:#4d6a88;font-weight:700;font-size:10px}.levels-timeline article>b{padding:6px 9px;border-radius:999px;background:color-mix(in srgb,var(--level-color) 12%,#fff);color:var(--level-color);font-size:10px}.xp-history-list{display:grid;gap:8px}.xp-history-list article{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;gap:12px;align-items:center;padding:11px 12px;border:1px solid #e2eaf3;border-radius:13px;background:#fbfdff}.xp-history-list article.positive{border-left:4px solid #24a36a}.xp-history-list article.negative{border-left:4px solid #e04a5f}.xp-history-icon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#edf5ff;color:#286ec8}.xp-history-icon svg{width:17px}.xp-history-list article>div{display:grid}.xp-history-list strong{font-size:12px;color:#173451}.xp-history-list small{font-size:9px;color:#7b8da4}.xp-history-list article>b{font-size:12px;color:#188252}.xp-history-list article.negative>b{color:#d33c51}.xp-history-list em{font-style:normal;font-size:10px;color:#60758f;font-weight:700}.composer-main{position:relative}.composer-option-panel{margin:9px 14px 4px;padding:13px;border:1px solid #dce7f4;border-radius:15px;background:#f9fcff;box-shadow:0 8px 22px #1b467414}.composer-option-panel>header{display:flex;align-items:center;gap:8px;margin-bottom:10px;color:#1a497b}.composer-option-panel>header svg{width:18px}.composer-option-panel>header strong{font-size:13px}.composer-choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.composer-choice-grid button{border:1px solid #dce7f4;border-radius:11px;background:#fff;padding:9px 6px;color:#4e647e;font-size:11px;font-weight:750}.composer-choice-grid button span{display:block;font-size:20px;margin-bottom:3px}.composer-choice-grid button:hover,.composer-choice-grid button.active{border-color:#4187dd;background:#edf6ff;color:#17599d}.composer-panel-search,.composer-inline-input{display:flex;align-items:center;gap:8px}.composer-panel-search{border:1px solid #d6e2ef;background:#fff;border-radius:12px;padding:0 10px}.composer-panel-search svg{width:16px;color:#6c8098}.composer-panel-search input,.composer-inline-input input{min-width:0;flex:1;border:0;background:transparent;padding:11px;outline:0}.composer-inline-input input{border:1px solid #d6e2ef;border-radius:11px;background:#fff}.composer-inline-input .primary-button{width:auto;padding:10px 14px}.mention-panel .mention-results{position:static;margin-top:8px;box-shadow:none;border:1px solid #e2eaf3;border-radius:12px;max-height:250px;overflow-y:auto}.inline-mention-results{position:absolute!important;left:48px;right:58px;top:calc(100% - 2px);z-index:60;background:#fff;border:1px solid #d8e5f2;border-radius:13px;box-shadow:0 15px 34px #193e6730;max-height:260px;overflow-y:auto}.composer-more-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.composer-more-panel label{display:grid;grid-template-columns:auto 1fr;gap:3px 8px;align-items:center}.composer-more-panel label svg{grid-row:1/3;width:18px;color:#3b75ba}.composer-more-panel label span{font-size:10px;font-weight:750;color:#526a84}.composer-more-panel select{min-width:0;width:100%;border:1px solid #d5e1ee;border-radius:9px;padding:7px;background:#fff}.composer-actions button.active{background:#eaf4ff;color:#1766be}.composer-meta span svg{width:13px;height:13px}.post-context-line{display:flex;flex-wrap:wrap;align-items:center;gap:4px 7px;padding:0 16px 10px;color:#5a718b;font-size:11px;line-height:1.5}.post-context-line>a strong{color:#1b3d63}.post-context-line>span{display:inline-flex;align-items:center;gap:4px}.post-context-line svg{width:13px;height:13px;color:#2d76cd}.post-context-line b{color:#244c77}.post-author-level{display:inline-flex;margin-right:6px;padding:2px 6px;border-radius:999px;background:#f0f5fb;font-size:9px;line-height:1.2}.admin-levels-page{display:grid;gap:14px}.admin-levels-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px}.admin-levels-heading h2{display:flex;align-items:center;gap:9px;margin:0;color:#173452;font-size:20px}.admin-levels-heading p{margin:5px 0 0;color:#708298;font-size:11px}.admin-subtabs{display:flex;gap:7px;padding:4px;background:#eef4fb;border-radius:13px}.admin-subtabs button{display:flex;align-items:center;gap:7px;border:0;border-radius:10px;background:transparent;padding:9px 12px;color:#5b718b;font-weight:800;font-size:11px}.admin-subtabs button.active{background:#fff;color:#1769c6;box-shadow:0 4px 14px #194a801f}.admin-subtabs svg{width:16px}.admin-level-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.admin-level-card{--level-color:#174f93;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:13px;align-items:center;padding:15px;border:1px solid #dfe8f2;border-radius:15px;background:#fbfdff}.admin-level-card.inactive{opacity:.55}.admin-level-badge{position:relative;width:48px;height:48px;border-radius:14px;background:var(--level-color);color:#fff;display:grid;place-items:center}.admin-level-badge svg{width:22px}.admin-level-badge b{position:absolute;right:-5px;bottom:-5px;display:grid;place-items:center;width:22px;height:22px;border:2px solid #fff;border-radius:50%;background:#173452;font-size:9px}.admin-level-card>div:nth-child(2)>span{font-size:9px;text-transform:uppercase;color:#7a8ba0}.admin-level-card h3{margin:2px 0;font-size:15px;color:var(--level-color)}.admin-level-card p{margin:2px 0;color:#708198;font-size:10px}.admin-level-card small{font-size:9px;color:#566f8b;font-weight:700}.xp-rules-panel{display:grid;gap:18px}.xp-rule-category>h3{text-transform:capitalize;font-size:13px;color:#315779;border-bottom:1px solid #e2eaf2;padding-bottom:7px}.xp-rule-list{display:grid;gap:8px}.xp-rule-list article{display:grid;grid-template-columns:minmax(210px,1.6fr) auto minmax(76px,.45fr) minmax(95px,.55fr) minmax(95px,.55fr) auto auto;gap:10px;align-items:end;padding:12px;border:1px solid #dfe8f2;border-radius:13px;background:#fbfdff}.xp-rule-list article.disabled{opacity:.62}.xp-rule-copy{align-self:center}.xp-rule-copy strong{display:block;font-size:12px;color:#183653}.xp-rule-copy p{margin:3px 0;font-size:9px;color:#74869c}.xp-rule-copy code{font-size:8px;color:#7390b0}.xp-rule-list label{display:grid;gap:4px;font-size:9px;font-weight:750;color:#5e748e}.xp-rule-list input[type=number]{width:100%;min-width:0;border:1px solid #d4e1ee;border-radius:9px;padding:8px}.xp-rule-list .check-row{display:flex;align-items:center;align-self:center;white-space:nowrap}.primary-button.compact{width:auto;padding:8px 10px;font-size:10px}.xp-table-button{display:grid;grid-template-columns:auto 1fr;gap:1px 7px;align-items:center;border:1px solid #d5e4f3;border-radius:12px;background:#f4f9ff;padding:8px 10px;text-align:left;color:#285f99}.xp-table-button svg{grid-row:1/3;width:17px}.xp-table-button span{font-weight:850;font-size:11px}.xp-table-button small{font-size:8px;color:#73869c}.xp-admin-modal{display:grid;grid-template-columns:minmax(260px,.75fr) minmax(330px,1.25fr);gap:16px}.xp-admin-summary,.xp-adjust-form,.xp-admin-history{border:1px solid #dfe8f2;border-radius:15px;padding:14px;background:#fbfdff}.xp-admin-summary{grid-column:1;display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center}.xp-admin-summary>div:nth-child(2){display:grid}.xp-admin-summary strong{font-size:15px}.xp-admin-summary span{font-size:10px;color:#71849a}.xp-admin-summary b{color:#1769c6;font-size:17px}.xp-admin-progress{grid-column:1/-1}.xp-admin-progress>div{height:7px;background:#dfe8f2;border-radius:99px;overflow:hidden}.xp-admin-progress i{height:100%;display:block;background:#2875cf}.xp-admin-progress small{font-size:9px;color:#6f8197}.xp-adjust-form{grid-column:1;display:grid;gap:10px}.xp-adjust-form h3{display:flex;align-items:center;gap:7px;font-size:14px;margin:0}.xp-mode-switch{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.xp-mode-switch button{border:1px solid #d7e3f0;border-radius:9px;padding:8px 5px;background:#fff;font-size:9px;font-weight:800;color:#647a92}.xp-mode-switch button.active{background:#1969c2;color:#fff;border-color:#1969c2}.xp-adjust-form label{display:grid;gap:4px;font-size:10px;font-weight:750}.xp-adjust-form input,.xp-adjust-form textarea{width:100%;box-sizing:border-box;border:1px solid #d4e1ee;border-radius:10px;padding:9px}.xp-admin-history{grid-column:2;grid-row:1/3;min-width:0}.xp-admin-history .xp-history-list article{grid-template-columns:minmax(0,1fr) auto auto}.level-editor input[type=color]{height:43px;padding:3px}@media (max-width:1100px){.xp-rule-list article{grid-template-columns:minmax(190px,1fr) repeat(3,minmax(85px,.45fr));align-items:end}.xp-rule-toggle,.xp-rule-list article>.check-row,.xp-rule-list article>.primary-button{grid-row:2}.admin-level-grid{grid-template-columns:1fr}}@media (max-width:820px){.search-suggestions{position:fixed;top:69px;left:8px;right:8px}.levels-hero{grid-template-columns:1fr;padding:18px}.composer-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.composer-more-panel{grid-template-columns:1fr}.inline-mention-results{left:10px;right:10px}.xp-admin-modal{grid-template-columns:1fr}.xp-admin-summary,.xp-adjust-form,.xp-admin-history{grid-column:1;grid-row:auto}.xp-rule-list article{grid-template-columns:repeat(2,minmax(0,1fr))}.xp-rule-copy{grid-column:1/-1}.admin-levels-heading{align-items:flex-start;flex-direction:column}.xp-history-list article{grid-template-columns:auto minmax(0,1fr) auto}.xp-history-list em{grid-column:2/4}}@media (max-width:520px){.composer-actions{display:grid;grid-template-columns:repeat(3,1fr)}.composer-actions>*{min-width:0}.levels-timeline article{grid-template-columns:auto minmax(0,1fr)}.levels-timeline article>b{grid-column:2}.xp-rule-list article{grid-template-columns:1fr}.xp-rule-copy,.xp-rule-toggle,.xp-rule-list article>.check-row,.xp-rule-list article>.primary-button{grid-column:1;grid-row:auto}.admin-level-card{grid-template-columns:auto minmax(0,1fr)}.admin-level-card>.admin-row-actions{grid-column:2}.level-card{padding:11px}.xp-history-list article{gap:8px}}.xp-how-card{padding:22px}.xp-how-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.xp-how-grid article{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 12px;padding:12px;border:1px solid #e0e8f2;border-radius:13px;background:#fbfdff}.xp-how-grid strong{font-size:12px;color:#173451}.xp-how-grid p{margin:3px 0;font-size:9px;color:#72849b}.xp-how-grid b{color:#188252;font-size:12px}.xp-how-grid small{grid-column:1/-1;font-size:9px;color:#8291a5}@media (max-width:620px){.xp-how-grid{grid-template-columns:1fr}}.brand{gap:14px!important;flex-shrink:0}.brand img{width:62px!important;height:62px!important;object-fit:contain;filter:drop-shadow(0 10px 20px rgba(24,83,151,.18))}.brand strong,.topbar-inner>.brand strong,.mobile-drawer-head .brand strong,.auth-mobile-brand .brand strong{display:block!important;font-size:29px!important;font-weight:900!important;letter-spacing:-1.15px!important;color:var(--navy)!important;white-space:nowrap}.auth-brand .brand strong{color:#fff!important}.topbar-inner{grid-template-columns:minmax(235px,285px) minmax(220px,480px) 1fr auto!important;min-height:84px;height:84px!important}.topbar-inner>.brand{align-self:center}.app-loading .brand{pointer-events:none}.app-loading .brand img{width:84px!important;height:84px!important}.app-loading .brand strong{font-size:32px!important}.sidebar-theme-card{margin:12px 2px 2px;padding:11px;border:1px solid var(--line);border-radius:14px;background:color-mix(in srgb,var(--card) 92%,var(--sky));display:grid;gap:9px}.sidebar-theme-card>span{font-size:11px;font-weight:850;color:var(--muted);text-transform:uppercase;letter-spacing:.55px}.sidebar-theme-card>div{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.sidebar-theme-card button{height:37px;border:1px solid var(--line);border-radius:10px;background:var(--card);color:var(--muted);display:grid;place-items:center}.sidebar-theme-card button:hover,.sidebar-theme-card button.active{background:var(--sky);border-color:color-mix(in srgb,var(--blue) 45%,var(--line));color:var(--blue)}.sidebar-theme-card svg{width:18px;height:18px}.account-theme{border-top:1px solid var(--line);margin-top:3px;padding-top:10px!important}.theme-choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:3px 0 20px}.theme-choice-grid>button{min-width:0;border:1px solid var(--line);border-radius:14px;background:var(--card);color:var(--muted);padding:14px;display:flex;align-items:flex-start;gap:10px;text-align:left}.theme-choice-grid>button:hover,.theme-choice-grid>button.active{border-color:color-mix(in srgb,var(--blue) 48%,var(--line));background:var(--sky);color:var(--blue);box-shadow:0 8px 24px color-mix(in srgb,var(--blue) 12%,transparent)}.theme-choice-grid svg{width:23px;height:23px;flex:none}.theme-choice-grid span{display:grid;gap:4px}.theme-choice-grid strong{font-size:13px}.theme-choice-grid small{font-size:10px;line-height:1.35;color:var(--muted)}.theme-choice-grid.compact{margin:8px 0 14px}.theme-choice-grid.compact>button{padding:10px}.profile-theme-section{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:14px 0 2px}.profile-theme-section h3{display:flex;align-items:center;gap:8px;margin:0;color:var(--navy)}.post-context-line{padding-top:2px}.post-context-line>span:first-child{font-weight:760;color:var(--navy)}:root[data-theme=dark]{--navy:#e7f1ff;--blue:#66a9ff;--blue2:#4794ed;--sky:#172a43;--line:#2b3d55;--muted:#9eb0c7;--card:#142236;--danger:#ff7186;--success:#4fd19b;--warning:#f4b558;--shadow:0 14px 42px rgba(0,0,0,.28);color:#e7edf6;background:#0b1422}:root[data-theme=dark] body,:root[data-theme=dark] .app-shell,:root[data-theme=dark] .main-layout{background:#0b1422;color:#e7edf6}:root[data-theme=dark] .topbar{background:#0b1422f2;border-color:#28384e;box-shadow:0 1px #ffffff08}:root[data-theme=dark] .card,:root[data-theme=dark] .left-sidebar,:root[data-theme=dark] .right-sidebar .sidebar-card,:root[data-theme=dark] .modal-card,:root[data-theme=dark] .account-dropdown,:root[data-theme=dark] .top-dropdown-panel,:root[data-theme=dark] .search-suggestions,:root[data-theme=dark] .auth-card,:root[data-theme=dark] .profile-edit-nav,:root[data-theme=dark] .profile-edit-content{background:#142236;color:#e7edf6;border-color:#2b3d55}:root[data-theme=dark] .brand strong,:root[data-theme=dark] .topbar-inner>.brand strong,:root[data-theme=dark] .mobile-drawer-head .brand strong{color:#f1f6ff!important}:root[data-theme=dark] .search-box,:root[data-theme=dark] .composer textarea,:root[data-theme=dark] .inline-search,:root[data-theme=dark] input,:root[data-theme=dark] textarea,:root[data-theme=dark] select,:root[data-theme=dark] .composer-option-panel,:root[data-theme=dark] .composer-panel-search,:root[data-theme=dark] .composer-inline-input input{background:#0e1b2d!important;color:#e8f0fb!important;border-color:#2c405b!important}:root[data-theme=dark] input::placeholder,:root[data-theme=dark] textarea::placeholder{color:#70849e}:root[data-theme=dark] .sidebar-nav a,:root[data-theme=dark] .logout-button,:root[data-theme=dark] .account-dropdown>a,:root[data-theme=dark] .account-dropdown>button,:root[data-theme=dark] .account-language{color:#b8c7da}:root[data-theme=dark] .sidebar-nav a:hover,:root[data-theme=dark] .sidebar-nav a.active,:root[data-theme=dark] .account-dropdown>a:hover,:root[data-theme=dark] .account-dropdown>button:hover,:root[data-theme=dark] .account-language:hover{background:#1b3150;color:#80b9ff}:root[data-theme=dark] .secondary-button,:root[data-theme=dark] .mini,:root[data-theme=dark] .composer-choice-grid button,:root[data-theme=dark] .admin-subtabs,:root[data-theme=dark] .theme-choice-grid>button,:root[data-theme=dark] .sidebar-theme-card button{background:#1a2c45;color:#c3d1e3;border-color:#30445f}:root[data-theme=dark] .secondary-button:hover,:root[data-theme=dark] .theme-choice-grid>button:hover,:root[data-theme=dark] .theme-choice-grid>button.active,:root[data-theme=dark] .sidebar-theme-card button:hover,:root[data-theme=dark] .sidebar-theme-card button.active{background:#203b5e;color:#83bdff;border-color:#4d7fb6}:root[data-theme=dark] .post-actions button,:root[data-theme=dark] .post-summary button,:root[data-theme=dark] .reaction-control>button{color:#aebed2}:root[data-theme=dark] .post-actions button:hover,:root[data-theme=dark] .reaction-control>button:hover{background:#1c304a;color:#79b6ff}:root[data-theme=dark] .mobile-bottom-nav{background:#0e192afa;border-color:#2a3b50}:root[data-theme=dark] .drawer-backdrop{background:#000000a3}:root[data-theme=dark] .account-dropdown .account-logout,:root[data-theme=dark] .logout-button:hover{background:#3a1d29;color:#ff8da0}:root[data-theme=dark] .post-media,:root[data-theme=dark] .profile-cover,:root[data-theme=dark] .community-cover{background:#09121f}:root[data-theme=dark] .form-success{background:#14362e;color:#72dbaf;border-color:#285c4d}:root[data-theme=dark] .form-error,:root[data-theme=dark] .post-inline-error{background:#3d2029;color:#ff9aaa;border-color:#63303d}:root[data-theme=dark] .admin-table tbody tr:hover,:root[data-theme=dark] .top-panel-row:hover{background:#192d46}:root[data-theme=dark] .custom-badge{background:color-mix(in srgb,var(--badge-color) 24%,#142236);border-color:color-mix(in srgb,var(--badge-color) 45%,#2b3d55)}@media (max-width:820px){.topbar-inner{height:70px!important;min-height:70px!important;grid-template-columns:auto minmax(0,1fr) auto!important}.brand{gap:9px!important}.brand img{width:46px!important;height:46px!important}.brand strong,.topbar-inner>.brand strong,.mobile-drawer-head .brand strong{font-size:21px!important;letter-spacing:-.7px!important}.topbar-inner>.brand{min-width:0}.theme-choice-grid{grid-template-columns:1fr}.theme-choice-grid.compact{grid-template-columns:repeat(3,minmax(0,1fr))}.theme-choice-grid.compact>button{justify-content:center}.theme-choice-grid.compact span{display:none}}@media (max-width:420px){.brand img{width:42px!important;height:42px!important}.brand strong,.topbar-inner>.brand strong{font-size:18px!important}.topbar-inner{padding-inline:8px!important;gap:5px!important}}.composer textarea{font-size:15px;line-height:1.5}.post-content{font-size:15px;line-height:1.62}.primary-button.has-unsaved-changes{box-shadow:0 0 0 4px #174f931f,0 8px 22px #174f932e}.email-verification-status{display:flex;align-items:center;gap:11px}.email-verification-status .email-verification-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;flex:0 0 auto}.email-verification-status .email-verification-icon svg{width:20px;height:20px}.email-verification-status.verified{background:#eaf8ef;border-color:#b8e2c7;color:#17663a}.email-verification-status.verified .email-verification-icon{background:#d1efdc;color:#148044}.email-verification-status.unverified{background:#fff8e7;border-color:#f2dda5;color:#765012}.email-verification-status.unverified .email-verification-icon{background:#ffedbd;color:#976700}:root[data-theme=dark] .email-verification-status.verified{background:#0d2b1c!important;border-color:#245d3d!important;color:#9be1b6!important}:root[data-theme=dark] .email-verification-status.verified .email-verification-icon{background:#17472f!important;color:#a7f0c2!important}@media (max-width:720px){.composer textarea{font-size:14px!important;line-height:1.5}.post-content{font-size:14px!important;line-height:1.58}}.xp-visibility-field{display:grid;gap:7px;color:#40516a;font-size:12px;font-weight:720}.xp-visibility-label{display:block}.xp-visibility-picker{position:relative;min-width:0}.xp-visibility-trigger{width:100%;min-height:44px;border:1px solid var(--line);border-radius:11px;padding:10px 12px;background:#fff;color:#263e5d;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;font-weight:650}.xp-visibility-trigger svg{width:18px;transition:transform .16s ease}.xp-visibility-picker.open .xp-visibility-trigger{border-color:#77a9e2;box-shadow:0 0 0 4px #174f9314}.xp-visibility-picker.open .xp-visibility-trigger svg{transform:rotate(180deg)}.xp-visibility-menu{position:absolute;z-index:80;left:0;right:0;top:calc(100% + 7px);display:grid;gap:4px;padding:7px;border:1px solid #d8e4f2;border-radius:13px;background:#fff;box-shadow:0 18px 42px #193a6333}.xp-visibility-menu>button{width:100%;border:0;border-radius:9px;background:transparent;color:#334e6e;padding:10px 11px;display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left;font-weight:650}.xp-visibility-menu>button:hover,.xp-visibility-menu>button.active{background:#edf6ff;color:#145fae}.xp-visibility-menu>button svg{width:17px}.xp-visibility-native-hidden{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important;clip-path:inset(50%)!important}.reaction-summary-button[hidden]{display:none!important}:root[data-theme=dark] .xp-visibility-trigger,:root[data-theme=dark] .xp-visibility-menu{background:#0e1b2d;color:#e8f0fb;border-color:#2c405b}:root[data-theme=dark] .xp-visibility-menu>button{color:#dbe8f7}:root[data-theme=dark] .xp-visibility-menu>button:hover,:root[data-theme=dark] .xp-visibility-menu>button.active{background:#193453;color:#fff}.help-center-page,.admin-help-center{display:grid;gap:18px;max-width:1180px;margin:0 auto;width:100%}.help-hero{display:flex;align-items:center;gap:18px;padding:26px 28px;border-radius:24px;background:linear-gradient(135deg,var(--blue,#174f93),#2c74bd);color:#fff;box-shadow:0 18px 45px #1448803d}.help-hero>div:nth-child(2){flex:1}.help-hero span,.admin-section-head>div>span{font-size:11px;letter-spacing:.16em;font-weight:800;opacity:.8}.help-hero h1{font-size:30px;margin:3px 0 5px}.help-hero p{margin:0;opacity:.9}.help-hero-icon{width:62px;height:62px;border-radius:20px;background:#ffffff29;display:grid;place-items:center}.help-hero-icon svg{width:34px;height:34px}.help-hero .primary-button{background:#fff;color:var(--blue,#174f93)}.primary-button,.secondary-button,.danger-outline,.help-back{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:12px;padding:11px 16px;font-weight:750;cursor:pointer}.primary-button{background:var(--blue,#174f93);color:#fff}.secondary-button{background:var(--soft,#eef3f8);color:var(--text,#17202b)}.danger-outline{border:1px solid #d04c4c;background:transparent;color:#c43d3d}.primary-button svg,.secondary-button svg,.danger-outline svg,.help-back svg{width:18px;height:18px}.help-back{justify-self:start;background:transparent;padding:4px;color:var(--blue,#174f93)}.help-error{padding:12px 15px;border-radius:12px;background:#fff0f0;color:#a22323;border:1px solid #f4c3c3}.help-loading,.help-empty{padding:42px;text-align:center}.help-empty svg{width:42px;height:42px;opacity:.35}.help-filters,.admin-help-filters{padding:14px;display:flex;gap:10px;align-items:center;flex-wrap:wrap}.help-scope-tabs{display:flex;gap:5px;padding:4px;background:var(--soft,#eef3f8);border-radius:12px}.help-scope-tabs button,.admin-subtabs button{border:0;background:transparent;border-radius:9px;padding:9px 13px;font-weight:700;cursor:pointer;color:var(--muted,#657181)}.help-scope-tabs button.active,.admin-subtabs button.active{background:var(--card,#fff);color:var(--blue,#174f93);box-shadow:0 3px 10px #00000012}.help-search,.admin-help-filters>label{display:flex;align-items:center;gap:8px;min-width:240px;flex:1;padding:0 12px;border:1px solid var(--border,#dfe5eb);border-radius:11px;background:var(--input,#fff)}.help-search svg,.admin-help-filters label svg{width:18px}.help-search input,.admin-help-filters input{border:0;background:transparent;outline:0;padding:11px 0;width:100%;color:inherit}.help-filters select,.admin-help-filters select,.admin-help-properties select,.admin-config-modal input,.admin-config-modal select,.admin-config-modal textarea,.help-create-modal input,.help-create-modal select,.help-create-modal textarea{border:1px solid var(--border,#dfe5eb);background:var(--input,#fff);color:inherit;border-radius:11px;padding:11px 12px}.help-ticket-list,.admin-help-ticket-grid{display:grid;gap:10px}.help-ticket-row,.admin-help-ticket{width:100%;display:grid;grid-template-columns:8px minmax(0,1fr) auto;gap:14px;align-items:center;text-align:left;padding:17px 19px;border:1px solid var(--border,#e1e6eb);cursor:pointer;color:inherit}.help-ticket-row:hover,.admin-help-ticket:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--blue,#174f93) 45%,var(--border,#e1e6eb));box-shadow:0 10px 24px #183d6017}.help-ticket-row.unread,.admin-help-ticket.unread{border-left:4px solid var(--blue,#174f93)}.help-category-dot{width:8px;height:42px;border-radius:8px}.help-ticket-row>div>div{display:flex;gap:8px;align-items:center}.help-ticket-row strong,.admin-help-ticket strong{font-size:16px}.help-ticket-row p,.admin-help-ticket p{margin:4px 0;color:var(--muted,#687486);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.help-ticket-row small,.admin-help-ticket small{color:var(--muted,#687486)}.help-ticket-row aside{display:grid;gap:8px;justify-items:end}.help-ticket-row aside>span,.help-meta>span,.admin-help-ticket footer>span:first-child{background:color-mix(in srgb,var(--tag) 13%,transparent);color:var(--tag);border:1px solid color-mix(in srgb,var(--tag) 30%,transparent);border-radius:999px;padding:5px 9px;font-size:12px;font-weight:750}.help-ticket-row aside small{display:flex;align-items:center;gap:5px}.help-ticket-row aside svg{width:15px}.help-new-dot{width:8px;height:8px;background:#df3e4f;border-radius:50%}.priority{border-radius:999px;padding:4px 9px;font-size:12px;font-weight:800}.priority-low{background:#edf0f3;color:#637080}.priority-normal{background:#e7f0fb;color:#245f9c}.priority-high{background:#fff1d9;color:#9a5b00}.priority-urgent{background:#ffe5e5;color:#b42318}.help-ticket-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;padding:22px}.help-ticket-head h1,.help-ticket-head h2{margin:5px 0 11px;font-size:25px}.help-ticket-code{font-family:ui-monospace,monospace;color:var(--blue,#174f93);font-weight:800}.help-meta{display:flex;gap:7px;flex-wrap:wrap}.help-conversation{display:grid;gap:12px}.help-message{padding:17px 19px;max-width:88%}.help-message.staff{justify-self:end;border-left:4px solid var(--blue,#174f93);background:color-mix(in srgb,var(--blue,#174f93) 4%,var(--card,#fff))}.help-message header{display:flex;align-items:center;gap:10px}.help-message header div{display:grid}.help-message header small{color:var(--muted,#687486)}.help-message time{margin-left:auto;font-size:12px;color:var(--muted,#687486)}.help-message>p{white-space:pre-wrap;font-size:15.5px;line-height:1.55}.help-attachments,.help-attachment-preview{display:flex;gap:9px;flex-wrap:wrap}.help-attachments img,.help-attachment-preview img{width:130px;height:100px;object-fit:cover;border-radius:12px;border:1px solid var(--border,#dfe5eb)}.help-attachment-preview>div{position:relative}.help-attachment-preview button{position:absolute;right:4px;top:4px;width:26px;height:26px;border:0;border-radius:50%;background:#000000b3;color:#fff;display:grid;place-items:center}.help-attachment-preview button svg{width:15px}.help-reply{padding:16px}.help-reply textarea{width:100%;min-height:105px;resize:vertical;border:1px solid var(--border,#dfe5eb);background:var(--input,#fff);color:inherit;border-radius:13px;padding:13px;font:inherit}.help-reply footer,.help-create-modal footer,.admin-config-modal footer{display:flex;gap:9px;align-items:center;justify-content:flex-end;margin-top:10px}.help-reply footer label{margin-right:auto}.help-closed-hint{display:flex;align-items:center;gap:9px;padding:13px 16px;border-radius:12px;background:#eef8f2;color:#26734a}.help-create-modal,.admin-config-modal{width:min(640px,calc(100vw - 28px));max-height:90vh;overflow:auto;display:grid;gap:12px}.help-create-modal>header,.admin-config-modal>header{display:flex;justify-content:space-between;align-items:flex-start}.help-create-modal>header button,.admin-config-modal>header button{border:0;background:transparent}.help-create-modal label,.admin-config-modal>label{display:grid;gap:6px;font-weight:700}.help-create-modal textarea,.admin-config-modal textarea{min-height:125px;resize:vertical}.help-create-modal>small{display:flex;align-items:center;gap:6px;color:var(--muted,#687486)}.help-create-modal>small svg{width:16px}.admin-section-head{display:flex;justify-content:space-between;align-items:center}.admin-section-head h2{margin:3px 0}.admin-section-head p{margin:0;color:var(--muted,#687486)}.admin-section-head>button{display:flex;align-items:center;gap:7px;border:0;border-radius:11px;background:var(--blue,#174f93);color:#fff;padding:11px 14px;font-weight:750}.admin-subtabs{display:flex;gap:7px;border-bottom:1px solid var(--border,#dfe5eb);padding-bottom:8px}.admin-subtabs button{display:flex;align-items:center;gap:7px}.admin-subtabs svg{width:18px}.admin-help-ticket{grid-template-columns:8px minmax(0,1fr) auto}.admin-help-ticket>div{min-width:0;display:grid;gap:4px}.admin-help-ticket footer{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.admin-help-ticket>aside{display:grid;justify-items:end;gap:8px}.admin-help-ticket>aside span{display:flex;align-items:center;gap:5px}.admin-help-ticket>aside svg{width:15px}.admin-help-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:16px}.admin-help-properties{padding:18px;align-self:start;position:sticky;top:86px;display:grid;gap:13px}.admin-help-properties label{display:grid;gap:6px;font-weight:700}.admin-config-list{display:grid;gap:10px}.admin-config-row{display:grid;grid-template-columns:12px minmax(0,1fr) auto auto;gap:14px;align-items:center;padding:16px}.config-color{width:12px;height:48px;border-radius:9px}.admin-config-row>div:nth-child(2){display:grid;gap:3px}.admin-config-row p{margin:2px 0;color:var(--muted,#687486)}.admin-config-row>div:last-child{display:flex;gap:6px}.admin-config-row>div:last-child button{width:36px;height:36px;border:0;border-radius:9px;background:var(--soft,#eef3f8);display:grid;place-items:center}.admin-config-row svg{width:17px}.status-on,.status-off{border-radius:999px;padding:5px 9px;font-size:12px;font-weight:800}.status-on{background:#e7f7ee;color:#26734a}.status-off{background:#f0f1f3;color:#687386}.status-flags{display:flex;gap:6px;flex-wrap:wrap}.status-flags span{background:var(--soft,#eef3f8);border-radius:999px;padding:5px 8px;font-size:12px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.form-grid label{display:grid;gap:6px;font-weight:700}.toggle-row,.check-row{display:flex!important;align-items:center;gap:9px!important}.admin-config-modal fieldset{border:1px solid var(--border,#dfe5eb);border-radius:12px;display:grid;gap:7px;max-height:230px;overflow:auto}.check-row span{display:grid}.check-row small{color:var(--muted,#687486)}@media (max-width:760px){.help-hero{align-items:flex-start;flex-wrap:wrap;padding:20px}.help-hero-icon{width:50px;height:50px}.help-hero>div:nth-child(2){min-width:calc(100% - 72px)}.help-hero>button{width:100%}.help-filters,.admin-help-filters{align-items:stretch}.help-scope-tabs{width:100%;overflow:auto}.help-search,.admin-help-filters>label{min-width:100%}.help-filters select,.admin-help-filters select{flex:1;min-width:140px}.help-ticket-row,.admin-help-ticket{grid-template-columns:6px minmax(0,1fr)}.help-ticket-row aside,.admin-help-ticket>aside{grid-column:2;display:flex;justify-items:start;justify-content:space-between}.help-message{max-width:96%}.help-ticket-head{flex-direction:column}.help-ticket-head>button{width:100%}.admin-help-detail-grid{grid-template-columns:1fr}.admin-help-properties{position:static}.admin-config-row{grid-template-columns:10px minmax(0,1fr)}.admin-config-row>span:nth-child(3),.admin-config-row>div:last-child,.status-flags{grid-column:2}.form-grid{grid-template-columns:1fr}.help-attachments img,.help-attachment-preview img{width:100px;height:78px}}.admin-help-center,.admin-help-center *{box-sizing:border-box}.admin-help-center{display:grid;gap:16px;width:100%;max-width:100%;min-width:0;overflow-x:hidden}.admin-help-center>*,.admin-help-detail,.admin-help-detail-grid,.admin-help-detail-grid>*,.admin-help-ticket-grid,.admin-config-list{min-width:0;max-width:100%}.admin-help-center .admin-section-head{gap:14px;flex-wrap:wrap}.admin-help-center .admin-section-head>div{min-width:0}.admin-help-center .admin-section-head h2,.admin-help-center .admin-section-head p{overflow-wrap:anywhere}.admin-help-center .admin-subtabs{max-width:100%;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:thin}.admin-help-center .admin-subtabs button{flex:0 0 auto;white-space:nowrap}.admin-help-center .admin-help-filters>*{min-width:0;max-width:100%}.admin-help-ticket{overflow:hidden}.admin-help-ticket>div,.admin-help-ticket footer,.admin-help-ticket aside{min-width:0}.admin-help-ticket strong,.admin-help-ticket small,.admin-help-ticket p,.admin-help-ticket footer span,.admin-help-ticket time{overflow-wrap:anywhere;word-break:break-word}.admin-help-ticket footer{max-width:100%}.admin-help-detail-grid main{min-width:0}.admin-help-detail .help-ticket-head>div{min-width:0}.admin-help-detail .help-ticket-head h2,.admin-help-detail .help-ticket-head p,.help-message p{overflow-wrap:anywhere;word-break:break-word}.admin-help-properties select,.admin-config-modal input,.admin-config-modal select,.admin-config-modal textarea{width:100%;max-width:100%;min-width:0}.admin-config-row{min-width:0;overflow:hidden}.admin-config-row>div:nth-child(2){min-width:0}.admin-config-row strong,.admin-config-row small,.admin-config-row p{overflow-wrap:anywhere;word-break:break-word}.admin-config-modal{max-width:calc(100vw - 20px)}.message-meta{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.message-read-receipt{display:inline-flex;align-items:center;gap:4px;color:#64748b;font-size:11px;line-height:1.2}.message-read-receipt svg{width:14px;height:14px;color:#3b82f6}.message-bubble-wrap{min-width:0}.message-actions{position:relative;align-self:center}.message-reaction-picker{position:absolute;z-index:30;bottom:calc(100% + 7px);left:0;display:flex;gap:3px;padding:6px;border:1px solid var(--line);border-radius:999px;background:var(--card,#fff);box-shadow:0 12px 34px #142d4b2e;white-space:nowrap}.message-row.mine .message-reaction-picker{left:auto;right:0}.message-reaction-picker button,.comment-reaction-picker button{width:36px;height:36px;border:0;border-radius:50%;background:transparent;font-size:20px;display:grid;place-items:center}.message-reaction-picker button:hover,.message-reaction-picker button.active,.comment-reaction-picker button:hover,.comment-reaction-picker button.active{background:#edf3fb;transform:translateY(-2px)}.message-reaction-summary,.comment-reaction-summary{display:flex;gap:5px;flex-wrap:wrap;margin-top:5px}.message-reaction-summary button,.comment-reaction-summary button{display:inline-flex;align-items:center;gap:3px;border:1px solid var(--line);border-radius:999px;background:var(--card,#fff);padding:3px 7px;font-size:13px}.message-reaction-summary button.active,.comment-reaction-summary button.active{border-color:#4f82d8;background:#eef5ff}.message-reaction-summary b,.comment-reaction-summary b{font-size:11px}.comment-reaction-control{position:relative}.comment-reaction-picker{position:absolute;z-index:35;left:0;bottom:calc(100% + 6px);display:flex;gap:2px;padding:5px;border:1px solid var(--line);border-radius:999px;background:var(--card,#fff);box-shadow:0 12px 34px #142d4b2e;white-space:nowrap}.conversation-search,.inline-search{display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:11px;background:var(--input,#fff);padding:0 10px}.conversation-search{margin:0 12px 10px}.conversation-search svg,.inline-search svg{width:17px;color:#64748b}.conversation-search input,.inline-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:inherit;padding:10px 0}.chat-settings-button{margin-left:auto}.picker-user-line{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;text-align:left}.picker-user-line>span:nth-child(2){display:grid;min-width:0}.picker-user-line strong,.picker-user-line small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.picker-user-line>b{font-size:22px;color:var(--blue)}.group-chat-settings{min-width:0}.group-chat-avatar-editor{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.group-chat-avatar-editor .text-button{border:0;background:transparent}.group-chat-member-list{display:grid;gap:8px;max-height:280px;overflow:auto}.group-chat-member-list>div{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px;border:1px solid var(--line);border-radius:12px}.group-chat-member-list>div>span{display:grid;min-width:0}.group-chat-member-list strong,.group-chat-member-list small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-chat-audit{display:grid;gap:16px;min-width:0}.admin-chat-list-panel,.admin-chat-thread-panel{min-width:0}.admin-chat-panel-title{gap:14px;flex-wrap:wrap}.admin-chat-panel-title>div{display:grid}.admin-chat-panel-title small{color:var(--muted)}.admin-chat-search{margin-left:auto;width:min(440px,100%)}.admin-chat-table{min-width:920px}.admin-chat-table tr.selected{background:color-mix(in srgb,var(--blue,#174f93) 7%,transparent)}.admin-chat-table td:first-child code{display:block;max-width:170px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-chat-participants{display:flex;align-items:center;gap:10px;min-width:210px}.admin-chat-participants>strong{max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-chat-avatar-stack{display:flex;min-width:54px}.admin-chat-avatar-stack>span{margin-left:-9px}.admin-chat-avatar-stack>span:first-child{margin-left:0}.admin-chat-avatar-stack .avatar{outline:2px solid var(--card,#fff)}.admin-chat-last-message{display:block;max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-chat-thread-panel .panel-title small{display:block;margin-top:4px;color:var(--muted);overflow-wrap:anywhere}.admin-message-thread code{overflow-wrap:anywhere;word-break:break-all}@media (max-width:820px){.post-card .reaction-control{position:relative;min-width:0}.post-card .reaction-control .reaction-picker.active{position:absolute!important;z-index:90!important;left:0!important;right:auto!important;top:auto!important;bottom:calc(100% + 7px)!important;transform:none!important;width:max-content!important;max-width:calc(100vw - 24px)!important;justify-content:flex-start!important;gap:2px!important;padding:6px!important;border-radius:999px!important}.post-card .reaction-control .reaction-picker.active button{flex:0 0 36px!important;width:36px!important;height:36px!important;padding:0!important;font-size:20px!important}.composer-actions{grid-template-columns:repeat(7,minmax(0,1fr))!important;margin-left:8px!important;margin-right:8px!important}.composer-emoji-shortcut{display:flex!important;font-size:20px!important;line-height:1!important}.message-reaction-picker{bottom:calc(100% + 5px);max-width:calc(100vw - 26px);overflow-x:auto}.comment-reaction-picker{max-width:calc(100vw - 26px);overflow-x:auto}.admin-help-center{width:100%;max-width:100%;overflow-x:hidden}.admin-help-center .admin-section-head{align-items:stretch}.admin-help-center .admin-section-head>button{width:100%;justify-content:center}.admin-help-filters{display:grid!important;grid-template-columns:minmax(0,1fr)!important;width:100%;padding:10px!important}.admin-help-filters>label,.admin-help-filters>select{width:100%!important;min-width:0!important;max-width:100%!important}.admin-help-ticket{grid-template-columns:6px minmax(0,1fr)!important;padding:13px!important;gap:10px!important}.admin-help-ticket>aside{grid-column:2;display:flex!important;align-items:center;justify-content:flex-start!important;justify-items:start!important;flex-wrap:wrap;width:100%}.admin-help-ticket footer{display:grid!important;grid-template-columns:minmax(0,1fr);gap:5px!important}.admin-help-ticket footer>*,.admin-help-ticket>aside>*{max-width:100%}.admin-help-detail-grid{display:grid!important;grid-template-columns:minmax(0,1fr)!important}.admin-help-detail-grid main,.admin-help-properties{width:100%;min-width:0}.help-ticket-head{padding:15px!important;gap:12px!important}.help-ticket-head h2{font-size:20px!important}.help-message{width:100%;max-width:100%!important;padding:13px!important}.help-message.staff{justify-self:stretch!important}.help-message header{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important}.help-message time{grid-column:2;margin-left:0!important;white-space:normal!important}.help-reply footer,.admin-config-modal footer{display:grid!important;grid-template-columns:1fr 1fr!important}.help-reply footer label,.help-reply footer button,.admin-config-modal footer button{width:100%;margin:0!important}.admin-config-row{grid-template-columns:8px minmax(0,1fr)!important;padding:13px!important;gap:10px!important}.admin-config-row>span:nth-child(3),.admin-config-row>div:last-child,.admin-config-row .status-flags{grid-column:2!important;justify-self:start;max-width:100%}.admin-config-row>div:last-child{display:flex!important;flex-wrap:wrap}.admin-config-modal{width:calc(100vw - 16px)!important;max-width:calc(100vw - 16px)!important;padding:15px!important}.admin-config-modal .form-grid{grid-template-columns:minmax(0,1fr)!important}.admin-chat-panel-title{align-items:stretch}.admin-chat-search{width:100%;margin-left:0}.admin-chat-audit{grid-template-columns:minmax(0,1fr)}}.composer-actions{grid-template-columns:repeat(7,minmax(0,1fr))!important}.composer-emoji-shortcut{display:flex!important;font-size:20px!important;line-height:1!important}.composer-main{align-items:flex-start}.composer-textarea-shell{position:relative;min-width:0;width:100%}.composer-textarea-shell>textarea{display:block;width:100%;padding-right:46px!important}.composer-inline-emoji-button{position:absolute;z-index:3;right:6px;top:50%;bottom:auto;transform:translateY(-58%);width:32px;height:32px;border:0;border-radius:10px;background:transparent;color:#a3adbb;display:grid;place-items:center;padding:0;line-height:1;cursor:pointer}.composer-inline-emoji-button svg{width:19px;height:19px;stroke-width:1.8}.composer-inline-emoji-button:hover,.composer-inline-emoji-button.active{background:#f0f3f7;color:#78879a;box-shadow:0 0 0 1px #e1e7ee}.composer-textarea-shell>.emoji-picker{z-index:100!important;left:50%!important;right:auto!important;top:calc(100% + 8px)!important;bottom:auto!important;transform:translate(-50%)!important;width:min(370px,calc(100vw - 28px))!important;max-width:calc(100vw - 28px)!important;max-height:min(360px,calc(100dvh - 150px));overflow:hidden}.composer-textarea-shell>.emoji-picker nav{overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:thin}.composer-textarea-shell>.emoji-picker nav button{flex:1 0 48px}.composer-textarea-shell>.emoji-picker>div{grid-template-columns:repeat(8,minmax(34px,1fr));max-height:min(250px,calc(100dvh - 235px));overflow:auto;overscroll-behavior:contain}.composer-actions{grid-template-columns:repeat(6,minmax(0,1fr))!important}.composer-emoji-shortcut{display:none!important}:root[data-theme=dark] .composer-inline-emoji-button{color:#7f8da0}:root[data-theme=dark] .composer-inline-emoji-button:hover,:root[data-theme=dark] .composer-inline-emoji-button.active{background:#1d2b3c;color:#b6c1cf;box-shadow:0 0 0 1px #33465d}@media (max-width:820px){.composer-actions{grid-template-columns:repeat(3,minmax(0,1fr))!important;margin-left:8px!important;margin-right:8px!important}.composer-textarea-shell>.emoji-picker{width:calc(100vw - 24px)!important;max-width:calc(100vw - 24px)!important}.composer-textarea-shell>.emoji-picker>div{grid-template-columns:repeat(7,minmax(34px,1fr))}}@media (max-width:390px){.composer-textarea-shell>.emoji-picker>div{grid-template-columns:repeat(6,minmax(34px,1fr))}}.account-danger-zone{margin-top:18px;padding:17px;border:1px solid #f0c8ce;border-radius:16px;background:#fff8f9;display:grid;gap:14px}.account-danger-zone strong{color:#9f243b}.account-danger-zone p{margin:5px 0 0;color:#6f4a52;line-height:1.55}.account-danger-actions{display:flex;gap:10px;flex-wrap:wrap}.account-action-modal{min-width:min(460px,100%)}.danger-box{background:#fff2f3!important;border-color:#efbcc4!important;color:#8f2335!important}.modal-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}.modal-actions>button{display:inline-flex;align-items:center;justify-content:center;gap:8px}.admin-delete-user-content{display:grid;gap:16px}.admin-delete-mode-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.admin-delete-mode-grid>label{position:relative;min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:start;padding:14px;border:1px solid var(--line);border-radius:14px;background:var(--card,#fff);cursor:pointer}.admin-delete-mode-grid>label.active{border-color:#c63750;background:#fff4f5;box-shadow:0 0 0 3px #c637501a}.admin-delete-mode-grid input{position:absolute;opacity:0;pointer-events:none}.admin-delete-mode-grid svg{width:21px;color:#b42d45}.admin-delete-mode-grid span{display:grid;gap:4px;min-width:0}.admin-delete-mode-grid small{color:var(--muted);line-height:1.45}.delete-confirm-label{display:grid;gap:7px}.delete-confirm-label strong{overflow-wrap:anywhere}.account-state-badge{display:inline-flex;width:max-content;margin:4px 0;padding:3px 8px;border-radius:999px;font-size:10px;font-weight:800;letter-spacing:.02em;background:#e9f6ee;color:#257042}.account-state-badge.deactivated{background:#fff3d7;color:#8a5a00}.account-state-badge.deleted{background:#eef0f3;color:#5e6773}.table-user>div{min-width:0}.table-user .account-state-badge+small{display:block}:root[data-theme=dark] .account-danger-zone{background:#331c24;border-color:#62303d}:root[data-theme=dark] .account-danger-zone strong{color:#ff9aab}:root[data-theme=dark] .account-danger-zone p{color:#d5aab2}:root[data-theme=dark] .danger-box{background:#3d2029!important;border-color:#63303d!important;color:#ff9aaa!important}:root[data-theme=dark] .admin-delete-mode-grid>label.active{background:#3d2029;border-color:#b85b6c}:root[data-theme=dark] .account-state-badge{background:#173a2a;color:#94dfb5}:root[data-theme=dark] .account-state-badge.deactivated{background:#3c321c;color:#f3cf78}:root[data-theme=dark] .account-state-badge.deleted{background:#2c3440;color:#bdc7d5}@media (max-width:760px){.account-danger-actions{display:grid;grid-template-columns:1fr}.account-danger-actions>button,.modal-actions>button{width:100%}.modal-actions{display:grid;grid-template-columns:1fr}.admin-delete-mode-grid{grid-template-columns:1fr}.admin-delete-user-modal .modal-card{width:calc(100vw - 18px);max-width:calc(100vw - 18px)}}.message-reaction-picker.fixed{position:fixed!important;right:auto!important;bottom:auto!important;z-index:1000;display:flex;align-items:center;justify-content:center;gap:4px;max-width:calc(100vw - 24px);padding:7px;border:1px solid var(--line);border-radius:999px;background:var(--card,#fff);box-shadow:0 18px 46px #142d4b3d;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none}.message-reaction-picker.fixed::-webkit-scrollbar{display:none}.message-reaction-picker.fixed button{flex:0 0 36px}.stories-shell{display:flex;gap:12px;padding:12px;overflow:hidden}.story-create-tile{flex:0 0 108px;min-height:154px;border:1px dashed #c9d7e8;border-radius:18px;background:linear-gradient(180deg,#f8fbff,#eef4fb);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#52657d}.story-create-tile>span{position:relative}.story-create-tile i{position:absolute;right:-3px;bottom:-3px;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:#fff;border:3px solid #fff}.story-create-tile i svg{width:13px}.story-create-tile strong{font-size:12px}.story-create-tile small{font-size:10px}.stories-scroll{min-width:0;display:flex;gap:10px;overflow-x:auto;overscroll-behavior-x:contain;padding-bottom:3px}.story-tile{--story-bg:#315f9f;position:relative;flex:0 0 105px;height:154px;border:2px solid transparent;border-radius:18px;overflow:hidden;background:var(--story-bg);padding:0;color:#fff;box-shadow:0 6px 18px #19304e1f}.story-tile.unseen{border-color:#4d82d7}.story-tile>img{width:100%;height:100%;object-fit:cover}.story-tile:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 48%,#091626c2)}.story-tile>.avatar{position:absolute!important;z-index:2;top:8px;left:8px;border:3px solid #fff}.story-tile>strong{position:absolute;z-index:2;left:9px;right:9px;bottom:9px;font-size:11px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.story-text-preview{display:grid;place-items:center;width:100%;height:100%;padding:16px 10px 30px;font-size:13px;font-weight:700;line-height:1.25;overflow:hidden}.story-empty{min-width:230px;display:flex;align-items:center;justify-content:center;gap:8px;color:#8290a4}.story-empty svg{width:22px}.story-viewer{position:fixed;z-index:1200;inset:0;background:#060d17eb;display:grid;place-items:center;padding:18px}.story-viewer-card{--story-bg:#315f9f;position:relative;width:min(420px,calc(100vw - 36px));height:min(730px,calc(100dvh - 36px));border-radius:24px;overflow:hidden;background:var(--story-bg);display:grid;place-items:center;color:#fff;box-shadow:0 30px 80px #00000073}.story-viewer-card>img{width:100%;height:100%;object-fit:contain;background:#050b13}.story-viewer-card>p{padding:42px;font-size:clamp(24px,6vw,42px);line-height:1.2;text-align:center;font-weight:800;white-space:pre-wrap}.story-viewer-card>header{position:absolute;z-index:2;top:0;left:0;right:0;display:flex;align-items:center;gap:10px;padding:14px;background:linear-gradient(rgba(0,0,0,.7),transparent)}.story-viewer-card>header>div{display:grid;flex:1}.story-viewer-card>header small{opacity:.8}.story-viewer-card>header>button{width:38px;height:38px;border:0;border-radius:50%;background:#00000057;color:#fff;display:grid;place-items:center}.story-viewer-card>footer{position:absolute;bottom:14px;left:14px;background:#0000006b;padding:7px 10px;border-radius:999px;font-size:12px}.story-viewer-close,.story-viewer-prev,.story-viewer-next{position:fixed;z-index:3;border:0;border-radius:50%;background:#ffffff24;color:#fff;display:grid;place-items:center}.story-viewer-close{top:18px;right:18px;width:44px;height:44px}.story-viewer-prev,.story-viewer-next{top:50%;width:50px;height:50px}.story-viewer-prev{left:max(18px,calc(50% - 275px))}.story-viewer-next{right:max(18px,calc(50% - 275px))}.story-composer{display:grid;gap:14px}.story-type-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px}.story-type-tabs button,.story-type-tabs label{height:44px;border:1px solid var(--line);border-radius:12px;background:var(--card);display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.story-type-tabs .active{border-color:var(--blue);background:#eef5ff;color:var(--blue)}.story-type-tabs input,.event-cover-upload input{display:none}.story-editor-preview{--story-bg:#315f9f;width:min(300px,100%);aspect-ratio:9/14;margin:auto;border-radius:20px;background:var(--story-bg);overflow:hidden;display:grid;place-items:center}.story-editor-preview img{width:100%;height:100%;object-fit:cover}.story-editor-preview textarea{width:100%;height:100%;resize:none;border:0;background:transparent;color:#fff;text-align:center;font:inherit;font-size:26px;font-weight:800;padding:28px;display:block}.story-editor-preview textarea::placeholder{color:#ffffffb8}.story-backgrounds{display:flex;flex-wrap:wrap;gap:9px}.story-backgrounds button{width:34px;height:34px;border-radius:50%;border:3px solid transparent}.story-backgrounds button.active{border-color:#fff;box-shadow:0 0 0 2px var(--blue)}.story-font-serif{font-family:Georgia,Times New Roman,serif}.story-font-rounded{font-family:Trebuchet MS,system-ui,sans-serif}.story-font-mono{font-family:Courier New,monospace}.story-font-handwriting{font-family:Comic Sans MS,Segoe Print,cursive}.events-page{gap:14px}.events-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px}.events-heading>div{display:flex;align-items:center;gap:14px}.events-heading>div>span{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;background:#eaf2ff;color:var(--blue)}.events-heading h1{margin:2px 0}.events-heading p{margin:0;color:#728197}.events-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 15px}.events-toolbar>label:first-child{flex:1;display:flex;align-items:center;gap:8px}.events-toolbar input[type=text],.events-toolbar input:not([type]){width:100%;border:0;background:transparent}.events-grid{display:grid;gap:14px}.event-card{overflow:hidden;border:1px solid var(--line);border-radius:20px;background:var(--card,#fff)}.event-card.compact{margin:12px 18px}.event-cover{display:block;width:100%;max-height:310px;object-fit:cover}.event-card-body{padding:17px;display:grid;gap:13px}.event-card-body>header{display:flex;align-items:center;gap:11px}.event-card-body>header>span{width:42px;height:42px;border-radius:13px;background:#eaf2ff;color:var(--blue);display:grid;place-items:center}.event-card-body>header>div{flex:1}.event-card h3{margin:2px 0;font-size:20px}.event-card header small{font-weight:800;color:var(--blue);letter-spacing:.06em}.event-card.cancelled{opacity:.74}.event-card.cancelled header small{color:#b91c1c}.event-meta{display:flex;flex-wrap:wrap;gap:10px 18px;color:#67778d;font-size:13px}.event-meta span{display:flex;align-items:center;gap:6px}.event-meta svg{width:16px}.event-response-buttons{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.event-response-buttons button{min-height:42px;border:1px solid var(--line);border-radius:12px;background:#f8fafc;padding:7px;font-size:12px;font-weight:700}.event-response-buttons button.active{border-color:var(--blue);background:#eaf2ff;color:var(--blue)}.event-response-buttons b{margin-left:5px}.event-people-button{justify-self:start;display:flex;align-items:center;gap:7px;border:0;background:transparent;color:var(--blue);padding:0;font-weight:700}.event-people-button svg{width:18px}.event-response-lists{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.event-response-lists section{border:1px solid var(--line);border-radius:14px;padding:12px}.event-response-lists h4{margin:0 0 10px}.event-response-lists section>div{display:flex;align-items:center;gap:8px;padding:6px 0}.event-response-lists section>div span{display:grid}.event-response-lists small,.event-response-lists p{color:#78869a;font-size:11px}.event-cover-upload{display:grid;gap:8px}.event-cover-upload>span:first-of-type{position:relative;display:block}.event-cover-upload img{width:100%;max-height:250px;object-fit:cover;border-radius:14px}.event-cover-upload>span:first-of-type button{position:absolute;right:8px;top:8px;width:34px;height:34px;border:0;border-radius:50%;background:#0000008c;color:#fff}.event-cover-upload>.secondary-button{width:max-content}.admin-analytics-card{padding:20px;margin-top:14px}.admin-analytics-card>header{display:flex;align-items:center;justify-content:space-between;gap:16px}.admin-analytics-card h2{margin:3px 0}.admin-analytics-card header small{color:#718096;font-weight:800;letter-spacing:.08em}.admin-chart-range,.admin-chart-metrics{display:flex;gap:6px;flex-wrap:wrap}.admin-chart-range button,.admin-chart-metrics button{border:1px solid var(--line);border-radius:999px;background:transparent;padding:8px 12px;color:#607087;font-weight:700}.admin-chart-range button.active,.admin-chart-metrics button.active{background:var(--blue);border-color:var(--blue);color:#fff}.admin-chart-metrics{margin:16px 0}.admin-trend-chart{overflow-x:auto}.admin-trend-chart svg{display:block;width:100%;min-width:620px;height:auto}.chart-grid line{stroke:#e3eaf3;stroke-width:1}.chart-grid text,.chart-x-label{fill:#8290a4;font-size:11px}.chart-area{fill:#3770ca1f}.chart-line{fill:none;stroke:var(--blue);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.chart-point circle{fill:#fff;stroke:var(--blue);stroke-width:3}.admin-chart-summary{display:flex;align-items:baseline;gap:7px 12px;justify-content:flex-end;color:#728197}.admin-chart-summary strong{font-size:20px;color:#1e3552}.admin-events-panel td>small{display:block;margin-top:3px}.admin-events-panel .table-actions{display:flex;gap:4px}@media (max-width:700px){.stories-shell{border-radius:0;margin-inline:-12px;padding-inline:12px}.story-create-tile,.story-tile{flex-basis:94px}.story-viewer-prev,.story-viewer-next{width:42px;height:42px}.story-viewer-prev{left:6px}.story-viewer-next{right:6px}.events-heading{align-items:flex-start;flex-direction:column}.events-heading .primary-button{width:100%}.events-toolbar{align-items:stretch;flex-direction:column}.event-response-buttons{grid-template-columns:repeat(2,minmax(0,1fr))}.event-response-lists{grid-template-columns:1fr}.event-card.compact{margin:10px}.admin-analytics-card{padding:14px}.admin-analytics-card>header{align-items:flex-start;flex-direction:column}.admin-chart-summary{justify-content:flex-start;flex-wrap:wrap}}.message-reaction-dismiss{position:fixed;z-index:998;inset:0;border:0;background:transparent;padding:0;cursor:default}.message-reaction-picker.fixed{z-index:999!important;box-sizing:border-box;min-height:52px;max-height:64px;touch-action:pan-x}@media (max-width:420px){.message-reaction-picker.fixed{justify-content:flex-start;padding-inline:6px}.message-reaction-picker.fixed button{flex-basis:34px;width:34px;height:34px;font-size:19px}}.event-description-clamped{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;margin:0;white-space:pre-wrap}.resend-verification-page{min-height:100vh;display:grid;place-items:center;padding:28px;background:linear-gradient(145deg,#edf4fc,#f8fbff)}.resend-verification-card{width:min(100%,620px);display:flex;flex-direction:column;align-items:stretch;gap:18px;background:var(--card,#fff);border:1px solid var(--border,#dce6f2);border-radius:24px;padding:clamp(22px,5vw,38px);box-shadow:0 22px 70px #14396021}.resend-verification-card>.brand{align-self:center}.resend-verification-card>h1,.resend-verification-card>p{text-align:center;margin:0}.resend-verification-card>p{color:var(--muted,#607086);line-height:1.6}.auth-action-icon{align-self:center;width:58px;height:58px;display:grid;place-items:center;border-radius:18px;background:#174f931a;color:var(--primary,#174f93)}.auth-action-icon svg{width:28px;height:28px}.resend-verification-form{display:flex;flex-direction:column;gap:16px}.resend-verification-form>label{display:flex;flex-direction:column;gap:8px;font-weight:700}.resend-verification-form>label>span{display:flex;align-items:center;gap:7px}.resend-verification-form input{width:100%}.turnstile-block{display:flex;flex-direction:column;gap:10px;padding:14px;border:1px solid var(--border,#dce6f2);border-radius:16px;background:var(--soft,#f7f9fc);overflow:hidden}.turnstile-heading{display:flex;align-items:flex-start;gap:10px}.turnstile-heading>svg{color:var(--primary,#174f93);flex:0 0 auto}.turnstile-heading span{display:flex;flex-direction:column;gap:2px}.turnstile-heading small{font-weight:400;color:var(--muted,#607086);line-height:1.4}.turnstile-widget-shell{position:relative;min-height:66px;width:100%;display:grid;align-items:center;overflow:hidden}.turnstile-widget-shell>div{max-width:100%}.turnstile-loading,.turnstile-config-loading{color:var(--muted,#607086);font-size:.92rem}.turnstile-error{margin:0;color:#b42336;font-size:.9rem}.resend-submit{width:100%;justify-content:center}.auth-action-link{align-self:center;text-decoration:none}.brand img[hidden]{display:none!important}.app-loading .brand img{max-width:54px;max-height:54px;object-fit:contain}.post-author-title{display:flex!important;align-items:center;flex-wrap:wrap;gap:4px}.post-system-action{font-weight:500;color:var(--muted,#64748b);margin-left:3px;white-space:normal}.media-lightbox-author .post-system-action{font-size:.92rem;margin-left:6px}.notification-category-tabs{display:flex;gap:8px;padding:8px;overflow-x:auto}.notification-category-tabs button{border:0;background:transparent;color:var(--muted,#607086);border-radius:12px;padding:11px 14px;display:flex;align-items:center;gap:8px;font-weight:750;white-space:nowrap}.notification-category-tabs button.active{background:#174f931a;color:var(--primary,#174f93)}.notification-list .notification-row{width:100%;border:0;border-bottom:1px solid var(--border,#e2e8f0);background:transparent;color:inherit;text-align:left;text-decoration:none;display:flex;align-items:center;gap:12px;padding:14px 16px;cursor:pointer}.notification-list .notification-row:last-of-type{border-bottom:0}.notification-list .notification-row:hover{background:var(--soft,#f7f9fc)}.notification-list .notification-row.unread{background:#174f930e}.notification-list .notification-row>div:not(.avatar){min-width:0;display:flex;flex-direction:column;gap:3px;line-height:1.45}.notification-list .notification-row small{display:block;color:var(--muted,#607086)}.notification-row-end{margin-left:auto;flex:0 0 auto;color:var(--primary,#174f93);opacity:.7}.moderation-row{font:inherit}.moderation-notification-details{text-align:center}.moderation-detail-icon{width:58px;height:58px;border-radius:18px;background:#b4233a1a;color:#b4233a;display:grid;place-items:center;margin:0 auto 12px}.moderation-detail-icon svg{width:28px;height:28px}.moderation-notification-details h3{margin:0 0 16px}.moderation-notification-details dl{display:grid;gap:0;text-align:left;border:1px solid var(--border,#e2e8f0);border-radius:14px;overflow:hidden}.moderation-notification-details dl>div{display:grid;grid-template-columns:minmax(120px,34%) 1fr;gap:12px;padding:12px 14px;border-bottom:1px solid var(--border,#e2e8f0)}.moderation-notification-details dl>div:last-child{border-bottom:0}.moderation-notification-details dt{font-weight:750;color:var(--muted,#607086)}.moderation-notification-details dd{margin:0;overflow-wrap:anywhere}.moderation-notification-details code{font-size:.82rem}.maintenance-logout{color:#9d2135;border-color:#9d213547}@media (max-width:640px){.resend-verification-page{padding:14px}.resend-verification-card{border-radius:18px;padding:20px 16px}.turnstile-block{padding:12px}.turnstile-widget-shell iframe{max-width:100%!important}.notification-category-tabs{border-radius:14px}.notification-center-toolbar{align-items:stretch}.notification-list .notification-row{padding:13px 12px}.notification-row-end{width:19px;height:19px}.moderation-notification-details dl>div{grid-template-columns:1fr;gap:4px}.maintenance-actions{display:grid!important;grid-template-columns:1fr}.maintenance-actions button{width:100%;justify-content:center}}html,body,#root{max-width:100%}body{overflow-x:hidden;overflow-x:clip}.route-content,.content-column,.feed-layout,.admin-shell,.admin-main-layout,.admin-route-content,.admin-page,.admin-dashboard,.admin-analytics-card{min-width:0;max-width:100%;box-sizing:border-box}.verified-credential-popover{position:fixed!important;right:auto!important;bottom:auto!important;width:max-content!important;min-width:0!important;max-width:min(220px,calc(100vw - 24px))!important;box-sizing:border-box!important;white-space:normal!important;text-align:center!important;z-index:2000!important;pointer-events:none!important;overflow-wrap:anywhere!important}.verified-credential-popover.below{transform:translate(-50%)!important}.verified-credential-popover.above{transform:translate(-50%,-100%)!important}.verified-credential-popover.below:after{top:auto!important;bottom:100%!important;border:0!important;border-left:1px solid #d9e5f4!important;border-top:1px solid #d9e5f4!important;transform:translate(-50%,5px) rotate(45deg)!important}.verified-credential-popover.above:after{top:100%!important;bottom:auto!important;border:0!important;border-right:1px solid #d9e5f4!important;border-bottom:1px solid #d9e5f4!important;transform:translate(-50%,-5px) rotate(45deg)!important}.stories-shell{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;overflow:hidden!important}.stories-scroll{flex:1 1 0!important;width:0!important;min-width:0!important;max-width:100%!important;box-sizing:border-box!important}.story-viewer-progress{position:absolute;z-index:5;left:12px;right:12px;top:8px;height:3px;border-radius:999px;background:#ffffff4d;overflow:hidden}.story-viewer-progress>i{display:block;width:100%;height:100%;background:#fff;transform-origin:left center;animation:story-progress 6s linear forwards}@keyframes story-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.story-viewer-card>header{padding-top:20px!important}.story-viewer-card>.story-viewer-footer{left:0!important;right:0!important;bottom:0!important;border-radius:0!important;background:linear-gradient(transparent,#000000b8)!important;padding:46px 14px 14px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important}.story-viewer-footer>span{font-size:12px}.story-viewer-footer>button{display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:#00000059;color:#fff;padding:8px 12px;font-weight:750;cursor:pointer}.story-viewer-footer>button svg{width:17px;height:17px}.admin-heading{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;overflow:hidden!important}.admin-heading>div{min-width:0!important;max-width:100%!important}.admin-heading span,.admin-heading h1{max-width:100%!important;overflow-wrap:anywhere!important;word-break:normal!important}.admin-tabs{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important}.admin-tabs button{min-width:0}.admin-chart-period{margin:6px 0 0;color:var(--muted,#6d7b8d);font-size:13px;font-weight:650}.admin-trend-chart{max-width:100%;box-sizing:border-box}@media (max-width:700px){.stories-shell{margin-inline:0!important;padding-inline:10px!important}.story-create-tile,.story-tile{flex-basis:92px!important}.story-viewer-close{top:10px!important;right:10px!important}.admin-page{width:100%!important;overflow:visible!important}.admin-heading{padding:18px 16px!important;border-radius:16px!important}.admin-heading h1{font-size:25px!important;line-height:1.1!important}.admin-tabs{overflow-x:auto!important;overscroll-behavior-x:contain!important;scrollbar-width:thin}}.admin-stats-error{margin:0 0 14px}.admin-chart-empty{min-height:220px;display:grid;place-items:center;border:1px dashed var(--line);border-radius:14px;color:var(--muted,#6d7b8d);text-align:center;padding:24px}.account-session-panel{border:1px solid var(--border);border-radius:16px;padding:14px;display:grid;gap:12px;min-width:0}.account-session-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.account-session-heading p{margin:4px 0 0;color:var(--muted);font-size:.9rem}.account-session-heading>svg{flex:0 0 auto;color:var(--muted)}.account-session-list{display:grid;gap:8px;min-width:0}.account-session-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 0;border-top:1px solid var(--border);min-width:0}.account-session-device{display:flex;align-items:center;gap:10px;min-width:0}.account-session-device>svg{flex:0 0 auto;color:var(--muted)}.account-session-device span{display:grid;gap:3px;min-width:0}.account-session-device strong,.account-session-device small{overflow-wrap:anywhere}.account-session-device em{font-style:normal;font-size:.75rem;color:var(--primary);margin-left:6px}.danger-icon-button{color:var(--danger,#b42318);flex:0 0 auto}@media (max-width:520px){.account-session-row{align-items:flex-start}.account-session-device small{display:block}.account-session-panel{padding:12px}}.mfa-status-box{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.mfa-status-box>div{flex:1;min-width:220px}.mfa-status-box>button{margin-left:auto}.mfa-setup-modal{min-width:0}.mfa-secret-details{display:grid;gap:10px;margin:0}.mfa-secret-details>div{display:grid;gap:4px;min-width:0}.mfa-secret-details dt{font-size:.78rem;color:var(--muted)}.mfa-secret-details dd{margin:0;min-width:0}.mfa-secret-details code{display:block;max-width:100%;overflow-wrap:anywhere;padding:10px;border:1px solid var(--border);border-radius:10px;background:var(--surface-soft)}.mfa-recovery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.mfa-recovery-grid code{padding:10px;text-align:center;border:1px solid var(--border);border-radius:10px;background:var(--surface-soft);font-size:1rem;letter-spacing:.08em}.admin-chat-access-shell{display:grid;gap:14px;min-width:0}.chat-access-subtabs{display:flex;gap:8px;flex-wrap:wrap;overflow:visible}.chat-access-subtabs button{display:inline-flex;align-items:center;gap:7px;min-width:0}.chat-access-subtabs svg{width:17px;height:17px}.chat-access-request-list{display:grid;gap:10px}.chat-access-request-list>div{display:flex;align-items:flex-start;gap:12px;padding:14px;border:1px solid var(--border);border-radius:14px;min-width:0}.chat-access-request-list>div>div:nth-child(2),.chat-access-request-list>div>div:first-child{min-width:0;flex:1}.chat-access-request-list p{margin:.35rem 0 0;white-space:pre-wrap;overflow-wrap:anywhere}.chat-access-request-list small{display:block;color:var(--muted);overflow-wrap:anywhere}.chat-access-status{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex:0 0 auto}.chat-access-decision{display:grid;gap:8px;min-width:210px}.chat-access-decision label{display:grid;gap:4px;font-size:.78rem}.chat-access-decision input{width:100%;min-width:0}.chat-access-decision>div{display:flex;gap:7px;flex-wrap:wrap}.compact-button{padding:.48rem .7rem;min-height:34px;font-size:.82rem}.compact-button svg{width:15px;height:15px}.chat-access-policy-panel{max-width:920px}.chat-policy-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:16px}.chat-policy-summary>div{padding:14px;border:1px solid var(--border);border-radius:14px;display:grid;gap:4px;min-width:0}.chat-policy-summary span,.chat-policy-summary small{color:var(--muted);font-size:.82rem}.chat-policy-summary strong{overflow-wrap:anywhere}.admin-chat-table td:last-child{white-space:nowrap}.admin-chat-thread-panel,.admin-message-thread{min-width:0}.status-pil.warning{background:color-mix(in srgb,#d97706 14%,transparent);color:#b45309}.warning-box{border-color:color-mix(in srgb,#d97706 35%,var(--border))}@media (max-width:760px){.mfa-status-box>button{margin-left:0;width:100%}.mfa-recovery-grid{grid-template-columns:1fr}.chat-access-subtabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.chat-access-subtabs button{justify-content:center;width:100%;font-size:.82rem;padding:.65rem .5rem}.chat-access-request-list>div{display:grid;grid-template-columns:auto minmax(0,1fr)}.chat-access-status,.chat-access-decision{grid-column:1/-1;align-items:stretch;min-width:0}.chat-access-status .compact-button,.chat-access-decision button{width:100%;justify-content:center}.chat-access-decision>div{display:grid;grid-template-columns:1fr 1fr}.chat-policy-summary,.admin-chat-audit{grid-template-columns:1fr}.admin-chat-list-panel,.admin-chat-thread-panel{min-width:0}}@media (max-width:430px){.chat-access-subtabs{grid-template-columns:1fr}.chat-access-decision>div{grid-template-columns:1fr}.chat-access-request-list>div{grid-template-columns:1fr}.chat-access-request-list>div>.avatar{margin-bottom:2px}}.left-sidebar{align-items:center}.left-sidebar .sidebar-scroll-area{width:100%;max-width:225px;margin-inline:auto;padding-right:0}.left-sidebar .sidebar-nav,.left-sidebar .welcome-card,.left-sidebar .level-card{width:100%}.left-sidebar .logout-button{width:100%;max-width:225px;margin-inline:auto;justify-content:flex-start}.right-sidebar{max-height:calc(100dvh - 112px);overflow-y:auto;overscroll-behavior:contain;padding-right:4px;scrollbar-width:thin;scrollbar-color:#c8d7e9 transparent}.right-sidebar::-webkit-scrollbar{width:5px}.right-sidebar::-webkit-scrollbar-thumb{background:#c8d7e9;border-radius:99px}.recommendation-link{grid-template-columns:auto minmax(0,1fr)!important}.recommendation-user>a:first-child{position:relative}.recommendation-user .avatar{width:40px!important;height:40px!important}.event-thumb{background:linear-gradient(145deg,#315f9f,#8fb8e8)}.event-thumb svg,.page-thumb svg{width:20px;height:20px}.page-thumb{border-radius:50%;background:linear-gradient(145deg,#7059a9,#c7aee7)}.suggested-item .verified-inline{width:14px;height:14px;font-size:8px;margin-left:3px}.online-people-rail{display:none}@media (min-width:1280px){.app-shell:not(.admin-shell) .main-layout{padding-right:94px}.online-people-rail{position:fixed;z-index:34;right:12px;top:92px;bottom:18px;width:68px;padding:12px 8px;border:1px solid var(--line);border-radius:22px;background:color-mix(in srgb,var(--card) 94%,#eef3f8);box-shadow:0 14px 38px #2036551a;display:flex;flex-direction:column;align-items:center;gap:13px;overflow-y:auto;overflow-x:hidden;scrollbar-width:none}.online-people-rail::-webkit-scrollbar{display:none}.online-rail-person{position:relative;display:block;flex:0 0 auto;border-radius:50%}.online-rail-person .avatar{width:48px!important;height:48px!important;box-shadow:0 0 0 2px var(--card),0 4px 12px #19355829}.online-rail-person>i{position:absolute;right:0;bottom:1px;width:12px;height:12px;border-radius:50%;background:#27b875;border:2px solid var(--card)}.online-rail-empty{writing-mode:vertical-rl;transform:rotate(180deg);font-size:9px;color:var(--muted);padding:8px 0}}.settings-shell{overflow:hidden;min-width:0;display:grid;grid-template-columns:220px minmax(0,1fr);align-items:stretch}.settings-tabs{display:flex;flex-direction:column;gap:7px;padding:14px;border-right:1px solid var(--line);background:color-mix(in srgb,var(--card) 92%,var(--sky));min-width:0}.settings-tabs button{width:100%;min-width:0;border:0;border-radius:12px;background:transparent;color:#60728b;padding:12px;display:flex;align-items:center;justify-content:flex-start;gap:10px;font-weight:780;font-size:11px;white-space:normal;text-align:left;line-height:1.25;min-height:48px}.settings-tabs button span{min-width:0;overflow-wrap:anywhere}.settings-tabs button svg{width:19px;height:19px;flex:none}.settings-tabs button:hover{background:color-mix(in srgb,var(--card) 75%,var(--sky));color:var(--blue)}.settings-tabs button.active{background:var(--card);color:var(--blue);box-shadow:0 6px 18px #274f821a,inset 0 0 0 1px color-mix(in srgb,var(--blue) 20%,var(--line))}.settings-tab-panel{padding:22px;display:grid;gap:18px;min-width:0}.settings-section{display:grid;gap:16px;min-width:0}.settings-section>header{display:flex;align-items:flex-start;gap:12px;padding-bottom:13px;border-bottom:1px solid var(--line)}.settings-section>header>svg{width:36px;height:36px;padding:8px;border-radius:12px;background:var(--sky);color:var(--blue);flex:none}.settings-section>header h2{margin:0;font-size:20px}.settings-section>header p{margin:4px 0 0;color:var(--muted);font-size:11px}.settings-section>label{display:grid;gap:7px;font-size:12px;font-weight:750;color:#40516a}.settings-section>label select{width:100%;border:1px solid var(--line);border-radius:11px;padding:11px 12px;outline:0;background:var(--card);color:inherit}.settings-info-box{display:flex;align-items:flex-start;gap:10px}.settings-info-box>svg{flex:none;width:20px;height:20px}.settings-info-box>div{min-width:0}.settings-save-bar{display:flex;justify-content:flex-end;padding-top:4px;border-top:1px solid var(--line)}.settings-full-action{width:max-content}.privacy-policy-content{display:grid;gap:0}.privacy-policy-content article{display:grid;grid-template-columns:auto minmax(0,1fr);gap:14px;padding:17px 0;border-bottom:1px solid var(--line)}.privacy-policy-content article>svg{width:38px;height:38px;padding:9px;border-radius:12px;background:var(--sky);color:var(--blue)}.privacy-policy-content h2{margin:0 0 6px;font-size:16px}.privacy-policy-content p{margin:0;color:var(--muted);line-height:1.65;font-size:12px}.privacy-policy-content .secondary-button{margin-top:12px;width:max-content}.privacy-policy-note{margin:18px 0 0!important;padding:13px;border-radius:12px;background:#f6f8fb;border:1px solid var(--line);font-size:10px!important}@media (max-width:1279px){.online-people-rail{display:none!important}}@media (max-width:820px){.left-sidebar .sidebar-scroll-area,.left-sidebar .logout-button{max-width:none}.settings-shell{display:block}.settings-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible;padding:8px;border-right:0;border-bottom:1px solid var(--line)}.settings-tabs button{width:100%;padding:10px 8px;font-size:10px;justify-content:flex-start}.settings-tabs button:last-child:nth-child(odd){grid-column:1/-1}.settings-tab-panel{padding:15px}.settings-section>header h2{font-size:18px}.theme-choice-grid{grid-template-columns:1fr}.settings-save-bar .primary-button,.settings-full-action{width:100%}.privacy-policy-content article{grid-template-columns:1fr}.privacy-policy-content article>svg{width:34px;height:34px}}.presence-rail-group{display:flex;flex-direction:column;align-items:center;gap:13px;width:100%}.presence-rail-divider{display:block;width:38px;height:1px;background:var(--line);flex:none}.online-rail-person{border:0;background:transparent;padding:0;cursor:pointer;color:inherit}.online-rail-person.offline .avatar{filter:saturate(.72);opacity:.88}.online-rail-person.offline>i{background:#9ba8b7}.online-rail-person time{display:block;margin-top:3px;font-size:8px;line-height:1;color:var(--muted);text-align:center;font-weight:750}.privacy-policy-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:auto minmax(0,1fr);gap:20px;align-items:center;padding:30px;background:linear-gradient(135deg,color-mix(in srgb,var(--blue) 12%,var(--card)),var(--card) 68%)}.privacy-policy-hero:after{content:"";position:absolute;width:240px;height:240px;border-radius:50%;right:-80px;top:-120px;background:color-mix(in srgb,var(--blue) 8%,transparent)}.privacy-policy-hero-icon{width:74px;height:74px;border-radius:24px;background:var(--blue);color:#fff;display:grid;place-items:center;box-shadow:0 16px 35px color-mix(in srgb,var(--blue) 24%,transparent);z-index:1}.privacy-policy-hero-icon svg{width:36px;height:36px}.privacy-policy-hero>div{z-index:1}.privacy-policy-hero h1{margin:4px 0 8px;font-size:32px;line-height:1.08}.privacy-policy-hero p{margin:0;color:var(--muted);line-height:1.6;max-width:720px}.privacy-policy-hero small{display:block;margin-top:11px;color:var(--muted)}.privacy-policy-sheet{padding:0;overflow:hidden}.privacy-policy-sheet>header{display:flex;align-items:center;gap:12px;padding:18px 22px;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--card) 92%,var(--sky))}.privacy-policy-sheet>header>svg{color:var(--blue)}.privacy-policy-sheet>header>div{display:grid}.privacy-policy-sheet>header small{color:var(--muted)}.privacy-policy-document{padding:26px 30px;max-width:860px}.privacy-policy-document h2{margin:30px 0 9px;font-size:20px}.privacy-policy-document h2:first-child{margin-top:0}.privacy-policy-document p,.privacy-policy-document li{color:#506179;line-height:1.8;font-size:14px;white-space:pre-wrap}.privacy-policy-document ul{padding-left:22px}.privacy-policy-sheet>footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;border-top:1px solid var(--line);background:#f8fafc}.privacy-policy-sheet>footer>div{display:flex;align-items:center;gap:10px}.privacy-policy-sheet>footer>div>svg{color:var(--blue)}.privacy-policy-sheet>footer span{display:grid}.privacy-policy-sheet>footer small{color:var(--muted)}.privacy-policy-admin-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:16px}.privacy-policy-editor textarea{min-height:420px;resize:vertical}.privacy-policy-preview{min-width:0}.privacy-policy-preview .privacy-policy-document{padding:16px 0}.privacy-editor-help{padding:10px 12px;border-radius:10px;background:var(--sky);color:var(--muted);font-size:11px}.chat-dock{position:fixed;z-index:64;right:92px;bottom:0;display:flex;align-items:flex-end;justify-content:flex-end;gap:10px;max-width:calc(100vw - 120px);pointer-events:none}.floating-chat-window{width:328px;height:440px;border:1px solid var(--line);border-bottom:0;border-radius:15px 15px 0 0;background:var(--card);box-shadow:0 16px 45px #142a483d;display:flex;flex-direction:column;overflow:hidden;pointer-events:auto}.floating-chat-window.minimized{height:54px}.floating-chat-window>header{height:54px;min-height:54px;display:flex;align-items:center;border-bottom:1px solid var(--line);background:var(--card);border-radius:15px 15px 0 0;padding:5px 6px 5px 9px;overflow:hidden}.floating-chat-window>header>button{border:0;background:transparent;width:34px;height:34px;border-radius:9px;display:grid;place-items:center;color:#65758a;cursor:pointer}.floating-chat-window>header>button:hover{background:var(--sky);color:var(--blue)}.floating-chat-window>header svg{width:17px;height:17px}.floating-chat-title{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;flex:1!important;width:auto!important;min-width:0!important;text-align:left!important}.floating-chat-title>.floating-chat-avatar{display:inline-grid!important;flex:0 0 34px!important;width:34px!important;height:34px!important;min-width:34px!important;max-width:34px!important;overflow:hidden!important}.floating-chat-title>.floating-chat-avatar>img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:cover!important}.floating-chat-title>.floating-chat-copy{display:grid;min-width:0;flex:1}.floating-chat-title strong,.floating-chat-title small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.floating-chat-title strong{font-size:12px;color:var(--text)}.floating-chat-title small{font-size:9px;color:var(--muted)}.floating-chat-title>b{background:var(--blue);color:#fff;min-width:19px;height:19px;border-radius:99px;display:grid;place-items:center;font-size:9px}.floating-chat-messages{flex:1;min-height:0;overflow-y:auto;padding:11px;background:linear-gradient(#f8fafc,#f2f6fb);display:flex;flex-direction:column}.floating-message{display:flex;margin:4px 0;max-width:82%}.floating-message.mine{align-self:flex-end}.floating-message>div{padding:7px 9px;border-radius:13px 13px 13px 4px;background:#fff;border:1px solid var(--line);box-shadow:0 2px 8px #2238560d;min-width:0}.floating-message.mine>div{background:var(--blue);border-color:var(--blue);color:#fff;border-radius:13px 13px 4px}.floating-message p{margin:0;font-size:12px;line-height:1.4;white-space:pre-wrap;overflow-wrap:anywhere}.floating-message small{display:block;text-align:right;font-size:8px;opacity:.65;margin-top:2px}.floating-message img{display:block;max-width:220px;max-height:220px;border-radius:8px;margin-bottom:4px}.floating-chat-loading{flex:1;display:grid;place-items:center;color:var(--blue)}.floating-chat-error{border:0;background:#fff0f2;color:#9a2d40;padding:7px 10px;font-size:10px;text-align:left}.floating-chat-window>footer{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:end;gap:5px;padding:8px;border-top:1px solid var(--line);background:var(--card)}.floating-chat-window>footer>label,.floating-chat-window>footer>button,.floating-chat-window>footer>div>button{border:0;background:transparent;color:#65758a;width:34px;height:34px;border-radius:9px;display:grid;place-items:center;cursor:pointer}.floating-chat-window>footer>label input{display:none}.floating-chat-window>footer>label svg,.floating-chat-window>footer>button svg,.floating-chat-window>footer>div>button svg{width:18px;height:18px}.floating-chat-window>footer>div{position:relative;display:flex;align-items:center;background:#eef3f8;border-radius:15px;min-width:0}.floating-chat-window textarea{border:0;background:transparent;outline:0;resize:none;width:100%;padding:9px 5px 9px 10px;max-height:90px;font-size:12px}.floating-chat-window .emoji-picker{position:absolute;right:0;left:auto;bottom:42px;width:min(286px,calc(100vw - 24px));max-height:260px;z-index:80}.floating-chat-send{background:var(--blue)!important;color:#fff!important}.floating-chat-send:disabled{opacity:.45}.floating-chat-window.minimized>header{border-bottom:0}.floating-chat-window.minimized>header>button:nth-of-type(2) svg{transform:rotate(180deg)}.chat-access-filterbar{display:grid;grid-template-columns:minmax(220px,1fr) minmax(160px,220px);gap:10px;margin:0 0 14px}.chat-access-filterbar label{min-width:0}.chat-access-filterbar select{width:100%;height:42px;border:1px solid var(--line);border-radius:11px;background:var(--card);padding:0 11px;color:inherit}@media (max-width:1100px){.privacy-policy-admin-grid{grid-template-columns:1fr}.chat-dock{right:12px}.floating-chat-window{width:310px}.chat-dock .floating-chat-window:nth-child(n+3){display:none}}@media (max-width:820px){.chat-dock{display:none}.privacy-policy-hero{grid-template-columns:1fr;padding:22px}.privacy-policy-hero-icon{width:58px;height:58px;border-radius:18px}.privacy-policy-hero h1{font-size:26px}.privacy-policy-document{padding:20px}.privacy-policy-sheet>footer{align-items:flex-start;flex-direction:column}.chat-access-filterbar{grid-template-columns:1fr}}@media (max-width:420px){.settings-tabs{grid-template-columns:1fr}.settings-tabs button:last-child:nth-child(odd){grid-column:auto}.settings-tabs button{min-height:44px}}.mfa-open-authenticator{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;width:fit-content;max-width:100%}.admin-email-panel{display:grid;gap:16px;min-width:0;max-width:100%;overflow-x:hidden}.email-admin-hero{position:relative;overflow:hidden;display:flex;align-items:center;gap:18px;padding:25px 28px;border-radius:22px;background:linear-gradient(135deg,#0e345f 0%,var(--blue,#174f93) 58%,#2e7cba 100%);color:#fff;box-shadow:0 16px 38px #10365b2e}.email-admin-hero:after{content:"";position:absolute;width:240px;height:240px;border-radius:50%;right:-72px;top:-102px;background:#ffffff14}.email-admin-hero-icon{width:58px;height:58px;border-radius:17px;display:grid;place-items:center;background:#ffffff24;border:1px solid rgba(255,255,255,.18);flex:0 0 auto}.email-admin-hero-icon svg{width:29px;height:29px}.email-admin-hero>div:last-child{position:relative;z-index:1;min-width:0;max-width:100%}.email-admin-hero span{font-size:12px;letter-spacing:1.7px;font-weight:850;opacity:.82}.email-admin-hero h2{margin:5px 0 4px;font-size:27px;letter-spacing:-.35px;overflow-wrap:anywhere;word-break:break-word}.email-admin-hero p{margin:0;font-size:15.5px;line-height:1.55;opacity:.88}.email-admin-tabs{display:flex;gap:7px;padding:5px;border-radius:14px;background:var(--soft,#eef3f8);width:max-content;max-width:100%;overflow-x:auto}.email-admin-tabs button{display:flex;align-items:center;gap:8px;border:0;border-radius:10px;background:transparent;color:var(--muted,#657181);padding:11px 15px;font:inherit;font-size:15px;font-weight:800;white-space:nowrap;cursor:pointer}.email-admin-tabs button svg{width:18px}.email-admin-tabs button.active{background:var(--card,#fff);color:var(--blue,#174f93);box-shadow:0 4px 12px #14395b1a}.email-admin-layout{display:grid;grid-template-columns:minmax(190px,230px) minmax(0,1fr) minmax(0,.9fr);gap:16px;align-items:start;min-width:0}.email-compose-layout,.email-footer-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:16px;align-items:start;min-width:0}.email-template-list,.email-template-editor,.email-compose-card,.email-footer-card{padding:19px;min-width:0}.email-panel-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.email-panel-heading>div:first-child{display:flex;align-items:center;gap:9px;min-width:0}.email-panel-heading svg{width:20px;color:var(--blue,#174f93)}.email-panel-heading strong{font-size:17px}.email-panel-heading>span{font-size:12px;font-weight:800;color:var(--muted,#687486);background:var(--soft,#eef3f8);padding:6px 9px;border-radius:999px}.email-template-list{display:grid;gap:8px}.email-template-list .email-panel-heading{margin-bottom:6px}.email-template-list>button{display:grid;gap:5px;text-align:left;border:1px solid var(--border,#dfe5eb);border-radius:13px;background:var(--card,#fff);color:inherit;padding:13px 14px;cursor:pointer}.email-template-list>button span{font-size:14.5px;font-weight:800}.email-template-list>button small{color:var(--muted,#687486);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.email-template-list>button:hover{border-color:color-mix(in srgb,var(--blue,#174f93) 35%,var(--border,#dfe5eb))}.email-template-list>button.active{border-color:var(--blue,#174f93);background:color-mix(in srgb,var(--blue,#174f93) 7%,var(--card,#fff));box-shadow:0 7px 17px #174f9317}.email-editor-actions,.email-compose-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.email-editor-actions button,.email-compose-actions button{display:flex;align-items:center;justify-content:center;gap:7px}.email-editor-actions svg,.email-compose-actions svg{width:17px}.email-template-form,.email-compose-form,.email-footer-form{display:grid;gap:15px}.email-template-form label,.email-compose-form label,.email-footer-form label{display:grid;gap:7px;font-size:15.5px;font-weight:750;color:var(--text,#203247)}.email-template-form input,.email-template-form textarea,.email-compose-form input,.email-compose-form textarea,.email-footer-form input,.email-footer-form textarea{width:100%;min-width:0;border:1px solid var(--border,#dfe5eb);border-radius:12px;background:var(--input,#fff);color:inherit;padding:12px 13px;font:inherit;font-size:15.5px;line-height:1.5;outline:0;transition:border-color .15s,box-shadow .15s}.email-template-form textarea,.email-compose-form textarea,.email-footer-form textarea{resize:vertical}.email-template-form input:focus,.email-template-form textarea:focus,.email-compose-form input:focus,.email-compose-form textarea:focus,.email-footer-form input:focus,.email-footer-form textarea:focus{border-color:var(--blue,#174f93);box-shadow:0 0 0 3px color-mix(in srgb,var(--blue,#174f93) 13%,transparent)}.email-template-form label>small,.email-compose-form label>small,.email-footer-form label>small{font-size:13px;font-weight:500;color:var(--muted,#687486)}.email-variable-box{padding:14px 15px;border:1px solid color-mix(in srgb,var(--blue,#174f93) 22%,var(--border,#dfe5eb));border-radius:14px;background:color-mix(in srgb,var(--blue,#174f93) 5%,var(--card,#fff));display:grid;gap:9px}.email-variable-box>strong{font-size:14px}.email-variable-box>div{display:flex;gap:7px;flex-wrap:wrap}.email-variable-box button{border:1px solid color-mix(in srgb,var(--blue,#174f93) 25%,var(--border,#dfe5eb));border-radius:999px;padding:6px 9px;background:var(--card,#fff);color:var(--blue,#174f93);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;cursor:pointer}.email-variable-box small{font-size:12.5px;color:var(--muted,#687486)}.email-preview-shell{position:sticky;top:84px;min-width:0;border:1px solid var(--border,#dfe5eb);border-radius:18px;background:#dfe7ef;overflow:hidden;box-shadow:0 10px 26px #13335314}.email-preview-toolbar{height:49px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;background:var(--card,#fff);border-bottom:1px solid var(--border,#dfe5eb)}.email-preview-toolbar>div{display:flex;align-items:center;gap:8px}.email-preview-toolbar svg{width:18px;color:var(--blue,#174f93)}.email-preview-toolbar strong{font-size:14.5px}.email-preview-toolbar span{font-size:12px;color:var(--muted,#687486)}.email-preview-shell iframe{display:block;width:100%;height:720px;border:0;background:#edf3f9}.email-preview-empty{height:560px;display:grid;place-items:center;align-content:center;gap:8px;color:#718196;text-align:center}.email-preview-empty svg{width:36px;height:36px;color:var(--blue,#174f93)}.email-preview-empty strong{font-size:16px;color:#40536b}.email-preview-empty span{font-size:13px}.email-compose-card .email-panel-heading,.email-footer-card .email-panel-heading{padding-bottom:14px;border-bottom:1px solid var(--border,#dfe5eb)}.email-compose-actions{padding-top:4px}.email-compose-actions .primary-button{min-width:172px}.email-compose-form code{padding:2px 5px;border-radius:5px;background:var(--soft,#eef3f8);color:var(--blue,#174f93)}@media (max-width:1280px){.email-admin-layout{grid-template-columns:210px minmax(360px,1fr)}.email-admin-layout>.email-preview-shell{grid-column:1/-1;position:relative;top:auto}.email-admin-layout>.email-preview-shell iframe{height:680px}.email-compose-layout,.email-footer-layout{grid-template-columns:1fr}.email-compose-layout>.email-preview-shell,.email-footer-layout>.email-preview-shell{position:relative;top:auto}.email-compose-layout>.email-preview-shell iframe,.email-footer-layout>.email-preview-shell iframe{height:680px}}@media (max-width:820px){.email-admin-hero{align-items:flex-start;padding:21px}.email-admin-hero h2{font-size:23px}.email-admin-layout{grid-template-columns:1fr}.email-template-list{grid-template-columns:repeat(3,minmax(180px,1fr));overflow-x:auto}.email-template-list .email-panel-heading{grid-column:1/-1}.email-template-list>button{min-width:180px}.email-panel-heading{align-items:flex-start;flex-direction:column}.email-editor-actions{width:100%;justify-content:stretch}.email-editor-actions button{flex:1}.email-template-form .two-inputs,.email-compose-form .two-inputs{grid-template-columns:1fr}.email-preview-shell iframe{height:600px}}@media (max-width:560px){.email-admin-hero-icon{width:48px;height:48px}.email-admin-hero{gap:13px}.email-admin-hero p{font-size:14px}.email-template-editor,.email-template-list,.email-compose-card,.email-footer-card{padding:15px}.email-editor-actions,.email-compose-actions{display:grid;grid-template-columns:1fr;width:100%}.email-compose-actions .primary-button{min-width:0}.email-preview-shell iframe{height:520px}}.chat-self-approval-badge{display:inline-flex;margin-left:8px;vertical-align:middle;font-size:11px;padding:4px 7px}.admin-user-profile-cell .admin-user-avatar-link{display:inline-flex;border-radius:999px;flex:0 0 auto}.admin-user-profile-cell .admin-user-avatar-link:focus-visible,.admin-user-name-line>a:focus-visible{outline:3px solid color-mix(in srgb,var(--blue,#174f93) 25%,transparent);outline-offset:3px}.admin-user-name-line{display:flex;align-items:center;gap:6px;min-width:0;flex-wrap:wrap}.admin-user-name-line>a{font-weight:850;color:inherit;text-decoration:none;overflow-wrap:anywhere}.admin-user-name-line>a:hover{color:var(--blue,#174f93);text-decoration:underline}.email-state-icon{width:17px;height:17px;flex:0 0 auto}.email-state-icon.verified{color:#159447}.email-state-icon.unverified{color:#d43b49}.account-state-badge.inactive,.account-state-badge.deactivated{background:#fff2d8;color:#9a6100}.account-state-badge.deleted{background:#f0f1f3;color:#697383}.chat-access-list-panel,.chat-access-policy-panel{min-width:0}.chat-access-table td strong,.chat-access-table td small{display:block}.chat-access-reason{display:block;max-width:340px;white-space:normal;overflow-wrap:anywhere;line-height:1.45}.chat-duration-input{display:grid;gap:4px;min-width:92px}.chat-duration-input input{width:92px}.chat-access-decision-buttons{display:flex;gap:7px;flex-wrap:wrap}.compact-button{padding:8px 11px!important;font-size:.84rem!important}.chat-self-approval-badge{margin-left:7px}.chat-policy-current{display:grid;grid-template-columns:minmax(230px,.8fr) minmax(300px,1.2fr);gap:16px;align-items:center;padding:17px;border:1px solid var(--line);border-radius:15px;background:color-mix(in srgb,var(--blue,#174f93) 4%,var(--card,#fff))}.chat-policy-current-person{display:flex;align-items:center;gap:12px;min-width:0}.chat-policy-current-person>div{display:grid;gap:3px;min-width:0}.chat-policy-current-person span,.chat-policy-current-person small{color:var(--muted);font-size:.82rem}.chat-policy-current-person strong{font-size:1rem;overflow-wrap:anywhere}.chat-policy-editor{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end}.chat-policy-editor label{display:grid;gap:6px;font-weight:750}.chat-policy-editor select{width:100%;min-width:0}.chat-policy-history-heading{display:flex;align-items:center;justify-content:space-between;margin:20px 0 10px}.chat-policy-history-heading>div{display:flex;align-items:center;gap:9px}.chat-policy-history-heading svg{color:var(--blue,#174f93);width:20px}.chat-policy-history-heading h3{margin:0}.chat-policy-history-heading small{color:var(--muted)}.chat-policy-history-list{display:grid;border:1px solid var(--line);border-radius:14px;overflow:hidden}.chat-policy-history-list>div:not(.empty-state){display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;padding:12px 14px;border-top:1px solid var(--line)}.chat-policy-history-list>div:first-child{border-top:0}.chat-policy-history-list strong,.chat-policy-history-list small{display:block}.chat-policy-history-list small{color:var(--muted);margin-top:2px}.ticket-history-card{padding:15px;margin-top:14px;min-width:0}.ticket-history-card>header{display:flex;align-items:center;justify-content:space-between;padding-bottom:10px;border-bottom:1px solid var(--line)}.ticket-history-card>header>div{display:flex;align-items:center;gap:9px}.ticket-history-card>header svg{width:19px;color:var(--blue,#174f93)}.ticket-history-card>header strong,.ticket-history-card>header small{display:block}.ticket-history-card>header small{color:var(--muted);font-size:.76rem}.ticket-history-list{display:grid}.ticket-history-list>article{display:grid;grid-template-columns:30px minmax(0,1fr);gap:9px;padding:10px 0;border-bottom:1px solid var(--line)}.ticket-history-list>article:last-child{border-bottom:0}.ticket-history-list>article>span{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:color-mix(in srgb,var(--blue,#174f93) 9%,var(--card,#fff));color:var(--blue,#174f93)}.ticket-history-list>article>span svg{width:15px}.ticket-history-list strong{font-size:.85rem}.ticket-history-list p{margin:2px 0;color:var(--text);font-size:.78rem;line-height:1.4;overflow-wrap:anywhere}.ticket-history-list small{font-size:.7rem;color:var(--muted)}.ticket-history-card>footer{display:flex;align-items:center;justify-content:center;gap:10px;padding-top:10px}.ticket-history-card>footer button{width:30px;height:30px;border:1px solid var(--line);border-radius:8px;background:var(--card);color:inherit}.ticket-history-card>footer span{font-size:.75rem;color:var(--muted)}@media (max-width:900px){.chat-policy-current,.chat-policy-editor{grid-template-columns:1fr}.chat-policy-editor button{width:100%;justify-content:center}.chat-access-decision-buttons{display:grid}.chat-access-table{min-width:850px}}.admin-email-panel,.admin-email-panel *,.email-admin-layout,.email-compose-layout,.email-footer-layout,.email-template-list,.email-template-editor,.email-compose-card,.email-footer-card,.email-preview-shell{box-sizing:border-box}.admin-email-panel{width:100%;min-width:0;max-width:100%;overflow-x:clip}.email-admin-hero{width:100%;min-width:0;max-width:100%}.email-admin-hero>div:last-child{min-width:0}.email-admin-hero h2,.email-admin-hero span{max-width:100%;overflow-wrap:anywhere}.email-admin-tabs{display:flex;flex-wrap:nowrap;gap:7px;width:100%;max-width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;padding:5px 5px 9px;scroll-snap-type:x proximity;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--blue,#174f93) 42%,transparent) transparent}.email-admin-tabs::-webkit-scrollbar{height:6px}.email-admin-tabs::-webkit-scrollbar-track{background:transparent}.email-admin-tabs::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--blue,#174f93) 38%,transparent);border-radius:999px}.email-admin-tabs button{flex:0 0 auto;scroll-snap-align:start}.email-admin-layout{width:100%;max-width:100%;grid-template-columns:minmax(190px,230px) minmax(0,1fr)}.email-admin-layout>.email-preview-shell{grid-column:1/-1;position:relative;top:auto;width:100%;max-width:100%}.email-compose-layout,.email-footer-layout{width:100%;max-width:100%;grid-template-columns:minmax(0,1fr)}.email-compose-layout>.email-preview-shell,.email-footer-layout>.email-preview-shell{position:relative;top:auto;width:100%;max-width:100%}.email-template-form,.email-compose-form,.email-footer-form,.email-variable-box,.email-panel-heading{min-width:0;max-width:100%}.email-variable-box>div{min-width:0;max-width:100%;overflow-x:auto;padding-bottom:3px}.email-variable-box button{flex:0 0 auto}.email-preview-shell iframe{max-width:100%}.chat-duration-input{display:grid;gap:6px;min-width:138px;margin:0}.chat-duration-field{display:grid;grid-template-columns:auto minmax(48px,1fr) auto;align-items:center;gap:7px;width:138px;min-height:42px;padding:0 10px;border:1px solid var(--line,#dfe5eb);border-radius:12px;background:var(--card,#fff);box-shadow:0 5px 14px #183e630f;transition:border-color .15s,box-shadow .15s,background .15s}.chat-duration-field:focus-within{border-color:var(--blue,#174f93);box-shadow:0 0 0 3px color-mix(in srgb,var(--blue,#174f93) 14%,transparent),0 7px 18px #183e6314}.chat-duration-field>svg{width:17px;height:17px;color:var(--blue,#174f93)}.chat-duration-field input{width:100%!important;min-width:0;height:40px;padding:0;border:0!important;outline:0;background:transparent!important;color:var(--text,#203247);font:inherit;font-size:15px;font-weight:850;text-align:center;box-shadow:none!important;appearance:textfield}.chat-duration-field input::-webkit-outer-spin-button,.chat-duration-field input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.chat-duration-field em{font-style:normal;font-size:12px;font-weight:800;color:var(--muted,#687486)}.chat-duration-input>small{font-size:11px;color:var(--muted,#687486);text-align:center}@media (min-width:1700px){.email-admin-layout{grid-template-columns:minmax(190px,230px) minmax(0,1fr) minmax(360px,.9fr)}.email-admin-layout>.email-preview-shell{grid-column:auto;position:sticky;top:84px}.email-compose-layout,.email-footer-layout{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr)}.email-compose-layout>.email-preview-shell,.email-footer-layout>.email-preview-shell{position:sticky;top:84px}}@media (max-width:820px){.email-admin-tabs{border-radius:12px}.email-admin-tabs button{padding:10px 13px}.email-admin-layout{grid-template-columns:minmax(0,1fr)}.email-template-list{width:100%;max-width:100%;grid-template-columns:repeat(3,minmax(180px,1fr));overflow-x:auto;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}.email-template-editor,.email-compose-card,.email-footer-card{width:100%;max-width:100%}}@media (max-width:560px){.email-admin-hero h2{font-size:21px}.email-admin-tabs button{font-size:14px}.chat-duration-field{width:128px}}.auth-login-art-layout{min-height:100svh;grid-template-columns:minmax(500px,56vw) minmax(420px,1fr);background:#eef5ff;overflow:hidden}.auth-visual-art{min-height:100svh;padding:0;background:#0d4ea4;isolation:isolate}.auth-visual-art:after{content:"";position:absolute;z-index:2;inset:0;pointer-events:none;background:linear-gradient(90deg,transparent 70%,rgba(7,29,66,.18) 100%),linear-gradient(180deg,rgba(5,39,98,.04),transparent 28%,rgba(5,31,73,.1))}.auth-login-art{position:absolute!important;z-index:1!important;inset:0!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;object-position:50% 43%!important;opacity:1!important;mask-image:none!important}.auth-login-art-layout .auth-form-side{min-width:0;min-height:100svh;padding:clamp(24px,4vw,56px);background:radial-gradient(circle at 15% 10%,rgba(102,168,255,.17),transparent 35%),linear-gradient(155deg,#f7fbff,#eef5ff);overflow-y:auto}.auth-login-art-layout .auth-card{width:min(470px,100%);box-shadow:0 28px 85px #19447e2b;border-color:#99b8e26b}.auth-mobile-hero{display:none}@media (max-width:1100px) and (min-width:821px){.auth-login-art-layout{grid-template-columns:minmax(430px,52vw) minmax(390px,1fr)}.auth-login-art{object-position:50% 42%!important}.auth-login-art-layout .auth-form-side{padding:28px}}@media (max-width:820px){.auth-page.auth-login-art-layout{display:block;min-height:100svh;overflow-x:hidden;background:#eef5ff}.auth-login-art-layout .auth-visual{display:none!important}.auth-login-art-layout .auth-form-side{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:100svh;padding:0 14px max(24px,env(safe-area-inset-bottom));overflow:visible}.auth-mobile-hero{display:block;flex:0 0 auto;width:calc(100% + 28px);height:clamp(190px,55vw,280px);margin:0 -14px;overflow:hidden;border-radius:0 0 26px 26px;background:#0d4ea4;box-shadow:0 18px 45px #15499138}.auth-mobile-hero img{width:100%;height:100%;max-width:none;object-fit:cover;object-position:50% 47%}.auth-login-art-layout .auth-card{width:min(470px,100%);margin:-28px auto 0;padding:24px;border-radius:23px;position:relative;z-index:2}.auth-login-art-layout .auth-mobile-brand{display:none!important}}@media (max-width:420px){.auth-mobile-hero{height:205px}.auth-login-art-layout .auth-card{padding:21px 18px;margin-top:-22px}}.auth-card select{width:100%;min-width:0;border:1px solid var(--line);border-radius:11px;padding:12px;background:#fff;color:#263b55;outline:0}.auth-card select:focus,.auth-card input:focus{border-color:#5b8fd8;box-shadow:0 0 0 3px #3173cd1f}.auth-register-meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:start}.auth-register-meta-grid label{min-width:0;margin:8px 0}.auth-register-meta-grid small{color:#71839a;font-size:10px;line-height:1.45;font-weight:600}.email-language-toolbar{display:flex;align-items:center;gap:12px;min-width:0;padding:12px 14px;border:1px solid #dce7f5;border-radius:15px;background:#f6faff;color:#315779}.email-language-toolbar>svg{width:21px;flex:0 0 auto;color:#2875cf}.email-language-toolbar label{display:flex;align-items:center;gap:10px;min-width:0;margin:0;font-size:11px;font-weight:800}.email-language-toolbar select{min-width:180px;max-width:280px;border:1px solid #cfdeed;border-radius:10px;background:#fff;padding:9px 34px 9px 11px;color:#21466f}.email-language-toolbar small{min-width:0;color:#6b8099;font-size:10px;line-height:1.45}@media (max-width:720px){.auth-register-meta-grid{grid-template-columns:1fr}.email-language-toolbar{align-items:flex-start;flex-wrap:wrap}.email-language-toolbar label{width:100%;display:grid;gap:6px}.email-language-toolbar select{width:100%;max-width:none}.email-language-toolbar small{padding-left:33px}}.email-verification-gate{min-height:100vh;display:grid;place-items:center;padding:clamp(18px,4vw,48px);background:radial-gradient(circle at 20% 10%,rgba(61,151,255,.2),transparent 34%),radial-gradient(circle at 90% 80%,rgba(90,74,255,.16),transparent 30%),linear-gradient(145deg,#eaf4ff,#f7faff 48%,#eef1ff);overflow-x:hidden}.email-verification-gate-card{position:relative;width:min(100%,680px);display:flex;flex-direction:column;align-items:center;gap:20px;padding:clamp(24px,5vw,48px);border:1px solid rgba(111,148,195,.3);border-radius:32px;background:color-mix(in srgb,var(--card,#fff) 94%,transparent);box-shadow:0 30px 90px #1237652b;overflow:hidden;text-align:center}.email-verification-gate-card:before{content:"";position:absolute;inset:0 0 auto;height:7px;background:linear-gradient(90deg,#174f93,#398cff,#7468ff)}.email-verification-gate-card>.brand{position:relative;z-index:1}.email-verification-big-icon{width:clamp(112px,22vw,154px);aspect-ratio:1;display:grid;place-items:center;border-radius:38%;background:linear-gradient(145deg,#0f4a98,#287ce7 58%,#7659e8);box-shadow:0 18px 45px #174f934d,inset 0 1px #ffffff73;transform:rotate(-2deg)}.email-verification-big-icon svg{width:56%;height:56%;color:#fff;filter:drop-shadow(0 6px 12px rgba(0,31,88,.28));transform:rotate(2deg)}.email-verification-copy{display:flex;flex-direction:column;align-items:center;gap:10px;max-width:570px}.email-verification-eyebrow{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border-radius:999px;background:#e9f3ff;color:#155a9a;font-weight:800;font-size:.78rem;letter-spacing:.04em;text-transform:uppercase}.email-verification-eyebrow svg{width:16px;height:16px}.email-verification-copy h1{margin:0;font-size:clamp(1.8rem,5vw,2.65rem);line-height:1.1;color:var(--text,#17243a)}.email-verification-copy p{margin:0;color:var(--muted,#65748b);font-size:clamp(.98rem,2.2vw,1.08rem);line-height:1.65}.email-verification-address{width:100%;display:flex;flex-direction:column;gap:7px;padding:17px 20px;border:1px solid #d8e6f7;border-radius:18px;background:linear-gradient(135deg,#f5f9ff,#eef5ff);overflow-wrap:anywhere}.email-verification-address span{font-size:.83rem;color:#687890}.email-verification-address strong{font-size:clamp(1rem,3vw,1.18rem);color:#174f93}.email-verification-hint{width:100%;display:flex;align-items:flex-start;gap:13px;padding:16px 18px;border-radius:18px;background:var(--soft,#f6f8fb);border:1px solid var(--border,#dde6f1);text-align:left}.email-verification-hint>svg{flex:0 0 auto;color:#276fbd}.email-verification-hint p,.email-verification-hint small{display:block;margin:0;line-height:1.55}.email-verification-hint p{color:var(--text,#17243a);font-weight:650}.email-verification-hint small{margin-top:5px;color:var(--muted,#65748b)}.email-verification-message{width:100%;justify-content:center;margin:0}.email-verification-actions{width:100%;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:12px}.email-verification-actions button{min-width:0;justify-content:center;min-height:48px}.email-verification-resend{box-shadow:0 12px 28px #174f9333}.email-verification-logout{display:inline-flex;align-items:center;gap:7px;color:var(--muted,#65748b)}.email-verification-logout svg{width:17px;height:17px}[data-theme=dark] .email-verification-gate{background:radial-gradient(circle at 18% 12%,rgba(43,126,230,.2),transparent 34%),linear-gradient(145deg,#0b1422,#111b2c 56%,#171832)}[data-theme=dark] .email-verification-address{background:linear-gradient(135deg,#1440747a,#1b2f5980);border-color:#669cdc47}[data-theme=dark] .email-verification-eyebrow{background:#2c77cb33;color:#9dcbff}@media (max-width:640px){.email-verification-gate{padding:12px;align-items:stretch}.email-verification-gate-card{min-height:calc(100vh - 24px);justify-content:center;border-radius:24px;padding:24px 16px}.email-verification-actions{grid-template-columns:1fr}.email-verification-big-icon{width:112px}.email-verification-hint{padding:14px;text-align:left}}.admin-password-editor{min-width:0;display:grid;gap:9px}.admin-password-editor label{min-width:0}.admin-password-input-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center}.admin-password-input-row input{min-width:0;width:100%}.admin-password-input-row .icon-button{width:44px;height:44px;flex:0 0 44px;border:1px solid var(--border-color);background:var(--surface-soft)}.admin-password-tools{display:flex;flex-wrap:wrap;gap:8px}.admin-password-tools .secondary-button{min-height:40px;padding:9px 12px}.admin-password-editor small{display:block;margin-top:6px;line-height:1.45}@media (max-width:620px){.admin-password-tools{display:grid;grid-template-columns:1fr}.admin-password-tools .secondary-button{width:100%}}.top-action{position:relative}.top-action-dot{position:absolute;top:5px;right:5px;width:9px;height:9px;border-radius:50%;background:#ef4f64;border:2px solid #fff;box-shadow:0 1px 5px #ac1f3859}.message-unread-dot,.sidebar-unread-dot{display:inline-block;flex:0 0 auto;width:9px;height:9px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 3px color-mix(in srgb,var(--blue) 14%,transparent)}.top-panel-row.unread-message{background:color-mix(in srgb,var(--blue) 7%,#fff)}.top-panel-row .message-unread-dot{margin-left:auto;margin-right:3px}.sidebar-nav a .sidebar-unread-dot{margin-left:auto}.conversation-list>button .message-unread-dot{justify-self:end;margin-right:5px}.mobile-profile-link .mobile-nav-avatar{border:2px solid transparent;box-shadow:0 2px 8px #1c3a602e;transition:.18s ease}.mobile-profile-link.active .mobile-nav-avatar{border-color:var(--blue);box-shadow:0 0 0 3px color-mix(in srgb,var(--blue) 16%,transparent)}.mobile-profile-link .mobile-nav-avatar>span{font-size:9px}.chat-pane,.conversation-sidebar{min-height:0;overflow:hidden}.messages-list,.conversation-list{min-height:0;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.messages-list{overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable}.chat-compose{flex:0 0 auto;background:#fff;position:relative;z-index:2}.profile-actions{flex-wrap:wrap}.profile-actions>.primary-button,.profile-actions>.secondary-button{white-space:nowrap}@media (max-width:820px){.messenger{height:calc(100dvh - 154px);max-height:calc(100dvh - 154px);min-height:0;overflow:hidden}.chat-pane,.conversation-sidebar{height:100%;min-height:0;max-height:100%;overflow:hidden}.messages-list{flex:1 1 0;min-height:0;height:0;padding-bottom:18px}.conversation-list{flex:1 1 0;min-height:0}.chat-header,.chat-compose{flex-shrink:0}.chat-compose{padding-bottom:max(10px,env(safe-area-inset-bottom))}.message-row{max-width:94%}.message-row img{max-width:min(72vw,270px);height:auto}}@media (max-width:480px){.messenger{height:calc(100dvh - 148px);max-height:calc(100dvh - 148px)}.profile-actions>.primary-button,.profile-actions>.secondary-button{flex:1 1 calc(50% - 5px);justify-content:center}}.conversation-unread-count{min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:var(--blue);color:#fff;display:inline-grid;place-items:center;font-size:10px;font-weight:900;line-height:1;flex:0 0 auto}.top-dropdown-messages .conversation-unread-count{margin-left:auto}.conversation-list .conversation-unread-count{margin-left:auto;align-self:center}.profile-avatar-preview-button{display:block;border:0;background:transparent;padding:0;border-radius:50%;cursor:zoom-in;line-height:0}.profile-avatar-preview-button:disabled{cursor:default}.profile-avatar-preview-button .avatar{pointer-events:none}.profile-avatar-lightbox{position:fixed;inset:0;z-index:1200;background:#071222d6;display:grid;place-items:center;padding:20px;backdrop-filter:blur(8px)}.profile-avatar-lightbox-card{position:relative;width:min(92vw,620px);max-height:92vh;background:#fff;border-radius:24px;padding:14px;box-shadow:0 30px 90px #00000061;display:grid;gap:12px}.profile-avatar-lightbox-card>img{width:100%;max-height:72vh;object-fit:contain;border-radius:17px;background:#eef3f8}.profile-avatar-lightbox-close{position:absolute;right:24px;top:24px;width:40px;height:40px;border:0;border-radius:50%;background:#071222b8;color:#fff;display:grid;place-items:center;cursor:pointer}.profile-avatar-lightbox-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:2px 6px 5px}.profile-avatar-lightbox-meta strong{font-size:16px}.profile-avatar-lightbox-meta span{display:inline-flex;align-items:center;gap:6px;color:#df3f63;font-size:13px;font-weight:850}.profile-avatar-lightbox-meta svg{width:17px;height:17px;fill:currentColor}.app-shell,.route-content,.content-column,.feed-list,.post-card,.comments,.comment-list,.comment-thread-item,.comment,.comment-body,.comment-bubble{min-width:0;max-width:100%;box-sizing:border-box}.app-shell{overflow-x:clip}.comments{overflow-x:hidden}.comment-list,.comment-thread-item{width:100%}.comment{display:grid!important;width:100%;grid-template-columns:auto minmax(0,1fr) auto!important}.comment-body,.comment-bubble{width:100%}.comment-bubble p,.reply-reference{overflow-wrap:anywhere;word-break:break-word}.comment-inline-actions{min-width:0;max-width:100%;flex-wrap:wrap}.comment-reaction-control{min-width:0;max-width:100%}.comment-reaction-picker{max-width:min(320px,calc(100vw - 36px));overflow-x:auto;overscroll-behavior:contain}.comment-thread-item.depth-1{width:calc(100% - 52px)}.comment-targeted .comment-bubble{box-shadow:0 0 0 3px #174f932e;background:#eaf3ff}@media (max-width:520px){.comment-thread-item.depth-1{margin-left:12px;padding-left:8px;width:calc(100% - 12px)}.comment-tools{gap:0}.comment-tools .icon-button{width:26px;height:26px}.comment-reaction-picker{left:0;right:auto;max-width:calc(100vw - 42px)}.profile-avatar-lightbox{padding:10px}.profile-avatar-lightbox-card{width:100%;border-radius:18px;padding:10px}.profile-avatar-lightbox-card>img{max-height:76vh;border-radius:13px}}.profile-avatar-post-modal{width:min(980px,calc(100vw - 28px));max-width:980px}.profile-avatar-post-modal .modal-body{padding:0;background:#eef3f9}.profile-avatar-post-dialog{min-width:0;padding:14px}.profile-avatar-post-dialog .post-card{margin:0;box-shadow:none;border:1px solid var(--line);overflow:visible}.profile-avatar-post-dialog .post-media{max-height:none}.profile-avatar-post-dialog .post-media.media-1 img{width:100%;max-height:68vh;object-fit:contain;background:#0c1727}.profile-avatar-fallback{display:grid;gap:12px;text-align:center;padding:8px}.profile-avatar-fallback img{display:block;width:100%;max-height:72vh;object-fit:contain;border-radius:16px;background:#0c1727}.profile-avatar-fallback p{margin:0;color:var(--muted);font-size:12px}@media (max-width:820px){.profile-avatar-post-modal{width:calc(100vw - 12px);max-height:calc(100dvh - 12px)}.profile-avatar-post-modal .modal-body{overflow:auto}.profile-avatar-post-dialog{padding:6px}.profile-avatar-post-dialog .post-card{border-radius:13px}.profile-avatar-post-dialog .post-media.media-1 img{max-height:52vh}}.notification-push-actions{display:flex;flex-wrap:wrap;gap:8px}.notification-push-actions .secondary-button{flex:1;min-width:210px}.profile-bio-text{margin:14px 0!important;max-width:760px;white-space:pre-wrap;overflow-wrap:anywhere;font-size:14px!important;line-height:1.72!important;color:#344b67}.profile-about-list{display:grid;gap:9px;margin:14px 0;max-width:700px}.profile-about-list>div,.profile-about-list>a{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:11px;min-width:0;padding:10px 12px;border:1px solid #dfe8f2;border-radius:14px;background:#f8fbff;color:inherit;text-decoration:none}.profile-about-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:#e8f2ff;color:var(--blue);flex:none}.profile-about-icon svg{width:20px;height:20px}.profile-about-list>div>span:last-child,.profile-about-list>a>span:last-child{display:grid;gap:2px;min-width:0}.profile-about-list small{font-size:9px;text-transform:uppercase;letter-spacing:.055em;color:#7b8da3;font-weight:800}.profile-about-list strong{font-size:13px;line-height:1.35;color:#24415f;overflow-wrap:anywhere}.profile-about-list>a:hover{border-color:#aacbef;background:#f1f7ff}.profile-bio-editor textarea{min-height:260px;resize:vertical;line-height:1.65}.profile-bio-counter{display:block;text-align:right;margin-top:4px}.xp-admin-history .xp-history-list article{grid-template-columns:minmax(0,1fr) auto auto auto}.xp-history-delete{width:34px;height:34px;align-self:center}.xp-history-delete svg{width:16px}:root[data-theme=dark] .profile-bio-text{color:#cbd7e6}:root[data-theme=dark] .profile-about-list>div,:root[data-theme=dark] .profile-about-list>a{background:#182a40;border-color:#30445f}:root[data-theme=dark] .profile-about-icon{background:#213b59}:root[data-theme=dark] .profile-about-list strong{color:#e1e9f4}@media (max-width:820px){.profile-about-list{max-width:none}.profile-about-list>div,.profile-about-list>a{grid-template-columns:38px minmax(0,1fr);padding:9px 10px}.profile-about-icon{width:38px;height:38px;border-radius:12px}.xp-admin-history .xp-history-list article{grid-template-columns:minmax(0,1fr) auto auto}.xp-admin-history .xp-history-list article>em{grid-column:1/2}.xp-admin-history .xp-history-list article>.xp-history-delete{grid-column:3;grid-row:1/3}}@media (max-width:520px){.profile-edit-nav{grid-template-columns:1fr 1fr}.profile-edit-nav button:last-child{grid-column:1/-1}.profile-bio-text{font-size:13px!important}.profile-about-list strong{font-size:12px}}.turnstile-widget-only{padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;gap:0!important;overflow:visible!important}.turnstile-widget-only .turnstile-widget-shell{min-height:65px;overflow:visible;justify-items:center}.turnstile-widget-only .turnstile-widget-shell>div{width:100%;display:flex;justify-content:center}.turnstile-widget-only .turnstile-error{margin-top:7px;text-align:center}.message-avatar{border:2px solid var(--card);box-shadow:0 4px 14px #122b4b29;background:var(--sky)}.message-meta{justify-content:flex-end;margin-top:5px}.message-read-receipt,.message-sent-receipt{display:inline-flex;align-items:center;gap:5px;font-size:10px;line-height:1.2;white-space:nowrap}.message-read-receipt{color:#4f6f94}.message-sent-receipt{color:#7b8da3}.message-read-receipt>svg,.message-sent-receipt>svg{width:14px;height:14px;flex:none}.message-read-receipt>svg{color:#2f8be6}.message-sent-receipt>svg{color:#8294aa}.message-receipt-avatars{display:inline-flex;align-items:center;margin-right:1px}.message-receipt-avatars .avatar{margin-left:-5px;border:1.5px solid var(--card);box-shadow:none}.message-row.mine .message-meta,.message-row.mine .message-read-receipt,.message-row.mine .message-sent-receipt{color:#ffffffd1}.message-row.mine .message-read-receipt>svg,.message-row.mine .message-sent-receipt>svg{color:#d8ebff}.message-row.mine .message-receipt-avatars .avatar{border-color:var(--blue)}@media (min-width:821px){.reaction-users-dialog{width:min(760px,calc(100vw - 48px));max-width:760px}.reaction-users-dialog .modal-body{overflow-x:hidden}.reaction-users-dialog .reaction-users-modal{min-width:0;width:100%}.reaction-users-dialog .reaction-filter-tabs{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));overflow:visible;padding-bottom:2px}.reaction-users-dialog .reaction-filter-tabs button{min-width:0;width:100%;padding:0 7px;justify-content:center}.profile-info-redesigned{grid-template-columns:minmax(0,1fr) 278px;grid-template-rows:auto auto;gap:10px 30px;padding:24px 28px 26px;align-items:start}.profile-info-redesigned .profile-copy{grid-column:1;grid-row:1;padding-top:0;min-width:0}.profile-side-card{grid-column:2;grid-row:1 / span 2;margin-top:-102px;padding:18px 15px 15px;border:1px solid var(--line);border-radius:22px;background:var(--card);box-shadow:0 18px 44px #1d375924;min-width:0}.profile-side-card .profile-avatar-wrap{width:max-content;margin:0 auto;position:relative}.profile-side-card .profile-avatar-preview-button .avatar{border:6px solid var(--card);box-shadow:0 10px 30px #16315438}.profile-side-card .profile-about-list{max-width:none;margin:17px 0 0;gap:8px}.profile-side-card .profile-about-list>div,.profile-side-card .profile-about-list>a{grid-template-columns:36px minmax(0,1fr);padding:9px 10px;border-radius:13px}.profile-side-card .profile-about-icon{width:36px;height:36px;border-radius:11px}.profile-side-card .profile-about-icon svg{width:18px;height:18px}.profile-side-card .profile-about-list strong{font-size:12px}.profile-info-redesigned .profile-actions{grid-column:1;grid-row:2;padding-top:6px}.profile-info-redesigned .profile-bio-text{max-width:760px;font-size:15px!important;line-height:1.76!important}}@media (max-width:820px){.profile-info-redesigned{display:flex!important;flex-direction:column!important;padding:0 14px 16px!important;gap:10px!important}.profile-info-redesigned .profile-side-card{display:contents}.profile-info-redesigned .profile-avatar-wrap{order:-4;margin-top:-52px}.profile-info-redesigned .profile-copy{order:-3;padding-top:0}.profile-info-redesigned .profile-about-list{order:-2;width:100%;max-width:none;margin:5px 0 3px}.profile-info-redesigned .profile-actions{order:-1;width:100%;padding-top:0}.message-avatar{width:32px!important;height:32px!important}}:root[data-theme=dark]{--navy:#f1f6ff;--blue:#72b4ff;--blue2:#4b98ef;--sky:#182b44;--line:#2b3f59;--muted:#a7b7ca;--card:#121e2f;--danger:#ff7f92;--success:#55d7a3;--warning:#ffc46b;--shadow:0 18px 48px rgba(0,0,0,.34);color:#edf4ff;background:#07101d}:root[data-theme=dark] body,:root[data-theme=dark] .app-shell,:root[data-theme=dark] .main-layout{background:radial-gradient(circle at 12% -4%,rgba(47,112,187,.17),transparent 31%),radial-gradient(circle at 92% 12%,rgba(74,55,145,.13),transparent 28%),#07101d;color:#edf4ff}:root[data-theme=dark] .topbar{background:#08101de6;border-color:#263a54;box-shadow:0 8px 30px #00000038;backdrop-filter:blur(18px)}:root[data-theme=dark] .card,:root[data-theme=dark] .modal-card,:root[data-theme=dark] .sidebar-card,:root[data-theme=dark] .profile-side-card{background:linear-gradient(155deg,#142236,#101b2b);border-color:#2b405a;box-shadow:0 18px 48px #0000004d}:root[data-theme=dark] .left-sidebar{background:transparent!important}:root[data-theme=dark] .search-box,:root[data-theme=dark] .inline-search,:root[data-theme=dark] .conversation-search,:root[data-theme=dark] .chat-compose>div,:root[data-theme=dark] input,:root[data-theme=dark] textarea,:root[data-theme=dark] select{background:#0a1626!important;color:#edf4ff!important;border-color:#304863!important}:root[data-theme=dark] input:focus,:root[data-theme=dark] textarea:focus,:root[data-theme=dark] select:focus{border-color:#5b9fe8!important;box-shadow:0 0 0 3px #5b9fe826!important}:root[data-theme=dark] input::placeholder,:root[data-theme=dark] textarea::placeholder{color:#71859f}:root[data-theme=dark] .sidebar-nav a,:root[data-theme=dark] .desktop-topnav a,:root[data-theme=dark] .mobile-bottom-nav a{color:#afbed0}:root[data-theme=dark] .sidebar-nav a:hover,:root[data-theme=dark] .sidebar-nav a.active,:root[data-theme=dark] .desktop-topnav a:hover,:root[data-theme=dark] .desktop-topnav a.active{background:linear-gradient(135deg,#1c3553,#1a2d47);color:#91c8ff}:root[data-theme=dark] .primary-button,:root[data-theme=dark] .send-button,:root[data-theme=dark] .primary-icon{background:linear-gradient(135deg,#2467ad,#348de5);color:#fff;box-shadow:0 8px 22px #1e6fc142}:root[data-theme=dark] .primary-button:hover{background:linear-gradient(135deg,#2d76c4,#43a0f5)}:root[data-theme=dark] .secondary-button,:root[data-theme=dark] .mini,:root[data-theme=dark] .icon-button:hover{background:#1a2b42;color:#d2deec;border-color:#314861}:root[data-theme=dark] .post-card,:root[data-theme=dark] .profile-hero,:root[data-theme=dark] .messenger{overflow:visible}:root[data-theme=dark] .post-header,:root[data-theme=dark] .post-summary,:root[data-theme=dark] .post-actions,:root[data-theme=dark] .profile-tabs,:root[data-theme=dark] .chat-header,:root[data-theme=dark] .chat-compose,:root[data-theme=dark] .conversation-sidebar>header{border-color:#2a3e57}:root[data-theme=dark] .post-content,:root[data-theme=dark] .profile-copy h1,:root[data-theme=dark] .panel-title h2,:root[data-theme=dark] .panel-title h3,:root[data-theme=dark] .chat-empty h2{color:#eff5ff}:root[data-theme=dark] .post-actions button,:root[data-theme=dark] .post-summary button,:root[data-theme=dark] .reaction-control>button{color:#b4c3d5}:root[data-theme=dark] .post-actions button:hover,:root[data-theme=dark] .reaction-control>button:hover,:root[data-theme=dark] .reaction-control>button.active{background:#1c3552;color:#8ec6ff}:root[data-theme=dark] .comments,:root[data-theme=dark] .comment-bubble,:root[data-theme=dark] .reply-compose-banner{background:#0d1929;border-color:#293e57;color:#e6eef9}:root[data-theme=dark] .comment-inline-actions button,:root[data-theme=dark] .comment-tools button{color:#a9bbcf}:root[data-theme=dark] .reaction-picker,:root[data-theme=dark] .comment-reaction-picker,:root[data-theme=dark] .message-reaction-picker,:root[data-theme=dark] .menu-popover,:root[data-theme=dark] .profile-more-menu{background:#15253a;border-color:#35506d;color:#edf4ff;box-shadow:0 18px 48px #0000006b}:root[data-theme=dark] .menu-popover button,:root[data-theme=dark] .profile-more-menu button{background:transparent;color:#d4dfec}:root[data-theme=dark] .menu-popover button:hover,:root[data-theme=dark] .profile-more-menu button:hover{background:#203751;color:#fff}:root[data-theme=dark] .reaction-filter-tabs button{background:#16273b;border-color:#30465f;color:#bdcadd}:root[data-theme=dark] .reaction-filter-tabs button.active{background:#203d5f;border-color:#5188bd;color:#a9d3ff}:root[data-theme=dark] .reaction-user-list{border-color:#2b4058}:root[data-theme=dark] .reaction-user-list>a{border-color:#283c54}:root[data-theme=dark] .reaction-user-list>a:hover{background:#192d45}:root[data-theme=dark] .conversation-sidebar{border-color:#293d55}:root[data-theme=dark] .conversation-list>button{background:transparent;color:#e7eef8}:root[data-theme=dark] .conversation-list>button:hover,:root[data-theme=dark] .conversation-list>button.active{background:linear-gradient(90deg,#1a304a,#172941)}:root[data-theme=dark] .messages-list{background:radial-gradient(circle at 22% 10%,rgba(47,107,174,.1),transparent 33%),linear-gradient(#0a1524,#0c1828)}:root[data-theme=dark] .message-row>div{background:#17273a;border-color:#314862;color:#edf4ff;box-shadow:0 7px 22px #0003}:root[data-theme=dark] .message-row.mine>div{background:linear-gradient(135deg,#1f5f9f,#2c82cf);border-color:#3c8bd2;color:#fff}:root[data-theme=dark] .message-avatar{border-color:#101d2e;background:#1d334e}:root[data-theme=dark] .message-row.mine .message-receipt-avatars .avatar{border-color:#2b7fc9}:root[data-theme=dark] .profile-cover{background:linear-gradient(135deg,#102b4c,#284f78)}:root[data-theme=dark] .profile-side-card .profile-about-list>div,:root[data-theme=dark] .profile-side-card .profile-about-list>a{background:#0e1b2b;border-color:#2d435c}:root[data-theme=dark] .profile-side-card .profile-about-list>div:hover,:root[data-theme=dark] .profile-side-card .profile-about-list>a:hover{background:#142943;border-color:#44709c}:root[data-theme=dark] .profile-about-icon{background:linear-gradient(135deg,#1d3b5b,#244b70);color:#8dc5ff}:root[data-theme=dark] .profile-about-list small{color:#879bb3}:root[data-theme=dark] .profile-about-list strong,:root[data-theme=dark] .profile-bio-text{color:#dce7f5}:root[data-theme=dark] .profile-tabs button.active{background:#1a3554;color:#8fc8ff}:root[data-theme=dark] .profile-avatar-post-modal .modal-body{background:#091522}:root[data-theme=dark] .mobile-bottom-nav{background:#09121ff5;border-color:#293d55;box-shadow:0 -10px 30px #0000003d}.profile-avatar-preview-button .avatar{border:5px solid var(--card);box-shadow:0 8px 26px #0f25402e}.presence-rail-group{gap:11px}.online-rail-person.online>i{background:#27b875}.online-rail-person.offline>i{background:#8c9aaa}.message-row{width:max-content;min-width:0}.message-row .message-avatar{display:inline-grid!important;visibility:visible!important;opacity:1!important;flex:0 0 36px!important;width:36px!important;height:36px!important;align-self:flex-end;z-index:2}.message-row.mine .message-avatar{display:inline-grid!important}.message-bubble-wrap{min-width:0;max-width:min(620px,calc(100vw - 430px))}.message-meta{display:flex;align-items:center;gap:7px;flex-wrap:wrap;min-height:18px}.message-read-receipt,.message-sent-receipt{font-weight:700;opacity:1!important}.message-receipt-avatars{display:inline-flex;align-items:center}.message-receipt-avatars .avatar{margin-left:-4px;border:2px solid var(--card)}.message-receipt-avatars .avatar:first-child{margin-left:0}.profile-info-character-left{grid-template-columns:210px minmax(0,1fr) auto;gap:18px;padding:0 22px 21px;align-items:start}.profile-avatar-column{min-width:0}.profile-avatar-column .profile-avatar-wrap{width:max-content}.character-profile-about{width:210px;max-width:210px;margin:14px 0 0;gap:7px}.character-profile-about>div{grid-template-columns:34px minmax(0,1fr);padding:8px 9px;border-radius:12px}.character-profile-about .profile-about-icon{width:34px;height:34px;border-radius:10px}.character-profile-about .profile-about-icon svg{width:17px;height:17px}.character-profile-about strong{font-size:12px}.profile-info-character-left .profile-copy{min-width:0}.profile-info-character-left .profile-actions{justify-self:end}.profile-info-character-left .profile-facts>span,.profile-info-character-left .profile-facts>a{display:inline-flex;align-items:center;gap:5px}@media (max-width:820px){.message-bubble-wrap{max-width:calc(100vw - 112px)}.message-row .message-avatar{flex-basis:32px!important;width:32px!important;height:32px!important}.profile-info-character-left{display:flex!important;flex-direction:column!important;padding:0 14px 16px!important;gap:10px!important}.profile-avatar-column{display:contents}.profile-info-character-left .profile-avatar-wrap{order:-4;margin-top:-52px}.profile-info-character-left .profile-copy{order:-3;padding-top:0}.profile-info-character-left .character-profile-about{order:-2;width:100%;max-width:none;margin:4px 0}.profile-info-character-left .profile-actions{order:-1;width:100%;padding-top:0}}:root[data-theme=dark] body,:root[data-theme=dark] .app-shell,:root[data-theme=dark] .main-layout,:root[data-theme=dark] .route-content{background:#07101d;color:#f2f7ff}:root[data-theme=dark] .card,:root[data-theme=dark] .modal-card,:root[data-theme=dark] .modal-card>header,:root[data-theme=dark] .auth-card,:root[data-theme=dark] .auth-action-card,:root[data-theme=dark] .fatal-error-card,:root[data-theme=dark] .onboarding-card,:root[data-theme=dark] .account-dropdown,:root[data-theme=dark] .top-dropdown-panel,:root[data-theme=dark] .search-suggestions,:root[data-theme=dark] .media-lightbox,:root[data-theme=dark] .media-lightbox-panel,:root[data-theme=dark] .media-lightbox-compose,:root[data-theme=dark] .admin-settings-nav,:root[data-theme=dark] .entity-members-list,:root[data-theme=dark] .permission-group,:root[data-theme=dark] .permission-group>header{background:#111e30!important;color:#f3f7ff!important;border-color:#2d435d!important}:root[data-theme=dark] .composer-extra,:root[data-theme=dark] .composer-extra label,:root[data-theme=dark] .tag-search,:root[data-theme=dark] .tag-results,:root[data-theme=dark] .tag-results>button,:root[data-theme=dark] .picker-users>button,:root[data-theme=dark] .emoji-picker,:root[data-theme=dark] .menu-popover,:root[data-theme=dark] .menu-popover button,:root[data-theme=dark] .reaction-picker.active,:root[data-theme=dark] .reaction-picker.active button,:root[data-theme=dark] .reaction-filter-tabs button,:root[data-theme=dark] .admin-tabs,:root[data-theme=dark] .admin-table select,:root[data-theme=dark] .admin-search,:root[data-theme=dark] .admin-search:focus-within,:root[data-theme=dark] .admin-filters select,:root[data-theme=dark] .admin-pagination button,:root[data-theme=dark] .admin-entity-list article,:root[data-theme=dark] .badge-preview,:root[data-theme=dark] .badge-picker-list>button,:root[data-theme=dark] .moderation-item,:root[data-theme=dark] .report-admin-list article,:root[data-theme=dark] .report-summary-box,:root[data-theme=dark] .notification-center-toolbar label,:root[data-theme=dark] .notification-center-toolbar>button,:root[data-theme=dark] .shared-post-card,:root[data-theme=dark] .shared-original-link,:root[data-theme=dark] .share-preview,:root[data-theme=dark] .profile-entity-grid>a,:root[data-theme=dark] .admin-data-table th,:root[data-theme=dark] .log-detail-modal dt,:root[data-theme=dark] .feed-scope-select select,:root[data-theme=dark] .feed-scope-trigger,:root[data-theme=dark] .sanction-user,:root[data-theme=dark] .sanction-summary>span,:root[data-theme=dark] .sanction-create,:root[data-theme=dark] .sanction-type-grid button,:root[data-theme=dark] .sanction-history article,:root[data-theme=dark] .sanction-table-button,:root[data-theme=dark] .friend-scope-switch button.active,:root[data-theme=dark] .character-profile-facts span,:root[data-theme=dark] .onboarding-cover>label,:root[data-theme=dark] .onboarding-summary,:root[data-theme=dark] .maintenance-meta>div,:root[data-theme=dark] .credential-popover,:root[data-theme=dark] .credential-popover:after,:root[data-theme=dark] .search-suggestions>header,:root[data-theme=dark] .search-all-results,:root[data-theme=dark] .levels-timeline article,:root[data-theme=dark] .xp-history-list article,:root[data-theme=dark] .composer-option-panel,:root[data-theme=dark] .composer-choice-grid button,:root[data-theme=dark] .composer-panel-search,:root[data-theme=dark] .composer-inline-input input,:root[data-theme=dark] .inline-mention-results,:root[data-theme=dark] .composer-more-panel select,:root[data-theme=dark] .admin-subtabs button.active,:root[data-theme=dark] .admin-level-card,:root[data-theme=dark] .xp-rule-list article,:root[data-theme=dark] .xp-table-button,:root[data-theme=dark] .xp-admin-summary,:root[data-theme=dark] .xp-adjust-form,:root[data-theme=dark] .xp-admin-history,:root[data-theme=dark] .xp-mode-switch button,:root[data-theme=dark] .xp-how-grid article,:root[data-theme=dark] .xp-visibility-trigger,:root[data-theme=dark] .xp-visibility-menu,:root[data-theme=dark] .account-danger-zone,:root[data-theme=dark] .trending-admin-list article{background:#0d1a2a!important;color:#eef5ff!important;border-color:#2c425c!important}:root[data-theme=dark] .conversation-list>button,:root[data-theme=dark] .profile-more-menu,:root[data-theme=dark] .profile-more-menu button,:root[data-theme=dark] .account-language select,:root[data-theme=dark] .stack-form input,:root[data-theme=dark] .stack-form textarea,:root[data-theme=dark] .stack-form select,:root[data-theme=dark] .settings-page select{background:#0a1626!important;color:#f1f6ff!important;border-color:#304863!important}:root[data-theme=dark] .auth-form-side,:root[data-theme=dark] .left-sidebar,:root[data-theme=dark] .left-sidebar.admin-hidden-sidebar{background:#091523!important;color:#eef5ff!important}:root[data-theme=dark] .app-shell p,:root[data-theme=dark] .app-shell small,:root[data-theme=dark] .app-shell .muted,:root[data-theme=dark] .app-shell .sidebar-empty,:root[data-theme=dark] .app-shell .empty-state,:root[data-theme=dark] .app-shell .profile-copy .username{color:#c1cede!important}:root[data-theme=dark] .app-shell h1,:root[data-theme=dark] .app-shell h2,:root[data-theme=dark] .app-shell h3,:root[data-theme=dark] .app-shell h4,:root[data-theme=dark] .app-shell strong{color:#f5f8ff}:root[data-theme=dark] .message-row.mine strong,:root[data-theme=dark] .message-row.mine p,:root[data-theme=dark] .message-row.mine small,:root[data-theme=dark] .message-row.mine .message-read-receipt,:root[data-theme=dark] .message-row.mine .message-sent-receipt{color:#fff!important}:root[data-theme=dark] .messenger{overflow:hidden!important}:root[data-theme=dark] .profile-avatar-preview-button .avatar{border-color:#111e30}:root[data-theme=dark] .character-profile-about>div{background:#0d1a2a;border-color:#2c425c}:root[data-theme=dark] .character-profile-about small{color:#aebed1!important}:root[data-theme=dark] .character-profile-about strong{color:#f3f7ff!important}.message-row.incoming{display:flex!important;flex-direction:row!important;align-items:flex-end!important;justify-content:flex-start!important;width:fit-content!important;max-width:min(82%,680px)!important;margin-left:0!important;margin-right:auto!important}.message-row.mine{display:flex!important;flex-direction:row!important;align-items:flex-end!important;justify-content:flex-end!important;width:fit-content!important;max-width:min(82%,680px)!important;margin-left:auto!important;margin-right:0!important}.message-sender-avatar-slot{display:flex!important;visibility:visible!important;opacity:1!important;flex:0 0 38px!important;width:38px!important;min-width:38px!important;height:38px!important;align-items:flex-end!important;justify-content:center!important;overflow:visible!important;position:relative!important;z-index:4!important}.message-sender-avatar-slot .message-avatar{display:inline-grid!important;visibility:visible!important;opacity:1!important;width:38px!important;height:38px!important;min-width:38px!important;flex:0 0 38px!important;border:2px solid var(--card)!important;box-shadow:0 5px 16px #122b4b33!important}.message-row.mine .message-sender-avatar-slot,.message-row.mine>.message-avatar{display:none!important}.message-row.incoming .message-bubble-wrap{border-radius:15px 15px 15px 4px!important}.message-row.mine .message-bubble-wrap{border-radius:15px 15px 4px!important}.message-read-receipt,.message-sent-receipt{display:inline-block!important;font-size:9px!important;font-weight:700!important;line-height:1.25!important;white-space:nowrap!important}.message-read-receipt svg,.message-sent-receipt svg,.message-receipt-avatars{display:none!important}.message-meta{gap:6px!important;justify-content:flex-end!important}.profile-cover-preview-button{position:absolute;inset:0;z-index:1;width:100%;height:100%;padding:0;border:0;background:transparent;cursor:zoom-in;overflow:hidden}.profile-cover-preview-button>img{display:block;width:100%;height:100%;object-fit:cover}.profile-cover .cover-edit,.profile-cover .profile-media-remove{z-index:5}.profile-hero>.profile-cover .profile-media-like-count{display:none!important}.profile-cover-post-modal .post-media.media-1 img{max-height:62vh;object-fit:contain;background:#0c1727}@media (min-width:821px){.profile-info-clean{display:grid!important;grid-template-columns:230px minmax(0,1fr)!important;gap:28px!important;padding:0 24px 25px!important;align-items:start!important}.profile-info-clean .profile-avatar-column{display:block!important;width:230px!important;min-width:230px!important}.profile-info-clean .profile-avatar-wrap{width:max-content!important;margin-top:-64px!important}.profile-info-clean .profile-main-column{min-width:0!important;padding-top:17px!important}.profile-info-clean .profile-copy{min-width:0!important;padding-top:0!important}.profile-info-clean .profile-copy h1{font-size:28px!important;line-height:1.16!important;white-space:normal!important;overflow-wrap:anywhere!important}.profile-info-clean .profile-actions{width:100%!important;padding-top:17px!important;justify-content:flex-start!important;align-items:center!important}.profile-info-clean .character-profile-about{width:230px!important;max-width:230px!important;margin:38px 0 0!important;gap:9px!important}.profile-info-clean .character-profile-about>div{grid-template-columns:40px minmax(0,1fr)!important;gap:10px!important;padding:10px 11px!important;border-radius:14px!important}.profile-info-clean .character-profile-about .profile-about-icon{width:40px!important;height:40px!important;border-radius:12px!important}.profile-info-clean .character-profile-about .profile-about-icon svg{width:19px!important;height:19px!important}.profile-info-clean .character-profile-about small{font-size:10px!important;line-height:1.25!important}.profile-info-clean .character-profile-about strong{font-size:13px!important;line-height:1.4!important;white-space:normal!important;overflow-wrap:anywhere!important}}@media (max-width:820px){.message-row.incoming,.message-row.mine{max-width:94%!important}.message-sender-avatar-slot{flex-basis:32px!important;width:32px!important;min-width:32px!important;height:32px!important}.message-sender-avatar-slot .message-avatar{width:32px!important;height:32px!important;min-width:32px!important;flex-basis:32px!important}.profile-info-clean{display:flex!important;flex-direction:column!important;padding:0 14px 16px!important;gap:10px!important}.profile-info-clean .profile-avatar-column{display:contents!important}.profile-info-clean .profile-avatar-wrap{order:-4!important;margin-top:-52px!important}.profile-info-clean .profile-main-column{order:-3!important;min-width:0!important;width:100%!important}.profile-info-clean .profile-copy{padding-top:0!important}.profile-info-clean .profile-actions{width:100%!important;padding-top:12px!important}.profile-info-clean .character-profile-about{order:-2!important;width:100%!important;max-width:none!important;margin:9px 0 0!important}}.online-rail-person.self .avatar{box-shadow:0 0 0 2px var(--card),0 0 0 4px color-mix(in srgb,var(--blue) 45%,transparent),0 5px 16px #19355833!important}:root[data-theme=dark] .message-sender-avatar-slot .message-avatar{border-color:#101d2e!important}:root[data-theme=dark] .profile-cover-post-modal .modal-body{background:#0b1625!important}.floating-message{max-width:92%;align-items:flex-end;gap:6px}.floating-message.incoming{align-self:flex-start}.floating-message.mine{align-self:flex-end;margin-left:auto;justify-content:flex-end}.floating-message-avatar{display:grid;flex:0 0 28px;width:28px;height:28px;margin-bottom:2px}.floating-message-avatar .avatar{width:28px!important;height:28px!important;min-width:28px!important;border:1px solid var(--line);box-shadow:0 2px 7px #142a481f}.floating-message .floating-message-body{min-width:0}.floating-message-sender{display:block;margin:0 0 3px;font-size:9px;color:var(--blue)}.floating-message-meta{display:flex!important;justify-content:flex-end;align-items:center;gap:6px;white-space:nowrap}.floating-message-receipt{display:inline-flex;align-items:center;gap:2px;font-weight:700}.floating-message-receipt svg{width:11px;height:11px;stroke-width:2.8}.floating-message.mine .floating-message-receipt{color:#ffffffeb}.floating-message.mine .floating-message-receipt.seen{color:#fff}@media (min-width:821px){.profile-hero .profile-info{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;gap:18px!important;padding:0 22px 21px!important;align-items:start!important}.profile-hero .profile-avatar-wrap{margin-top:-64px!important;position:relative!important;width:auto!important}.profile-hero .profile-copy{padding-top:15px!important;min-width:0!important}.profile-hero .profile-actions{padding-top:18px!important;display:flex!important;gap:7px!important;flex-wrap:wrap!important;justify-self:auto!important;width:auto!important}.profile-hero .profile-copy h1{margin:0!important;font-size:27px!important;line-height:1.2!important}}@media (max-width:820px){.profile-hero .profile-info{grid-template-columns:auto 1fr!important;padding:0 14px 15px!important;gap:12px!important}.profile-hero .profile-avatar-wrap{margin-top:-50px!important}.profile-hero .profile-actions{grid-column:1/-1!important;padding-top:0!important;width:100%!important}}@media (max-width:480px){.profile-hero .profile-info{display:flex!important;flex-direction:column!important}.profile-hero .profile-avatar-wrap{margin-top:-52px!important}.profile-hero .profile-copy{padding-top:0!important}}.profile-info-character-stack .profile-left-column{min-width:0}.profile-character-list{display:grid;gap:9px;margin:20px 0 0;width:220px;max-width:100%}.profile-character-row{display:grid;grid-template-columns:40px minmax(0,1fr);align-items:center;gap:10px;padding:10px 11px;border:1px solid var(--line);border-radius:14px;background:var(--soft);min-width:0}.profile-character-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:#e8f3ff;color:var(--blue)}.profile-character-icon svg{width:19px;height:19px;stroke-width:2.1}.profile-character-row>span:last-child{display:grid;gap:2px;min-width:0}.profile-character-row small{font-size:9px;font-weight:800;line-height:1.2;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.profile-character-row strong{font-size:13px;line-height:1.35;color:var(--text);white-space:normal;overflow-wrap:anywhere}.profile-friends-summary{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:12px 0 8px;min-height:36px}.profile-friends-summary .profile-friend-count,.profile-friends-summary .friend-avatar-preview{margin:0}.profile-info-character-stack .profile-bio-text{white-space:pre-wrap;overflow-wrap:anywhere}@media (min-width:821px){.profile-info-character-stack{display:grid!important;grid-template-columns:220px minmax(0,1fr) auto!important;gap:20px!important;padding:0 22px 24px!important;align-items:start!important}.profile-info-character-stack .profile-left-column{width:220px!important;min-width:220px!important}.profile-info-character-stack .profile-avatar-wrap{width:max-content!important;margin-top:-64px!important}.profile-info-character-stack .profile-copy{min-width:0!important;padding-top:15px!important}.profile-info-character-stack .profile-actions{padding-top:18px!important;justify-self:end!important;width:auto!important}}@media (max-width:820px){.profile-info-character-stack{display:flex!important;flex-direction:column!important;padding:0 14px 16px!important;gap:10px!important}.profile-info-character-stack .profile-left-column{display:contents!important}.profile-info-character-stack .profile-avatar-wrap{order:-4!important;margin-top:-50px!important}.profile-info-character-stack .profile-copy{order:-3!important;padding-top:0!important;width:100%!important}.profile-info-character-stack .profile-actions{order:-2!important;width:100%!important;padding-top:0!important}.profile-info-character-stack .profile-character-list{order:-1!important;width:100%!important;margin:8px 0 0!important}}:root[data-theme=dark] .profile-character-row{background:#0d1a2a;border-color:#2c425c}:root[data-theme=dark] .profile-character-icon{background:#183653;color:#91cbff}:root[data-theme=dark] .profile-character-row small{color:#aebed1}:root[data-theme=dark] .profile-character-row strong{color:#f3f7ff}@media (min-width:821px){.profile-info-character-stack .profile-character-list{margin-top:110px!important}}@media (max-width:820px){.profile-info-character-stack .profile-character-list{margin-top:34px!important}}@media (min-width:821px){.profile-info-character-stack{display:grid!important;grid-template-columns:136px minmax(160px,1fr) max-content!important;grid-template-areas:"profile-left profile-copy profile-actions"!important;column-gap:20px!important;row-gap:0!important;align-items:start!important;min-height:380px!important;padding:0 22px 26px!important}.profile-info-character-stack .profile-left-column{grid-area:profile-left!important;width:136px!important;min-width:136px!important;align-self:stretch!important}.profile-info-character-stack .profile-avatar-wrap{width:max-content!important;margin-top:-64px!important}.profile-info-character-stack .profile-character-list{width:148px!important;max-width:148px!important;margin:44px 0 0!important;gap:8px!important}.profile-info-character-stack .profile-character-row{grid-template-columns:34px minmax(0,1fr)!important;gap:8px!important;padding:8px!important;border-radius:12px!important}.profile-info-character-stack .profile-character-icon{width:34px!important;height:34px!important;border-radius:10px!important}.profile-info-character-stack .profile-character-icon svg{width:17px!important;height:17px!important}.profile-info-character-stack .profile-character-row small{font-size:8px!important}.profile-info-character-stack .profile-character-row strong{font-size:12px!important}.profile-info-character-stack .profile-copy{grid-area:profile-copy!important;min-width:0!important;padding-top:15px!important}.profile-info-character-stack .profile-actions{grid-area:profile-actions!important;width:auto!important;max-width:360px!important;padding-top:18px!important;justify-self:end!important}.profile-info-character-stack .profile-bio-text{margin:34px 0 0!important}.profile-info-character-stack .profile-friends-summary{margin:34px 0 8px!important}.profile-info-character-stack .profile-bio-text+.profile-friends-summary{margin-top:12px!important}}@media (max-width:820px){.profile-info-character-stack .profile-character-list{margin-top:28px!important}}@media (min-width:821px){.profile-info-character-stack{display:grid!important;grid-template-columns:142px minmax(0,1fr) max-content!important;grid-template-areas:"profile-left profile-copy profile-actions"!important;column-gap:18px!important;align-items:start!important;min-height:378px!important;padding:0 22px 24px!important}.profile-info-character-stack .profile-left-column{grid-area:profile-left!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;width:142px!important;min-width:142px!important}.profile-info-character-stack .profile-avatar-wrap{width:max-content!important;margin-top:-64px!important;align-self:center!important}.profile-info-character-stack .profile-left-meta{display:grid!important;justify-items:start!important;gap:7px!important;width:100%!important;margin:31px 0 0!important}.profile-info-character-stack .profile-left-meta .badge-list{display:flex!important;flex-wrap:wrap!important;gap:5px!important;margin:0!important}.profile-info-character-stack .profile-left-meta .profile-level-inline{display:flex!important;width:100%!important}.profile-info-character-stack .profile-left-meta .level-card.compact{max-width:100%!important;margin:0!important}.profile-info-character-stack .profile-character-list{width:142px!important;max-width:142px!important;margin:18px 0 0!important;gap:9px!important}.profile-info-character-stack .profile-character-row{grid-template-columns:35px minmax(0,1fr)!important;gap:8px!important;min-height:52px!important;padding:8px!important;border-radius:13px!important}.profile-info-character-stack .profile-character-icon{width:35px!important;height:35px!important;border-radius:10px!important}.profile-info-character-stack .profile-character-icon svg{width:17px!important;height:17px!important}.profile-info-character-stack .profile-character-row small{font-size:8px!important}.profile-info-character-stack .profile-character-row strong{font-size:12px!important}.profile-info-character-stack .profile-copy{grid-area:profile-copy!important;min-width:0!important;padding-top:15px!important}.profile-info-character-stack .profile-copy h1{margin:0!important;font-size:27px!important;line-height:1.16!important}.profile-info-character-stack .profile-copy .username{margin:4px 0 0!important}.profile-info-character-stack .profile-friends-summary{display:grid!important;justify-items:start!important;gap:9px!important;margin:13px 0 0!important}.profile-info-character-stack .profile-friend-count,.profile-info-character-stack .friend-avatar-preview{margin:0!important}.profile-info-character-stack .profile-bio-text{margin:18px 0 0!important;max-width:540px!important}.profile-info-character-stack .profile-actions{grid-area:profile-actions!important;display:flex!important;gap:7px!important;flex-wrap:wrap!important;width:auto!important;max-width:370px!important;padding-top:18px!important;justify-self:end!important}}@media (max-width:820px){.profile-info-character-stack .profile-left-meta{order:-1!important;display:grid!important;gap:7px!important;margin:10px 0 0!important}.profile-info-character-stack .profile-character-list{width:100%!important;max-width:none!important;margin-top:18px!important}}.profile-page .cover-edit,.profile-page .profile-more-menu>button,.profile-page .profile-avatar-fallback p,.profile-page .profile-about-list strong,.profile-page .character-profile-about strong{font-size:14px!important}.profile-page .profile-tabs button>b,.profile-page .character-profile-facts span b,.profile-page .level-card.compact .level-card-copy>span,.profile-page .profile-character-row small{font-size:10px!important}.profile-page .profile-character-row strong{font-size:14px!important}@media (max-width:820px){.profile-page .profile-tabs .profile-tab-label{font-size:10px!important}}.profile-cover-preview-button{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;padding:0!important;margin:0!important;border:0!important;border-radius:inherit!important;overflow:hidden!important;background:transparent!important;cursor:zoom-in!important;z-index:1!important}.profile-cover-preview-button>img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}.profile-cover .cover-edit,.profile-cover .cover-remove{z-index:5!important}.profile-cover .profile-media-like-count{display:none!important}.profile-cover-post-modal .post-media.media-1 img{max-height:62vh!important;object-fit:contain!important;background:#0c1727!important}.online-rail-person{display:flex!important;flex-direction:column!important;align-items:center!important}.online-rail-avatar-wrap{position:relative!important;display:block!important;width:48px!important;height:48px!important;flex:0 0 48px!important;border-radius:50%!important}.online-rail-avatar-wrap .avatar{width:48px!important;height:48px!important}.online-rail-avatar-wrap>.presence-corner-dot{position:absolute!important;right:-1px!important;bottom:1px!important;width:13px!important;height:13px!important;border-radius:50%!important;border:2px solid var(--card)!important;box-sizing:border-box!important;z-index:4!important}.online-rail-person.online .presence-corner-dot{background:#20c778!important}.online-rail-person.offline .presence-corner-dot{background:#929eac!important}.online-rail-person>i{display:none!important}.online-rail-person time{margin-top:4px!important}.profile-hero>.profile-cover{z-index:0!important}.profile-hero>.profile-info{position:relative!important;z-index:3!important}.profile-hero .profile-avatar-wrap{position:relative!important;z-index:8!important;isolation:isolate!important}.profile-hero .profile-avatar-preview-button,.profile-hero .profile-avatar-wrap>.avatar{position:relative!important;z-index:2!important}.profile-hero .profile-avatar-wrap .avatar-edit,.profile-hero .profile-avatar-wrap .profile-media-remove{z-index:10!important}.online-rail-avatar-wrap .verified-mark.overlay{left:-2px!important;right:auto!important;bottom:1px!important;width:14px!important;height:14px!important;margin:0!important;z-index:4!important}.online-rail-avatar-wrap .verified-mark.overlay>svg{width:14px!important;height:14px!important}.online-rail-avatar-wrap .verified-mark.overlay:after{inset:-1px!important;border-width:1px!important}.online-rail-avatar-wrap .avatar>.verified-dot{left:-2px!important;right:auto!important;bottom:1px!important;width:14px!important;height:14px!important;border-width:1px!important;font-size:8px!important;z-index:4!important}.online-rail-avatar-wrap>.presence-corner-dot{right:-1px!important;bottom:1px!important;z-index:8!important}.feed-list .post-card .post-header>a .avatar,.feed-list .post-card .post-header>.avatar{width:52px!important;height:52px!important}@media (max-width:700px){.feed-list .post-card .post-header>a .avatar,.feed-list .post-card .post-header>.avatar{width:44px!important;height:44px!important}}
