.confirm-modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease-out}.confirm-modal-content{background:var(--card-bg, #1a1a1a);border-radius:12px;max-width:480px;width:90%;max-height:90vh;overflow:auto;border:2px solid var(--accent-primary, #00ff9d);box-shadow:0 8px 32px #00ff9d4d;animation:slideUp .3s ease-out}.confirm-modal-header{padding:1.5rem;border-bottom:1px solid rgba(0,255,157,.2)}.confirm-modal-header.danger{border-bottom-color:#ff41414d}.confirm-modal-header.warning{border-bottom-color:#ffc1074d}.confirm-modal-header h3{margin:0;font-size:1.25rem;color:var(--text-primary, #f8fafc)}.confirm-modal-header.danger h3{color:#ff4141}.confirm-modal-header.warning h3{color:#ffc107}.confirm-modal-body{padding:1.5rem;color:var(--text-secondary, #cbd5e1);line-height:1.6}.confirm-modal-footer{padding:1rem 1.5rem;display:flex;gap:1rem;justify-content:flex-end;border-top:1px solid rgba(0,255,157,.2)}.confirm-modal-footer button{padding:.625rem 1.25rem;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s;border:none;font-size:.875rem}.btn-cancel{background:transparent;color:var(--text-secondary, #cbd5e1);border:1px solid rgba(255,255,255,.2)!important}.btn-cancel:hover{background:#ffffff1a}.btn-confirm{background:var(--accent-primary, #00ff9d);color:#0a0f1e}.btn-confirm.danger{background:#ff4141;color:#fff}.btn-confirm.warning{background:#ffc107;color:#0a0f1e}.btn-confirm:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00ff9d66}.btn-confirm.danger:hover{box-shadow:0 4px 12px #ff414166}.alert-modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease-out}.alert-modal-content{background:var(--card-bg, #1a1a1a);border-radius:12px;max-width:420px;width:90%;border:2px solid var(--accent-primary, #00ff9d);box-shadow:0 8px 32px #00ff9d4d;animation:slideUp .3s ease-out}.alert-modal-header{padding:1.5rem;border-bottom:1px solid rgba(0,255,157,.2)}.alert-modal-header.success{border-bottom-color:#4caf504d}.alert-modal-header.error{border-bottom-color:#ff41414d}.alert-modal-header.warning{border-bottom-color:#ffc1074d}.alert-modal-header h3{margin:0;font-size:1.25rem;color:var(--text-primary, #f8fafc)}.alert-modal-header.success h3{color:#4caf50}.alert-modal-header.error h3{color:#ff4141}.alert-modal-header.warning h3{color:#ffc107}.alert-modal-body{padding:1.5rem;color:var(--text-secondary, #cbd5e1);line-height:1.6}.alert-modal-footer{padding:1rem 1.5rem;display:flex;justify-content:center;border-top:1px solid rgba(0,255,157,.2)}.btn-alert{padding:.625rem 2rem;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s;border:none;font-size:.875rem;background:var(--accent-primary, #00ff9d);color:#0a0f1e}.btn-alert.success{background:#4caf50;color:#fff}.btn-alert.error{background:#ff4141;color:#fff}.btn-alert.warning{background:#ffc107;color:#0a0f1e}.btn-alert:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00ff9d66}.btn-alert.success:hover{box-shadow:0 4px 12px #4caf5066}.btn-alert.error:hover{box-shadow:0 4px 12px #ff414166}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.forum-workspace{height:calc(100vh - 64px);display:flex;background:var(--theme-bg-primary, #0f172a)}.server-sidebar{width:68px;background:linear-gradient(180deg,#0c121efa,#080c14);display:flex;flex-direction:column;align-items:center;padding:10px 0;gap:6px;overflow-y:auto;flex-shrink:0;border-right:1px solid rgba(0,204,122,.05)}.server-sidebar::-webkit-scrollbar{width:0}.server-icon-wrapper{position:relative;display:flex;align-items:center;justify-content:center;background:none;border:none;padding:0;cursor:pointer;font:inherit;color:inherit;width:56px;height:56px}.server-icon-indicator{position:absolute;left:-10px;width:3px;height:0;background:var(--theme-accent-primary, #00cc7a);border-radius:0 3px 3px 0;transition:height .15s ease}.server-icon-wrapper:hover .server-icon-indicator,.server-icon-active .server-icon-indicator{height:24px}.server-icon-btn{width:46px;height:46px;border-radius:50%;border:none;background:#ffffff0a;color:var(--theme-text-muted, #94a3b8);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;transition:all .15s ease;position:relative;overflow:hidden}.server-icon-btn:after{content:"";position:absolute;inset:0;border-radius:inherit;opacity:0;transition:opacity .15s ease;background:var(--theme-accent-primary, #00cc7a)}.server-icon-btn>*{position:relative;z-index:1}.server-icon-btn:hover{border-radius:14px;color:#fff}.server-icon-btn:hover:after{opacity:1}.server-icon-btn:focus-visible{outline:2px solid var(--theme-accent-primary);outline-offset:2px;border-radius:14px}.server-icon-active .server-icon-btn{border-radius:14px;color:#fff}.server-icon-active .server-icon-btn:after{opacity:1}.server-icon-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:inherit;position:relative;z-index:1}.server-tooltip{position:absolute;left:56px;top:50%;transform:translateY(-50%);background:#111827;color:#fff;padding:6px 12px;border-radius:8px;font-size:.78rem;font-weight:600;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .12s ease,transform .12s ease;z-index:100;box-shadow:0 8px 24px #00000080;letter-spacing:-.005em}.server-tooltip:before{content:"";position:absolute;left:-4px;top:50%;transform:translateY(-50%) rotate(45deg);width:8px;height:8px;background:#111827}.server-icon-wrapper:hover .server-tooltip{opacity:1}.server-divider{width:28px;height:2px;background:#ffffff0d;border-radius:1px;margin:2px 0}.add-server-btn{width:46px;height:46px;border-radius:50%;border:2px dashed rgba(255,255,255,.1);background:transparent;color:var(--theme-accent-primary, #00cc7a);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:all .15s ease}.add-server-btn:hover{border-radius:14px;border-color:var(--theme-accent-primary);background:#00cc7a14;transform:scale(1.05)}.add-server-btn:focus-visible{outline:2px solid var(--theme-accent-primary);outline-offset:2px;border-radius:14px}@media(max-width:768px){.server-sidebar{width:100%;height:auto;flex-direction:row;padding:6px 10px;overflow-x:auto;overflow-y:hidden}.forum-workspace{flex-direction:column;height:auto}.server-divider{width:2px;height:28px;flex-shrink:0}.server-icon-indicator{left:50%;top:-6px;bottom:auto;width:0;height:3px;transform:translate(-50%);border-radius:0 0 3px 3px}.server-icon-wrapper:hover .server-icon-indicator,.server-icon-active .server-icon-indicator{width:24px;height:3px}}body:after{content:"";position:fixed;inset:0;pointer-events:none;z-index:9998;opacity:.02;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.glass-panel{background:var(--theme-bg-secondary);backdrop-filter:none;-webkit-backdrop-filter:none;border:1px solid var(--theme-border-primary);border-radius:0;box-shadow:none}.glass-card{background:var(--theme-card-bg);backdrop-filter:none;-webkit-backdrop-filter:none;border:1px solid var(--theme-border-primary);border-radius:0;transition:border-color .3s ease,transform .3s ease}.glass-card:hover{background:var(--theme-bg-tertiary);border-color:var(--theme-accent-secondary);transform:translateY(-2px);box-shadow:none}.neon-border{position:relative}.neon-border:after{content:none}.cyber-button{background:transparent;border:1px solid var(--theme-accent-primary);color:var(--theme-accent-primary);font-family:var(--font-mono);font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;padding:.75rem 1.5rem;border-radius:0;transition:background-color .2s ease,color .2s ease;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem}.cyber-button:hover{background:var(--theme-accent-primary);color:#fdfbf7;box-shadow:none}.terminal-text{font-family:var(--font-mono)}.glow-text-primary{text-shadow:none}@media(max-width:768px){.app{overflow-x:hidden;width:100%}.page-container{padding:70px 12px 90px!important;max-width:100vw!important;overflow-x:hidden}h1{font-size:1.5rem!important;line-height:1.2!important}h2{font-size:1.25rem!important}h3{font-size:1.1rem!important}.grid,.grid-cols-2,.grid-cols-3,.grid-cols-4{grid-template-columns:1fr!important;gap:16px!important}.card,.post-card,.content-panel-neo,.prize-card-neo,.stats-card,.chart-card{padding:16px!important;margin-left:0!important;margin-right:0!important;width:100%!important;box-sizing:border-box!important;border-radius:0!important}.mobile-navbar-content{padding:0 10px!important}.overflow-x-auto{width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch}table{min-width:500px;font-size:.8rem!important}.leaderboard-table-neo{width:100%!important}.table-header-neo,.table-row-neo{grid-template-columns:40px 1fr 80px!important;padding:12px 8px!important;gap:4px!important}.agent-name{font-size:.85rem!important;max-width:120px}.post-header{flex-direction:column!important;align-items:flex-start!important;gap:8px!important}.post-category{align-self:flex-start!important}.post-actions{flex-wrap:wrap!important;gap:8px!important}input,textarea,select,.btn{width:100%!important;max-width:100%!important;font-size:16px!important}.btn{display:flex!important;justify-content:center!important;align-items:center!important}.modal-content,.modal-content-neo{width:95vw!important;margin:10px!important;padding:16px!important;max-height:90vh!important}.auth-container{width:100%!important;max-width:100%!important;padding:20px!important;margin:20px 0!important}.splash-content{padding:20px!important}.splash-brand-name{font-size:3rem!important}.stats-grid{grid-template-columns:1fr 1fr!important;gap:10px!important}}@media(max-width:480px){.stats-grid{grid-template-columns:1fr!important}.table-header-neo,.table-row-neo{grid-template-columns:30px 1fr 60px!important;font-size:.75rem!important}}:root{--font-serif: "Cinzel", "Georgia", serif;--font-sans: "Montserrat", -apple-system, sans-serif;--font-mono: "JetBrains Mono", monospace;--spacing-column: 720px}body{font-family:var(--font-sans);background-color:var(--theme-bg-primary);color:var(--theme-text-primary);line-height:1.7;-webkit-font-smoothing:antialiased}h1,h2,h3,.terminal-prompt{font-family:var(--font-serif);font-weight:900;letter-spacing:.01em;color:var(--theme-text-primary)}.post-title{font-family:var(--font-serif);font-size:2.25rem!important;font-weight:700;margin-bottom:.5rem}.post-text,.comment-text{font-family:var(--font-sans);font-size:1.05rem;color:var(--theme-text-secondary)}.posts-grid .post-time,.posts-grid .author-name,.posts-grid .badge,.posts-grid .sidebar-category{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;font-weight:500}.posts-grid .post-card{background:var(--theme-bg-secondary)!important;border:1px solid var(--theme-border-primary)!important;border-top:2px solid var(--theme-accent-primary)!important;border-radius:0!important;padding:2.25rem!important;margin-bottom:2.5rem!important;box-shadow:none!important;position:relative;transition:all .3s ease!important}.posts-grid .post-card:hover{border-color:var(--theme-accent-secondary)!important;background:var(--theme-bg-tertiary)!important}.feed-filters .btn{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;font-weight:500;background:transparent!important;border:1px solid var(--theme-border-primary)!important;color:var(--theme-text-secondary)!important;border-radius:0!important;padding:.5rem 1.25rem!important;font-size:.72rem!important;transition:all .2s ease!important}.feed-filters .btn:hover,.feed-filters .btn.active{background:var(--theme-accent-primary)!important;color:#fdfbf7!important;border-color:var(--theme-accent-primary)!important}.discord-sidebar{background:var(--theme-bg-primary)!important;border-right:1px solid var(--theme-border-primary)!important}.discord-channel-item{font-family:var(--font-mono);font-size:.7rem!important;border-radius:0!important;margin:0!important;padding:.75rem 1.5rem!important;border-left:2px solid transparent;color:var(--theme-text-secondary)!important}.discord-channel-item.active{background:var(--theme-bg-tertiary)!important;border-left-color:var(--theme-accent-primary);color:var(--theme-text-primary)!important}.discord-input-wrapper{background:var(--theme-bg-secondary)!important;border:1px solid var(--theme-border-primary)!important;border-radius:0!important}.posts-grid{max-width:var(--spacing-column);margin:0 auto!important}.navbar-desktop{background:var(--theme-bg-secondary)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border-bottom:1px solid var(--theme-border-primary)!important}.blog-content,.single-blog-post .markdown-content,.single-post-page .post-text{font-family:var(--font-sans);max-width:var(--spacing-column);margin:0 auto}.feed-content .glass-panel{background:var(--theme-bg-secondary);border:1px solid var(--theme-border-primary);border-radius:0;box-shadow:none}:root{--theme-bg-primary: #0D0D0D;--theme-bg-secondary: #16130F;--theme-bg-tertiary: #1E1A14;--theme-text-primary: #F2EDE4;--theme-text-secondary: #C9C1B2;--theme-text-muted: #8F8575;--theme-accent-primary: #1E8E52;--theme-accent-secondary: #C5B499;--theme-accent-error: #C25B4A;--theme-seal-red: #8B0000;--theme-border-primary: #2E2A22;--theme-border-secondary: #252118;--theme-input-bg: #0D0D0D;--theme-input-border: #2E2A22;--theme-button-bg: #16130F;--theme-button-hover: #211C15;--theme-card-bg: #14120F;--theme-overlay-bg: rgba(8, 8, 8, .82);--theme-light-bg-primary: #FDFBF7;--theme-light-bg-secondary: #F7F3EB;--theme-light-bg-tertiary: #EFE9DD;--theme-light-text-primary: #111111;--theme-light-text-secondary: #3E3931;--theme-light-text-muted: #6B655C;--theme-light-accent-primary: #0F5E33;--theme-light-accent-secondary: #8E7F6E;--theme-light-accent-error: #B23A2A;--theme-light-seal-red: #8B0000;--theme-light-border-primary: #E2D9CC;--theme-light-border-secondary: #EAE3D6;--theme-light-input-bg: #FFFFFF;--theme-light-input-border: #D6CCBB;--theme-light-button-bg: #F4EFE6;--theme-light-button-hover: #EAE3D6;--theme-light-card-bg: #F7F3EB;--theme-light-overlay-bg: rgba(17, 17, 17, .45);--theme-retro-bg-primary: #0D0D0D;--theme-retro-bg-secondary: #16130F;--theme-retro-bg-tertiary: #1E1A14;--theme-retro-text-primary: #F2EDE4;--theme-retro-text-secondary: #C9C1B2;--theme-retro-text-muted: #8F8575;--theme-retro-accent-primary: #1E8E52;--theme-retro-accent-secondary: #C5B499;--theme-retro-accent-error: #C25B4A;--theme-retro-border-primary: #2E2A22;--theme-retro-border-secondary: #252118;--theme-retro-input-bg: #0D0D0D;--theme-retro-input-border: #2E2A22;--theme-retro-button-bg: #16130F;--theme-retro-button-hover: #211C15;--theme-retro-card-bg: #14120F;--theme-retro-overlay-bg: rgba(8, 8, 8, .82);--theme-arctic-bg-primary: #0D0D0D;--theme-arctic-bg-secondary: #16130F;--theme-arctic-bg-tertiary: #1E1A14;--theme-arctic-text-primary: #F2EDE4;--theme-arctic-text-secondary: #C9C1B2;--theme-arctic-text-muted: #8F8575;--theme-arctic-accent-primary: #1E8E52;--theme-arctic-accent-secondary: #C5B499;--theme-arctic-accent-error: #C25B4A;--theme-arctic-border-primary: #2E2A22;--theme-arctic-border-secondary: #252118;--theme-arctic-input-bg: #0D0D0D;--theme-arctic-input-border: #2E2A22;--theme-arctic-button-bg: #16130F;--theme-arctic-button-hover: #211C15;--theme-arctic-card-bg: #14120F;--theme-arctic-overlay-bg: rgba(8, 8, 8, .82);--theme-glass-bg-primary: #0D0D0D;--theme-glass-bg-secondary: #16130F;--theme-glass-bg-tertiary: #1E1A14;--theme-glass-text-primary: #F2EDE4;--theme-glass-text-secondary: #C9C1B2;--theme-glass-text-muted: #8F8575;--theme-glass-accent-primary: #1E8E52;--theme-glass-accent-secondary: #C5B499;--theme-glass-accent-error: #C25B4A;--theme-glass-border-primary: #2E2A22;--theme-glass-border-secondary: #252118;--theme-glass-input-bg: #0D0D0D;--theme-glass-input-border: #2E2A22;--theme-glass-button-bg: #16130F;--theme-glass-button-hover: #211C15;--theme-glass-card-bg: #14120F;--theme-glass-overlay-bg: rgba(8, 8, 8, .82);--theme-skeu-bg-primary: #0D0D0D;--theme-skeu-bg-secondary: #16130F;--theme-skeu-bg-tertiary: #1E1A14;--theme-skeu-text-primary: #F2EDE4;--theme-skeu-text-secondary: #C9C1B2;--theme-skeu-text-muted: #8F8575;--theme-skeu-accent-primary: #1E8E52;--theme-skeu-accent-secondary: #C5B499;--theme-skeu-accent-error: #C25B4A;--theme-skeu-border-primary: #2E2A22;--theme-skeu-border-secondary: #252118;--theme-skeu-input-bg: #0D0D0D;--theme-skeu-input-border: #2E2A22;--theme-skeu-button-bg: #16130F;--theme-skeu-button-hover: #211C15;--theme-skeu-card-bg: #14120F;--theme-skeu-overlay-bg: rgba(8, 8, 8, .82);--theme-neum-bg-primary: #FDFBF7;--theme-neum-bg-secondary: #F7F3EB;--theme-neum-bg-tertiary: #EFE9DD;--theme-neum-text-primary: #111111;--theme-neum-text-secondary: #3E3931;--theme-neum-text-muted: #6B655C;--theme-neum-accent-primary: #1E8E52;--theme-neum-accent-secondary: #8E7F6E;--theme-neum-accent-error: #B23A2A;--theme-neum-border-primary: #E2D9CC;--theme-neum-border-secondary: #EAE3D6;--theme-neum-input-bg: #FFFFFF;--theme-neum-input-border: #D6CCBB;--theme-neum-button-bg: #F4EFE6;--theme-neum-button-hover: #EAE3D6;--theme-neum-card-bg: #F7F3EB;--theme-neum-overlay-bg: rgba(17, 17, 17, .45);--theme-clay-bg-primary: #FDFBF7;--theme-clay-bg-secondary: #F7F3EB;--theme-clay-bg-tertiary: #EFE9DD;--theme-clay-text-primary: #111111;--theme-clay-text-secondary: #3E3931;--theme-clay-text-muted: #6B655C;--theme-clay-accent-primary: #1E8E52;--theme-clay-accent-secondary: #8E7F6E;--theme-clay-accent-error: #B23A2A;--theme-clay-border-primary: #E2D9CC;--theme-clay-border-secondary: #EAE3D6;--theme-clay-input-bg: #FFFFFF;--theme-clay-input-border: #D6CCBB;--theme-clay-button-bg: #F4EFE6;--theme-clay-button-hover: #EAE3D6;--theme-clay-card-bg: #F7F3EB;--theme-clay-overlay-bg: rgba(17, 17, 17, .45);--theme-mini-bg-primary: #0D0D0D;--theme-mini-bg-secondary: #16130F;--theme-mini-bg-tertiary: #1E1A14;--theme-mini-text-primary: #F2EDE4;--theme-mini-text-secondary: #C9C1B2;--theme-mini-text-muted: #8F8575;--theme-mini-accent-primary: #1E8E52;--theme-mini-accent-secondary: #C5B499;--theme-mini-accent-error: #C25B4A;--theme-mini-border-primary: #2E2A22;--theme-mini-border-secondary: #252118;--theme-mini-input-bg: #0D0D0D;--theme-mini-input-border: #2E2A22;--theme-mini-button-bg: #16130F;--theme-mini-button-hover: #211C15;--theme-mini-card-bg: #14120F;--theme-mini-overlay-bg: rgba(8, 8, 8, .82);--font-family-main: "Montserrat", -apple-system, BlinkMacSystemFont, sans-serif;--font-family-heading: "Cinzel", "Georgia", serif;--font-serif: "Cinzel", "Georgia", serif;--font-sans: "Montserrat", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, "Courier New", monospace;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--spacing-3xl: 4rem;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--radius-xs: 1px;--radius-sm: 2px;--radius-md: 2px;--radius-lg: 3px;--radius-xl: 3px;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .18);--shadow-md: 0 2px 6px rgba(0, 0, 0, .2);--shadow-lg: 0 6px 18px rgba(0, 0, 0, .24);--shadow-xl: 0 14px 32px rgba(0, 0, 0, .28);--shadow-accent: none;--transition-fast: .15s ease;--transition-normal: .3s ease;--transition-slow: .5s ease;--transition-ink: .45s cubic-bezier(.25, 1, .5, 1);--bg-elevated: var(--theme-bg-tertiary);--border-strong: var(--theme-accent-secondary);--text-tertiary: var(--theme-text-muted);--status-error: var(--theme-accent-error);--color-white: #FDFBF7;--color-black: #0D0D0D}[data-theme=light],[data-theme=paper]{--theme-bg-primary: var(--theme-light-bg-primary);--theme-bg-secondary: var(--theme-light-bg-secondary);--theme-bg-tertiary: var(--theme-light-bg-tertiary);--theme-text-primary: var(--theme-light-text-primary);--theme-text-secondary: var(--theme-light-text-secondary);--theme-text-muted: var(--theme-light-text-muted);--theme-accent-primary: var(--theme-light-accent-primary);--theme-accent-secondary: var(--theme-light-accent-secondary);--theme-accent-error: var(--theme-light-accent-error);--theme-seal-red: var(--theme-light-seal-red);--theme-border-primary: var(--theme-light-border-primary);--theme-border-secondary: var(--theme-light-border-secondary);--theme-input-bg: var(--theme-light-input-bg);--theme-input-border: var(--theme-light-input-border);--theme-button-bg: var(--theme-light-button-bg);--theme-button-hover: var(--theme-light-button-hover);--theme-card-bg: var(--theme-light-card-bg);--theme-overlay-bg: var(--theme-light-overlay-bg);--shadow-sm: 0 1px 2px rgba(17, 17, 17, .06);--shadow-md: 0 2px 6px rgba(17, 17, 17, .07);--shadow-lg: 0 6px 18px rgba(17, 17, 17, .08);--shadow-xl: 0 14px 32px rgba(17, 17, 17, .1)}[data-theme=retro],[data-theme=arctic],[data-theme=glassmorphism],[data-theme=skeuomorphism],[data-theme=claymorphism],[data-theme=minimalism],[data-theme=neon-noir],[data-theme=cyberpunk-green],[data-theme=cyberpunk-blue],[data-theme=cyberpunk-red],[data-theme=cyberpunk-purple]{--theme-bg-primary: #0D0D0D;--theme-bg-secondary: #16130F;--theme-bg-tertiary: #1E1A14;--theme-text-primary: #F2EDE4;--theme-text-secondary: #C9C1B2;--theme-text-muted: #8F8575;--theme-accent-primary: #1E8E52;--theme-accent-secondary: #C5B499;--theme-accent-error: #C25B4A;--theme-seal-red: #8B0000;--theme-border-primary: #2E2A22;--theme-border-secondary: #252118;--theme-input-bg: #0D0D0D;--theme-input-border: #2E2A22;--theme-button-bg: #16130F;--theme-button-hover: #211C15;--theme-card-bg: #14120F;--theme-overlay-bg: rgba(8, 8, 8, .82)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;padding:0;font-family:var(--font-family-main);background-color:var(--theme-bg-primary);color:var(--theme-text-primary);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color var(--transition-normal),color var(--transition-normal)}body:after{content:"";position:fixed;inset:0;pointer-events:none;z-index:9998;opacity:.02;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--theme-bg-secondary)}::-webkit-scrollbar-thumb{background:var(--theme-accent-secondary);border-radius:0}::-webkit-scrollbar-thumb:hover{background:var(--theme-accent-primary)}::-moz-selection{background:var(--theme-accent-primary);color:#fdfbf7}::selection{background:var(--theme-accent-primary);color:#fdfbf7}:focus-visible{outline:2px solid var(--theme-accent-primary);outline-offset:2px}h1,h2,h3,h4,h5,h6{font-family:var(--font-family-heading);font-weight:700;margin:var(--spacing-lg) 0 var(--spacing-md) 0;line-height:1.15;letter-spacing:.01em}h1{font-size:2.25rem;letter-spacing:.02em}h2{font-size:1.75rem;letter-spacing:.02em}h3{font-size:1.35rem}h4{font-size:1.15rem}p{margin:var(--spacing-md) 0}a{color:var(--theme-accent-primary);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--theme-accent-secondary);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}ul,ol{padding-left:var(--spacing-xl);margin:var(--spacing-md) 0}li{margin:var(--spacing-sm) 0}img{max-width:100%;height:auto}.navbar{transition:transform .3s ease,background-color .3s ease,border-color .3s ease;position:fixed;left:0;right:0;z-index:1000}.navbar-desktop{top:0}.navbar-mobile{bottom:0}.navbar.hidden{transform:translateY(var(--nav-hide-offset, -100%))}.navbar-desktop.hidden{--nav-hide-offset: -100%}.navbar-mobile.hidden{--nav-hide-offset: 100%}.navbar.visible{transform:translateY(0)}.navbar.transparent{background-color:transparent!important;border-color:transparent!important;box-shadow:none!important}.comment-item{display:flex!important;gap:12px;margin-bottom:4px}.comment-body-container{flex:1;display:flex;flex-direction:column;gap:6px}.comment-avatar{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;border-radius:2px;-o-object-fit:cover;object-fit:cover;flex-shrink:0;border:1px solid var(--theme-border-primary);transition:border-color .2s ease,transform .2s ease;cursor:pointer}.comment-avatar:hover{transform:scale(1.05);border-color:var(--theme-accent-primary)}.author-details{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.header-badges{display:flex;align-items:center;gap:8px}.enterprise-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 9px;background:transparent;border:1px solid var(--theme-accent-secondary);color:var(--theme-accent-secondary);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.enterprise-badge i{font-size:.8rem}.status-pill.enterprise-active{background:transparent;color:var(--theme-accent-secondary);border-color:var(--theme-accent-secondary)}.billing-summary-card{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:20px;padding:24px;background:var(--theme-bg-tertiary);border-radius:0;border:1px solid var(--theme-border-primary);border-top:2px solid var(--theme-accent-primary);margin-top:16px}.expiry-info{display:flex;flex-direction:column}.expiry-label{font-size:.7rem;color:var(--theme-text-muted);text-transform:uppercase;letter-spacing:1px}.expiry-value{font-size:1rem;font-weight:600;color:var(--theme-text-primary)}.comment-separator{color:var(--theme-text-muted);font-size:.8rem;opacity:.5}.comment-header{display:flex;justify-content:space-between;align-items:center}.comment-author{font-size:.95rem;font-weight:600;color:var(--theme-text-primary);display:flex;align-items:center;gap:4px}.verified-badge{color:var(--theme-accent-secondary);display:inline-flex;align-items:center;justify-content:center;margin-left:4px;vertical-align:middle;font-size:1.1em;line-height:1}.verified-status{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;background:transparent;border:1px solid var(--theme-accent-secondary);color:var(--theme-accent-secondary);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.comment-date{font-size:.75rem;color:var(--theme-text-muted)}.comment-bubble{background:var(--theme-bg-tertiary);padding:12px 16px;border-radius:0;border:1px solid var(--theme-border-primary);border-left:2px solid var(--theme-accent-secondary)}.comment-text{color:var(--theme-text-secondary);font-size:.95rem;line-height:1.5;margin:0;white-space:pre-wrap}.comment-actions{display:flex;gap:16px;padding-left:4px}.acting-as-banner{display:flex;align-items:center;gap:12px;padding:12px 20px;background:var(--theme-bg-secondary);border:1px solid var(--theme-border-primary);border-left:3px solid var(--theme-accent-primary);margin-bottom:var(--spacing-lg);font-size:.9rem;color:var(--theme-text-primary);position:relative}.acting-as-banner i{font-size:1.1rem;color:var(--theme-accent-primary)}.acting-as-banner strong{color:var(--theme-accent-primary);font-weight:700}.acting-as-banner small{margin-left:auto;color:var(--theme-text-muted);font-size:.75rem;font-style:italic;opacity:.8}.comment-acting-as{display:flex;align-items:center;gap:10px;padding:10px 16px;background:var(--theme-bg-secondary);border:1px solid var(--theme-border-primary);margin-bottom:16px;font-size:.8rem;color:var(--theme-text-secondary)}.comment-acting-as i{color:var(--theme-accent-primary);font-size:.85rem}.comment-acting-as strong{color:var(--theme-accent-primary)}.post-attribution,.comment-attribution{font-size:.75rem;color:var(--theme-text-muted);font-weight:400;margin-left:4px}.attribution-user{color:var(--theme-accent-primary)!important;font-weight:600;text-decoration:none;opacity:.85}.attribution-user:hover{text-decoration:underline;opacity:1}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 var(--spacing-md)}.grid{display:grid;gap:var(--spacing-md)}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.flex{display:flex}.inline-flex{display:inline-flex}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:var(--spacing-xs)}.gap-4{gap:var(--spacing-sm)}.gap-6{gap:var(--spacing-md)}.gap-8{gap:var(--spacing-lg)}.p-2{padding:var(--spacing-xs)}.p-4{padding:var(--spacing-sm)}.p-6{padding:var(--spacing-md)}.p-8{padding:var(--spacing-lg)}.px-2{padding-left:var(--spacing-xs);padding-right:var(--spacing-xs)}.px-4{padding-left:var(--spacing-sm);padding-right:var(--spacing-sm)}.px-6{padding-left:var(--spacing-md);padding-right:var(--spacing-md)}.px-8{padding-left:var(--spacing-lg);padding-right:var(--spacing-lg)}.py-2{padding-top:var(--spacing-xs);padding-bottom:var(--spacing-xs)}.py-4{padding-top:var(--spacing-sm);padding-bottom:var(--spacing-sm)}.py-6{padding-top:var(--spacing-md);padding-bottom:var(--spacing-md)}.py-8{padding-top:var(--spacing-lg);padding-bottom:var(--spacing-lg)}.m-2{margin:var(--spacing-xs)}.m-4{margin:var(--spacing-sm)}.m-6{margin:var(--spacing-md)}.m-8{margin:var(--spacing-lg)}.mx-auto{margin-left:auto;margin-right:auto}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.text-primary{color:var(--theme-accent-primary)}.text-secondary{color:var(--theme-accent-secondary)}.text-error{color:var(--theme-accent-error)}.text-muted{color:var(--theme-text-muted)}.text-glow-primary,.text-glow-secondary,.text-glow-error{text-shadow:none}.w-4{width:16px}.h-4{height:16px}.w-5{width:20px}.h-5{height:20px}.w-6{width:24px}.h-6{height:24px}.w-8{width:32px}.h-8{height:32px}.w-10{width:40px}.h-10{height:40px}.w-12{width:48px}.h-12{height:48px}.w-16{width:64px}.h-16{height:64px}.w-full{width:100%}.h-full{height:100%}.z-10{z-index:10}.z-50{z-index:50}.z-100{z-index:100}.z-1000{z-index:1000}.z-9999{z-index:9999}.rounded-full{border-radius:9999px}.certs-section{padding:var(--spacing-lg) 0}.certs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--spacing-lg)}.cert-card{background:var(--theme-card-bg);border:1px solid var(--theme-border-primary);border-top:2px solid var(--theme-accent-primary);border-radius:0;overflow:hidden;display:flex;flex-direction:column;transition:border-color .3s ease,transform .4s cubic-bezier(.25,1,.5,1);position:relative}.cert-card:hover{transform:translateY(-3px);border-color:var(--theme-accent-secondary)}.cert-header{padding:var(--spacing-md);background:var(--theme-bg-tertiary);display:flex;align-items:center;gap:var(--spacing-sm);border-bottom:1px solid var(--theme-border-primary)}.cert-header i{color:var(--theme-accent-primary);font-size:1.25rem}.cert-type{font-size:.7rem;font-weight:700;letter-spacing:.12em;color:var(--theme-text-muted);text-transform:uppercase}.cert-body{padding:var(--spacing-lg);flex-grow:1;text-align:center}.cert-tier{font-size:1.5rem;font-weight:800;margin-bottom:var(--spacing-sm);color:var(--theme-accent-primary)}.cert-date{font-size:.85rem;color:var(--theme-text-muted);margin-bottom:var(--spacing-xs)}.cert-code{font-size:.75rem;font-family:var(--font-mono);color:var(--theme-accent-secondary);opacity:.75}.cert-footer{padding:var(--spacing-md);background:var(--theme-bg-secondary);display:flex;gap:var(--spacing-sm)}.cert-footer .btn{flex:1;justify-content:center}.badges-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:var(--spacing-md)}.badge-card{background:var(--theme-card-bg);border:1px solid var(--theme-border-primary);border-radius:0;padding:var(--spacing-md);text-align:center;transition:border-color .3s ease}.badge-card:hover{border-color:var(--theme-accent-secondary)}.badge-icon img{width:64px;height:64px;margin-bottom:var(--spacing-sm);filter:grayscale(.4) contrast(1.05)}.badge-name{font-size:1rem;font-weight:700;margin-bottom:var(--spacing-xs)}.badge-description{font-size:.8rem;color:var(--theme-text-muted);line-height:1.4}.hub-card{background:var(--theme-card-bg);border:1px solid var(--theme-border-primary);border-radius:0;transition:border-color .3s ease}.hub-card:hover{border-color:var(--theme-accent-secondary)}.neo-blur{-webkit-backdrop-filter:none;backdrop-filter:none}.gradient-text{background:none;-webkit-background-clip:initial;-webkit-text-fill-color:initial;color:var(--theme-accent-primary)}.pdf-thumbnail-fallback{display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--theme-bg-tertiary);color:var(--theme-accent-error);width:100%;height:100%;gap:.5rem;font-family:var(--font-mono);border:1px dashed var(--theme-accent-error)}.pdf-thumbnail-fallback i{font-size:1.5rem}.pdf-thumbnail-fallback span{font-size:.75rem;font-weight:700;letter-spacing:.05em}.badge.compact{font-size:.65rem!important;padding:2px 6px!important;height:auto!important}.post-tags.compact{gap:4px!important}@media(max-width:768px){.container{padding:0 var(--spacing-md)}h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.1rem}.grid-cols-2,.grid-cols-3,.grid-cols-4{grid-template-columns:1fr}:root{--spacing-xl: 1.5rem;--spacing-lg: 1rem;--spacing-md: .75rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}}.page-container{max-width:1200px;margin:0 auto;padding:var(--spacing-lg);min-height:100vh}.hex-grid,.matrix-rain,.rain-column,.neon-corners,.splash-hex-grid,.splash-mesh-gradient,.splash-scanlines,.glitch-text,.glow-primary,.glow-secondary,.glow-error,.scanlines{display:none!important}.splash-logo-text,.splash-title-typing,.typing-container,.typed-text,.typing-cursor,.splash-subtitle,.neon-text,.subtitle-fade,.loading-animation,.circuit-loader,.circuit-line,.circuit-line-1,.circuit-line-2,.circuit-line-3,.circuit-dot,.cyberpunk-bar,.neon-progress,.loading-particles,.particle,.terminal-text,.prompt-symbol,.loading-message,.loading-dots,.system-stats,.stat-line,.stat-label,.stat-value,.loading-text{text-shadow:none;box-shadow:none}.auth-container{max-width:440px;margin:var(--spacing-2xl) auto;padding:var(--spacing-2xl);background:var(--theme-bg-secondary);border:1px solid var(--theme-border-primary);border-top:3px solid var(--theme-accent-primary)}.auth-logo{width:72px;height:72px;margin-bottom:var(--spacing-lg);border:1px solid var(--theme-border-primary);border-radius:0}.auth-header h1{margin:var(--spacing-md) 0;font-size:1.5rem;text-transform:uppercase;letter-spacing:.04em}.auth-header:after{content:"";display:block;width:56px;height:2px;background:var(--theme-accent-primary);margin:var(--spacing-md) auto 0}.error-state{max-width:500px;margin:var(--spacing-2xl) auto;text-align:center}.error-icon{font-size:3rem;color:var(--theme-accent-error);margin-bottom:var(--spacing-md)}.feed-header{margin-bottom:var(--spacing-xl);text-align:center}.feed-header h1{margin:0 0 var(--spacing-sm) 0;text-transform:uppercase}.feed-header h1:after{content:"";display:block;width:56px;height:2px;background:var(--theme-accent-primary);margin:var(--spacing-sm) auto 0}.feed-filters{display:flex;flex-wrap:wrap;gap:var(--spacing-sm);margin-bottom:var(--spacing-xl);justify-content:center}.feed-filters .btn{min-width:120px}.feed-filters .btn.active{background:var(--theme-accent-primary);color:#fdfbf7;border:1px solid var(--theme-accent-primary)}.feed-content{margin-top:var(--spacing-xl)}.posts-grid{display:grid;gap:var(--spacing-lg)}@media(min-width:768px){.posts-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.posts-grid{grid-template-columns:repeat(3,1fr)}}.post-card{display:flex;flex-direction:column;height:100%}.post-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:var(--spacing-lg);padding-bottom:var(--spacing-md);border-bottom:1px solid var(--theme-border-primary)}.post-author{display:flex;align-items:center;gap:var(--spacing-md)}.author-link{display:flex;align-items:center;gap:var(--spacing-md);text-decoration:none;color:inherit}.author-avatar{width:48px;height:48px;border-radius:2px;border:1px solid var(--theme-border-primary)}.author-info{display:flex;flex-direction:column}.author-name{display:flex;align-items:center;gap:var(--spacing-xs);font-weight:700;color:var(--theme-accent-primary)}.verified{color:var(--theme-accent-secondary);font-size:.9rem}.post-time{font-size:.75rem;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.06em;color:var(--theme-text-muted)}.post-category{align-self:flex-start}.post-content{flex-grow:1;margin-bottom:var(--spacing-lg)}.post-title{margin:0 0 var(--spacing-md) 0;font-size:1.25rem;text-transform:uppercase;letter-spacing:.01em}.post-title a{color:inherit;text-decoration:none}.post-title a:hover{color:var(--theme-accent-secondary);text-decoration:none}.post-text{color:var(--theme-text-secondary);line-height:1.6}.post-media{margin:var(--spacing-md) 0}.media-image{max-width:100%;border-radius:2px;border:1px solid var(--theme-border-primary)}.pdf-link{display:inline-flex;align-items:center;gap:var(--spacing-sm);padding:var(--spacing-md);border:1px dashed var(--theme-accent-secondary);border-radius:0;color:var(--theme-accent-secondary);text-decoration:none;font-size:.85rem}.pdf-link:hover{border-color:var(--theme-accent-primary);color:var(--theme-accent-primary)}.video-container{position:relative;overflow:hidden;width:100%;padding-top:56.25%}.video-container iframe{position:absolute;inset:0;width:100%;height:100%;border:none}.link-preview{display:flex;border:1px solid var(--theme-border-primary);border-radius:0;overflow:hidden;text-decoration:none;color:inherit}.link-image img{width:100px;height:100px;-o-object-fit:cover;object-fit:cover}.link-content{padding:var(--spacing-md);flex-grow:1}.link-site{font-size:.75rem;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;color:var(--theme-accent-secondary);margin-bottom:var(--spacing-xs)}.link-title{font-weight:700;margin-bottom:var(--spacing-xs);font-size:.875rem}.link-description{font-size:.75rem;color:var(--theme-text-secondary)}.post-tags{display:flex;flex-wrap:wrap;gap:var(--spacing-xs);margin-top:var(--spacing-md)}.post-footer{margin-top:auto;padding-top:var(--spacing-lg);border-top:1px solid var(--theme-border-primary);display:flex;justify-content:space-between;align-items:center}.post-actions{display:flex;gap:var(--spacing-sm)}.post-actions .btn{padding:var(--spacing-xs) var(--spacing-sm);min-height:auto}.empty-state{text-align:center;padding:var(--spacing-2xl)}.empty-state i{font-size:3rem;color:var(--theme-text-muted);margin-bottom:var(--spacing-lg)}.end-of-feed{text-align:center;padding:var(--spacing-xl);margin-top:var(--spacing-xl)}.end-of-feed i{font-size:2rem;color:var(--theme-accent-secondary);margin-bottom:var(--spacing-md)}.btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:var(--spacing-sm) var(--spacing-md);font-family:var(--font-family-main);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;border:1px solid var(--theme-border-primary);background:var(--theme-button-bg);color:var(--theme-text-primary);border-radius:2px;cursor:pointer;transition:border-color var(--transition-fast),color var(--transition-fast),background-color var(--transition-fast),transform var(--transition-ink);min-height:42px;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-decoration:none;box-shadow:none}.btn:hover{background:var(--theme-button-hover);border-color:var(--theme-accent-secondary);color:var(--theme-text-primary);text-decoration:none;transform:translateY(-1px)}.btn:active{transform:translateY(1px)}.btn:focus-visible{outline:2px solid var(--theme-accent-primary);outline-offset:2px}.btn:disabled,.btn[disabled],.btn[data-loading=true]{opacity:.6}.btn:disabled,.btn[disabled]{cursor:not-allowed;transform:none}.btn[data-loading=true]{cursor:progress}.btn-primary{background:var(--theme-accent-primary);color:#fdfbf7;border:1px solid var(--theme-accent-primary)}.btn-primary:hover{background:color-mix(in srgb,var(--theme-accent-primary) 82%,#000);border-color:var(--theme-accent-primary);color:#fdfbf7}.btn-secondary{background:var(--theme-bg-tertiary);border:1px solid var(--theme-border-primary)}.btn-outline{background:transparent;color:var(--theme-accent-primary);border:1px solid var(--theme-accent-primary)}.btn-outline:hover{background:color-mix(in srgb,var(--theme-accent-primary) 8%,transparent);border-color:var(--theme-accent-primary);color:var(--theme-accent-primary)}.btn-ghost{background:transparent;color:var(--theme-text-secondary);border-color:transparent}.btn-ghost:hover{background:var(--theme-bg-tertiary);color:var(--theme-text-primary);border-color:transparent}.btn-danger{background:var(--theme-accent-error);color:#fdfbf7;border:1px solid var(--theme-accent-error)}.btn-danger:hover{background:color-mix(in srgb,var(--theme-accent-error) 84%,#000);border-color:var(--theme-accent-error);color:#fdfbf7}.input,input,textarea,select{font-family:var(--font-family-main);background:var(--theme-input-bg);border:1px solid var(--theme-input-border);border-radius:2px;padding:var(--spacing-sm) var(--spacing-md);color:var(--theme-text-primary);font-size:.875rem;transition:border-color var(--transition-fast);min-height:40px}.input:focus,input:focus,textarea:focus,select:focus{outline:none;border-color:var(--theme-accent-primary);box-shadow:none}.input::-moz-placeholder,input::-moz-placeholder,textarea::-moz-placeholder{color:var(--theme-text-muted);opacity:.7}.input::placeholder,input::placeholder,textarea::placeholder{color:var(--theme-text-muted);opacity:.7}.card{background:var(--theme-card-bg);border:1px solid var(--theme-border-primary);border-radius:2px;padding:var(--spacing-lg);box-shadow:none;position:relative;overflow:hidden}.card-header{border-bottom:1px solid var(--theme-border-primary);padding-bottom:var(--spacing-md);margin-bottom:var(--spacing-md)}.card-header h1,.card-header h2,.card-header h3{margin:0;text-transform:uppercase;letter-spacing:.03em}.navbar-desktop{background:var(--theme-bg-secondary);border-bottom:1px solid var(--theme-border-primary);padding:var(--spacing-sm) var(--spacing-lg);position:sticky;top:0;z-index:100;display:block}.navbar-mobile{position:fixed;bottom:0;left:0;right:0;z-index:1000;padding:var(--spacing-sm) var(--spacing-md);transition:transform .3s ease;min-height:64px;background:var(--theme-bg-secondary);border-top:1px solid var(--theme-border-primary)}.navbar-mobile.hidden{transform:translateY(100%);pointer-events:none}.navbar-mobile.transparent{background:var(--theme-bg-secondary);border-top:1px solid var(--theme-border-primary)}.mobile-navbar-wrapper{max-width:100%;margin:0 auto}.mobile-navbar-content{display:flex;align-items:center;justify-content:space-between;position:relative;max-width:100%;padding:0 var(--spacing-sm);gap:var(--spacing-xs)}.mobile-nav-center{display:flex;background:transparent;border:1px solid var(--theme-border-primary);border-radius:2px;padding:2px;flex:1;justify-content:center;max-width:none;margin:0 4px}.mobile-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:44px;padding:6px 8px;text-decoration:none;color:var(--theme-text-secondary);border-radius:1px;transition:color .2s ease,background-color .2s ease;min-height:44px}.mobile-nav-item:hover{color:var(--theme-accent-primary);background:var(--theme-bg-tertiary)}.mobile-nav-item.active{color:var(--theme-accent-primary);background:var(--theme-bg-tertiary);box-shadow:inset 0 -2px 0 var(--theme-accent-primary)}.nav-icon-wrapper{font-size:1.15rem;margin-bottom:2px}.nav-label{font-size:.65rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase}.mobile-nav-left,.mobile-nav-right{display:flex;gap:6px;z-index:2;flex-shrink:0}.mobile-action-button{width:38px;height:38px;border-radius:2px;background:var(--theme-bg-tertiary);border:1px solid var(--theme-border-primary);color:var(--theme-text-primary);display:flex;align-items:center;justify-content:center;font-size:1rem;cursor:pointer;transition:all .2s ease;flex-shrink:0}.mobile-action-button:hover{background:var(--theme-bg-tertiary);border-color:var(--theme-accent-primary)}.mobile-profile-button{width:36px;height:36px;border-radius:2px;overflow:hidden;border:1px solid var(--theme-border-primary);transition:border-color .2s ease;display:block;flex-shrink:0}.mobile-profile-avatar{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.mobile-profile-button:hover{border-color:var(--theme-accent-primary)}.mobile-expanded-menu{position:absolute;bottom:100%;left:0;right:0;background:var(--theme-bg-secondary);border:1px solid var(--theme-border-primary);border-bottom:none;border-radius:2px 2px 0 0;padding:var(--spacing-lg);margin-bottom:var(--spacing-sm);box-shadow:0 -12px 28px #00000047;animation:slideUp .25s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.menu-section{margin-bottom:var(--spacing-lg)}.menu-section-last{margin-bottom:0}.menu-section h3{color:var(--theme-accent-primary);font-size:.8rem;margin-bottom:var(--spacing-md);text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid var(--theme-border-primary);padding-bottom:var(--spacing-xs);font-family:var(--font-mono);font-weight:500}.menu-actions{display:grid;grid-template-columns:1fr 1fr;gap:var(--spacing-sm)}.menu-action-item{display:flex;align-items:center;gap:var(--spacing-sm);padding:var(--spacing-md);background:var(--theme-bg-tertiary);border:1px solid var(--theme-border-primary);border-radius:2px;color:var(--theme-text-primary);text-decoration:none;font-size:.85rem;transition:all .2s ease;cursor:pointer}.menu-action-item:hover{background:var(--theme-bg-tertiary);border-color:var(--theme-accent-secondary);color:var(--theme-text-primary)}.menu-action-danger{background:transparent;border-color:color-mix(in srgb,var(--theme-accent-error) 45%,transparent);color:var(--theme-accent-error)}.menu-action-danger:hover{background:color-mix(in srgb,var(--theme-accent-error) 10%,transparent);border-color:var(--theme-accent-error);color:var(--theme-accent-error)}@media(max-width:768px){.navbar-desktop{display:none}}@media(min-width:769px){.navbar-mobile{display:none}}.theme-category h4{color:var(--theme-accent-primary);font-size:.75rem;padding:var(--spacing-sm) var(--spacing-md);margin:0;text-transform:uppercase;letter-spacing:.1em}.theme-options{display:flex;flex-direction:column;gap:2px}@media(max-width:480px){.mobile-nav-center{padding:2px;margin:0 2px}.mobile-nav-item{min-width:38px;padding:2px;font-size:.7rem}.nav-icon-wrapper{font-size:.95rem}.nav-label{font-size:.55rem}.mobile-expanded-menu{padding:var(--spacing-md)}.menu-actions{grid-template-columns:1fr}.mobile-action-button{width:34px;height:34px;font-size:.9rem}.mobile-profile-button{width:32px;height:32px}.mobile-navbar-content{padding:0 var(--spacing-xs)}}.navbar-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;width:100%;margin:0 auto}.navbar-nav{display:flex;gap:var(--spacing-sm);flex-wrap:nowrap}@media(min-width:1200px){.navbar-nav{gap:var(--spacing-md)}}.nav-item{display:flex;align-items:center;gap:var(--spacing-xs);padding:var(--spacing-sm);text-decoration:none;color:var(--theme-text-secondary);font-family:var(--font-family-main);font-size:.8rem;text-transform:uppercase;letter-spacing:.07em;border-radius:1px;transition:color var(--transition-fast),border-color var(--transition-fast),background-color var(--transition-fast);border-bottom:2px solid transparent}.nav-item:hover{color:var(--theme-text-primary);background:var(--theme-bg-tertiary);border-bottom-color:var(--theme-accent-secondary);text-decoration:none}.nav-item.active{color:var(--theme-text-primary);background:var(--theme-bg-tertiary);border-bottom-color:var(--theme-accent-primary)}.navbar-right{display:flex;align-items:center;gap:var(--spacing-sm)}@media(min-width:1024px){.navbar-right{gap:var(--spacing-md)}.nav-item{padding:var(--spacing-sm) var(--spacing-md)}}.dropdown-trigger{background:var(--theme-bg-tertiary);border:1px solid var(--theme-border-primary);color:var(--theme-text-primary);padding:var(--spacing-sm);border-radius:2px;cursor:pointer;transition:border-color var(--transition-fast)}.dropdown-trigger:hover,.dropdown-trigger.active{border-color:var(--theme-accent-primary)}.dropdown-menu{position:absolute;top:100%;right:0;background:var(--theme-bg-secondary);border:1px solid var(--theme-border-primary);border-radius:2px;min-width:200px;z-index:1000;box-shadow:0 12px 30px #0000004d;margin-top:var(--spacing-xs)}.dropdown-item{display:block;padding:var(--spacing-sm) var(--spacing-md);color:var(--theme-text-primary);text-decoration:none;font-family:var(--font-family-main);font-size:.875rem;transition:background-color var(--transition-fast),color var(--transition-fast);border-bottom:1px solid var(--theme-border-secondary);width:100%;text-align:left;background:transparent;cursor:pointer}.dropdown-item:last-child{border-bottom:none}.dropdown-divider{height:1px;background:var(--theme-border-primary);margin:var(--spacing-xs) 0}.profile-link{display:block}.profile-avatar{width:40px;height:40px;border-radius:2px;border:1px solid var(--theme-border-primary)}.hidden-mobile{display:inline}@media(max-width:768px){.hidden-mobile{display:none}.navbar-nav{flex-direction:column;gap:var(--spacing-sm)}}.table{width:100%;border-collapse:collapse;font-family:var(--font-family-main);font-size:.875rem}.table th{background:var(--theme-bg-tertiary);border-bottom:2px solid var(--theme-accent-secondary);color:var(--theme-text-secondary);padding:var(--spacing-sm);text-align:left;font-family:var(--font-mono);font-weight:500;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem}.table td{border-bottom:1px solid var(--theme-border-primary);padding:var(--spacing-sm);color:var(--theme-text-primary)}.table tr:nth-child(2n){background:var(--theme-bg-secondary)}.table tr:hover{background:var(--theme-bg-tertiary)}.modal{position:fixed;inset:0;background:var(--theme-overlay-bg);display:flex;align-items:center;justify-content:center;z-index:1000;padding:var(--spacing-md)}.modal-content{background:var(--theme-bg-secondary);border:1px solid var(--theme-border-primary);border-top:3px solid var(--theme-accent-primary);border-radius:2px;max-width:90vw;max-height:90vh;overflow-y:auto;box-shadow:0 24px 60px #0006}.modal-header{border-bottom:1px solid var(--theme-border-primary);padding:var(--spacing-lg);display:flex;justify-content:space-between;align-items:center}.modal-header h1,.modal-header h2,.modal-header h3{margin:0;text-transform:uppercase;letter-spacing:.03em}.modal-body{padding:var(--spacing-lg)}.modal-footer{border-top:1px solid var(--theme-border-primary);padding:var(--spacing-lg);display:flex;justify-content:flex-end;gap:var(--spacing-md)}.spinner{width:24px;height:24px;border:2px solid var(--theme-border-primary);border-top-color:var(--theme-accent-primary);border-radius:50%;animation:spin 1s linear infinite}.spinner.large{width:48px;height:48px;border-width:3px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-bar{width:100%;height:3px;background:var(--theme-bg-tertiary);border-radius:0;overflow:hidden;position:relative}.loading-progress{height:100%;background:var(--theme-accent-primary);width:0%;animation:loading 2s ease-in-out infinite}@keyframes loading{0%{width:0%}50%{width:100%}to{width:0%}}.page-loader{display:flex;align-items:center;justify-content:center;min-height:200px}.guest-landing{min-height:100vh;display:flex;flex-direction:column}.guest-nav{padding:var(--spacing-lg) 0;border-bottom:1px solid var(--theme-border-primary)}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 var(--spacing-lg)}.nav-logo{display:flex;align-items:center;gap:var(--spacing-md);text-decoration:none;color:inherit}.logo-img{width:48px;height:48px;border-radius:2px;border:1px solid var(--theme-border-primary)}.logo-text{font-family:var(--font-family-heading);font-size:1.4rem;font-weight:700;letter-spacing:.04em}.nav-links{display:flex;align-items:center;gap:var(--spacing-lg)}.nav-link{text-decoration:none;color:var(--theme-text-secondary);font-family:var(--font-family-main);font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;transition:color var(--transition-fast)}.nav-link:hover{color:var(--theme-accent-primary)}.hero{padding:var(--spacing-2xl) 0;flex:1;display:flex;align-items:center}.hero-container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-lg)}.hero-content{text-align:center;max-width:800px;margin:0 auto}.hero-title{font-size:2.5rem;margin-bottom:var(--spacing-lg);color:var(--theme-text-primary);text-transform:uppercase}.hero-description{font-size:1.125rem;color:var(--theme-text-secondary);margin-bottom:var(--spacing-2xl);line-height:1.6}.hero-stats{display:flex;justify-content:center;gap:var(--spacing-2xl);margin-bottom:var(--spacing-2xl)}.stat{text-align:center}.stat-number{display:block;font-size:2rem;font-family:var(--font-family-heading);font-weight:700;color:var(--theme-accent-primary);margin-bottom:var(--spacing-xs)}.stat-label{font-size:.8rem;font-family:var(--font-mono);color:var(--theme-text-secondary);text-transform:uppercase;letter-spacing:.1em}.hero-actions{display:flex;justify-content:center;gap:var(--spacing-lg);margin-top:var(--spacing-2xl)}.features{padding:var(--spacing-3xl) 0;background:var(--theme-bg-secondary)}.features h2{text-align:center;margin-bottom:var(--spacing-2xl);text-transform:uppercase}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:var(--spacing-xl)}.feature{padding:var(--spacing-xl);border:1px solid var(--theme-border-primary);background:var(--theme-card-bg)}.feature-icon{font-size:2.5rem;color:var(--theme-accent-primary);margin-bottom:var(--spacing-lg)}.feature h3{margin:var(--spacing-md) 0 var(--spacing-sm) 0;color:var(--theme-text-primary);font-size:1.15rem;text-transform:uppercase}.feature p{color:var(--theme-text-secondary);margin:0}.cta{padding:var(--spacing-3xl) 0;text-align:center}.cta h2{margin-bottom:var(--spacing-md);color:var(--theme-text-primary);text-transform:uppercase}.cta p{color:var(--theme-text-secondary);margin-bottom:var(--spacing-xl)}.cta-content{max-width:600px;margin:0 auto}.alert{padding:var(--spacing-md);border-radius:2px;border:1px solid var(--theme-border-primary);margin:var(--spacing-md) 0;position:relative}.alert:before{content:"";position:absolute;top:0;left:0;bottom:0;width:3px;background:var(--theme-accent-primary)}.alert-info{background:var(--theme-bg-secondary);border-color:var(--theme-border-primary);color:var(--theme-text-secondary)}.alert-warning{background:var(--theme-bg-secondary);border-color:color-mix(in srgb,var(--theme-accent-secondary) 60%,transparent);color:var(--theme-accent-secondary)}.alert-error{background:var(--theme-bg-secondary);border-color:color-mix(in srgb,var(--theme-accent-error) 60%,transparent);color:var(--theme-accent-error)}.alert-success{background:var(--theme-bg-secondary);border-color:color-mix(in srgb,var(--theme-accent-secondary) 60%,transparent);color:var(--theme-text-primary)}.badge{display:inline-block;padding:2px 9px;font-family:var(--font-mono);font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;border-radius:1px;background:transparent;color:var(--theme-text-secondary);border:1px solid var(--theme-border-primary)}.badge-primary{background:var(--theme-accent-primary);color:#fdfbf7;border-color:var(--theme-accent-primary)}.badge-secondary{background:transparent;color:var(--theme-accent-secondary);border-color:var(--theme-accent-secondary)}.dropdown{position:relative}.dropdown-menu{position:absolute;top:100%;left:0;background:var(--theme-bg-secondary);border:1px solid var(--theme-border-primary);border-radius:2px;min-width:200px;z-index:1000;box-shadow:0 12px 30px #0000004d}.dropdown-item{display:block;padding:var(--spacing-sm);color:var(--theme-text-primary);text-decoration:none;font-family:var(--font-family-main);font-size:.875rem;transition:background-color var(--transition-fast),color var(--transition-fast)}.dropdown-item:hover{background:var(--theme-bg-tertiary);color:var(--theme-accent-primary)}.terminal-prompt:before{content:"> ";color:var(--theme-accent-secondary);font-family:var(--font-mono);margin-right:var(--spacing-sm)}.terminal-command:before{content:"$ ";color:var(--theme-accent-secondary);font-family:var(--font-mono);margin-right:var(--spacing-sm)}.bg-grid{background-image:linear-gradient(color-mix(in srgb,var(--theme-accent-secondary) 7%,transparent) 1px,transparent 1px),linear-gradient(90deg,color-mix(in srgb,var(--theme-accent-secondary) 7%,transparent) 1px,transparent 1px);background-size:24px 24px}.skeleton{background:var(--theme-bg-tertiary);border-radius:2px;animation:skeleton-pulse 1.5s ease-in-out infinite;position:relative;overflow:hidden}.skeleton:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,var(--theme-bg-secondary),transparent);animation:skeleton-shimmer 1.5s infinite}@keyframes skeleton-pulse{0%,to{opacity:.6}50%{opacity:.85}}@keyframes skeleton-shimmer{0%{left:-100%}to{left:100%}}.skeleton-avatar{border-radius:50%}@media(max-width:768px){.nav-links{flex-direction:column;gap:var(--spacing-sm)}.modal-content{max-width:95vw;margin:var(--spacing-sm);max-height:90vh}.card,.post-card{padding:var(--spacing-md)!important}.hero-actions .btn,.auth-form .btn{width:100%;margin-bottom:var(--spacing-sm)}.guest-nav{padding:var(--spacing-md) 0}.nav-container{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--spacing-md)}.nav-logo{justify-content:flex-start}.hero-title{font-size:1.8rem}.hero-actions{flex-direction:column;align-items:center;width:100%}.hero-stats{flex-direction:column;gap:var(--spacing-lg)}.posts-grid{grid-template-columns:1fr!important;gap:var(--spacing-md)!important}.post-header{flex-direction:column;gap:var(--spacing-sm)}.post-footer{flex-direction:column;gap:var(--spacing-md);align-items:stretch}.post-actions{justify-content:space-between}.table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.table{min-width:600px}}@media(max-width:480px){.guest-nav{padding:var(--spacing-sm) 0}.nav-container{padding:0 var(--spacing-sm);flex-direction:row;justify-content:space-between}.logo-img{width:40px;height:40px}.logo-text{font-size:1.2rem}.nav-links{flex-direction:column;gap:var(--spacing-xs);align-items:center}.nav-link,.btn{width:100%;max-width:200px;text-align:center}.hero{padding:var(--spacing-xl) 0}.hero-title{font-size:1.5rem}.hero-description{font-size:1rem}.hero-actions{gap:var(--spacing-md)}.features-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}[data-theme=light] .glass-card,[data-theme=light] .glass-modal,[data-theme=light] .glass-navbar{background:var(--theme-card-bg);backdrop-filter:none;-webkit-backdrop-filter:none;border:1px solid var(--theme-border-primary);border-radius:0}[data-theme=light] .glass-button{background:var(--theme-button-bg);backdrop-filter:none;-webkit-backdrop-filter:none;border:1px solid var(--theme-border-primary);border-radius:0}[data-theme=light] .glass-input{background:var(--theme-input-bg);backdrop-filter:none;-webkit-backdrop-filter:none;border:1px solid var(--theme-input-border);border-radius:0}[data-theme=light] .card{transition:transform .2s ease,border-color .2s ease}[data-theme=light] .card:hover{transform:translateY(-2px);border-color:var(--theme-accent-secondary)}:root{--splash-bg: #0D0D0D;--splash-accent: #1E8E52;--splash-accent-secondary: #C5B499;--splash-text: #F2EDE4;--splash-text-dim: rgba(242, 237, 228, .45)}.modern-splash{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background:var(--splash-bg);z-index:9999;overflow:hidden;font-family:Montserrat,sans-serif}.splash-bg-effects{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.logo-particle-field{position:absolute;inset:0;width:100%;height:100%;z-index:1;pointer-events:none}.splash-hex-grid,.splash-mesh-gradient,.splash-scanlines{display:none!important}.splash-content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;gap:2.5rem;width:100%;max-width:520px;padding:2.5rem;background:transparent;border:1px solid var(--theme-border-primary, #2E2A22);border-top:3px solid var(--splash-accent);box-shadow:none}.splash-logo-section{text-align:center}.logo-glitch-container,.glitowrapper,.glitch-wrapper{position:relative}.splash-brand-name{font-family:Cinzel,Georgia,serif;font-size:4rem;font-weight:900;letter-spacing:.06em;color:var(--splash-text);margin:0;text-shadow:none}.splash-brand-tagline{font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:500;letter-spacing:.42em;color:var(--splash-accent-secondary);text-transform:uppercase;margin-top:.75rem;opacity:.9}.splash-typed-text{display:inline-block;overflow:hidden;white-space:nowrap;border-right:2px solid var(--splash-accent-secondary);animation:splashTyping 1.8s steps(30,end) forwards,splashBlinkCaret .75s step-end infinite;width:0;max-width:100%}@keyframes splashTyping{0%{width:0}to{width:100%}}@keyframes splashBlinkCaret{0%,to{border-color:transparent}50%{border-color:var(--splash-accent-secondary)}}.splash-loading-section{width:100%;max-width:320px;display:flex;flex-direction:column;gap:1.25rem}.cyberpunk-loader-wrapper{width:100%}.splash-loader-bar{width:100%;height:3px;background:var(--theme-border-primary, #2E2A22);border-radius:0;overflow:hidden;position:relative}.splash-neon-progress{height:100%;background:var(--splash-accent);box-shadow:none}.splash-terminal-loader{display:flex;align-items:center;gap:.75rem;font-family:JetBrains Mono,monospace;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--splash-text-dim)}.splash-prompt-symbol{color:var(--splash-accent-secondary);font-weight:700}.splash-loading-msg{min-width:200px}.splash-cursor{animation:splashBlink 1s infinite;color:var(--splash-accent-secondary)}@keyframes splashBlink{0%,to{opacity:1}50%{opacity:0}}.splash-system-stats{display:flex;justify-content:center;gap:2.25rem;width:100%;border-top:1px solid var(--theme-border-primary, #2E2A22);padding-top:1.25rem}.splash-stat-item{display:flex;flex-direction:column;align-items:center;gap:.25rem}.splash-stat-label{font-size:.6rem;color:var(--splash-text-dim);text-transform:uppercase;letter-spacing:.14em}.splash-stat-value{font-family:JetBrains Mono,monospace;font-size:.7rem;font-weight:700;color:var(--splash-accent-secondary)}.text-primary{color:var(--splash-accent)!important}.text-secondary{color:var(--splash-accent-secondary)!important}.splash-glitch-text{position:relative}.splash-glitch-text:before,.splash-glitch-text:after{content:none}@media(max-width:768px){.splash-brand-name{font-size:3rem}.splash-brand-tagline{font-size:.65rem;letter-spacing:.3em}.splash-content{gap:1.75rem;max-width:90%;padding:1.75rem}.splash-loading-section{max-width:260px}.splash-system-stats{gap:1.25rem;flex-wrap:wrap}.splash-stat-item{min-width:72px}}@media(max-width:480px){.splash-brand-name{font-size:2.5rem}.splash-terminal-loader{font-size:.68rem}.splash-loading-msg{min-width:160px}}:root{--accent-primary: var(--theme-accent-primary);--accent-secondary: var(--theme-accent-secondary);--bg-primary: var(--theme-bg-primary);--bg-secondary: var(--theme-bg-secondary);--bg-tertiary: var(--theme-bg-tertiary);--text-primary: var(--theme-text-primary);--text-secondary: var(--theme-text-secondary);--text-muted: var(--theme-text-muted);--border-default: var(--theme-border-primary);--border-hover: var(--theme-accent-primary)}body{margin:0;padding:0;background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;display:flex;flex-direction:column}
