@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=IBM+Plex+Sans:wght@400;500;600;700&display=swap";:root{color-scheme:dark;--bg: #1f1f22;--surface: #27272b;--surface-2: #2f2f35;--surface-3: #383842;--text: #f3f2f8;--muted: #a9a7b9;--border: rgba(255, 255, 255, .08);--border-strong: rgba(141, 92, 246, .34);--accent: #8d5cf6;--accent-2: #a77bff;--accent-3: #5f35c9;--accent-soft: rgba(141, 92, 246, .16);--danger: #f07171;--shadow: none;--radius-xl: 20px;--radius-lg: 16px;--radius-md: 12px}:root[data-theme=light]{color-scheme:light;--bg: #ede8f2;--surface: #f8f4ff;--surface-2: #ffffff;--surface-3: #ebe3fb;--text: #1d1a24;--muted: #6a6477;--border: rgba(0, 0, 0, .08);--border-strong: rgba(141, 92, 246, .25);--accent-3: #4a2aa5;--accent-soft: rgba(141, 92, 246, .1);--shadow: none}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:IBM Plex Sans,sans-serif;color:var(--text);background:var(--bg)}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}img{max-width:100%}.app-shell{min-height:100vh}.app-main{width:min(1320px,calc(100% - 44px));margin:0 auto;padding:20px 0 60px}.app-header{position:sticky;top:0;z-index:50;background:#1f1f22eb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.04)}:root[data-theme=light] .app-header{background:#ede8f2eb}.header-inner{width:min(1320px,calc(100% - 44px));margin:0 auto;min-height:84px;display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:18px}.brand-lockup{display:inline-flex;align-items:center;gap:8px}.brand-mark{width:62px;height:62px;object-fit:cover;border-radius:18px}.brand-title,.post-title,.profile-copy h1,.settings-panel-head h1,.compose-dropzone h2,.auth-card h1{font-family:Bebas Neue,sans-serif;letter-spacing:-.03em}.brand-title{display:inline-flex;align-items:baseline;gap:0;color:var(--accent-2);font-size:2.75rem;line-height:1}.brand-lol{color:var(--accent-3)}.main-nav,.header-tools,.post-header,.post-author,.post-author-line,.post-footer,.post-actions,.comment-form,.auth-links,.compose-actions,.profile-stats,.notification-panel-head,.segmented,.post-vote-bar,.post-stats-row,.settings-panel-head{display:flex}.main-nav,.header-tools,.post-actions,.auth-links,.compose-actions,.profile-stats,.segmented,.post-stats-row{align-items:center;gap:10px}.header-tools{justify-content:flex-end}.nav-link,.theme-toggle,.icon-button,.login-pill,.segment,.secondary-link,.ghost-action,.vote-control,.dropzone-button,.primary-button,.primary-button-small,.avatar-button,.avatar-menu-item,.stat-link{border:1px solid var(--border);border-radius:12px;background:var(--surface-2);color:var(--text);transition:border-color .14s ease,background-color .14s ease,opacity .14s ease,color .14s ease}.nav-link,.theme-toggle,.icon-button,.login-pill,.segment,.secondary-link,.ghost-action,.vote-control,.avatar-button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 14px}.nav-link:hover,.theme-toggle:hover,.icon-button:hover,.login-pill:hover,.segment:hover,.secondary-link:hover,.ghost-action:hover,.vote-control:hover,.avatar-button:hover,.avatar-menu-item:hover,.dropzone-button:hover,.primary-button:hover,.primary-button-small:hover,.stat-link:hover{border-color:var(--border-strong)}.nav-link.active,.segment-active{color:var(--accent-2);border-color:var(--border-strong)}.theme-toggle{min-width:102px}.search-form{width:min(100%,520px);height:46px;padding:0 14px;border-radius:12px;border:1px solid var(--border);background:var(--surface-2);display:inline-flex;align-items:center;gap:10px;color:var(--muted)}.search-input{width:100%;border:0;outline:none;background:transparent;color:var(--text)}.counter-chip{position:absolute;top:-7px;right:-7px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--accent);color:#fff;display:grid;place-items:center;font-size:.7rem;font-weight:700}.icon-button{position:relative;width:44px;padding:0}.login-pill,.primary-button,.primary-button-small,.dropzone-button{background:var(--accent);border-color:transparent;color:#fff}.avatar-menu-shell{position:relative}.avatar-menu{position:absolute;top:calc(100% + 10px);right:0;width:240px;padding:10px;border-radius:18px;border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow)}.avatar-menu-head{padding:10px 12px 12px;border-bottom:1px solid var(--border);display:grid;gap:2px}.avatar-menu-head span{color:var(--muted)}.avatar-menu-item{width:100%;margin-top:6px;padding:11px 12px;display:flex;align-items:center;gap:10px;justify-content:flex-start;background:transparent}.avatar-menu-item-danger{color:var(--danger)}.modal-close{width:38px;min-height:38px}.layout-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:22px}.rail-column{display:flex;flex-direction:column;gap:16px}.feed-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px}.feed-toolbar-minimal{justify-content:flex-start}.eyebrow{display:inline-block;margin-bottom:6px;color:var(--accent-2);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em}.feed-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.feed-stack,.notification-list,.suggestion-list,.comments-stack{display:grid;gap:16px}.rail-card,.notification-panel,.auth-card,.compose-dropzone,.compose-form-panel,.post-card,.profile-card,.settings-panel{border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow);border:1px solid var(--border)}.rail-card,.notification-panel,.auth-card,.compose-dropzone,.compose-form-panel,.settings-panel{padding:20px}.post-card{overflow:hidden}.post-card:hover{border-color:var(--border-strong)}.post-card-feed{cursor:pointer}.post-card-detail{max-width:940px;margin:0 auto}.post-card-compact{box-shadow:none}.post-header{padding:14px 14px 0;align-items:center;justify-content:space-between;gap:12px}.post-author{align-items:center;gap:10px}.post-author-line{gap:8px;align-items:center;flex-wrap:wrap}.avatar,.profile-avatar{object-fit:cover;background:var(--surface-3)}.avatar{width:38px;height:38px;border-radius:999px}.avatar-small{width:32px;height:32px}.avatar-fallback,.profile-avatar-fallback{display:grid;place-items:center;background:var(--surface-3);color:var(--text);font-weight:700}.muted-link,.muted-meta,.notification-row span,.profile-meta,.suggestion-row span{color:var(--muted)}.post-code{color:var(--accent-2);font-size:.88rem}.comment-bubble,.repost-shell{border-radius:14px;background:var(--surface-2);border:1px solid var(--border)}.post-title,.post-subtitle,.repost-shell,.post-media-shell,.comments-panel{margin-top:14px}.post-title,.post-subtitle,.comments-panel{margin-left:14px;margin-right:14px}.post-title{margin-bottom:0;font-size:1.55rem;line-height:1.02;font-weight:500}.post-card-feed .post-title{font-size:1.05rem;line-height:1.18}.post-subtitle{color:var(--muted);line-height:1.5;font-size:.96rem}.post-info-panel{margin:14px 14px 0;padding:12px 14px;border-radius:14px;background:var(--surface-2);border:1px solid var(--border)}.post-info-head{margin-bottom:10px;color:var(--text);font-weight:700}.post-info-row{display:flex;flex-wrap:wrap;gap:14px;color:var(--muted)}.post-info-row span{display:inline-flex;align-items:center;gap:6px}.post-title p,.post-subtitle p{margin:0}.rich-link,.link-pile a,.text-button{color:var(--accent-2)}.rich-tag{color:var(--accent-2);font-weight:700}.repost-shell{margin-left:14px;margin-right:14px;padding:12px}.repost-shell-label{display:inline-block;margin-bottom:10px;color:var(--muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.12em}.post-media-shell{overflow:hidden}.post-media{width:100%;display:block;aspect-ratio:1 / 1;object-fit:cover}.post-card-detail .post-media{aspect-ratio:auto;max-height:740px}.media-strip{display:flex;gap:8px;padding:12px 14px 0}.media-dot{width:30px;height:30px;border:1px solid var(--border);border-radius:10px;background:var(--surface-2);color:var(--muted)}.media-dot-active{color:var(--accent-2);border-color:var(--border-strong)}.post-footer{padding:14px;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.post-footer-feed{padding-top:12px}.post-stats-row{gap:14px;color:var(--muted);font-size:.9rem;flex-wrap:wrap}.post-stats-row span,.stat-link{display:inline-flex;align-items:center;gap:6px}.stat-link{padding:0;border:0;background:transparent;color:inherit;border-radius:0}.stat-link:hover{color:var(--text)}.post-vote-bar{align-items:center;gap:10px}.vote-control{width:40px;min-height:40px;display:inline-flex;align-items:center;justify-content:center}.vote-control-active{color:var(--accent-2);border-color:var(--border-strong)}.vote-control-negative{color:var(--danger);border-color:#f0717133}.post-score{min-width:32px;text-align:center;font-weight:700}.ghost-action{min-height:40px}.ghost-action-danger{color:var(--danger)}.comments-panel{padding-top:16px;padding-bottom:16px;border-top:1px solid var(--border)}.comments-panel-box{margin:14px;padding:16px;border-radius:14px;border:1px solid var(--border);background:var(--surface-2)}.comments-header{align-items:center;justify-content:space-between;gap:10px}.comment-bubble{padding:12px 14px}.comment-bubble p,.notification-row p,.suggestion-row p,.compose-dropzone p,.profile-copy p,.settings-panel-head p,.loader-block span:last-child{margin:4px 0 0;line-height:1.55;color:var(--muted)}.comment-form{margin-top:12px;gap:10px}.plain-input,.text-area{width:100%;border-radius:12px;background:var(--surface-2);color:var(--text);border:1px solid var(--border);outline:none;padding:13px 14px}.plain-input:focus,.text-area:focus{border-color:var(--border-strong)}.text-area{min-height:160px;resize:vertical}.text-area-compact{min-height:120px}.field-label{display:grid;gap:8px;font-weight:600}.primary-button,.primary-button-small{min-height:44px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:700}.primary-button-wide{width:100%}.secondary-link{color:var(--accent-2)}.auth-page{max-width:540px;margin:14px auto 0}.auth-card{display:grid;gap:16px}.auth-card h1{margin:0;font-size:2.1rem}.auth-links{justify-content:space-between;align-items:center}.error-note{padding:12px 14px;border-radius:12px;background:#f071711f;color:var(--danger)}.compose-layout{display:grid;grid-template-columns:minmax(0,1fr) 540px;gap:20px}.compose-dropzone{min-height:620px;border-style:dashed;display:flex;flex-direction:column;justify-content:center;gap:18px}.compose-dropzone-active{border-color:var(--accent-2);background:var(--surface)}.dropzone-copy{display:grid;justify-items:center;text-align:center;gap:8px}.compose-dropzone h2{margin:0;font-size:1.9rem}.dropzone-button{align-self:center;position:relative;overflow:hidden;min-height:46px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center}.dropzone-button input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.upload-preview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.upload-preview{min-height:110px;padding:8px;border-radius:12px;background:var(--surface-2);display:grid;gap:8px;justify-items:center;text-align:center;border:1px solid var(--border)}.upload-preview img{width:100%;height:110px;border-radius:10px;object-fit:cover}.compose-form-panel{display:grid;align-content:start;gap:16px}.profile-hero-shell{position:relative;margin-bottom:26px}.profile-banner{min-height:172px;border-radius:var(--radius-xl);background:var(--surface-2);border:1px solid var(--border);background-size:cover;background-position:center}.profile-card{margin:-44px 24px 0;padding:22px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center}.profile-copy h1{margin:0;font-size:clamp(1.9rem,3vw,2.9rem)}.profile-meta{display:inline-block;margin-top:6px}.profile-stats{margin-top:16px}.profile-stats div{display:grid;gap:2px}.profile-side{display:grid;justify-items:end;gap:14px}.profile-avatar{width:104px;height:104px;border-radius:22px}.profile-action-button{min-width:170px}.settings-panel{max-width:980px;margin:0 auto}.settings-panel-modern{margin-top:18px}.settings-switcher{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:16px}.settings-switch{min-height:46px;border:1px solid var(--border);border-radius:12px;background:var(--surface-2);color:var(--text);display:inline-flex;align-items:center;justify-content:center;gap:8px}.settings-switch:hover{border-color:var(--border-strong)}.settings-switch-active{border-color:var(--border-strong);background:var(--surface)}.security-grid{display:grid;gap:14px}.security-list{display:grid;gap:12px}.security-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:14px 16px;border-radius:14px;background:var(--surface-2);border:1px solid var(--border)}.security-label{font-weight:700}.security-value{color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.security-edit{min-height:34px;padding:0 12px;border-radius:10px;border:1px solid var(--border);background:var(--surface);color:var(--text)}.upload-card{padding:14px;border-radius:16px;border:1px dashed var(--border);background:var(--surface-2)}.upload-card input[type=file]{width:100%}.upload-field{display:grid;gap:10px}.upload-field-head{display:inline-flex;align-items:center;gap:8px;font-weight:700}.settings-panel-head{align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.settings-panel-head h1{margin:0;font-size:2rem}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.settings-field-wide{grid-column:1 / -1}.notification-panel{display:grid;gap:16px}.notification-panel-head{align-items:center;justify-content:space-between;gap:12px}.notification-row,.suggestion-row{padding:14px;border-radius:16px;background:var(--surface-2);display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:start;border:1px solid var(--border)}.notification-dot{width:10px;height:10px;margin-top:8px;border-radius:999px;background:var(--accent)}.notification-dot-read{background:#ffffff2e}.notification-empty{padding:20px 0 4px;color:var(--muted)}.loader-block,.empty-state{padding:90px 20px;text-align:center;color:var(--muted);display:grid;justify-items:center;gap:14px}.spinner{width:28px;height:28px;border-radius:999px;border:3px solid rgba(255,255,255,.16);border-top-color:var(--accent);animation:spin .8s linear infinite}.copy-toast{position:fixed;right:20px;bottom:20px;z-index:90;padding:12px 14px;border-radius:12px;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow)}.post-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000007a;display:grid;place-items:center;z-index:80;padding:20px}.post-modal{width:min(680px,100%);max-height:min(82vh,860px);overflow:auto;padding:18px;border-radius:18px;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);display:grid;gap:14px}.post-modal-head{display:flex;justify-content:space-between;gap:12px;align-items:center}.action-popover-shell{position:relative}.action-popover{position:absolute;right:0;top:calc(100% + 8px);min-width:180px;padding:8px;border-radius:14px;border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);z-index:10}.action-popover-inline{left:0;right:auto}.action-popover-item{display:block;padding:10px 12px;border-radius:10px;color:var(--text)}.action-popover-item:hover{background:var(--accent-soft)}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1120px){.header-inner{grid-template-columns:1fr;padding:14px 0 16px}.main-nav,.header-tools{justify-content:flex-start;flex-wrap:wrap}.layout-grid,.compose-layout{grid-template-columns:1fr}.feed-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.search-form{width:100%}.profile-card{grid-template-columns:1fr;margin-inline:0}.profile-side{justify-items:start}.settings-grid{grid-template-columns:1fr}}@media(max-width:760px){.app-main,.header-inner{width:min(100% - 24px,100%)}.app-main{padding-bottom:82px}.header-inner{gap:12px}.main-nav{order:3;width:100%;justify-content:space-between}.header-tools{width:100%;justify-content:space-between}.theme-toggle{min-width:0;width:44px;padding:0}.theme-toggle span{display:none}.feed-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.post-title{font-size:.98rem}.post-subtitle,.muted-meta,.post-code{font-size:.82rem}.upload-preview-grid,.notification-row,.suggestion-row{grid-template-columns:1fr}.compose-dropzone{min-height:360px}.settings-panel-head,.post-footer,.comment-form,.auth-links,.notification-panel-head{flex-direction:column;align-items:stretch}}@media(max-width:520px){.feed-grid{grid-template-columns:1fr 1fr}.post-card-feed .post-title,.post-card-feed .post-subtitle{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.post-card-feed .post-title,.post-card-feed .post-subtitle{-webkit-line-clamp:2}}
