@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=Manrope:wght@400;500;600;700&family=Source+Serif+4:opsz,wght@8..60,500;8..60,700&family=Space+Grotesk:wght@400;500;700&display=swap";:root{--primary: #4f46e5;--primary-hover: #4338ca;--bg-color: #f9fafb;--surface: #ffffff;--text-main: #111827;--text-muted: #6b7280;--border: #e5e7eb;--danger: #ef4444;--danger-hover: #dc2626;--radius-md: 8px;--radius-lg: 12px;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;background-color:var(--bg-color);color:var(--text-main);line-height:1.5;-webkit-font-smoothing:antialiased}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.card{background:var(--surface);padding:40px;border-radius:var(--radius-lg);box-shadow:var(--shadow);width:100%;max-width:450px}h2{font-size:1.75rem;font-weight:700;margin-bottom:8px;color:var(--text-main);text-align:center}.subtitle{color:var(--text-muted);text-align:center;margin-bottom:24px;font-size:.95rem}.form-group{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}input,select{width:100%;padding:12px 16px;border:1px solid var(--border);border-radius:var(--radius-md);font-size:1rem;font-family:inherit;transition:all .2s ease;background-color:#fdfdfd}input:focus,select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #4f46e526}.btn-primary{width:100%;padding:12px;background-color:var(--primary);color:#fff;border:none;border-radius:var(--radius-md);font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}.btn-primary:hover{background-color:var(--primary-hover)}.btn-danger{background-color:var(--danger);color:#fff;border:none;padding:10px 20px;border-radius:var(--radius-md);font-weight:500;cursor:pointer;transition:background-color .2s}.btn-danger:hover{background-color:var(--danger-hover)}.auth-link{text-align:center;margin-top:16px;font-size:.9rem;color:var(--text-muted)}.auth-link a{color:var(--primary);text-decoration:none;font-weight:500}.auth-link a:hover{text-decoration:underline}.dashboard-nav{background:var(--surface);padding:16px 40px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 3px #0000000d;margin-bottom:40px}.dashboard-nav h1{font-size:1.5rem;color:var(--primary)}.dashboard-container{max-width:1200px;margin:0 auto;padding:0 20px}#root{min-height:100vh}.social-shell{--bg-0: #071118;--bg-1: #0a1821;--panel: rgba(11, 26, 35, .86);--panel-strong: rgba(8, 20, 29, .95);--panel-line: rgba(176, 226, 255, .14);--txt: #ecf8ff;--muted: #98b2c0;--accent: #ffb703;--accent-2: #00d1b2;--danger: #ff6b6b;--shadow: 0 20px 60px rgba(0, 0, 0, .28);--control-bg: rgba(255, 255, 255, .03);--control-border: rgba(176, 226, 255, .14);--control-placeholder: #7f97a5;--select-caret: #bfe2f6;--select-option-bg: #102534;--select-option-txt: #ecf8ff;--control-disabled: #8aa2af;--control-disabled-border: rgba(176, 226, 255, .1);--focus-border: rgba(255, 183, 3, .5);--focus-shadow: 0 0 0 4px rgba(255, 183, 3, .13);--main-feed-width: 760px;--left-rail-width: 280px;--right-rail-width: 320px;--layout-gap: 16px;color:var(--txt);font-family:Space Grotesk,Inter,system-ui,sans-serif}.social-shell{min-height:100vh;padding:20px;background:radial-gradient(circle at 10% 8%,rgba(0,209,178,.12),transparent 42%),radial-gradient(circle at 88% 12%,rgba(255,183,3,.1),transparent 42%),linear-gradient(180deg,var(--bg-0),#08151d 38%,var(--bg-0))}.auth-shell{--panel-line: rgba(176, 226, 255, .14);--panel-strong: rgba(8, 20, 29, .95);--txt: #ecf8ff;--muted: #98b2c0;--accent: #ffb703;--accent-2: #00d1b2;--shadow: 0 20px 60px rgba(0, 0, 0, .28);--control-bg: rgba(255, 255, 255, .03);--control-border: rgba(176, 226, 255, .14);--control-placeholder: #7f97a5;--select-caret: #bfe2f6;--select-option-bg: #102534;--select-option-txt: #ecf8ff;--control-disabled: #8aa2af;--control-disabled-border: rgba(176, 226, 255, .1);--focus-border: rgba(255, 183, 3, .5);--focus-shadow: 0 0 0 4px rgba(255, 183, 3, .13);min-height:100vh;padding:24px;display:grid;place-items:center;color:var(--txt);font-family:Manrope,Space Grotesk,Inter,system-ui,sans-serif;background:radial-gradient(circle at 10% 8%,rgba(0,209,178,.12),transparent 42%),radial-gradient(circle at 88% 12%,rgba(255,183,3,.1),transparent 42%),linear-gradient(180deg,#071118,#08151d 38%,#071118)}.auth-stage{width:min(1060px,100%);display:grid;grid-template-columns:minmax(280px,.88fr) minmax(360px,1.12fr);gap:24px;align-items:stretch}.auth-stage-signup{grid-template-columns:minmax(280px,.84fr) minmax(380px,1.16fr)}.auth-shell .panel{border-radius:24px;border:1px solid var(--panel-line);background:linear-gradient(180deg,rgba(15,31,42,.8),var(--panel-strong));box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.auth-brand-panel,.auth-form-panel{display:grid;gap:16px;align-content:start}.auth-brand-panel{padding:34px 30px;overflow:hidden;position:relative;background:radial-gradient(circle at 16% 0,rgba(0,209,178,.16),transparent 38%),linear-gradient(180deg,#0a1a25f5,#08151efa)}.auth-brand-panel:after{content:"";position:absolute;inset:auto -44px -44px auto;width:164px;height:164px;border-radius:50%;background:radial-gradient(circle,rgba(255,183,3,.2),transparent 68%);pointer-events:none}.auth-brand-mark{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;color:#f3f7fb;font-weight:700;background:linear-gradient(145deg,#1f4e79,#2f6796);box-shadow:0 10px 24px #1f4e7947}.auth-brand-copy{display:grid;gap:10px}.auth-brand-title{margin:0;font-family:"Source Serif 4",Georgia,serif;font-size:clamp(1.8rem,1.15vw + 1.35rem,2.45rem);line-height:1.08;color:#ecf8ff}.auth-brand-description{margin:0;color:#a0b9c7;line-height:1.58;max-width:38ch}.auth-brand-divider{height:1px;width:100%;background:linear-gradient(90deg,#b0e2ff47,#b0e2ff00);margin:0}.auth-quick-points{list-style:none;margin:0;padding:0;display:grid;gap:12px}.auth-quick-points li{position:relative;padding-left:18px;color:#b9d0de;line-height:1.45}.auth-quick-points li:before{content:"";position:absolute;left:0;top:.59em;width:8px;height:8px;border-radius:50%;background:linear-gradient(145deg,#1f4e79,#2d8f7c)}.auth-form-panel{padding:34px 30px}.auth-form-head{display:grid;gap:8px}.auth-form-head h2{margin:0;font-family:"Source Serif 4",Georgia,serif;font-size:clamp(1.55rem,.8vw + 1.25rem,2rem);line-height:1.2;color:#ecf8ff}.auth-subtitle{margin:0;color:var(--muted);text-align:left}.auth-form,.auth-form .field-row{gap:14px}.auth-shell .eyebrow{color:#9eb6c5;letter-spacing:.1em}.auth-shell .stacked-form label{color:#9eb6c5}.auth-shell .stacked-form label>span{color:#d8edf8}.auth-submit-btn{width:100%;min-height:48px;justify-content:center}.auth-shell .btn{border-radius:12px}.auth-shell .btn-primary-solid{color:#101820;background:linear-gradient(145deg,#ffb703,#ffd166)}.auth-shell .btn-primary-solid:hover:not(:disabled){box-shadow:0 10px 24px #ffb7033d}.auth-link-themed{margin-top:2px;color:var(--muted);text-align:left;font-size:.92rem}.auth-link-themed a{color:var(--accent);font-weight:600;text-decoration:none}.auth-link-themed a:hover{text-decoration:underline}.auth-brand-panel{animation:fadeRise .34s ease both}.auth-form-panel{animation:fadeRise .34s ease 70ms both}.social-topbar,.social-layout{max-width:1500px;margin-left:auto;margin-right:auto}.social-topbar{position:sticky;top:8px;z-index:90;display:grid;grid-template-columns:var(--left-rail-width) minmax(0,1fr) var(--right-rail-width);align-items:center;gap:var(--layout-gap);margin-bottom:16px;border-radius:16px;padding:8px 12px;background:linear-gradient(180deg,#1f2227f2,#1b1e23fa);border:1px solid rgba(255,255,255,.06);box-shadow:0 16px 34px #0000005c}.topbar-left{display:flex;align-items:center;gap:10px;min-width:0}.brand-badge{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;color:#eaf4ff;font-weight:700;background:linear-gradient(145deg,#2563eb,#4f46e5);box-shadow:0 8px 22px #2563eb59;flex:0 0 auto}.topbar-brand-link{text-decoration:none}.topbar-brand-link:focus-visible{outline:2px solid rgba(138,180,255,.8);outline-offset:2px}.topbar-search{flex:1 1 auto;display:flex;align-items:center;gap:9px;margin:0;min-width:0;padding:0 13px;min-height:42px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff12;color:#9eb4c8;transition:border-color .12s ease,box-shadow .12s ease,background-color .12s ease}.topbar-search:focus-within{border-color:#8ab4ff80;box-shadow:0 0 0 3px #3a8aff29;background:#ffffff1a}.topbar-search-icon{width:15px;height:15px;display:inline-grid;place-items:center;color:#9eb4c8;flex:0 0 auto}.topbar-search-icon svg{width:100%;height:100%;fill:currentColor}.topbar-search input{width:100%;min-width:0;border:0!important;background:transparent!important;padding:0!important;min-height:0!important;color:#ecf8ff!important;box-shadow:none!important;font-size:1rem;appearance:none;-webkit-appearance:none}.topbar-search input::placeholder{color:#9eb4c8!important}.topbar-search-submit{width:30px;height:30px;border-radius:999px;border:0;display:inline-grid;place-items:center;background:#6295ff38;color:#d8ebff;cursor:pointer;flex:0 0 auto;transition:transform .12s ease,background-color .12s ease}.topbar-search-submit:hover:not(:disabled){transform:translateY(-1px);background:#6295ff57}.topbar-search-submit:disabled{opacity:.8;cursor:wait}.topbar-search-submit svg{width:14px;height:14px;fill:currentColor}.topbar-search-spinner{width:14px;height:14px;border-radius:50%;border:2px solid rgba(216,235,255,.35);border-top-color:#d8ebff;animation:searchSpin .64s linear infinite}@keyframes searchSpin{to{transform:rotate(360deg)}}.topbar-nav{display:grid;grid-template-columns:repeat(4,minmax(74px,1fr));align-items:center;gap:6px;width:min(100%,var(--main-feed-width));justify-self:center}.topbar-nav-link{min-height:42px;border-radius:11px;color:#a6bad0;text-decoration:none;display:grid;place-items:center;font-size:.74rem;font-weight:700;letter-spacing:.04em;border:1px solid transparent;transition:background-color .12s ease,border-color .12s ease,color .12s ease}.topbar-nav-link:hover{color:#ecf8ff;background:#ffffff0f}.topbar-nav-link.is-active{color:#8ab4ff;background:#2563eb24;border-color:#3a8aff66}.eyebrow{margin:0;color:var(--muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.12em}.social-topbar-actions{display:flex;align-items:center;gap:8px;justify-content:flex-end;min-width:0}.topbar-circle-btn,.profile-btn{border:1px solid rgba(255,255,255,.08);background:#ffffff14;color:var(--txt);border-radius:999px;cursor:pointer;transition:transform .12s ease,border-color .12s ease,background-color .12s ease}.topbar-circle-btn:hover,.profile-btn:hover{transform:translateY(-1px);border-color:#8ab4ff59;background:#ffffff1f}.topbar-circle-btn{position:relative;width:40px;min-width:40px;height:40px;padding:0;display:grid;place-items:center;font-size:.9rem}.topbar-circle-btn svg{width:18px;height:18px;fill:currentColor}.notif-dot{position:absolute;top:7px;right:7px;width:7px;height:7px;border-radius:50%;background:#3b82f6;box-shadow:0 0 0 3px #3b82f629}.profile-btn{padding:5px 10px 5px 5px;display:flex;align-items:center;gap:8px;min-height:40px;max-width:240px;min-width:0;overflow:hidden;flex:0 1 240px}.avatar-badge{position:relative;width:34px;height:34px;min-width:34px;flex-shrink:0;display:grid;place-items:center;border-radius:50%;overflow:hidden;font-weight:700;font-size:.75rem;letter-spacing:.02em;color:#f5fbff;border:1px solid rgba(178,207,255,.42);background:radial-gradient(circle at 28% 24%,#9bb9ff,#355de5 44%,#1a2c78);box-shadow:0 0 0 2px #9bb9ff1c,inset 0 1px 1px #ffffff73}.avatar-badge:after{content:"";position:absolute;inset:0;border-radius:inherit;border:1px solid rgba(255,255,255,.2);pointer-events:none}.avatar-badge.has-image{border-color:#9ebfff80;background:#0f1f38}.avatar-badge img{display:block;width:100%;height:100%;object-fit:cover;border-radius:inherit}.avatar-fallback{line-height:1}.profile-btn:hover .avatar-badge{box-shadow:0 0 0 2px #9bb9ff2e,inset 0 1px 1px #ffffff8c}.profile-meta{display:grid;text-align:left;line-height:1.05;min-width:0;gap:2px}.profile-meta strong{font-size:.9rem;color:var(--txt);line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-meta small{text-transform:capitalize;color:var(--muted);font-size:.72rem;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.logout-mini-btn{min-height:40px;white-space:nowrap;flex:0 0 auto;min-width:84px;padding-left:14px;padding-right:14px}.social-layout{display:grid;grid-template-columns:var(--left-rail-width) minmax(0,1fr) var(--right-rail-width);gap:var(--layout-gap);align-items:start}.social-layout.is-chat-route,.social-layout.is-profile-route{grid-template-columns:minmax(0,1fr)}.social-main-content{width:100%;max-width:var(--main-feed-width);justify-self:center;min-width:0}.social-main-content.is-chat-layout{max-width:min(1320px,100%)}.social-main-content.is-profile-layout{max-width:min(1220px,100%)}.feed-sidebar{display:grid;gap:12px;position:sticky;top:84px}.feed-sidebar-left{align-content:start;max-height:calc(100vh - 96px);overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none;-ms-overflow-style:none}.feed-sidebar-left::-webkit-scrollbar{width:0;height:0;display:none}.feed-sidebar-right{align-content:start}.panel{border-radius:20px;padding:16px;border:1px solid var(--panel-line);background:linear-gradient(180deg,rgba(15,31,42,.8),var(--panel-strong));box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.panel-header{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:12px}.panel-header h3{margin:5px 0 0;font-size:1.15rem}.sidebar-panel{padding:14px}.compact-panel .panel-header{margin-bottom:8px}.feed-menu-list{display:grid;gap:8px}.feed-menu-item{display:grid;gap:3px;text-decoration:none;color:var(--txt);padding:10px 12px;border-radius:14px;border:1px solid rgba(176,226,255,.11);background:#ffffff05;transition:border-color .13s ease,background-color .13s ease,transform .13s ease}.feed-menu-item:hover{transform:translateY(-1px);border-color:#ffb70338}.feed-menu-item small{color:var(--muted);font-size:.76rem}.feed-menu-item.is-active{border-color:#ffb70347;background:#ffb70312}.feed-menu-item.is-locked{opacity:.85;cursor:not-allowed}.feed-menu-title-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.mini-pill{font-size:.68rem;border-radius:999px;padding:3px 7px;color:#ffd8d8;border:1px solid rgba(255,107,107,.22);background:#ff6b6b12}.session-card{display:grid;gap:8px}.session-card p{margin:0;padding:9px 10px;border-radius:12px;background:#ffffff05;border:1px solid rgba(176,226,255,.08);display:flex;justify-content:space-between;gap:10px}.session-card p span{color:var(--muted)}.session-card p strong{color:var(--txt);text-align:right}.request-card{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:center}.request-avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;font-weight:700;color:#ecf8ff;background:linear-gradient(140deg,#2563eb,#4f46e5)}.request-copy{display:grid;min-width:0}.request-copy strong{color:var(--txt)}.request-copy small{color:var(--muted)}.request-actions{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;gap:8px}.contact-list{display:grid;gap:6px}.contact-item{display:flex;align-items:center;gap:9px;padding:8px;border-radius:12px;border:1px solid rgba(176,226,255,.1);background:#ffffff05}.contact-item-action{width:100%;text-align:left;font:inherit;color:inherit;cursor:pointer}.contact-item-action:hover{border-color:#8ab4ff52;background:#ffffff0f}.contact-item-action:focus-visible{outline:none;border-color:#8ab4ff66;box-shadow:0 0 0 3px #3a8aff26}.contact-avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;font-weight:700;color:#ecf8ff;background:linear-gradient(140deg,#2563eb,#4f46e5);flex:0 0 auto}.contact-avatar-group{border-radius:10px}.notif-announcement .contact-avatar{background:linear-gradient(140deg,#2563eb,#4f46e5)}.notif-verification .contact-avatar{background:linear-gradient(140deg,#06b6d4,#3b82f6)}.notif-job .contact-avatar{background:linear-gradient(140deg,#7c3aed,#2563eb)}.contact-item>div{min-width:0;display:grid}.contact-item strong{color:var(--txt);font-size:.9rem}.contact-item small{color:var(--muted);font-size:.75rem}.auth-inline-links{display:inline-flex;gap:8px}.auth-inline-links .btn{text-decoration:none}.pill{display:inline-flex;align-items:center;white-space:nowrap;border:1px solid rgba(176,226,255,.13);background:#ffffff05;color:var(--muted);border-radius:999px;padding:6px 10px;font-size:.73rem}.pill-ghost{opacity:.9}.tone-ok{color:#91ffe6;border-color:#00d1b240}.tone-warn{color:#ffe39a;border-color:#ffd16633}.tone-muted{color:#cad7de;border-color:#cad7de29}.tone-pin{color:#101820;border-color:transparent;background:linear-gradient(145deg,#ffb703,#ffd166);font-weight:700}.btn{border-radius:12px;border:1px solid transparent;padding:10px 14px;font:inherit;font-weight:600;cursor:pointer;transition:transform .12s ease,border-color .12s ease,background-color .12s ease}.btn:hover:not(:disabled){transform:translateY(-1px)}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-soft{color:var(--txt);border-color:#b0e2ff24;background:#ffffff05}.btn-accent{color:#082029;background:linear-gradient(145deg,#00d1b2,#43f0d5)}.btn-primary-solid{color:#101820;background:linear-gradient(145deg,#ffb703,#ffd166)}.btn-danger-soft{color:#ffd0d0;border-color:#ff6b6b2e;background:#ff6b6b14}.home-feed-page{display:grid;gap:16px}.home-feed-page .panel{border-radius:14px;border:1px solid rgba(176,226,255,.11);background:linear-gradient(180deg,#1b1e24fa,#171a1ffa);box-shadow:0 16px 30px #00000042}.home-composer-grid{margin-bottom:-4px}.home-feed-page .panel-header h3{font-size:1.08rem}.story-strip{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(120px,1fr);gap:10px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none;-ms-overflow-style:none}.story-strip::-webkit-scrollbar{display:none;width:0;height:0}.story-card{position:relative;min-height:182px;border-radius:12px;overflow:hidden;border:1px solid rgba(176,226,255,.14);background:linear-gradient(180deg,#20252cf2,#191d23fa)}.story-card.is-linkable{cursor:pointer}.story-card.is-linkable:hover{border-color:#6ffbe073}.story-card.is-linkable:focus-visible{outline:none;border-color:#6ffbe080;box-shadow:0 0 0 3px #6ffbe029}.story-card img{width:100%;height:100%;object-fit:cover;display:block}.story-fallback-bg{width:100%;height:100%;display:grid;place-items:center;background:radial-gradient(circle at 20% 18%,rgba(58,138,255,.28),transparent 44%),linear-gradient(180deg,#222831f2,#181c22fa)}.story-fallback-icon-shell{width:clamp(38px,30%,52px);aspect-ratio:1 / 1;border-radius:14px;border:1px solid rgba(196,230,255,.34);background:#0c18228f;display:grid;place-items:center;box-shadow:inset 0 0 0 1px #09121a6b,0 8px 20px #00000038}.story-fallback-icon{width:54%;height:54%;color:#dcf4ff}.story-fallback-announcement{background:radial-gradient(circle at 15% 20%,rgba(255,183,3,.26),transparent 46%),radial-gradient(circle at 82% 12%,rgba(255,84,112,.18),transparent 42%),linear-gradient(180deg,#28221bf5,#1c1713fa)}.story-fallback-event{background:radial-gradient(circle at 16% 20%,rgba(0,209,178,.24),transparent 44%),radial-gradient(circle at 84% 14%,rgba(67,240,213,.16),transparent 44%),linear-gradient(180deg,#1a2726f2,#121c1bfa)}.story-fallback-job{background:radial-gradient(circle at 14% 18%,rgba(101,165,255,.26),transparent 42%),radial-gradient(circle at 86% 16%,rgba(127,233,255,.14),transparent 46%),linear-gradient(180deg,#1c2330f2,#131924fa)}.story-fallback-discussion{background:radial-gradient(circle at 14% 18%,rgba(188,145,255,.22),transparent 44%),radial-gradient(circle at 86% 20%,rgba(255,147,197,.14),transparent 44%),linear-gradient(180deg,#231e2df2,#181421fa)}.story-fallback-default{background:radial-gradient(circle at 20% 18%,rgba(58,138,255,.28),transparent 44%),linear-gradient(180deg,#222831f2,#181c22fa)}.story-overlay{position:absolute;inset:auto 0 0;padding:10px 9px;display:grid;gap:2px;background:linear-gradient(180deg,#060a1000,#060a10db)}.story-overlay strong{color:#ecf8ff;font-size:.86rem;line-height:1.2}.story-overlay small{color:#a6bad0;font-size:.73rem}.story-card-empty{display:grid;place-items:end stretch}.story-card-empty .story-overlay{position:static;min-height:100%;align-content:end;background:linear-gradient(180deg,#222831f2,#181c22fa)}.hero-panel{display:grid;grid-template-columns:1.15fr .85fr;gap:14px;padding:16px}.hero-copy h2{margin:8px 0 10px;font-size:clamp(1.35rem,1.6vw + .7rem,2.1rem);line-height:1.08;color:var(--txt)}.hero-subtext{margin:0;color:var(--muted);max-width:56ch}.hero-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.stat-tile{border-radius:14px;padding:12px;border:1px solid rgba(176,226,255,.12);background:#ffffff05}.stat-tile span{color:var(--muted);display:block;font-size:.8rem}.stat-tile strong{color:#fff3d4;font-size:1.45rem}.banner{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;border-radius:16px;border:1px solid var(--panel-line)}.banner p{margin:0}.banner button{border:1px solid var(--panel-line);background:transparent;color:inherit;border-radius:999px;padding:8px 12px;cursor:pointer}.banner-success{background:linear-gradient(180deg,rgba(0,209,178,.09),var(--panel-strong));border-color:#00d1b233}.banner-error{background:linear-gradient(180deg,rgba(255,107,107,.09),var(--panel-strong));border-color:#ff6b6b33}.home-composer-grid{display:grid;grid-template-columns:1fr;gap:16px}.stacked-form,.composer-horizontal-form{display:grid;gap:12px}.composer-quick-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;border-radius:18px;border:1px solid rgba(176,226,255,.14);background:linear-gradient(180deg,#ffffff08,#ffffff03),#ffffff05;padding:8px}.composer-avatar-badge{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;font-weight:700;color:#0d1b25;background:linear-gradient(140deg,#a6f3e7,#00d1b2);border:1px solid rgba(166,243,231,.42)}.composer-summary-input{border-radius:999px!important;background:#ffffff0d!important;min-height:44px}.composer-summary-input::placeholder{color:#9eb0bc!important}.composer-submit-btn{white-space:nowrap;min-width:128px}.composer-action-row{display:inline-flex;align-items:center;gap:8px}.composer-image-input{display:none}.composer-image-btn{width:42px;height:42px;min-width:42px;padding:0;border-radius:12px;display:inline-grid;place-items:center}.composer-image-btn svg{width:18px;height:18px;fill:currentColor}.composer-image-preview{border-radius:14px;border:1px solid rgba(176,226,255,.14);background:#ffffff05;padding:8px;display:grid;gap:8px}.composer-image-preview img{width:100%;max-height:220px;object-fit:cover;border-radius:10px;border:1px solid rgba(176,226,255,.12)}.composer-image-meta{display:flex;align-items:center;justify-content:space-between;gap:8px}.composer-image-meta p{margin:0;color:var(--muted);font-size:.84rem;overflow-wrap:anywhere}.composer-details-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;align-items:start}.composer-field{display:grid;gap:6px;font-size:.84rem;color:var(--muted);min-width:0}.composer-field>span{color:#d5edf8;font-weight:600}.composer-field input,.composer-field select{min-width:0}.composer-tag-search-shell{position:relative}.composer-tag-search-input{width:100%}.composer-tag-results{position:absolute;top:calc(100% + 6px);left:0;right:0;margin:0;padding:6px;list-style:none;border-radius:12px;border:1px solid rgba(176,226,255,.2);background:#09161ffa;box-shadow:0 12px 30px #00000059;max-height:210px;overflow:auto;z-index:50}.composer-tag-results li{margin:0}.composer-tag-results button{width:100%;display:flex;justify-content:space-between;align-items:baseline;gap:8px;border-radius:10px;border:1px solid transparent;background:transparent;color:var(--txt);padding:8px 9px;text-align:left;cursor:pointer}.composer-tag-results button small{color:var(--muted)}.composer-tag-results button:hover,.composer-tag-results button:focus-visible{border-color:#00d1b252;background:#00d1b21a;outline:none}.composer-selected-tags{display:flex;flex-wrap:wrap;gap:6px}.composer-tag-chip{border-radius:999px;border:1px solid rgba(0,209,178,.28);background:#00d1b21a;color:#bafff2;display:inline-flex;align-items:center;gap:6px;padding:4px 9px;cursor:pointer;font:inherit;font-size:.75rem}.composer-tag-chip strong{font-size:.9rem;line-height:1}.composer-tag-hint{color:var(--muted);font-size:.75rem;overflow-wrap:anywhere}.field-row{display:grid;gap:12px}.field-row.two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.stacked-form label,.feed-filters label{display:grid;gap:6px;font-size:.88rem;color:var(--muted)}.stacked-form label>span,.feed-filters label>span{color:#d5edf8;font-weight:600}.social-shell input,.social-shell select,.social-shell textarea,.auth-shell input,.auth-shell select,.auth-shell textarea{width:100%;box-sizing:border-box;border-radius:14px;border:1px solid var(--control-border, rgba(176, 226, 255, .14));background:var(--control-bg, rgba(255, 255, 255, .03));color:var(--txt);padding:12px 13px;font:inherit;transition:border-color .12s ease,box-shadow .12s ease}.social-shell select,.auth-shell select{appearance:none;-webkit-appearance:none;padding-right:42px;background-image:linear-gradient(45deg,transparent 50%,var(--select-caret, #bfe2f6) 50%),linear-gradient(135deg,var(--select-caret, #bfe2f6) 50%,transparent 50%);background-position:calc(100% - 17px) calc(50% + 1px),calc(100% - 11px) calc(50% + 1px);background-size:6px 6px,6px 6px;background-repeat:no-repeat}.social-shell select[multiple],.auth-shell select[multiple]{appearance:auto;-webkit-appearance:auto;background-image:none;padding-right:13px}.social-shell select option,.social-shell select optgroup,.auth-shell select option,.auth-shell select optgroup{background-color:var(--select-option-bg, #102534);color:var(--select-option-txt, #ecf8ff)}.social-shell select:disabled,.auth-shell select:disabled{color:var(--control-disabled, #8aa2af);border-color:var(--control-disabled-border, rgba(176, 226, 255, .1))}.social-shell textarea,.auth-shell textarea{min-height:112px;resize:vertical}.social-shell input::placeholder,.social-shell textarea::placeholder,.auth-shell input::placeholder,.auth-shell textarea::placeholder{color:var(--control-placeholder, #7f97a5)}.social-shell input:focus-visible,.social-shell select:focus-visible,.social-shell textarea:focus-visible,.auth-shell input:focus-visible,.auth-shell select:focus-visible,.auth-shell textarea:focus-visible,.feed-menu-item:focus-visible,.topbar-circle-btn:focus-visible,.topbar-nav-link:focus-visible,.profile-btn:focus-visible,.btn:focus-visible,.tag-chip:focus-visible,.mini-tag:focus-visible{outline:none;border-color:var(--focus-border, rgba(255, 183, 3, .5));box-shadow:var(--focus-shadow, 0 0 0 4px rgba(255, 183, 3, .13))}.check-row{display:inline-flex!important;align-items:center;gap:10px;color:#d6edf8!important}.check-row input{width:18px;height:18px;padding:0;accent-color:var(--accent);box-shadow:none!important}.check-row.compact{align-self:end;margin-bottom:2px}.inline-form{display:grid;grid-template-columns:1fr auto;gap:10px;margin-bottom:12px}.tag-list-wrap{min-height:110px}.muted-line{margin:8px 0;color:var(--muted)}.tag-cloud{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px}.tag-chip{border:1px solid rgba(176,226,255,.11);background:#ffffff05;color:var(--txt);border-radius:14px;padding:8px 10px;display:grid;text-align:left;gap:2px;cursor:pointer}.tag-chip small{font-size:.72rem;color:var(--muted)}.tag-chip.is-active{border-color:#ffb70345;background:#ffb70312}.api-note{margin-top:14px;padding-top:10px;border-top:1px solid rgba(176,226,255,.08);color:var(--muted);font-size:.84rem}.api-note p{margin:4px 0}.api-note code,.monospace{font-family:IBM Plex Mono,Roboto Mono,monospace}.feed-header .header-actions{display:flex;align-items:center;gap:8px}.feed-filters{display:grid;grid-template-columns:2fr repeat(3,minmax(0,1fr)) auto;gap:10px;align-items:end;margin-bottom:12px}.inline-alert{border-radius:14px;padding:10px 12px;border:1px solid rgba(255,107,107,.2);background:#ff6b6b14;color:#ffe3e3;margin-bottom:12px}.inline-alert p{margin:0}.inline-alert a{color:#ffe9aa}.warn-alert{border-color:#ffb70338;background:#ffb70312;color:#ffeec8}.skeleton-grid,.feed-grid{display:grid;grid-template-columns:1fr;gap:12px}.search-query-line{margin:0 0 12px;color:#bed5e3}.search-query-line strong{color:#ecf8ff}.search-results-grid .search-result-card{animation-delay:calc(var(--card-index, 0) * 14ms)}.search-load-more-row{display:flex;justify-content:center;margin-top:6px}.search-load-more-btn{min-width:150px}.feed-card{border-radius:18px;padding:14px;border:1px solid rgba(176,226,255,.11);background:linear-gradient(180deg,#ffffff05,#fff0),#08141db8;display:grid;gap:10px;animation:fadeRise .36s ease both;animation-delay:calc(var(--card-index, 0) * 18ms)}.feed-card-linkable{cursor:pointer}.feed-card-linkable:hover{border-color:#6ffbe057}.feed-card-linkable:focus-visible{outline:none;border-color:#6ffbe080;box-shadow:0 0 0 3px #6ffbe029}.notification-card{gap:12px;border-color:#b0e2ff2e;background:linear-gradient(180deg,#ffffff08,#fff0),#08141dc7}.notification-card.is-announcement{border-color:#00d1b242;background:radial-gradient(circle at 88% 12%,rgba(0,209,178,.13),transparent 46%),#08141dc7}.notification-card.is-pending{border-color:#ffb70347;background:radial-gradient(circle at 90% 12%,rgba(255,183,3,.12),transparent 46%),#08141dc7}.notification-card.is-approved{border-color:#43f0d54d;background:radial-gradient(circle at 90% 12%,rgba(67,240,213,.12),transparent 46%),#08141dc7}.notification-card.is-rejected{border-color:#ff6b6b4d;background:radial-gradient(circle at 90% 12%,rgba(255,107,107,.14),transparent 48%),#08141dc7}.notification-card-head{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.notification-identity{display:flex;gap:10px;min-width:0;align-items:center}.notification-icon{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;flex:0 0 auto;font-size:.98rem;font-weight:700;color:#10222c;background:linear-gradient(145deg,#8cf8ea,#43f0d5)}.notification-card.is-announcement .notification-icon{background:linear-gradient(145deg,#8cf8ea,#00d1b2)}.notification-card.is-pending .notification-icon{background:linear-gradient(145deg,#ffd166,#ffb703)}.notification-card.is-approved .notification-icon{background:linear-gradient(145deg,#86ffe8,#43f0d5)}.notification-card.is-rejected .notification-icon{background:linear-gradient(145deg,#ffb5b5,#ff6b6b)}.notification-title-wrap{min-width:0;display:grid;gap:3px}.notification-kicker{margin:0;color:#d4eaf6;font-size:.72rem;text-transform:uppercase;letter-spacing:.09em}.notification-title{margin:0;color:var(--txt);font-size:1rem;line-height:1.22}.notification-time{font-size:.76rem;color:var(--muted);white-space:nowrap}.notification-message{margin:0;color:#c8dde8;line-height:1.42}.notification-card-footer{display:flex;justify-content:space-between;align-items:center;gap:10px}.notification-action-row{display:flex;flex-wrap:wrap;gap:8px}.notification-action-row .btn{flex:0 0 auto}.notification-read-hint{font-size:.72rem;color:#9fc2d3;border:1px solid rgba(176,226,255,.18);border-radius:999px;padding:4px 9px}.skeleton-card{min-height:190px;background:linear-gradient(90deg,#ffffff05 20%,#ffffff0f 35%,#ffffff05 60%),#08141db8;background-size:200% 100%;animation:shimmer 1.2s linear infinite}.social-post-header{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.post-author-chip{display:flex;gap:10px;align-items:center;min-width:0}.post-author-chip>div{min-width:0;display:grid}.post-author-chip strong{color:var(--txt);line-height:1.1}.post-author-chip small{color:var(--muted)}.post-avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;font-weight:700;color:#0d1b25;background:linear-gradient(140deg,#a6f3e7,#00d1b2);flex:0 0 auto}.pill-row{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.feed-summary{margin:0;color:#c8dde8;line-height:1.45}.job-portal-page,.job-application-page,.job-applications-page{gap:14px}.job-portal-overview-panel{padding:16px;border-color:#b0e2ff2e;background:radial-gradient(circle at 85% 15%,rgba(67,240,213,.12),transparent 48%),linear-gradient(180deg,#0f1f2ad1,#08141df5)}.job-portal-overview-head{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);gap:14px;align-items:end}.job-portal-overview-head h2{margin:4px 0 8px;color:var(--txt);font-size:clamp(1.2rem,1.15vw + .85rem,1.75rem)}.job-portal-overview-head p{margin:0;color:var(--muted);line-height:1.45}.job-overview-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.job-overview-stat-card{border-radius:12px;border:1px solid rgba(176,226,255,.16);background:#ffffff08;padding:10px 11px;display:grid;gap:4px}.job-overview-stat-card span{font-size:.77rem;color:var(--muted)}.job-overview-stat-card strong{font-size:1.2rem;color:#ffedc2;line-height:1}.job-portal-top-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:14px;align-items:start}.job-composer-panel{display:grid;gap:10px}.job-composer-compact{padding:14px}.job-mini-summary{margin:0;color:var(--muted);line-height:1.45}.job-mini-points{margin:0;padding-left:18px;color:var(--muted);font-size:.84rem;display:grid;gap:5px}.job-create-backdrop{z-index:130}.job-create-modal{width:min(920px,100%);max-height:calc(100vh - 32px);overflow-y:auto;border-color:#b0e2ff38;background:radial-gradient(circle at 86% 15%,rgba(67,240,213,.13),transparent 44%),linear-gradient(180deg,#091b27f7,#051018fa)}.job-create-modal .panel-header{margin-bottom:12px;align-items:flex-start}.job-create-modal .job-composer-footer{justify-content:flex-end;gap:8px}.job-create-modal .job-composer-footer .btn{min-width:0}.job-create-form{gap:10px}.job-form-block{border-radius:12px;border:1px solid rgba(176,226,255,.12);background:#ffffff05;padding:12px;display:grid;gap:10px}.job-form-block-head{display:grid;gap:2px}.job-form-block-head h3,.job-form-block-head h4{margin:0;color:var(--txt);font-size:1rem}.job-composer-footer{display:flex;align-items:flex-start;justify-content:flex-end;gap:10px}.job-composer-footnote{margin:0;color:var(--muted);font-size:.82rem;max-width:56ch}.job-feed-panel{display:grid;gap:12px}.job-feed-filters{grid-template-columns:minmax(0,1fr)}.job-feed-grid{grid-template-columns:1fr;gap:14px}.collab-page{gap:14px}.collab-overview-panel{padding:16px;border-color:#b0e2ff2e;background:radial-gradient(circle at 84% 14%,rgba(58,138,255,.15),transparent 50%),linear-gradient(180deg,#0f1f2ad6,#08141df5)}.collab-overview-head{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:14px;align-items:end}.collab-overview-head h2{margin:4px 0 8px;color:var(--txt);font-size:clamp(1.2rem,1.15vw + .85rem,1.75rem)}.collab-overview-head p{margin:0;color:var(--muted);line-height:1.45}.collab-overview-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px}.collab-overview-stat-card{border-radius:12px;border:1px solid rgba(176,226,255,.16);background:#ffffff08;padding:10px 11px;display:grid;gap:4px}.collab-overview-stat-card span{font-size:.77rem;color:var(--muted);overflow-wrap:anywhere;word-break:break-word}.collab-overview-stat-card strong{font-size:1.2rem;color:#d9ebff;line-height:1}.collab-top-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:14px;align-items:start}.collab-composer-panel{display:grid;gap:10px}.collab-composer-compact{padding:14px}.collab-mini-summary{margin:0;color:var(--muted);line-height:1.45}.collab-mini-points{margin:0;padding-left:18px;color:var(--muted);font-size:.84rem;display:grid;gap:5px}.collab-create-backdrop{z-index:130}.collab-create-modal{width:min(960px,100%);max-height:calc(100vh - 32px);overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;border-color:#b0e2ff38;background:radial-gradient(circle at 86% 15%,rgba(58,138,255,.16),transparent 44%),linear-gradient(180deg,#091b27f7,#051018fa)}.collab-create-modal::-webkit-scrollbar{width:0;height:0}.collab-create-modal .panel-header{margin-bottom:12px;align-items:flex-start}.collab-create-modal .collab-create-actions{justify-content:flex-end;gap:8px}.collab-create-modal .collab-create-actions .btn{min-width:0}.collab-create-form{gap:10px}.social-post-card.is-event-post,.post-details-panel.is-event-post{border-color:#ffc55e3d;background:radial-gradient(circle at 88% 12%,rgba(255,197,94,.12),transparent 34%),radial-gradient(circle at 12% 0%,rgba(18,201,170,.1),transparent 28%),linear-gradient(180deg,#121820fa,#0c1118fa)}.event-meta-block{display:grid;gap:10px;padding:12px;border-radius:14px;border:1px solid rgba(255,215,135,.18);background:linear-gradient(180deg,#ffc55e14,#ffc55e05),#0c161ee6}.event-meta-block.is-detail{padding:14px}.event-meta-head{display:flex;justify-content:space-between;gap:10px;align-items:center}.event-kicker{display:inline-flex;align-items:center;border-radius:999px;min-height:26px;padding:0 10px;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#13211f;background:linear-gradient(135deg,#ffd166,#8be9d7)}.event-meta-head strong{color:#f6efe2;font-size:.94rem}.event-meta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px}.event-meta-item{display:grid;gap:3px;padding:10px;border-radius:12px;border:1px solid rgba(255,214,143,.14);background:#ffffff08}.event-meta-item span,.event-meta-label{color:#c0d3dc;font-size:.74rem;text-transform:uppercase;letter-spacing:.06em}.event-meta-item strong{color:#f2f8fb;line-height:1.4;font-size:.88rem}.event-meta-section{display:grid;gap:6px}.event-meta-section p,.event-meta-empty{margin:0;color:#d6e5ed;line-height:1.5;white-space:pre-wrap}.event-meta-section a{color:#9ee8d6;font-weight:600;text-decoration:none}.event-meta-section a:hover{text-decoration:underline}.event-rule-list{list-style:disc;margin:0;padding-left:18px;color:#d6e5ed;display:grid;gap:4px}.event-volunteer-btn{min-width:170px;border-color:#ffc55e52;color:#fff2d8;background:linear-gradient(180deg,#7b4808e6,#522d07e6)}.event-volunteer-btn:hover:not(:disabled){border-color:#ffd68f80;background:linear-gradient(180deg,#925609eb,#5f3408f0)}.volunteer-modal-backdrop{z-index:140}.volunteer-modal{width:min(680px,100%);max-height:calc(100vh - 32px);overflow-y:auto;border-color:#ffcd6e4d;background:radial-gradient(circle at 84% 14%,rgba(255,197,94,.16),transparent 38%),linear-gradient(180deg,#101a23fa,#0a1118fc)}.volunteer-form{gap:10px}.volunteer-form label{display:grid;gap:6px}.volunteer-form input,.volunteer-form textarea{width:100%;border-radius:12px;border:1px solid rgba(176,226,255,.18);background:#050d13eb;color:var(--txt);padding:10px 12px;font:inherit;resize:vertical}.volunteer-form input:focus,.volunteer-form textarea:focus{outline:none;border-color:#ffd68f6b;box-shadow:0 0 0 3px #ffc55e1f}.volunteer-form-actions{justify-content:flex-end}.event-roster-panel{display:grid;gap:10px;border-radius:18px;border:1px solid rgba(255,214,143,.2);background:radial-gradient(circle at 100% 0%,rgba(255,197,94,.1),transparent 34%),linear-gradient(180deg,#08121ae0,#060d14eb);padding:14px;box-shadow:inset 0 1px #ffffff08}.event-roster-table-shell{display:grid;gap:0}.event-roster-table-wrap{overflow:auto;border-radius:14px;border:1px solid rgba(176,226,255,.08);background:#ffffff05;scrollbar-width:none;-ms-overflow-style:none}.event-roster-table-wrap::-webkit-scrollbar{width:0;height:0;display:none}.event-roster-table{width:100%;border-collapse:collapse;min-width:720px;table-layout:fixed}.event-roster-table th,.event-roster-table td{text-align:left;vertical-align:top;padding:10px 12px;border-bottom:1px solid rgba(176,226,255,.1);color:#dbe9f2;font-size:.86rem;line-height:1.45}.event-roster-table th:nth-child(1),.event-roster-table td:nth-child(1){width:15%}.event-roster-table th:nth-child(2),.event-roster-table td:nth-child(2){width:18%}.event-roster-table th:nth-child(3),.event-roster-table td:nth-child(3){width:22%}.event-roster-table th:nth-child(4),.event-roster-table td:nth-child(4){width:17%}.event-roster-table th:nth-child(5),.event-roster-table td:nth-child(5){width:18%}.event-roster-table th:nth-child(6),.event-roster-table td:nth-child(6){width:10%}.event-roster-table th{color:#f6efe2;font-size:.76rem;text-transform:uppercase;letter-spacing:.06em;background:#121f2af0;position:sticky;top:0;z-index:1}.event-roster-table tbody tr:nth-child(2n) td{background:#ffffff05}.event-roster-table tbody tr:hover td{background:#ffd17a0f}.event-roster-cell{display:block;max-width:100%;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.event-roster-cell.is-compact{white-space:normal}.event-roster-table td:first-child{color:#fff2d9;font-weight:700}.event-roster-table td:nth-child(2){color:#9ee8d6}.event-roster-table td:last-child{color:#c8d6de}.required-marker{color:#ffd69b;margin-left:2px}.field-error{color:#ffc7c7;font-size:.75rem}.collab-create-actions .btn{min-width:220px}.collab-feed-panel{display:grid;gap:12px}.collab-feed-filters{grid-template-columns:repeat(5,minmax(0,1fr)) auto}.collab-filter-actions{align-self:end}.collab-feed-grid{grid-template-columns:1fr;gap:14px}.collab-post-card{gap:12px;border-color:#b0e2ff33;background:radial-gradient(circle at 90% 10%,rgba(58,138,255,.12),transparent 52%),linear-gradient(180deg,#ffffff06,#fff0),#08141dd1}.collab-category-pill{color:#d6e8ff;border-color:#8ab4ff3d;background:#3a8aff1f}.collab-meta-grid{display:flex;gap:6px;flex-wrap:wrap}.collab-post-card .mini-tag{cursor:default}.collab-card-actions{align-items:center}.collab-request-pill{text-transform:uppercase;letter-spacing:.04em;font-size:.68rem}.collab-request-pill.is-pending{color:#ffe9b5;border-color:#ffb7035c;background:#ffb70324}.collab-request-pill.is-accepted{color:#bafef0;border-color:#00d1b252;background:#00d1b21c}.collab-request-pill.is-rejected{color:#ffd0d0;border-color:#ff6b6b52;background:#ff6b6b21}.collab-details-page{gap:14px}.collab-details-panel{gap:14px;border-color:#b0e2ff38;background:radial-gradient(circle at 90% 8%,rgba(58,138,255,.15),transparent 44%),linear-gradient(180deg,#061018f2,#050d14f5)}.collab-details-meta-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.collab-details-meta-item{border-radius:12px;border:1px solid rgba(176,226,255,.14);background:#ffffff05;padding:10px;display:grid;gap:4px}.collab-details-meta-item strong{color:#d7ecf8;font-size:.77rem;text-transform:uppercase;letter-spacing:.06em}.collab-details-meta-item span{color:#d4e8f4}.collab-detail-section{border-radius:14px;border:1px solid rgba(176,226,255,.15);background:#ffffff05;padding:12px;display:grid;gap:10px}.collab-detail-section h4{margin:0;color:#e6f6ff;font-size:1rem}.collab-full-description{margin:0;color:#d4e6f1;line-height:1.58;white-space:pre-wrap}.collab-detail-actions .btn{flex:1 1 180px}.collab-request-status-line{margin:0;display:inline-flex;flex-wrap:wrap;gap:8px;align-items:center;color:#d6e8f4}.collab-join-form textarea{min-height:116px}.collab-section-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.collab-request-list,.collab-member-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}.collab-request-item,.collab-member-item{border-radius:12px;border:1px solid rgba(176,226,255,.14);background:#ffffff05;padding:10px;display:grid;gap:6px}.collab-request-item-head{display:flex;justify-content:space-between;gap:8px;align-items:flex-start}.collab-request-item-head>div,.collab-member-item{min-width:0}.collab-request-item strong,.collab-member-item strong{color:#e7f6ff;display:inline-flex;flex-wrap:wrap;align-items:center;gap:8px}.collab-request-item small,.collab-member-item small{color:var(--muted);font-size:.74rem}.collab-request-item p{margin:0;color:#d0e4f0;line-height:1.46;white-space:pre-wrap}.collab-request-actions .btn{flex:1 1 150px}.job-post-card{gap:12px}.job-post-card-elevated{border-color:#b0e2ff33;background:radial-gradient(circle at 88% 10%,rgba(67,240,213,.09),transparent 52%),linear-gradient(180deg,#ffffff06,#fff0),#08141dd1}.job-card-head{display:flex;justify-content:space-between;gap:10px;align-items:start}.job-card-title-wrap h4{margin:0;color:var(--txt);font-size:1.03rem;line-height:1.2}.job-card-title-wrap p{margin:3px 0 0;color:var(--muted)}.job-card-meta-row{display:flex;gap:6px;flex-wrap:wrap}.job-card-description{margin:0;color:#cee2ed;line-height:1.52}.job-card-actions .btn{flex:1 1 160px}.job-application-layout,.job-applications-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:14px;align-items:start}.job-application-main-panel,.job-application-side-panel,.job-applications-main,.job-applications-side{display:grid;gap:12px}.job-application-form{gap:14px}.job-cv-field{display:grid;gap:8px}.job-cv-selected{display:inline-flex;align-items:center;gap:8px;border-radius:10px;padding:8px 10px;border:1px solid rgba(0,209,178,.2);background:#00d1b217;color:#bbfff4}.job-cv-selected strong{font-size:.78rem;text-transform:uppercase;letter-spacing:.04em}.job-cv-selected span{font-size:.84rem;overflow-wrap:anywhere}.job-apply-post-summary{border:1px solid rgba(176,226,255,.15);border-radius:14px;background:#ffffff05;padding:12px;margin-bottom:0;display:grid;gap:6px}.job-apply-post-summary h3{margin:0 0 4px;color:var(--txt)}.job-apply-post-summary p{margin:0;color:var(--muted)}.job-apply-note-block{border-radius:14px;border:1px solid rgba(255,183,3,.2);background:#ffb70312;padding:12px}.job-apply-note-block h4{margin:0 0 6px;color:#ffe4a6}.job-apply-note-block p{margin:0;color:#f5dab0;line-height:1.45}.job-apply-actions .btn:first-child{min-width:200px}.job-applicant-grid{gap:14px}.applicant-profile-card{gap:12px;border-color:#b0e2ff33;background:radial-gradient(circle at 90% 10%,rgba(255,183,3,.1),transparent 52%),#08141dd1}.applicant-profile-head{display:flex;justify-content:space-between;gap:10px;align-items:start}.applicant-kicker{margin:0;text-transform:uppercase;font-size:.72rem;letter-spacing:.08em;color:var(--muted)}.applicant-profile-head h4{margin:2px 0 0;color:var(--txt)}.applicant-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.applicant-meta-grid p{margin:0;border-radius:10px;border:1px solid rgba(176,226,255,.11);background:#ffffff05;padding:8px 9px;display:grid;gap:4px}.applicant-meta-grid p strong{color:#d8eef8;font-size:.76rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.applicant-meta-grid p span{color:#d0e3ef;overflow-wrap:anywhere}.applicant-summary-block{border-radius:10px;border:1px solid rgba(176,226,255,.11);background:#ffffff05;padding:10px}.applicant-summary-block h5{margin:0 0 6px;color:#e0f4ff;font-size:.86rem}.applicant-summary-block p{margin:0;color:#d0e3ef;line-height:1.5}.applicant-actions .btn{min-width:220px}.inline-link{color:#a3fff0;text-decoration:underline}.feed-image-wrap{border-radius:14px;overflow:hidden;border:1px solid rgba(176,226,255,.13);background:#040d14eb;display:flex;justify-content:center;align-items:center}.feed-image-wrap img{width:auto;height:auto;max-width:100%;max-height:460px;object-fit:contain;display:block}.mini-tag-row{list-style:none;margin:0;padding:0;display:flex;gap:6px;flex-wrap:wrap}.mini-tag{border-radius:999px;border:1px solid rgba(0,209,178,.2);background:#00d1b212;color:#a3fff0;padding:6px 10px;cursor:pointer}.post-utility-bar{display:flex;gap:6px;flex-wrap:wrap}.feed-card-actions{display:flex;gap:8px;flex-wrap:wrap}.social-actions .btn{flex:1 1 140px}.reddit-action-row{align-items:center;gap:8px}.reddit-vote-group{display:inline-flex;align-items:center;gap:2px;border-radius:999px;border:1px solid rgba(199,217,233,.22);background:#0c141cf5;padding:3px 6px}.reddit-action-btn{border:1px solid rgba(199,217,233,.2);background:#0c141cf5;color:#dce8f2;border-radius:999px;min-height:36px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-weight:600;letter-spacing:.01em;cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease}.reddit-action-btn:hover:not(:disabled){border-color:#98c4e380;background:#141f2afa}.reddit-action-btn:disabled{opacity:.58;cursor:not-allowed}.reddit-icon{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.reddit-action-btn.vote-btn{border:none;background:transparent;min-height:30px;width:30px;min-width:30px;padding:0}.reddit-vote-count{min-width:44px;text-align:center;color:#edf4fa;font-weight:700;font-size:.88rem}.reddit-action-btn.vote-btn:hover:not(:disabled){border-color:transparent;background:#98c4e329}.reddit-action-btn.vote-btn.is-active{background:#6ffbe033;color:#bfffe8}.reddit-metric-btn{min-width:88px;padding:0 12px}.reddit-action-count{font-weight:700}.reddit-share-btn{min-width:110px}.reddit-action-btn.archive-action{margin-left:auto;border-color:#ff7a7a4d;color:#ffd4d4}.reddit-action-btn.archive-action:hover:not(:disabled){border-color:#ff969685;background:#4b1618cc}.reddit-action-btn.delete-action{border-color:#ff5a5a73;color:#ffd9d9;background:#581418b8}.reddit-action-btn.delete-action:hover:not(:disabled){border-color:#ff78789e;background:#6a161cdb}.post-comments-panel{border:1px solid rgba(176,226,255,.14);background:#07131db8;border-radius:12px;padding:8px;display:grid;gap:8px}.post-comments-header{display:flex;justify-content:space-between;align-items:center;gap:6px}.post-comments-header h5{margin:0;color:var(--txt);font-size:.86rem}.post-comments-header .btn{min-height:30px;padding:0 10px;font-size:.76rem}.post-comments-hint{margin:0;color:var(--muted);font-size:.82rem}.post-comments-list{list-style:none;margin:0;padding:0;display:grid;gap:6px;max-height:220px;overflow:auto}.post-comment-item{border-radius:10px;border:1px solid rgba(176,226,255,.12);background:#ffffff05;padding:6px 8px;display:grid;gap:4px}.post-comment-head{display:flex;justify-content:space-between;gap:6px;align-items:baseline}.post-comment-head strong{color:#d9ecf8;font-size:.82rem}.post-comment-head small{color:var(--muted);font-size:.7rem;white-space:nowrap}.post-comment-item p{margin:0;color:#c8dde8;line-height:1.34;font-size:.87rem;white-space:pre-wrap}.post-comment-form{display:grid;gap:6px}.post-comment-form textarea{width:100%;border-radius:8px;border:1px solid rgba(176,226,255,.18);background:#030c14d6;color:var(--txt);padding:7px 9px;min-height:64px;font-size:.88rem;line-height:1.3;resize:vertical}.post-comment-form textarea:focus{outline:none;border-color:#6ffbe06b;box-shadow:0 0 0 3px #6ffbe01f}.post-comment-form-actions{display:flex;justify-content:flex-end}.post-comment-form-actions .btn{min-height:32px;padding:0 12px;font-size:.78rem}.post-details-page{gap:14px}.post-details-panel{display:grid;gap:12px;border-radius:18px;border:1px solid rgba(176,226,255,.2);background:radial-gradient(circle at 90% 8%,rgba(58,138,255,.13),transparent 44%),linear-gradient(180deg,#061018f2,#050d14f5)}.post-details-top-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.post-back-btn{border:1px solid rgba(176,226,255,.18);background:#ffffff05;color:var(--txt);border-radius:999px;min-height:36px;padding:0 14px;cursor:pointer}.post-thread-meta{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:.86rem}.post-detail-header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.post-details-title{margin:0;color:var(--txt);font-size:clamp(1.42rem,1.4vw + 1rem,2.2rem);line-height:1.14}.post-detail-job-row{display:flex;flex-wrap:wrap;gap:6px}.post-details-summary{margin:0;color:#d4e6f1;line-height:1.58;white-space:pre-wrap}.post-detail-image-wrap{border-radius:14px;overflow:hidden;border:1px solid rgba(176,226,255,.16)}.post-detail-image-wrap img{width:100%;max-height:520px;object-fit:cover;display:block}.post-detail-actions .btn{flex:1 1 160px}.post-join-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center}.post-join-form input{width:100%;min-height:42px;border-radius:999px;border:1px solid rgba(176,226,255,.24);background:#030c14e6;color:var(--txt);padding:0 14px}.post-join-form input:focus{outline:none;border-color:#6ffbe07a;box-shadow:0 0 0 3px #6ffbe026}.post-comment-toolbar{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:8px;align-items:center}.post-comment-toolbar label{display:grid;gap:4px}.post-comment-toolbar label>span{font-size:.74rem;color:var(--muted)}.post-comment-toolbar select,.post-comment-toolbar input{min-height:36px;border-radius:999px;border:1px solid rgba(176,226,255,.2);background:#030c14db;color:var(--txt);padding:0 12px}.post-comment-toolbar select:focus,.post-comment-toolbar input:focus{outline:none;border-color:#6ffbe073;box-shadow:0 0 0 3px #6ffbe01f}.post-detail-comment-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}.post-detail-comment-item{border-radius:12px;border:1px solid rgba(176,226,255,.15);background:#ffffff05;padding:10px;display:grid;gap:6px}.post-detail-comment-item.is-featured{border-color:#ffb70359;background:#ffb70314}.post-detail-comment-item p{margin:0;color:#d5e8f3;line-height:1.48;white-space:pre-wrap}.empty-state{border-radius:16px;padding:26px 14px;text-align:center;border:1px dashed rgba(176,226,255,.16);background:#ffffff05}.empty-state h4{margin:0 0 6px;color:var(--txt)}.empty-state p{margin:0;color:var(--muted)}.moderation-page,.placeholder-panel{display:grid;gap:14px}.newsletter-management-page{gap:16px}.newsletter-page-nav{display:flex;align-items:center}.newsletter-page-backlink{display:inline-flex;align-items:center;gap:8px;color:#dbe9f5;text-decoration:none;font-size:.84rem;letter-spacing:.06em;text-transform:uppercase}.newsletter-page-backlink:hover{color:#ffcf70}.newsletter-route-card,.newsletter-hero-panel,.newsletter-workspace-panel,.newsletter-recipient-modal{background:radial-gradient(circle at 12% 0%,rgba(255,183,3,.12),transparent 36%),radial-gradient(circle at 84% 16%,rgba(98,149,255,.16),transparent 34%),linear-gradient(180deg,#0c1c28f5,#08121cfa)}.newsletter-route-card{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(260px,.9fr);gap:18px;align-items:end;border-color:#e2cc962e}.newsletter-route-copy,.newsletter-route-side{display:grid;gap:12px}.newsletter-route-copy h3,.newsletter-hero-copy h2,.newsletter-modal-head h3{margin:0;font-family:"Source Serif 4",Georgia,serif;letter-spacing:-.02em;color:#f5fbff}.newsletter-route-copy h3{font-size:clamp(1.45rem,1vw + 1.05rem,1.95rem)}.newsletter-route-copy>p:not(.eyebrow),.newsletter-hero-copy>p:not(.eyebrow){margin:0;color:#d3e4ee;line-height:1.6}.newsletter-outline-row{display:flex;flex-wrap:wrap;gap:8px}.newsletter-outline-row span{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;border:1px solid rgba(223,207,162,.16);background:#ffffff08;color:#edf6fb;font-size:.74rem;letter-spacing:.08em;text-transform:uppercase}.newsletter-route-pills{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.newsletter-route-button{display:inline-flex;align-items:center;justify-content:center;width:fit-content;justify-self:end;text-decoration:none}.newsletter-page{display:grid;gap:16px}.newsletter-hero-panel{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(280px,.92fr);gap:18px;border-color:#e2cc962e}.newsletter-hero-copy{display:grid;gap:12px;align-content:start}.newsletter-hero-copy h2{font-size:clamp(1.9rem,1.15vw + 1.3rem,2.7rem);line-height:1.04;color:#fbfdff;text-shadow:0 8px 28px rgba(7,17,24,.32)}.newsletter-hero-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.newsletter-stat-card{min-height:108px;padding:14px 16px;border-radius:16px;border:1px solid rgba(223,207,162,.16);background:linear-gradient(180deg,#ffffff0d,#ffffff05);display:grid;align-content:start;gap:8px}.newsletter-stat-card span,.newsletter-mini-stat span{color:#9eb2c0;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase}.newsletter-stat-card strong,.newsletter-mini-stat strong{font-family:"Source Serif 4",Georgia,serif;font-size:1.3rem;color:#f4f7fb}.newsletter-workspace-panel{display:grid;gap:18px;border-color:#e2cc9624}.newsletter-toolbar{display:flex;justify-content:space-between;gap:14px;align-items:center;flex-wrap:wrap}.newsletter-toolbar-primary,.newsletter-toolbar-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.newsletter-toggle{position:relative;display:inline-flex;align-items:center;gap:10px;min-height:42px;padding:0 12px 0 10px;border-radius:999px;border:1px solid rgba(216,229,240,.16);background:#ffffff08;cursor:pointer;transition:border-color .13s ease,background-color .13s ease}.newsletter-toggle:hover{border-color:#ffd16657}.newsletter-toggle.is-busy{cursor:wait}.newsletter-toggle input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.newsletter-toggle-copy{font-size:.84rem;color:#e6f1f7}.newsletter-toggle-track{width:42px;height:24px;border-radius:999px;border:1px solid rgba(176,226,255,.3);background:#ffffff1a;position:relative;transition:background-color .13s ease,border-color .13s ease}.newsletter-toggle-thumb{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#d9e8f3;transition:transform .13s ease,background-color .13s ease}.newsletter-toggle input:checked~.newsletter-toggle-track{background:#00d1b259;border-color:#00d1b2a8}.newsletter-toggle input:checked~.newsletter-toggle-track .newsletter-toggle-thumb{transform:translate(18px);background:#effffc}.newsletter-preview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.newsletter-section-card{border-radius:18px;border:1px solid rgba(223,207,162,.14);background:linear-gradient(180deg,#ffffff0b,#ffffff05);overflow:hidden}.newsletter-section-card summary{list-style:none}.newsletter-section-card summary::-webkit-details-marker{display:none}.newsletter-section-summary{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;padding:18px;cursor:pointer}.newsletter-section-summary-copy{display:grid;gap:8px}.newsletter-section-accent{font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:#ffcf70}.newsletter-section-summary-copy h3{margin:0;font-family:"Source Serif 4",Georgia,serif;font-size:1.15rem}.newsletter-section-summary-copy p{margin:0;color:#a9becb;line-height:1.48}.newsletter-section-summary-side{display:inline-flex;align-items:center;gap:8px}.newsletter-section-chevron{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#ffffff0d;color:#dce9f5;transition:transform .13s ease,background-color .13s ease}.newsletter-section-chevron svg,.newsletter-search-icon svg,.newsletter-recipient-check svg{width:16px;height:16px;fill:currentColor}.newsletter-section-card[open] .newsletter-section-chevron{transform:rotate(180deg);background:#ffb7031f}.newsletter-section-items{display:grid;gap:10px;padding:0 18px 18px}.newsletter-section-item{display:grid;gap:8px;padding:14px;border-radius:14px;border:1px solid rgba(176,226,255,.12);background:#ffffff05}.newsletter-section-item-head{display:grid;gap:4px}.newsletter-section-item-head strong{color:#edf6fb;font-size:.95rem}.newsletter-section-item-head span,.newsletter-section-item p,.newsletter-section-empty{margin:0;color:#9fb6c4;font-size:.82rem;line-height:1.5}.newsletter-section-card-loading{padding:18px;display:grid;gap:10px}.newsletter-loading-line{height:12px;border-radius:999px;background:linear-gradient(90deg,#ffffff0d,#ffffff1f,#ffffff0d);background-size:180% 100%;animation:shimmer 1.2s linear infinite}.newsletter-loading-line.wide{height:18px;width:72%}.newsletter-modal-backdrop{background:#05080dcc}.newsletter-recipient-modal{width:min(960px,100%);display:grid;gap:18px;border-color:#dfcfa22e}.newsletter-modal-head{display:flex;justify-content:space-between;align-items:center;gap:12px}.newsletter-modal-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.newsletter-mini-stat{padding:12px 14px;border-radius:14px;border:1px solid rgba(223,207,162,.14);background:#ffffff08;display:grid;gap:6px}.newsletter-recipient-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.newsletter-search-field{min-width:min(100%,320px);flex:1 1 320px;display:flex;align-items:center;gap:10px;padding:0 14px;min-height:46px;border-radius:999px;border:1px solid rgba(223,207,162,.16);background:#ffffff08}.newsletter-search-field:focus-within{border-color:#ffd16652;box-shadow:0 0 0 4px #ffb70314}.newsletter-search-icon{color:#b8cad6;display:inline-grid;place-items:center}.newsletter-search-field input{min-height:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;color:#edf6fb!important}.newsletter-recipient-actions{display:flex;gap:8px;flex-wrap:wrap}.newsletter-recipient-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-height:460px;overflow-y:auto;padding-right:2px}.newsletter-recipient-card{position:relative;display:grid;grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:12px;min-height:78px;padding:14px;border-radius:18px;border:1px solid rgba(176,226,255,.12);background:#ffffff08;cursor:pointer;transition:border-color .13s ease,background-color .13s ease,transform .13s ease}.newsletter-recipient-card:hover{transform:translateY(-1px);border-color:#ffd1664d;background:#ffffff0d}.newsletter-recipient-card.is-selected{border-color:#ffd16661;background:linear-gradient(180deg,#ffb7031a,#ffffff0a)}.newsletter-recipient-input{position:absolute;opacity:0;pointer-events:none}.newsletter-recipient-check{width:24px;height:24px;border-radius:8px;border:1px solid rgba(176,226,255,.28);background:#ffffff0a;color:transparent;display:grid;place-items:center;transition:border-color .13s ease,background-color .13s ease,color .13s ease}.newsletter-recipient-card.is-selected .newsletter-recipient-check{border-color:#ffd166cc;background:linear-gradient(145deg,#ffb703,#ffd166);color:#10212d}.newsletter-recipient-avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;font-weight:700;color:#edf6fb;background:linear-gradient(145deg,#1f4e79,#2d8f7c);box-shadow:0 10px 24px #0003}.newsletter-recipient-copy{display:grid;gap:3px;min-width:0}.newsletter-recipient-copy strong{color:#edf6fb;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.newsletter-recipient-copy small{color:#a9becb;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.newsletter-recipient-card.is-loading{grid-template-columns:auto minmax(0,1fr);cursor:default}.newsletter-recipient-skeleton{border-radius:999px;background:linear-gradient(90deg,#ffffff0d,#ffffff1f,#ffffff0d);background-size:180% 100%;animation:shimmer 1.2s linear infinite}.newsletter-recipient-skeleton.avatar{width:42px;height:42px}.newsletter-recipient-skeleton.text{height:14px;width:68%}.newsletter-empty-state{min-height:180px}.dashboard-page{display:grid;gap:16px}.dashboard-hero-panel{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(260px,.9fr);gap:14px;align-items:stretch}.dashboard-hero-copy{display:grid;align-content:start;gap:10px}.dashboard-hero-copy h2{margin:0;text-align:left;color:var(--txt)}.dashboard-action-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.dashboard-identity-card{border-radius:18px;padding:14px;border:1px solid rgba(176,226,255,.12);background:radial-gradient(circle at 88% 14%,rgba(255,183,3,.12),transparent 42%),#ffffff05;display:grid;gap:12px;align-content:start}.dashboard-avatar{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;font-weight:700;color:#0d1b25;background:linear-gradient(140deg,#a6f3e7,#00d1b2)}.dashboard-identity-card h3{margin:3px 0 2px;font-size:1.1rem}.dashboard-role{margin:0;color:var(--muted);text-transform:capitalize}.dashboard-pill-stack{display:grid;gap:8px}.dashboard-pill-stack .pill{width:fit-content;max-width:100%}.dashboard-pill-stack .pill:last-child{white-space:normal;word-break:break-word}.dashboard-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.dashboard-detail-list strong{max-width:60%;overflow-wrap:anywhere}.dashboard-mini-stats{margin-top:4px}.author-nav-pill{cursor:pointer;font:inherit}.author-nav-pill:hover{border-color:#6ffbe061;color:#d8fff7}.author-inline-btn{border:0;background:none;padding:0;color:#d3e8f6;font:inherit;font-weight:700;cursor:pointer;text-align:left}.author-inline-btn:hover{text-decoration:underline}.post-avatar-button{border:0;cursor:pointer;padding:0}.post-avatar-button:disabled{cursor:default}.profile-page-shell{display:grid;gap:16px}.profile-hero-panel{padding:0;overflow:hidden}.profile-cover-block{min-height:190px;background:radial-gradient(circle at 88% 16%,rgba(255,183,3,.22),transparent 42%),radial-gradient(circle at 10% 8%,rgba(0,209,178,.2),transparent 40%),linear-gradient(160deg,#0d212ffa,#08141dfa)}.profile-hero-content{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:end;gap:14px;padding:0 18px 18px;margin-top:-58px}.profile-hero-avatar{width:116px;height:116px;border-radius:50%;border:4px solid rgba(8,20,29,.98);display:grid;place-items:center;overflow:hidden;font-weight:700;color:#eff7ff;font-size:1.6rem;background:linear-gradient(145deg,#2563eb,#4f46e5);box-shadow:0 14px 32px #00000052}.profile-hero-avatar img{width:100%;height:100%;object-fit:cover}.profile-avatar-action{cursor:pointer}.profile-avatar-action:hover{border-color:#6ffbe094}.profile-hero-text h1{margin:0;font-size:clamp(1.45rem,1.2vw + 1rem,2rem)}.profile-muted-line{margin:0;color:var(--muted);line-height:1.45}.profile-highlights{margin-top:6px;display:flex;flex-wrap:wrap;gap:8px}.profile-highlights span{border-radius:999px;border:1px solid rgba(176,226,255,.22);padding:5px 10px;font-size:.76rem;color:#d7edf8;background:#ffffff0a}.profile-hero-actions{display:flex;align-items:center;justify-content:flex-end}.profile-layout-grid{display:grid;grid-template-columns:minmax(250px,320px) minmax(0,1fr);gap:16px;align-items:start}.profile-main-column{display:grid;gap:16px}.profile-create-post-card{border-radius:14px;border:1px solid rgba(176,226,255,.11);background:linear-gradient(180deg,#1b1e24fa,#171a1ffa);box-shadow:0 16px 30px #00000042}.profile-create-post-card .panel-header h3{font-size:1.08rem}.profile-detail-list{display:grid;gap:10px}.profile-detail-list article{border-radius:12px;border:1px solid rgba(176,226,255,.14);background:#ffffff08;padding:10px;display:grid;gap:4px}.profile-detail-list h4{margin:0;color:#e6f3ff;font-size:.86rem}.profile-detail-list p{margin:0;color:#c2dae9;line-height:1.4}.profile-detail-list small{color:var(--muted);font-size:.74rem}.profile-create-post-form{display:grid;gap:10px}.profile-create-post-form label,.profile-edit-form label{display:grid;gap:5px}.profile-create-post-form label>span,.profile-edit-form label>span,.profile-sort-control>span{font-size:.76rem;color:var(--muted)}.profile-create-post-form input,.profile-create-post-form select,.profile-create-post-form textarea,.profile-sort-control select,.profile-edit-form input,.profile-edit-form textarea{width:100%;min-height:38px;border-radius:11px;border:1px solid rgba(176,226,255,.2);background:#030c14d1;color:var(--txt);padding:9px 12px}.profile-create-post-form textarea,.profile-edit-form textarea{min-height:80px;resize:vertical}.profile-create-post-form input:focus,.profile-create-post-form select:focus,.profile-create-post-form textarea:focus,.profile-sort-control select:focus,.profile-edit-form input:focus,.profile-edit-form textarea:focus{outline:none;border-color:#6ffbe080;box-shadow:0 0 0 3px #6ffbe021}.profile-create-post-actions{display:flex;justify-content:flex-end}.profile-posts-head{align-items:flex-end}.profile-sort-control{display:grid;gap:5px;min-width:180px}.profile-post-grid{grid-template-columns:1fr}.public-profile-page{gap:14px}.public-profile-page .profile-hero-panel{border-radius:14px;border:1px solid rgba(255,255,255,.12);background:#1f2127;box-shadow:0 18px 30px #00000057}.public-profile-page .profile-cover-block{min-height:210px;background:linear-gradient(0deg,#18191f7a,#18191f7a),radial-gradient(circle at 18% 26%,rgba(63,99,55,.5),transparent 50%),radial-gradient(circle at 78% 18%,rgba(125,96,60,.4),transparent 52%),linear-gradient(135deg,#49673b,#2b4f33 42%,#384944)}.public-profile-page .profile-hero-content{grid-template-columns:auto minmax(0,1fr);margin-top:-72px;padding:0 24px 22px;gap:18px}.public-profile-page .profile-hero-avatar{width:168px;height:168px;border:5px solid #1f2127;background:#2d3038;font-size:2rem;box-shadow:0 12px 26px #0000004d}.public-profile-page .profile-hero-text h1{font-size:clamp(1.8rem,1.2vw + 1.2rem,2.6rem)}.public-profile-page .profile-public-subline{margin-top:9px;display:flex;flex-wrap:wrap;color:#d9dde6;font-size:.96rem;font-weight:600}.public-profile-page .profile-public-subline span{position:relative;margin-right:14px;padding-right:14px}.public-profile-page .profile-public-subline span:not(:last-child):after{content:"•";position:absolute;right:0;color:#8f98a6}.public-profile-page .profile-public-subline span:last-child{margin-right:0;padding-right:0}.public-profile-page .profile-public-bio{margin:10px 0 0;color:#c7ceda;line-height:1.45;max-width:760px}.public-profile-page .profile-layout-grid{grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:18px}.public-profile-page .profile-personal-card,.public-profile-page .profile-posts-panel{border-radius:12px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,#262a32,#1d2026);box-shadow:0 10px 20px #00000038}.public-profile-page .profile-personal-card{position:sticky;top:82px}.public-profile-page .profile-detail-list{gap:14px}.public-profile-page .profile-detail-list article{border:0;border-bottom:1px solid rgba(255,255,255,.12);background:transparent;border-radius:0;padding:0 0 12px}.public-profile-page .profile-detail-list article:last-child{border-bottom:0;padding-bottom:0}.public-profile-page .profile-detail-list h4{color:#edf2f8;font-size:.9rem;letter-spacing:.01em}.public-profile-page .profile-detail-list p{color:#d3dae5}.public-profile-page .profile-posts-panel .panel-header{margin-bottom:10px}.public-profile-page .profile-sort-control select{min-height:36px;border-radius:10px;border-color:#ffffff2e;background:#101318db}.profile-edit-backdrop{position:fixed;inset:0;z-index:120;padding:18px;background:#05080db8;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:grid;place-items:center}.profile-edit-modal{width:min(760px,100%);max-height:calc(100vh - 36px);overflow-y:auto;border-radius:18px;border:1px solid rgba(176,226,255,.22);background:radial-gradient(circle at 84% 16%,rgba(255,183,3,.1),transparent 42%),linear-gradient(180deg,#0a1c29f7,#05111bfa);box-shadow:0 22px 44px #00000073}.profile-edit-modal .panel-header{margin-bottom:14px;align-items:flex-start}.profile-edit-modal .panel-header h3{margin-top:2px}.profile-edit-form{display:grid;gap:12px}.profile-edit-section{border-radius:14px;border:1px solid rgba(176,226,255,.16);background:#ffffff05;padding:12px;display:grid;gap:10px}.profile-edit-section-head{display:grid;gap:3px}.profile-edit-section-head h4{margin:0;font-size:.95rem}.profile-edit-section-head p{margin:0;color:var(--muted);font-size:.8rem;line-height:1.35}.profile-edit-avatar-section{display:grid;grid-template-columns:auto minmax(0,1fr);gap:14px;align-items:center}.profile-edit-avatar-preview{width:108px;height:108px}.profile-edit-avatar-controls{display:grid;gap:9px}.profile-edit-upload-row{display:flex;flex-wrap:wrap;gap:8px}.profile-edit-file-input{display:none}.profile-edit-upload-hint{margin:0;color:var(--muted);font-size:.78rem;overflow-wrap:anywhere}.profile-edit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;align-items:start}.profile-edit-field-wide{grid-column:1 / -1}.profile-edit-avatar-controls input[type=file]{max-width:100%}.profile-visibility-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.profile-visibility-grid-enhanced{gap:10px}.profile-visibility-toggle{position:relative;border-radius:12px;border:1px solid rgba(176,226,255,.18);background:#ffffff08;padding:10px 12px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;cursor:pointer;transition:border-color .13s ease,background-color .13s ease}.profile-visibility-toggle:hover{border-color:#6ffbe05c;background:#6ffbe012}.profile-visibility-toggle:focus-within{border-color:#6ffbe080;box-shadow:0 0 0 3px #6ffbe01f}.profile-visibility-toggle input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.profile-visibility-copy{display:grid;gap:1px}.profile-visibility-copy strong{font-size:.84rem;color:#e8f4ff}.profile-visibility-copy small{color:var(--muted);font-size:.74rem}.profile-visibility-switch{width:40px;height:22px;border-radius:999px;border:1px solid rgba(176,226,255,.3);background:#ffffff1a;position:relative;transition:background-color .13s ease,border-color .13s ease}.profile-visibility-switch:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#c9dfef;transition:transform .13s ease,background-color .13s ease}.profile-visibility-toggle input:checked+.profile-visibility-copy small{color:#b9f9ea}.profile-visibility-toggle input:checked~.profile-visibility-switch{background:#00d1b261;border-color:#00d1b2cc}.profile-visibility-toggle input:checked~.profile-visibility-switch:after{transform:translate(18px);background:#e2fffa}.profile-edit-actions{display:flex;justify-content:flex-end;gap:8px;border-top:1px solid rgba(176,226,255,.14);padding-top:12px;margin-top:2px}.chat-profile-trigger{border:0;cursor:pointer}.chat-profile-trigger:disabled{cursor:default}.chat-profile-name-btn{border:0;background:none;color:inherit;font:inherit;font-weight:inherit;cursor:pointer;padding:0}.chat-profile-name-btn:hover{text-decoration:underline}.placeholder-hero h2{margin:8px 0;font-size:1.6rem}.placeholder-hero p:last-child{margin:0;color:var(--muted)}.placeholder-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.placeholder-tile{border-radius:16px;padding:14px;border:1px solid rgba(176,226,255,.1);background:#ffffff05}.placeholder-tile h3{margin:0 0 6px;font-size:1rem}.placeholder-tile p{margin:0;color:var(--muted)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@keyframes fadeRise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media(max-width:1200px){.social-layout{grid-template-columns:260px minmax(0,1fr)}.feed-sidebar-right{display:none}.social-main-content{max-width:100%}.job-portal-overview-head,.collab-overview-head,.job-portal-top-grid,.job-application-layout,.job-applications-layout{grid-template-columns:1fr}}@media(max-width:960px){.social-layout{grid-template-columns:minmax(0,1fr)}.feed-sidebar-left{display:none}.social-main-content{max-width:100%}.topbar-nav{display:none}.social-topbar{grid-template-columns:minmax(0,1fr) auto}.auth-stage,.auth-stage-signup,.hero-panel,.home-composer-grid,.dashboard-hero-panel,.dashboard-card-grid,.profile-layout-grid{grid-template-columns:1fr}.auth-stage,.auth-stage-signup{gap:16px}.feed-filters,.job-overview-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.feed-filters .check-row.compact{align-self:center}.composer-details-row{grid-template-columns:repeat(2,minmax(0,1fr))}.skeleton-grid,.feed-grid,.placeholder-grid,.applicant-meta-grid{grid-template-columns:1fr}.profile-hero-content{grid-template-columns:auto minmax(0,1fr)}.profile-hero-actions{grid-column:1 / -1;justify-content:flex-start}.profile-edit-avatar-section{grid-template-columns:1fr;justify-items:start}.profile-edit-grid{grid-template-columns:1fr}.collab-details-meta-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.public-profile-page .profile-layout-grid{grid-template-columns:1fr}.public-profile-page .profile-personal-card{position:static}.public-profile-page .profile-hero-content{margin-top:-56px}.public-profile-page .profile-hero-avatar{width:132px;height:132px}.newsletter-route-card,.newsletter-hero-panel,.newsletter-preview-grid,.newsletter-modal-stats,.newsletter-recipient-grid{grid-template-columns:1fr}.newsletter-route-pills{justify-content:flex-start}.newsletter-route-button{justify-self:start}}@media(max-width:720px){.social-shell{padding:12px}.auth-shell{padding:14px}.auth-brand-panel,.auth-form-panel{padding:22px 18px}.composer-quick-row{grid-template-columns:auto minmax(0,1fr)}.composer-action-row{grid-column:1 / -1;justify-content:flex-end}.composer-submit-btn{width:100%}.composer-details-row{grid-template-columns:1fr}.profile-cover-block{min-height:150px}.profile-hero-content{margin-top:-48px;padding:0 12px 12px}.profile-hero-avatar{width:96px;height:96px}.public-profile-page .profile-hero-content{grid-template-columns:1fr;margin-top:-44px;padding:0 14px 14px;gap:12px}.public-profile-page .profile-hero-avatar{width:100px;height:100px}.profile-sort-control{min-width:0;width:100%}.profile-posts-head{align-items:stretch}.profile-edit-backdrop{padding:10px}.profile-edit-modal{max-height:calc(100vh - 20px)}.profile-edit-section{padding:10px}.profile-visibility-grid{grid-template-columns:1fr}.social-topbar{position:static;padding:8px 10px}.social-topbar-actions{gap:6px}.topbar-search{min-height:36px}.topbar-circle-btn,.profile-btn{min-width:36px;width:36px;height:36px}.profile-btn{width:auto;min-height:36px;padding:4px 8px 4px 4px}.auth-inline-links{width:100%}.auth-inline-links .btn{flex:1;text-align:center}.field-row.two-col,.feed-filters,.inline-form{grid-template-columns:1fr}.dashboard-action-row .btn,.feed-card-actions .btn{flex:1 1 100%}.reddit-action-row{gap:8px}.reddit-vote-group{width:auto}.reddit-action-btn.vote-btn{flex:0 0 auto}.reddit-action-btn{flex:1 1 calc(50% - 4px)}.reddit-action-btn.archive-action{margin-left:0}.post-comments-header{flex-direction:column;align-items:flex-start}.post-comment-head{flex-direction:column;align-items:flex-start;gap:3px}.post-comment-form-actions .btn{width:100%}.post-details-top-row,.post-detail-header{flex-direction:column;align-items:flex-start}.post-thread-meta{flex-wrap:wrap}.post-join-form,.post-comment-toolbar,.job-overview-stats,.collab-overview-stats,.collab-details-meta-grid{grid-template-columns:1fr}.job-composer-footer{flex-direction:column;align-items:flex-start}.story-strip{grid-auto-columns:minmax(110px,1fr)}.social-post-header{flex-direction:column}.pill-row{justify-content:flex-start}.notification-card-head{flex-direction:column;gap:8px}.notification-time{margin-left:50px}.notification-card-footer{flex-direction:column;align-items:flex-start}.newsletter-toolbar,.newsletter-recipient-toolbar,.newsletter-modal-head{flex-direction:column;align-items:stretch}.newsletter-toolbar-actions,.newsletter-recipient-actions{width:100%}.newsletter-toolbar-actions .btn,.newsletter-recipient-actions .btn,.newsletter-route-button{width:100%;justify-content:center}.newsletter-toggle{width:100%;justify-content:space-between}.newsletter-search-field{min-width:0;width:100%}.newsletter-section-summary{padding:16px}.newsletter-section-items{padding:0 16px 16px}.newsletter-recipient-card{grid-template-columns:auto minmax(0,1fr);grid-template-areas:"check avatar" "copy copy";align-items:start}.newsletter-recipient-check{grid-area:check}.newsletter-recipient-avatar{grid-area:avatar}.newsletter-recipient-copy{grid-area:copy}}.chat-page{border-radius:18px;border:1px solid rgba(255,255,255,.06);background:linear-gradient(160deg,#13161efa,#0c0f16fc);box-shadow:0 24px 42px #0000006b;overflow:hidden}.chat-layout{display:grid;grid-template-columns:330px minmax(0,1fr);min-height:calc(100vh - 154px);max-height:calc(100vh - 154px)}.chat-sidebar{border-right:1px solid rgba(255,255,255,.06);background:linear-gradient(180deg,#1d2028fa,#181b22fa);display:grid;grid-template-rows:auto auto auto auto minmax(0,1fr);gap:12px;padding:14px 12px}.chat-sidebar-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.chat-sidebar-top h2{margin:0;font-size:2rem;letter-spacing:-.02em;color:#f4f7ff}.chat-sidebar-actions{display:inline-flex;align-items:center;gap:7px}.chat-page .chat-icon-btn{width:34px;min-width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.08);background:#ffffff0f;color:#f0f3fb;display:grid;place-items:center;cursor:pointer;padding:0}.chat-page .chat-icon-btn:hover{border-color:#987cff6b;background:#987cff29}.chat-page .chat-icon-btn svg{width:16px;height:16px;fill:currentColor}.chat-list-search{display:flex;align-items:center;gap:8px;min-height:38px;border-radius:999px;padding:0 12px;border:1px solid rgba(255,255,255,.07);background:#ffffff0d}.chat-list-search>span{width:14px;height:14px;color:#9aa3bc}.chat-list-search svg{width:100%;height:100%;fill:currentColor}.chat-list-search input{min-height:0!important;padding:0!important;border:0!important;background:transparent!important;color:#f0f4ff!important;box-shadow:none!important;font-size:.94rem}.chat-filter-tabs{display:flex;align-items:center;gap:6px}.chat-filter-tab{min-height:32px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:transparent;color:#b5bdd0;padding:0 12px;font:inherit;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.chat-filter-tab span{min-width:18px;height:18px;border-radius:999px;display:grid;place-items:center;font-size:.68rem;background:#ffffff1f}.chat-filter-tab.is-active{color:#ebf1ff;border-color:#6e8bff73;background:#4f6dff47}.chat-start-form{display:grid;gap:7px;padding:9px;border-radius:14px;border:1px solid rgba(255,255,255,.06);background:#0c0e1461}.chat-start-form label{font-size:.76rem;color:#9ea8bf}.chat-start-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px}.chat-start-row input{min-height:38px;border-radius:12px;background:#ffffff08;border-color:#ffffff1c}.chat-search-list{display:grid;gap:6px;max-height:120px;overflow-y:auto}.chat-search-item{text-align:left;border-radius:10px;border:1px solid rgba(255,255,255,.09);background:#ffffff08;color:inherit;font:inherit;padding:7px 8px;cursor:pointer;display:grid;gap:2px}.chat-search-item strong{font-size:.75rem}.chat-search-item small{color:#92a2b6;font-size:.68rem}.chat-search-item:hover,.chat-search-item.is-selected{border-color:#6e8bff6b;background:#4f6dff33}.chat-conversation-list{min-height:0;overflow-y:auto;display:grid;gap:6px;padding-right:2px;align-content:start;grid-auto-rows:74px}.chat-conversation-item{text-align:left;border-radius:12px;border:1px solid transparent;background:#ffffff05;color:inherit;font:inherit;padding:8px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:9px;cursor:pointer;height:74px}.chat-conversation-item:hover{border-color:#7e96ff59;background:#ffffff0f}.chat-conversation-item.is-active{border-color:#7e96ff6b;background:#4e63b147}.chat-conversation-avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;font-weight:700;font-size:.78rem;color:#f1f4ff;background:linear-gradient(145deg,#9d4edd,#5a189a)}.chat-conversation-main{display:grid;gap:3px;min-width:0}.chat-conversation-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.chat-conversation-head strong{font-size:.95rem;line-height:1.15;color:#edf2ff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-conversation-head small{color:#8792ab;font-size:.76rem;flex:0 0 auto}.chat-conversation-foot{display:flex;align-items:center;justify-content:space-between;gap:8px}.chat-conversation-foot p{margin:0;font-size:.82rem;color:#9ca5bc;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-unread-badge{min-width:20px;height:20px;border-radius:999px;display:grid;place-items:center;font-size:.68rem;font-weight:700;color:#f4f7ff;background:#4f8cff;box-shadow:0 0 0 3px #4f8cff2e}.chat-thread-panel{min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;background:radial-gradient(circle at 20% 12%,rgba(148,92,255,.14),transparent 40%),radial-gradient(circle at 86% 18%,rgba(79,140,255,.12),transparent 36%),#161920}.chat-thread-header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 18px;border-bottom:1px solid rgba(255,255,255,.06);background:#161920e0}.chat-thread-identity{display:flex;align-items:center;gap:10px}.chat-thread-avatar{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;font-size:.78rem;font-weight:700;color:#fff5ff;background:linear-gradient(145deg,#ee4266,#7b2cbf)}.chat-thread-identity h3{margin:0;font-size:1rem;color:#eef3ff}.chat-thread-identity small{color:#9fa8bd;font-size:.78rem}.chat-thread-actions{display:inline-flex;align-items:center;gap:7px}.chat-thread-actions .chat-icon-btn{color:#c85dff}.chat-messages-viewport{min-height:0;overflow-y:auto;padding:14px 16px;display:grid;align-content:start;gap:8px}.chat-load-older-wrap{display:flex;justify-content:center;margin:2px 0 8px}.chat-message-list{display:grid;gap:8px}.chat-message-row{display:flex;align-items:flex-end;gap:8px;justify-content:flex-start}.chat-message-row.is-own{justify-content:flex-end}.chat-message-avatar{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;font-size:.62rem;font-weight:700;color:#fff3f8;background:linear-gradient(145deg,#ff8fa3,#7b2cbf);flex:0 0 auto}.chat-message-bubble{max-width:min(520px,82%);padding:10px 12px 8px;border-radius:18px 18px 18px 6px;border:1px solid rgba(255,255,255,.09);background:#ffffff12;color:#ebeff8;display:grid;gap:4px}.chat-message-bubble.is-own{border-radius:18px 18px 6px;border-color:#bc4bff66;background:linear-gradient(145deg,#7b2cbf,#c918f9);color:#fff}.chat-message-bubble p{margin:0;overflow-wrap:anywhere}.chat-message-bubble small{color:#ffffffb3;font-size:.67rem}.chat-compose-form{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 14px;border-top:1px solid rgba(255,255,255,.07);background:#151820ed}.chat-compose-tools{display:inline-flex;align-items:center;gap:7px}.chat-compose-tools .chat-icon-btn{border-radius:10px;width:auto;min-width:34px;padding:0 9px;color:#a366ff;font-size:.75rem}.chat-compose-form input{min-height:38px;border-radius:999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.chat-send-btn{min-height:38px;min-width:72px;border-radius:999px;color:#fff;background:linear-gradient(145deg,#8f2dff,#cf2fff)}.chat-empty-state{height:100%;display:grid;place-content:center;text-align:center;gap:7px;color:#9ca8bf;padding:24px}.chat-empty-state h3{margin:0;color:#eef3ff}.chat-empty-state p{margin:0}.chat-empty-text{margin:0;color:#9ca8bf;font-size:.82rem}.chat-inline-error{margin:0;color:#ffb4b4;font-size:.75rem}.chat-thread-error{padding:0 14px 10px}@media(max-width:1200px){.chat-layout{grid-template-columns:300px minmax(0,1fr)}}@media(max-width:960px){.chat-layout{grid-template-columns:1fr;max-height:none;min-height:calc(100vh - 154px)}.chat-sidebar{max-height:360px}}@media(max-width:720px){.chat-page{border-radius:14px}.chat-layout{min-height:calc(100vh - 130px)}.chat-start-row{grid-template-columns:1fr}.chat-compose-form{grid-template-columns:1fr;gap:8px}.chat-compose-tools{justify-content:flex-start}.chat-send-btn{width:100%}.chat-message-bubble{max-width:100%}}@media(prefers-reduced-motion:reduce){.btn,.topbar-circle-btn,.topbar-nav-link,.profile-btn,.feed-menu-item,.feed-card,.auth-brand-panel,.auth-form-panel{transition:none!important;animation:none!important}}
