select{background:var(--surface-alt);border:1px solid var(--border);border-radius:14px;padding:.75rem 1rem;color:var(--text)}.username-input{position:relative}.username-input input{padding-right:2.75rem}.username-indicator{position:absolute;right:.9rem;top:50%;transform:translateY(-50%);width:1.6rem;height:1.6rem;border-radius:999px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.95rem;line-height:1;border:1px solid rgba(255,255,255,.18);background:#ffffff0f;color:var(--muted)}.username-indicator.ok{border-color:#16ccff8c;background:#16ccff29;color:#16ccfff2}.username-indicator.bad{border-color:#ff5aa6a6;background:#ff5aa629;color:#ff5aa6fa}.readonly-input{opacity:.7}.row-with-action{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;align-items:center}.boxed-section{border:1px solid var(--border);border-radius:16px;padding:1rem;background:#ffffff05;margin-top:1rem}.boxed-section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.boxed-section-header h3{margin:0}.toast-container{position:fixed;bottom:1rem;right:1rem;top:auto;z-index:9999;display:flex;flex-direction:column-reverse;gap:.75rem;width:min(360px,calc(100vw - 2rem));pointer-events:none}.toast{pointer-events:auto;border:1px solid var(--border);border-radius:16px;padding:.9rem 1rem;background:#0a0a0ab3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 12px 36px #00000059;color:var(--text)}[data-color-mode=light] .toast{background:#ffffffc7}.toast header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.25rem}.toast strong{display:block;font-size:.95rem}.toast p{margin:0;color:var(--muted);font-size:.9rem;line-height:1.3}.toast .toast-close{border:1px solid var(--border);background:#ffffff0f;color:var(--text);border-radius:12px;padding:.25rem .55rem;font-weight:700;line-height:1}.toast.success{border-color:#16ccff66}.toast.error{border-color:#ff5aa68c}.toast.info{border-color:#ffd66680}.home-card .home-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.admin-home-grid{margin-top:.5rem}.admin-tile{border:1px solid var(--border);background:#ffffff08;border-radius:18px;padding:1.1rem 1.15rem;display:grid;grid-template-columns:44px minmax(0,1fr);gap:.9rem;text-align:left;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;box-shadow:0 0 #0000}.admin-tile:focus-visible{outline:2px solid rgba(255,90,166,.45);outline-offset:3px}.admin-tile:hover{transform:translateY(-1px);box-shadow:0 12px 30px #00000040}.admin-tile-icon{width:44px;height:44px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.35rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.08)}.admin-tile h3{margin:0}.admin-tile p{margin:.2rem 0 0}.admin-page-tabs{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:.75rem}.admin-page-tabs button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--surface-alt);background-image:none;color:var(--text);border:1px solid var(--border)}.admin-page-tabs button:disabled,.admin-page-tabs button[aria-disabled=true]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--surface-alt);background-image:none;color:var(--muted);border-color:var(--border);opacity:.75;cursor:not-allowed}.admin-page-tab{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid var(--border);background:var(--surface-alt);color:var(--text);min-width:84px;padding:.55rem .6rem;border-radius:14px;cursor:pointer;transition:border .2s ease,background .2s ease,transform .15s ease,color .2s ease}[data-color-mode=light] .admin-page-tab{background:var(--surface-alt)}.admin-page-tab:hover{border-color:#ff5aa673;background:#ff5aa61a;transform:translateY(-1px)}.admin-page-tab:focus-visible{outline:2px solid rgba(255,90,166,.45);outline-offset:2px}.admin-page-tab.active{border-color:#ff5aa6bf;background:#ff5aa629;color:var(--text)}[data-color-mode=light] .admin-page-tab.active{background:#ff5aa61f}.admin-page-tab-icon{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;font-size:1.35rem;line-height:1}.admin-page-tab-label{margin-top:.35rem;font-size:.78rem;line-height:1.1;font-weight:600;letter-spacing:.01em;color:inherit;text-align:center;max-width:120px}[data-color-mode=light] .admin-page-tab-icon,.admin-page-tab.active .admin-page-tab-icon{color:inherit}[data-color-mode=light] .button-tertiary{background:#00000008}[data-color-mode=light] .button-tertiary:hover{border-color:#ff5aa673;background:#ff5aa61a}[data-color-mode=light] .button-secondary{background:#00000008}[data-color-mode=light] .button-secondary:hover{border-color:#ff5aa673;background:#ff5aa61a}.user-table{--user-table-cols: 1.2fr 1.6fr 1fr auto;display:grid}.user-table-head,.user-table-row{display:grid;grid-template-columns:var(--user-table-cols);gap:1rem;align-items:center;padding:.95rem 1.1rem}.user-table-head{font-weight:700;color:var(--muted);letter-spacing:.02em;border-bottom:1px solid var(--border)}.user-table-row{border-bottom:1px solid rgba(255,255,255,.05)}[data-color-mode=light] .user-table-row{border-bottom:1px solid rgba(0,0,0,.06)}.ops-table{--user-table-cols: 2fr .8fr .9fr 1.6fr .9fr}.user-table.user-table--zebra{border:1px solid var(--border);border-radius:16px;overflow:hidden}.user-table.user-table--zebra .user-table-head{position:sticky;top:0;z-index:1;background:#ffffff0a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.user-table.user-table--zebra .user-table-row:nth-child(2n){background:#ffffff05}[data-color-mode=light] .user-table.user-table--zebra .user-table-row:nth-child(2n){background:#00000008}.audit-list{list-style:none;padding:0;margin:0;display:grid;gap:.9rem}.audit-list li{border:1px solid var(--border);border-radius:16px;padding:1rem;background:#ffffff05;display:grid;gap:.6rem}[data-color-mode=light] .audit-list li{background:#00000005}.home-card h3{margin-bottom:.2rem}.feed-composer header{margin-bottom:1rem}.composer-row{display:grid;grid-template-columns:52px minmax(0,1fr);gap:1rem;align-items:start}.composer-avatar{width:52px;height:52px;border-radius:50%;border:1px solid var(--border);background:#ffffff0f;display:flex;align-items:center;justify-content:center;overflow:hidden;font-weight:700}.composer-avatar.small{width:44px;height:44px}.composer-avatar img{width:100%;height:100%;object-fit:cover}.feed-textarea{width:100%;resize:vertical;min-height:92px;background:var(--surface-alt);border:1px solid var(--border);border-radius:16px;padding:.9rem 1rem;overflow-x:hidden;color:var(--text);font-family:inherit;font-size:1rem;line-height:1.4}.rich-toolbar{display:flex;flex-wrap:wrap;gap:.5rem;padding:.65rem .75rem;border-bottom:1px solid var(--border);background:#ffffff05}.rich-btn{display:inline-flex;align-items:center;gap:.45rem;background:var(--surface);border:1px solid var(--border);border-radius:12px;color:var(--text);padding:.4rem .65rem;font-size:.9rem;cursor:pointer;transition:border .2s ease,background .2s ease,transform .15s ease,color .2s ease}.rich-btn:hover{border-color:#ff5aa659;background:#ff5aa614}.rich-btn:focus-visible{outline:2px solid rgba(255,90,166,.45);outline-offset:2px}.rich-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:12px;color:var(--text);padding:.4rem 2rem .4rem .65rem;font-size:.9rem;line-height:1.1;background-image:linear-gradient(45deg,transparent 50%,rgba(255,90,166,.8) 50%),linear-gradient(135deg,rgba(22,204,255,.8) 50%,transparent 50%);background-position:calc(100% - 14px) 55%,calc(100% - 8px) 55%;background-size:6px 6px,6px 6px;background-repeat:no-repeat;cursor:pointer;transition:border .2s ease,background .2s ease,transform .15s ease,color .2s ease}.rich-select:hover{border-color:#ff5aa659;background:#ff5aa614}.rich-select:focus-visible{outline:2px solid rgba(255,90,166,.45);outline-offset:2px}.rich-select:disabled{opacity:.55}.rich-dropdown{position:relative;display:inline-flex}.rich-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:180px;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:.4rem;display:grid;gap:.25rem;z-index:30;box-shadow:0 12px 34px #00000059}.rich-menu-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;background:transparent;border:1px solid transparent;border-radius:12px;color:var(--text);padding:.5rem .65rem;font-size:.92rem;text-align:left;cursor:pointer;transition:border .2s ease,background .2s ease,transform .15s ease,color .2s ease}.rich-menu-item:hover{background:#ffffff0a;border-color:#ff5aa640}.rich-menu-item:focus-visible{outline:2px solid rgba(255,90,166,.45);outline-offset:2px}.rich-menu-item:disabled{opacity:.55}.rich-btn svg,.rich-btn .rich-icon{width:18px;height:18px;flex:0 0 auto}.rich-btn span{display:none}@media (min-width: 860px){.rich-btn span{display:inline}}.rich-btn:disabled{opacity:.55}.rich-btn--active{border-color:#ff5aa699;box-shadow:0 0 0 2px #ff5aa61f}.rich-color-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.feed-textarea .ProseMirror{padding:.85rem .95rem;min-height:92px;outline:none}.feed-textarea .ProseMirror p{margin:0 0 .7rem}.feed-textarea .ProseMirror img[data-media-id]{max-width:100%;height:auto;border-radius:14px;display:block;margin:.75rem auto}.feed-textarea .ProseMirror img[data-align=left]{margin-left:0;margin-right:auto}.feed-textarea .ProseMirror img[data-align=right]{margin-left:auto;margin-right:0}.feed-textarea .ProseMirror .tableWrapper{overflow-x:hidden}.feed-textarea .ProseMirror table{border-collapse:collapse;width:100%;table-layout:fixed;margin:.75rem 0}.feed-textarea .ProseMirror td,.feed-textarea .ProseMirror th{border:1px solid var(--border);padding:.55rem .65rem;vertical-align:top;min-width:80px;position:relative;white-space:pre-wrap;overflow-wrap:anywhere}.feed-textarea .ProseMirror th{font-weight:700;background:#ffffff08}.feed-textarea .ProseMirror .column-resize-handle{position:absolute;right:-2px;top:0;bottom:0;width:4px;background:#16ccff59;pointer-events:none}.feed-textarea .ProseMirror .resize-cursor{cursor:col-resize}.feed-textarea .ProseMirror .selectedCell:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#ff5aa61a;pointer-events:none}.post-attachments{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.85rem;margin:.75rem 0 1rem}.post-attachment{border:1px solid var(--border);border-radius:16px;overflow:hidden;background:#ffffff08;padding:.5rem;display:grid;gap:.5rem}.post-attachment img{width:100%;height:auto;border-radius:12px;display:block}.composer-actions{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;flex-wrap:wrap}.composer-bg-controls{display:flex;align-items:center;gap:.65rem;margin-top:.75rem;flex-wrap:wrap}.composer-bg-select{min-width:220px;max-width:100%}.composer-bg-preview{width:44px;height:34px;border-radius:12px;border:1px solid var(--border);background:#ffffff08;flex:0 0 auto}.composer-bg-color{width:44px;height:34px;padding:0;border:1px solid var(--border);border-radius:12px;background:var(--surface)}.feed-list{display:flex;flex-direction:column;gap:1.5rem}.feed-post .post-header{margin-bottom:.9rem}.feed-post{overflow-x:hidden}.post-author{display:flex;align-items:center;gap:.9rem}.post-content{margin:.75rem 0 1rem;line-height:1.55}.post-content--text{white-space:pre-wrap}.post-content--html{white-space:normal}.post-content--html img[data-media-id]{max-width:100%;height:auto;border-radius:14px;display:block;margin:.75rem auto}.post-content--html img[data-align=left]{margin-left:0;margin-right:auto}.post-content--html img[data-align=right]{margin-left:auto;margin-right:0}.post-content--html table{border-collapse:collapse;width:100%;table-layout:fixed;margin:.75rem 0}.post-content--html td,.post-content--html th{border:1px solid var(--border);padding:.55rem .65rem;vertical-align:top;min-width:80px;white-space:pre-wrap;overflow-wrap:anywhere}.post-content--html th{font-weight:700;background:#ffffff08}.post-meta{display:flex;justify-content:space-between;align-items:center;padding:.6rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.comments{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border);display:grid;gap:1rem}.comments-list{display:grid;gap:.9rem}.comment{display:grid;grid-template-columns:44px minmax(0,1fr);gap:.8rem;align-items:start}.comment-body{background:#ffffff08;border:1px solid var(--border);border-radius:16px;padding:.75rem .9rem}.comment-meta{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:.35rem}.comment-content{margin:0;white-space:pre-wrap;line-height:1.45}.comment-composer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.8rem;align-items:start}.comment-textarea{width:100%;resize:vertical;min-height:64px;background:var(--surface-alt);border:1px solid var(--border);border-radius:16px;padding:.8rem .9rem;color:var(--text);font-family:inherit;font-size:.98rem;line-height:1.4}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.gallery-card{overflow:hidden}.gallery-image-wrap{position:relative;border-radius:12px;overflow:hidden}.gallery-image{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:block}.gallery-badge{position:absolute;top:.75rem;left:.75rem;padding:.35rem .55rem;border-radius:999px;font-size:.8rem;font-weight:700;background:#8369ffd9;color:#fff;border:1px solid rgba(255,255,255,.24)}.gallery-actions{flex-wrap:wrap}.chat-shell{display:grid;grid-template-columns:320px minmax(0,1fr);gap:1.5rem}.chat-list{display:grid;gap:1.2rem}.chat-conversation-list{display:grid;gap:.65rem}.chat-contact{width:100%;text-align:left;display:grid;gap:.2rem;padding:.85rem .9rem;border-radius:16px;border:1px solid var(--border);background:#ffffff05;color:inherit;cursor:pointer}.chat-contact:hover{background:#ffffff0d}.chat-contact.active{border-color:#8369ffa6;box-shadow:0 0 0 3px #8369ff24}.chat-contact-name{font-weight:700}.chat-thread{display:grid;grid-template-rows:auto minmax(220px,1fr) auto;gap:1rem}.chat-messages{display:flex;flex-direction:column;gap:.8rem;padding:.25rem;overflow:auto}.chat-message{border:1px solid var(--border);border-radius:18px;padding:.8rem .95rem;background:#ffffff08}.chat-message.mine{border-color:#ff5aa68c;background:#ff5aa614}.chat-message-meta{display:flex;justify-content:space-between;gap:1rem;align-items:baseline;margin-bottom:.35rem}.chat-message-content{margin:0;white-space:pre-wrap;line-height:1.5}.chat-composer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.8rem;align-items:start}.chat-textarea{width:100%;resize:vertical;min-height:84px;background:var(--surface-alt);border:1px solid var(--border);border-radius:16px;padding:.9rem 1rem;color:var(--text);font-family:inherit;font-size:1rem;line-height:1.4}.tl-msg{display:grid;grid-template-columns:360px minmax(0,1fr);gap:1.25rem;align-items:stretch}.tl-msg.tl-msg--details{grid-template-columns:360px minmax(0,1fr) 320px}.tl-msg__sidebar,.tl-msg__thread,.tl-msg__details{border:1px solid var(--border);border-radius:18px;background:#ffffff05}.tl-msg__sidebar{display:grid;grid-template-rows:auto auto auto minmax(0,1fr);overflow:hidden}.tl-msg__sidebar-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1rem .7rem}.tl-msg__title{margin:0;font-size:1.05rem}.tl-msg__sidebar-tools{padding:0 1rem .9rem}.tl-msg__search{width:100%;border-radius:999px;border:1px solid var(--border);background:var(--surface-alt);color:var(--text);padding:.7rem .9rem;font-family:inherit}.tl-msg__compose{width:42px;height:42px;display:grid;place-items:center;border-radius:999px;padding:0}.tl-msg__compose-form{display:grid;gap:.6rem;padding:0 1rem 1rem}.tl-msg__compose-input{width:100%;border-radius:14px;border:1px solid var(--border);background:var(--surface-alt);color:var(--text);padding:.7rem .85rem;font-family:inherit}.tl-msg__conversation-list{padding:0 .65rem .85rem;overflow:auto}.tl-msg__results{margin:0 .65rem .9rem;border:1px solid var(--border);border-radius:16px;background:#ffffff05;overflow:hidden}.tl-msg__results-header{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;padding:.75rem .85rem;border-bottom:1px solid var(--border)}.tl-msg__results-list{display:grid;max-height:280px;overflow:auto}.tl-msg__result{width:100%;display:grid;grid-template-columns:42px minmax(0,1fr);gap:.75rem;text-align:left;padding:.7rem .85rem;border:0;border-bottom:1px solid rgba(255,255,255,.06);background:transparent;color:inherit;cursor:pointer}.tl-msg__result:last-child{border-bottom:0}.tl-msg__result:hover{background:#ffffff0d}.tl-msg__result:disabled{opacity:.55;cursor:not-allowed}.tl-msg__result-body{min-width:0;display:grid;gap:.15rem}.tl-msg__result-name{font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tl-msg__row{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.5rem;align-items:stretch;margin:.35rem 0}.tl-msg__conversation{display:grid;grid-template-columns:42px minmax(0,1fr);gap:.75rem;text-align:left;border-radius:16px;border:1px solid transparent;padding:.7rem .75rem;background:#ffffff05;color:inherit;cursor:pointer}.tl-msg__conversation:hover{background:#ffffff0d}.tl-msg__conversation--active{border-color:#8369ffa6;box-shadow:0 0 0 3px #8369ff24}.tl-msg__conversation--unread .tl-msg__name{font-weight:800}.tl-msg__avatar{width:42px;height:42px;border-radius:999px;display:grid;place-items:center;background:#8369ff2e;border:1px solid rgba(131,105,255,.25);font-weight:800}.tl-msg__row-body{min-width:0;display:grid;gap:.25rem}.tl-msg__row-top{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem}.tl-msg__name{font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tl-msg__time{font-size:.78rem;color:var(--muted);white-space:nowrap}.tl-msg__row-bottom{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.tl-msg__snippet{min-width:0;color:var(--muted);font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tl-msg__badge{background:#ff5aa633;border:1px solid rgba(255,90,166,.45);color:var(--text);border-radius:999px;padding:.1rem .5rem;font-size:.75rem;font-weight:800}.tl-msg__match{margin-top:.15rem}.tl-msg__row-actions{display:grid;align-items:start}.tl-msg__menu{width:36px;height:36px;border-radius:999px;border:1px solid var(--border);background:#ffffff05;color:inherit;cursor:pointer;opacity:0;transition:opacity .15s ease}.tl-msg__row:hover .tl-msg__menu{opacity:1}.tl-msg__menu-pop{position:absolute;right:.25rem;top:2.6rem;z-index:5;display:grid;min-width:180px;padding:.35rem;border-radius:14px;border:1px solid var(--border);background:#141221f0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tl-msg__menu-item{text-align:left;width:100%;border:0;background:transparent;color:var(--text);padding:.55rem .65rem;border-radius:12px;cursor:pointer}.tl-msg__menu-item:hover{background:#ffffff0f}.tl-msg__menu-item.danger{color:#ff5aa6f2}.tl-msg__thread{display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden}.tl-msg__thread-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.9rem 1rem;border-bottom:1px solid var(--border);background:#ffffff05}.tl-msg__thread-left{display:flex;align-items:center;gap:.75rem;min-width:0}.tl-msg__thread-name{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tl-msg__back{display:none;width:40px;height:40px;border-radius:999px;border:1px solid var(--border);background:#ffffff05;color:inherit;cursor:pointer}.tl-msg__thread-actions{display:flex;gap:.5rem}.tl-msg__icon.active{box-shadow:0 0 0 3px #8369ff24}.tl-msg__messages{padding:.9rem 1rem;overflow:auto;display:flex;flex-direction:column;gap:.65rem}.tl-msg__separator{align-self:center;font-size:.78rem;color:var(--muted);border:1px solid var(--border);background:#ffffff05;border-radius:999px;padding:.25rem .7rem;margin:.35rem 0}.tl-msg__bubble{max-width:min(520px,86%);align-self:flex-start;border:1px solid var(--border);border-radius:18px;background:#ffffff08;padding:.7rem .85rem}.tl-msg__bubble--me{align-self:flex-end;border-color:#8369ff73;background:#8369ff1f}.tl-msg__bubble-meta{display:flex;justify-content:space-between;gap:.75rem;margin-bottom:.3rem}.tl-msg__bubble-body{white-space:pre-wrap;line-height:1.45}.tl-msg__composer{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.6rem;align-items:end;padding:.75rem 1rem;border-top:1px solid var(--border);background:#ffffff05}.tl-msg__composer-btn{width:42px;height:42px;border-radius:999px;border:1px solid var(--border);background:#ffffff05;color:inherit;cursor:not-allowed}.tl-msg__input{width:100%;resize:none;max-height:160px;border-radius:18px;border:1px solid var(--border);background:var(--surface-alt);color:var(--text);padding:.75rem .95rem;font-family:inherit;line-height:1.35}.tl-msg__empty{padding:1.5rem 1rem}.tl-msg__details{display:none;overflow:hidden}.tl-msg__details--open{display:grid;grid-template-rows:auto auto minmax(0,1fr)}.tl-msg__details-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.9rem 1rem;border-bottom:1px solid var(--border)}.tl-msg__details-card{display:flex;align-items:center;gap:.75rem;padding:1rem;border-bottom:1px solid var(--border)}.tl-msg__details-section{padding:1rem;display:grid;gap:.6rem}@media (max-width: 980px){.tl-msg,.tl-msg.tl-msg--details{grid-template-columns:320px minmax(0,1fr)}.tl-msg__details--open{display:none}}@media (max-width: 760px){.tl-msg{grid-template-columns:1fr}.tl-msg.tl-msg--thread .tl-msg__sidebar{display:none}.tl-msg__back{display:grid;place-items:center}.tl-msg__row-actions{display:none}}.rail-contacts{display:grid;gap:.6rem}.rail-contact{width:100%;text-align:left;display:grid;gap:.15rem;padding:.7rem .75rem;border-radius:14px;border:1px solid var(--border);background:#ffffff05;color:inherit;cursor:pointer}.rail-contact:hover{background:#ffffff0d}.rail-contact-name{font-weight:700}.forum-shell{display:grid;grid-template-columns:320px minmax(0,1fr);gap:1.5rem}.forum-sidebar{display:grid;gap:1rem}.forum-category-list{display:grid;gap:.75rem}.forum-category{width:100%;text-align:left;display:grid;gap:.25rem;padding:.95rem 1rem;border-radius:16px;border:1px solid var(--border);background:#ffffff05;color:inherit;cursor:pointer}.forum-category:hover{background:#ffffff0d}.forum-category.active{border-color:#8369ffa6;box-shadow:0 0 0 3px #8369ff24}.forum-category-name{font-weight:800}.forum-main{display:grid;gap:1.25rem}.forum-category-header,.forum-thread-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.forum-thread-list{display:grid;gap:.75rem}.forum-thread{width:100%;text-align:left;display:grid;gap:.25rem;padding:.95rem 1rem;border-radius:16px;border:1px solid var(--border);background:#ffffff05;color:inherit;cursor:pointer}.forum-thread:hover{background:#ffffff0d}.forum-thread-title{font-weight:800}.forum-post-list{display:flex;flex-direction:column;gap:.9rem;max-height:560px;overflow:auto;padding:.25rem}.forum-post{border:1px solid var(--border);border-radius:18px;padding:.9rem 1rem;background:#ffffff08}.forum-post-meta{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:.35rem}.forum-post-content{margin:0;white-space:pre-wrap;line-height:1.5}.forum-new-thread{display:grid;gap:1rem}.forum-composer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.8rem;align-items:start}.forum-textarea{width:100%;resize:vertical;min-height:84px;background:var(--surface-alt);border:1px solid var(--border);border-radius:16px;padding:.9rem 1rem;color:var(--text);font-family:inherit;font-size:1rem;line-height:1.4}.post-actions{display:flex;gap:.8rem;margin-top:.9rem;flex-wrap:wrap}.button-secondary.liked{border-color:#ff5aa6b3;color:#ffbedcfa}.profile-header{padding:0;overflow:hidden}.profile-cover{min-height:320px;height:320px;background:#ffffff08;border-bottom:1px solid var(--border);display:flex;align-items:flex-end;justify-content:flex-start;padding:1.25rem 2rem;position:relative}.profile-cover.has-image{background-size:cover;background-position:center}.profile-cover span{max-width:520px;color:#ffffffd1}.profile-cover-actions{position:absolute;right:1.5rem;bottom:1.25rem;display:flex;gap:.75rem}.profile-header-main{display:grid;grid-template-columns:220px minmax(0,1fr) auto;gap:1.5rem;padding:0 2rem 1.8rem;margin-top:-74px;align-items:end}.profile-header-avatar{display:flex;flex-direction:column;gap:.8rem;align-items:flex-start}.profile-header-avatar .avatar-frame.large{width:180px;height:180px;border-radius:50%;border:4px solid rgba(18,18,37,.9);box-shadow:0 18px 40px #00000073}.profile-header-info h2{margin:0}.profile-header-actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.profile-header-status{padding:0 2rem 1rem}.profile-header-tools{padding:0 2rem 2rem}.profile-header-tools summary.sidebar-label{margin-bottom:.75rem}.profile-tabs{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap;padding:.85rem 1rem;border:1px solid var(--border);border-radius:18px;background:#ffffff08}.profile-tab{border:1px solid transparent;background:transparent;color:var(--muted);padding:.55rem .95rem;border-radius:999px;cursor:pointer;transition:border .2s ease,background .2s ease,color .2s ease;white-space:nowrap}.profile-tab:hover{background:#ffffff0d;color:var(--text)}.profile-tab:focus-visible{outline:2px solid rgba(255,90,166,.45);outline-offset:2px}.profile-tab.active{border-color:#ff5aa68c;background:#ff5aa614;color:var(--text)}@media (max-width: 860px){.profile-tabs{flex-wrap:nowrap;overflow-x:auto}}.profile-card .profile-avatar{display:flex;flex-direction:column;gap:1.2rem}.avatar-frame{width:120px;height:120px;border-radius:50%;border:2px solid rgba(255,255,255,.2);overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--surface-alt);position:relative}.avatar-frame.large{width:180px;height:180px}.avatar-frame img{width:120%;height:120%;object-fit:cover}.stacked textarea{background:var(--surface-alt);border:1px solid var(--border);border-radius:16px;padding:.85rem 1rem;color:var(--text);font-family:inherit}:root{font-family:Space Grotesk,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--bg: #0b0b12;--surface: #121225;--surface-alt: #171733;--border: rgba(255, 255, 255, .08);--text: rgba(255, 255, 255, .92);--muted: rgba(255, 255, 255, .78);--pink: #ff5aa6;--blue: #46c5ff;--purple: #6a2cff;--violet: #9b5cff;--lavender: #c9a7ff;--gold: #ffbf3c;--amber: #ff9f1a;--grad-trans: linear-gradient(90deg, var(--pink), #ffffff, var(--blue));--scrollbar-size: 14px;--scrollbar-track: rgba(255, 255, 255, .06);--scrollbar-thumb: rgba(201, 167, 255, .75);--scrollbar-thumb-hover: rgba(255, 90, 166, .85);--scrollbar-thumb-active: rgba(70, 197, 255, .9);--scrollbar-thumb-gradient: linear-gradient(180deg, rgba(70, 197, 255, .95), rgba(255, 255, 255, .9), rgba(255, 90, 166, .95));--scrollbar-thumb-gradient-hover: linear-gradient(180deg, rgba(70, 197, 255, 1), rgba(255, 255, 255, .98), rgba(255, 90, 166, 1));--scrollbar-border: rgba(0, 0, 0, .35);--scrollbar-highlight: rgba(255, 255, 255, .35);--grad-aurora: radial-gradient(circle at 20% 10%, rgba(155, 92, 255, .18), transparent 60%), radial-gradient(circle at 80% 20%, rgba(46, 230, 200, .12), transparent 55%), radial-gradient(circle at 50% 90%, rgba(255, 90, 166, .1), transparent 60%)}[data-color-mode=light]{--scrollbar-track: rgba(0, 0, 0, .08);--scrollbar-thumb: rgba(131, 105, 255, .55);--scrollbar-thumb-hover: rgba(255, 90, 166, .75);--scrollbar-thumb-active: rgba(70, 197, 255, .75);--scrollbar-border: rgba(0, 0, 0, .15);--scrollbar-highlight: rgba(255, 255, 255, .55)}[data-color-mode=dark]{color-scheme:dark}[data-color-mode=light]{color-scheme:light}html{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track);-webkit-text-size-adjust:100%}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}*::-webkit-scrollbar{width:var(--scrollbar-size);height:var(--scrollbar-size)}*::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:999px}*::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb-gradient);border-radius:999px;border:3px solid var(--scrollbar-track);box-shadow:inset 0 1px 0 var(--scrollbar-highlight),inset 0 -2px #00000040,0 10px 18px #00000052}*::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-gradient-hover)}*::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active)}*{box-sizing:border-box}body{margin:0;min-height:100vh;min-height:100dvh;background:var(--bg);color:var(--text);font-weight:400;-webkit-text-size-adjust:100%}.aurora{min-height:100vh;background:var(--bg);background-image:var(--grad-aurora);padding-bottom:4rem}.hero{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.5rem;border-bottom:1px solid var(--border);background:#0b0b12d9;position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.feed-textarea--flush{padding:0}.stacked--mt{margin-top:1rem}.tl-inline-checkbox{display:inline-flex;align-items:center;gap:.5rem}.topbar{gap:1rem}.topbar-left{display:flex;align-items:center;gap:1rem;min-width:280px}.topbar-search{width:100%;max-width:340px;border-radius:999px;padding:.7rem 1rem}.topbar-search-wrap{position:relative;width:100%;max-width:340px}.topbar-typeahead{position:absolute;left:0;right:0;top:calc(100% + .5rem);border-radius:18px;border:1px solid var(--border);background:var(--surface);box-shadow:0 18px 40px #00000059;padding:.75rem;z-index:30}.topbar-typeahead-list{display:grid;gap:.55rem}.topbar-typeahead-item{display:grid;gap:.2rem;padding:.65rem .75rem;border-radius:14px;border:1px solid transparent;background:#ffffff05;color:inherit;cursor:pointer;text-align:left}.topbar-typeahead-item:hover{border-color:#ff5aa640;background:#ff5aa614}.topbar-typeahead-item:disabled{opacity:.6;cursor:not-allowed}.topbar-typeahead-name{font-weight:650;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar-typeahead-actions{display:flex;justify-content:flex-end;padding-top:.6rem;border-top:1px solid var(--border);margin-top:.6rem}.topbar-center{display:flex;align-items:center;justify-content:center;gap:.5rem;flex:1}.topbar-tab{position:relative;height:44px;border-radius:14px;border:1px solid transparent;background:transparent;color:var(--text);cursor:pointer;font-size:.95rem;font-weight:600;padding:0 .85rem;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;white-space:nowrap;transition:background .2s ease,border .2s ease}.topbar-tab-icon{width:20px;height:20px;display:block;filter:drop-shadow(0 1px 1px rgba(0,0,0,.35))}.topbar-tab-label{display:inline-block;line-height:1}.topbar-tab:hover{background:#ff5aa614;border-color:#ff5aa640}.topbar-tab:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.topbar-tab.active{border-color:#f5a9b8b3;background:linear-gradient(135deg,#5bcefa29,#f5a9b824,#f5a9b81a,#f5a9b824,#5bcefa29);box-shadow:0 0 0 1px #5bcefa38,0 10px 30px #f5a9b817,0 8px 24px #5bcefa14}.tab-badge{position:absolute;top:8px;right:10px;width:8px;height:8px;border-radius:999px;background:var(--pink);box-shadow:0 0 0 2px #0000002e}@media (max-width: 980px){.topbar-tab{width:44px;padding:0;border-radius:12px}.topbar-tab-label{display:none}.tab-badge{right:8px}}.topbar-right{min-width:180px;display:flex;justify-content:flex-end}.logo-mark{font-size:1.6rem;font-weight:600;letter-spacing:.04em;display:flex;align-items:center;gap:.4rem}.sparkle{color:var(--gold);font-size:1.1rem}.hero nav{display:flex;gap:.75rem}.nav-link{background:transparent;border:1px solid transparent;color:var(--muted);padding:.4rem 1.2rem;border-radius:999px;cursor:pointer;transition:border .2s ease,color .2s ease}.nav-link:hover{color:var(--text);border-color:#ff5aa659;background:#ff5aa61a}.nav-link:focus-visible{outline:2px solid rgba(255,90,166,.45);outline-offset:2px}.nav-link.active{border-color:var(--pink);color:var(--text);background:#ff5aa61f}.status-chip{padding:.35rem .9rem;border-radius:999px;background:#ffffff14;font-size:.85rem;letter-spacing:.08em}.layout{display:grid;grid-template-columns:minmax(240px,300px) minmax(0,1fr) minmax(260px,360px);gap:2.5rem;padding:clamp(1.25rem,2.5vw,3rem);width:100%;min-height:calc(100vh - 92px)}.layout.is-guest{grid-template-columns:minmax(0,1fr)}.left-rail{position:sticky;top:92px;align-self:start;max-height:calc(100vh - 120px);overflow:auto}.right-rail{position:sticky;top:92px;align-self:start;display:flex;flex-direction:column;gap:1.25rem;max-height:calc(100vh - 120px);overflow:auto}.rail-card{background:var(--surface);border-radius:18px;padding:1.4rem;border:1px solid var(--border)}.rail-card header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.75rem}.rail-actions{display:grid;gap:.75rem}.sidebar{background:var(--surface);border-radius:18px;padding:1.5rem;border:1px solid var(--border)}.sidebar-label{text-transform:uppercase;font-size:.8rem;letter-spacing:.18em;color:var(--muted);margin-bottom:1rem}.sidebar details{margin-bottom:1.25rem}.sidebar details:last-of-type{margin-bottom:0}.sidebar summary.sidebar-label{list-style:none;cursor:pointer;-webkit-user-select:none;user-select:none}.sidebar summary.sidebar-label::-webkit-details-marker{display:none}.sidebar details summary{text-transform:uppercase;font-size:.8rem;letter-spacing:.18em;color:var(--muted);margin-bottom:.5rem}.sidebar details summary::-webkit-details-marker{display:none}.sidebar details>ul{list-style:none;padding:0;margin:0}.sidebar details>ul>li{margin-bottom:.5rem}.sidebar details>ul>li:last-child{margin-bottom:0}.tab{width:100%;background:transparent;border:1px solid var(--border);padding:.85rem 1rem;border-radius:14px;margin-bottom:.8rem;text-align:left;color:var(--text);cursor:pointer;transition:border .2s ease,background .2s ease,transform .15s ease,color .2s ease}.tab:hover{border-color:#ff5aa68c;background:#ff5aa61a;transform:translate(2px)}.tab:focus-visible{outline:2px solid rgba(255,90,166,.45);outline-offset:2px}.tab.active{border-color:var(--pink);transform:translate(4px)}.button-tertiary{border:1px solid var(--border);background:var(--surface-alt);color:var(--text);padding:.85rem 1rem;border-radius:14px;cursor:pointer;transition:border .2s ease,background .2s ease,transform .15s ease,color .2s ease}.button-tertiary:hover{border-color:#ff5aa68c;background:#ff5aa61f;transform:translateY(-1px)}.button-tertiary:focus-visible{outline:2px solid rgba(255,90,166,.45);outline-offset:2px}.button-tertiary.danger{border-color:#ff5a5a80;background:#ff5a5a24;color:#ffb1b1}.button-tertiary.danger:hover{border-color:#ff5a5ab3;background:#ff5a5a33}.sidebar-foot{margin-top:2rem;padding-top:1rem;border-top:1px dashed var(--border);font-size:.9rem;color:var(--muted)}.content{display:flex;flex-direction:column;gap:1.8rem;width:100%;min-width:0;max-width:100%;margin:0}.content.full{grid-column:span 1}.auth-shell{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:2rem;align-items:start}.auth-hero{overflow:hidden}.auth-hero .grid{margin-top:1.5rem}.auth-panel{position:sticky;top:108px;align-self:start}.auth-panel-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.auth-tabs{display:inline-flex;gap:.35rem;border:1px solid var(--border);border-radius:999px;padding:.25rem;background:#ffffff0a}.auth-tab{border:1px solid transparent;background:transparent;color:var(--muted);padding:.55rem .95rem;border-radius:999px;cursor:pointer;transition:background .15s ease,border .15s ease,color .15s ease}.auth-tab:hover{background:#ffffff0f;color:var(--text)}.auth-tab:focus-visible{outline:2px solid rgba(255,90,166,.45);outline-offset:2px}.auth-tab.active{border-color:#ff5aa68c;background:#ff5aa61f;color:var(--text)}.page-header{padding:1.75rem 2rem}.page-header header{margin-bottom:.85rem}.page-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-end;align-items:center}.empty-state{border:1px dashed var(--border);background:#ffffff05;border-radius:18px;padding:1.4rem}.empty-state h3{margin:0 0 .35rem}.empty-state p{margin:0}.card{position:relative;background:var(--surface);border-radius:22px;padding:2rem;border:1px solid var(--border);box-shadow:0 25px 55px #00000059}.card:before{content:"";position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;border-radius:28px;z-index:-1;background:radial-gradient(circle at 30% 20%,rgba(255,90,166,.25),transparent 55%),radial-gradient(circle at 70% 80%,rgba(70,197,255,.25),transparent 60%);filter:blur(18px);opacity:.6}.card header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.2rem}.eyebrow{text-transform:uppercase;letter-spacing:.3em;color:var(--muted);font-size:.75rem;margin-bottom:.4rem}.badge{padding:.3rem .9rem;border-radius:999px;background:#f9f9f914;border:1px solid var(--border);font-size:.85rem}.badge.gold{background:linear-gradient(120deg,var(--amber),var(--gold));color:#241100}.badge.danger{border-color:#ff5a5a8c;background:#ff5a5a24;color:#ffb1b1}.block{display:block}.button-primary,.button-secondary,.button-tertiary,.nav-link,.tab,button{font-family:inherit;font-size:1rem;color:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:1px solid transparent}.button-primary{background:linear-gradient(135deg,var(--purple),var(--violet));border:none;color:#fff;padding:.9rem 1.4rem;border-radius:14px;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease}.button-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #9a5cff59}.button-primary:disabled,.button-secondary:disabled,.button-tertiary:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.button-primary:disabled:hover,.button-secondary:disabled:hover,.button-tertiary:disabled:hover{transform:none}.button-secondary{border:1px solid var(--border);background:var(--surface-alt);color:var(--text);padding:.85rem 1rem;border-radius:14px;cursor:pointer;transition:border .2s ease,background .2s ease,transform .15s ease,color .2s ease}.button-secondary:hover{border-color:#ff5aa68c;background:#ff5aa61f;transform:translateY(-1px)}.button-secondary:focus-visible{outline:2px solid rgba(255,90,166,.45);outline-offset:2px}.button-with-icon{display:inline-flex;align-items:center;gap:.55rem}.button-icon{width:18px;height:18px;display:block}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.2rem}.form-table{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 1.4rem}.field-row{display:grid;grid-template-columns:minmax(160px,220px) minmax(0,1fr);align-items:center;gap:.9rem;padding:.25rem 0}.field-row.stacked{grid-column:1 / -1;grid-template-columns:1fr;align-items:stretch}.field-label{color:var(--muted);font-size:.9rem;letter-spacing:.01em}.field-control{display:grid;gap:.6rem}.chip-toggles{display:flex;flex-wrap:wrap;gap:.55rem}.chip-toggle{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem .75rem;border-radius:999px;border:1px solid var(--border);background:#ffffff08;cursor:pointer;-webkit-user-select:none;user-select:none}.chip-toggle input{width:16px;height:16px;margin:0;accent-color:rgba(255,90,166,.95)}.chip-toggle input:checked+span{color:var(--text)}.chip-remove{border:0;background:transparent;color:var(--muted);cursor:pointer;padding:0;line-height:1;font-size:1.1rem}.chip-remove:hover{color:var(--text)}.chip-remove:focus-visible{outline:2px solid rgba(255,90,166,.45);outline-offset:2px;border-radius:10px}.chip-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.chip-actions input{flex:1;min-width:200px}label{display:flex;flex-direction:column;gap:.4rem;font-size:.95rem}input,select,code{font-family:JetBrains Mono,Space Mono,monospace}input{background:var(--surface-alt);border:1px solid var(--border);border-radius:14px;padding:.85rem 1rem;color:var(--text)}select.multi-select{background:var(--surface-alt);border:1px solid var(--border);border-radius:14px;padding:.65rem .8rem;color:var(--text);min-height:9.5rem}input::placeholder,textarea::placeholder{color:var(--muted);opacity:1}input:focus{outline:2px solid rgba(255,90,166,.4)}.status-text{margin-top:.9rem;color:var(--pink);font-weight:600}.muted{color:var(--muted)}.muted.small{font-size:.85rem;margin-top:.8rem}.token-stack{display:grid;gap:1rem;background:#ffffff05;padding:1rem;border-radius:18px;border:1px dashed var(--border)}.token-stack code{display:block;word-break:break-all;color:var(--lavender)}.login-card .form-grid.single{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.menu-card .menu-grid{display:flex;flex-direction:column;gap:1rem}.menu-button{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;border-radius:16px;border:1px solid var(--border);background:#ffffff05;color:var(--text);cursor:pointer}.menu-button:hover{border-color:#ff5aa659;background:#ff5aa614}.menu-button:focus-visible{outline:2px solid rgba(255,90,166,.45);outline-offset:2px}.menu-button strong{display:block}.menu-button small{display:block;color:var(--muted);font-size:.82rem}.nav-helper{color:var(--muted)}.avatar-menu{display:flex;align-items:center;gap:.75rem}.avatar-button{width:48px;height:48px;border-radius:50%;border:2px solid rgba(255,255,255,.25);background:var(--surface-alt);color:var(--text);display:flex;align-items:center;justify-content:center;font-weight:600;cursor:pointer;overflow:hidden}.avatar-button:focus-visible{outline:2px solid rgba(255,90,166,.45);outline-offset:2px}.avatar-button img{width:100%;height:100%;object-fit:cover;transform:scale(var(--avatar-zoom, 1)) translate(var(--avatar-x, 0),var(--avatar-y, 0))}.avatar-controls{display:flex;gap:.8rem;align-items:center;flex-wrap:wrap}.avatar-controls label{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em}.avatar-edit{width:36px;height:36px;border-radius:50%;border:1px solid var(--border);background:#ffffff1a;color:var(--text);cursor:pointer}.avatar-edit:focus-visible{outline:2px solid rgba(255,90,166,.45);outline-offset:2px}.avatar-dropdown{position:absolute;top:60px;right:0;background:var(--surface);border-radius:18px;border:1px solid var(--border);padding:1rem;width:260px;box-shadow:0 20px 45px #00000073;display:flex;flex-direction:column;gap:.8rem;z-index:20}.audit-list--decimal{list-style:decimal;padding-left:1.2rem}.rail-contact--static{cursor:default}.tl-hidden-file-input{display:none}.avatar-dropdown .avatar-meta{line-height:1.3}.avatar-dropdown .avatar-frame.small{width:64px;height:64px}.avatar-menu-actions{display:flex;flex-direction:column;gap:.4rem}.menu-link{background:transparent;border:1px solid var(--border);border-radius:12px;padding:.6rem .9rem;color:var(--text);text-align:left;cursor:pointer;transition:border .2s ease,background .2s ease,transform .15s ease,color .2s ease}.menu-link:hover{border-color:#ff5aa659;background:#ff5aa61a;transform:translateY(-1px)}.menu-link:focus-visible{outline:2px solid rgba(255,90,166,.45);outline-offset:2px}.menu-link.danger{border-color:#ff5a5a99;color:#ff8d8d}.grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.theme-panel{display:flex;flex-direction:column;gap:1.5rem}.group-label{font-size:.8rem;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);margin-bottom:.4rem}.theme-groups{display:flex;flex-direction:column;gap:1.2rem;max-height:480px;overflow:auto;padding-right:.4rem}.theme-grid{display:flex;flex-direction:column;gap:.75rem}.theme-chip{display:flex;align-items:center;gap:.9rem;padding:.65rem .85rem;border-radius:14px;background:#ffffff08;border:1px solid var(--border);color:var(--text);cursor:pointer;text-align:left;transition:border .2s ease,background .2s ease,transform .15s ease,color .2s ease}.theme-chip:hover{border-color:#ff5aa659;background:#ff5aa61a;transform:translateY(-1px)}.theme-chip:focus-visible{outline:2px solid rgba(255,90,166,.45);outline-offset:2px}.theme-chip strong{display:block;font-size:.95rem}.theme-chip small{display:block;font-size:.75rem;color:var(--muted)}.theme-chip.active{border-color:var(--pink);background:#ffffff0d}.theme-swatch{width:40px;height:40px;border-radius:12px;border:2px solid rgba(255,255,255,.15);flex-shrink:0}.toggle-list{display:flex;flex-direction:column;gap:1rem}.toggle{display:flex;gap:.9rem;align-items:center}.toggle input[type=checkbox]{width:20px;height:20px;accent-color:rgba(255,90,166,.95)}[data-high-contrast=on] .card{border-color:#ffffff59}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b8;display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:50}.modal-card{width:min(980px,100%);max-height:calc(100vh - 3rem);overflow:auto}.admin-modal-card{width:min(1020px,100%);max-height:calc(100vh - 3rem);overflow-y:auto;overflow-x:hidden}.admin-decision-modal{width:min(620px,100%);max-height:calc(100vh - 3rem);overflow-y:auto;overflow-x:hidden}.ops-log-shell{display:grid;gap:12px}.ops-log-pre{margin:0;max-height:420px;overflow:auto;white-space:pre-wrap;font-size:12px}.image-editor-shell{display:grid;grid-template-columns:minmax(320px,1fr) minmax(260px,320px);gap:1.5rem;padding:1.5rem}.image-editor-viewport{border:1px solid var(--border);background:#ffffff05;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;touch-action:none;-webkit-user-select:none;user-select:none}.image-editor-viewport.avatar{width:320px;height:320px;border-radius:50%;margin:0 auto}.image-editor-viewport.banner{width:min(960px,100%);height:320px;border-radius:18px}.image-editor-viewport.dragging{cursor:grabbing}.image-editor-viewport:not(.dragging){cursor:grab}.image-editor-viewport img{position:absolute;top:0;left:0;will-change:transform;pointer-events:none}.image-editor-sidebar{display:grid;gap:1rem;align-content:start}.image-editor-sidebar label{display:grid;gap:.4rem}.image-editor-actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-end;padding:0 1.5rem 1.5rem}[data-reduce-motion=on] *{transition:none!important;animation:none!important}.stat-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.9rem}.stat-list li{display:flex;justify-content:space-between;font-size:1rem}.actions{display:flex;flex-wrap:wrap;gap:.8rem}.actions--wrap{flex-wrap:wrap}.tl-mt-05{margin-top:.5rem}.tl-mt-12{margin-top:12px}.tl-mt-16{margin-top:16px}.tl-danger-text{color:#ff8d8d}.glow{border-color:#ffffff26;box-shadow:0 20px 50px #6a2cff59}@media (max-width: 960px){.layout{grid-template-columns:1fr;padding:2rem}.left-rail,.right-rail{position:static;top:auto;max-height:none;overflow:visible}.sidebar{display:block}.sidebar-foot{border-top:none;margin-top:0;padding-top:0}.theme-panel{order:-1}}@media (max-width: 1200px) and (min-width: 961px){.layout{grid-template-columns:280px minmax(0,1fr)}.right-rail{display:none}}@media (max-width: 980px){.chat-shell,.forum-shell,.auth-shell{grid-template-columns:1fr}.auth-panel{position:static;top:auto}.auth-tabs{width:100%;justify-content:center}.profile-header-main{grid-template-columns:1fr}}@media (max-width: 820px){.topbar-left{min-width:auto}.topbar-search{display:none}}.tl-groups{display:grid;grid-template-columns:280px minmax(0,1fr);gap:1.5rem;align-items:start}.tl-groups--home{grid-template-columns:280px minmax(0,1fr) 320px}.tl-groups__left{display:grid;gap:1rem;position:sticky;top:96px;max-height:calc(100vh - 120px);overflow:auto;padding-right:.25rem}.tl-groups__left-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem .85rem;border:1px solid var(--border);border-radius:16px;background:#ffffff05}.tl-groups__nav{display:grid;gap:.55rem}.tl-groups__nav-item{width:100%;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem .85rem;border-radius:14px;border:1px solid var(--border);background:#ffffff05;color:inherit;cursor:pointer}.tl-groups__nav-item:hover{background:#ffffff0d}.tl-groups__nav-item.active{border-color:#8369ff73;background:#8369ff1f}.tl-groups__filters{display:grid;gap:.75rem;padding:.85rem;border-radius:16px;border:1px solid var(--border);background:#ffffff05}.tl-groups__search,.tl-groups__select{width:100%;border-radius:14px;border:1px solid var(--border);background:var(--surface-alt);color:var(--text);padding:.7rem .85rem;font-family:inherit}.tl-groups__center{display:grid;gap:1.5rem;min-width:0}.tl-groups__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem}.tl-groups__card{border:1px solid var(--border);border-radius:18px;padding:1rem;background:#ffffff05;display:grid;gap:.85rem}.tl-groups__card-top{display:flex;align-items:center;gap:.85rem}.tl-groups__avatar{width:44px;height:44px;border-radius:16px;display:grid;place-items:center;font-weight:700;border:1px solid rgba(131,105,255,.35);background:#8369ff29}.tl-groups__card-meta{display:grid;gap:.15rem}.tl-groups__card-title{font-size:1.05rem}.tl-groups__card-desc{margin:0;color:var(--muted);line-height:1.45}.tl-groups__tags{display:flex;flex-wrap:wrap;gap:.4rem}.tl-groups__tag{font-size:.78rem;padding:.25rem .55rem;border-radius:999px;border:1px solid var(--border);background:#ffffff08;color:var(--muted)}.tl-groups__card-actions{display:flex;flex-wrap:wrap;gap:.55rem}.tl-groups__right{display:grid;gap:1rem;position:sticky;top:96px;max-height:calc(100vh - 120px);overflow:auto;padding-left:.25rem}.tl-groups__widget{border:1px solid var(--border);border-radius:18px;padding:1rem;background:#ffffff05;display:grid;gap:.65rem}.tl-groups__widget header{display:flex;justify-content:space-between;align-items:center}@media (max-width: 1100px){.tl-groups--home{grid-template-columns:260px minmax(0,1fr)}.tl-groups__right{display:none}}@media (max-width: 780px){.tl-groups,.tl-groups--home{grid-template-columns:1fr}.tl-groups__left{position:static;max-height:none}}
