@import"https://fonts.googleapis.com/css2?family=Orbitron:wght@500;700;900&family=Rajdhani:wght@500;600;700;800&display=swap";:root{--bg-primary: #0a0a0c;--bg-card: #121216;--bg-input: #000000;--border-subtle: rgba(255, 255, 255, .15);--border-card: rgba(255, 255, 255, .18);--border-gold-accent: #b89248;--border-hover: rgba(255, 255, 255, .45);--text-primary: #ffffff;--text-secondary: #a0a0a8;--text-muted: #666670;--font-family: "Rajdhani", "Orbitron", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-heading: "Orbitron", "Rajdhani", system-ui, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6,.feed-title,.auth-brand-title,.auth-welcome-title,.feed-empty-title{font-family:var(--font-heading);letter-spacing:.05em}#root{min-height:100vh;display:flex;flex-direction:column}.landing-wrapper{position:relative;width:100vw;min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#000;overflow:hidden;padding:20px}.landing-banner-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;filter:none;opacity:1;transform:none;pointer-events:none}.landing-overlay{display:none}.auth-panel{position:relative;z-index:10;width:100%;max-width:420px;background:#070709f0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-card);border-radius:0;padding:36px 32px;box-shadow:0 20px 60px #000000f2;display:flex;flex-direction:column;align-items:center;text-align:center}.auth-brand-title{font-size:2.2rem;font-weight:900;letter-spacing:.25em;padding-left:.25em;color:#fff;text-transform:uppercase;margin-bottom:12px}.auth-welcome-title{font-size:1.15rem;font-weight:800;color:#fff;margin-bottom:4px}.auth-welcome-subtitle{font-size:.85rem;color:var(--text-secondary);margin-bottom:24px}.auth-input-field{width:100%;background:var(--bg-input);border:1px solid var(--border-card);border-radius:0;padding:12px 14px;color:#fff;font-family:inherit;font-size:.95rem;transition:border-color .2s ease;outline:none}.auth-input-field:focus{border-color:var(--border-hover)}.auth-btn-outlined{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:10px;background:#000;border:1px solid var(--border-card);border-radius:0;padding:12px 18px;color:#fff;font-family:inherit;font-size:.92rem;font-weight:700;cursor:pointer;transition:all .2s ease;text-decoration:none}.auth-btn-outlined:hover{border-color:var(--border-hover);background:#ffffff14}.auth-divider{display:flex;align-items:center;width:100%;margin:18px 0;color:var(--text-muted);font-size:.75rem;font-weight:800;letter-spacing:.15em}.auth-divider:before,.auth-divider:after{content:"";flex:1;border-bottom:1px solid rgba(255,255,255,.12)}.auth-divider-text{padding:0 12px}.auth-terms-note{margin-top:24px;font-size:.75rem;color:var(--text-muted);line-height:1.4}.auth-error-notice{width:100%;background:#ffffff08;border:1px solid rgba(255,255,255,.2);border-radius:0;padding:8px 12px;color:#fff;font-size:.85rem;margin-bottom:16px;text-align:center}.setup-wrapper{min-height:100vh;width:100%;background:#000;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px}.setup-card{width:100%;max-width:520px;background:#070709;border:1px solid var(--border-card);border-radius:0;padding:36px;box-shadow:0 20px 60px #000000f2;display:flex;flex-direction:column;gap:20px}.avatar-upload-circle{width:100px;height:100px;border-radius:0;border:1px dashed var(--border-card);display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;position:relative;overflow:hidden;background:#000;transition:border-color .2s ease}.avatar-upload-circle:hover{border-color:var(--border-hover)}.avatar-preview-img{width:100%;height:100%;object-fit:cover}.game-chip-tag{display:inline-flex;align-items:center;gap:6px;background:#ffffff0f;border:1px solid var(--border-card);border-radius:0;padding:4px 10px;font-size:.8rem;font-weight:700;color:#fff}.game-chip-remove{background:none;border:none;color:var(--text-secondary);font-size:.85rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.game-chip-remove:hover{color:#fff}.app-shell-wrapper{min-height:100vh;width:100%;background:#000;color:#fff;display:flex;position:relative}.app-sidebar{position:fixed;top:0;left:0;bottom:0;width:84px;background:#050507;border-right:1px solid rgba(255,255,255,.12);display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:20px 8px 16px;z-index:100}.sidebar-brand-wrapper{display:flex;align-items:center;justify-content:center;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.08);width:100%}.app-brand-logo{display:flex;align-items:center;justify-content:center;text-decoration:none}.app-brand-logo-img{height:32px;width:auto;object-fit:contain;filter:brightness(1)}.sidebar-nav-items{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0px;flex:1;width:100%;padding:16px 0}.sidebar-nav-link{width:64px;height:54px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:4px;font-size:.72rem;font-weight:800;letter-spacing:.04em;color:var(--text-secondary);text-decoration:none;background:transparent;border:1px solid transparent;border-radius:0;transition:all .18s ease}.nav-icon-wrapper{display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:transform .4s cubic-bezier(.34,1.56,.64,1),color .18s ease;transform:translateY(0) scale(1) rotate(0);transform-origin:center center}.sidebar-nav-link:not(.sidebar-nav-play):hover .nav-icon-wrapper,.sidebar-nav-link:not(.sidebar-nav-play):focus .nav-icon-wrapper,.sidebar-icon-only-btn:hover .nav-icon-wrapper,.sidebar-icon-only-btn:focus .nav-icon-wrapper{color:var(--border-gold-accent);transform:translateY(-3px) scale(1.12)}.sidebar-nav-play:hover .nav-icon-wrapper,.sidebar-nav-play:focus .nav-icon-wrapper{color:var(--border-gold-accent)!important;transform:rotate(360deg)!important}.sidebar-nav-link:hover,.sidebar-nav-link:focus{color:#fff;background:#ffffff0a;border:1px solid rgba(255,255,255,.25)}.sidebar-nav-link.active{color:var(--border-gold-accent);background:transparent;border:1px solid transparent}.sidebar-nav-link.active:hover{border:1px solid rgba(255,255,255,.25);background:#ffffff0a}.sidebar-nav-link.active .nav-icon-wrapper{color:var(--border-gold-accent)}.sidebar-bottom-actions{display:flex;flex-direction:column;align-items:center;gap:0px;padding-top:14px;padding-bottom:4px;margin-top:auto;border-top:1px solid rgba(255,255,255,.08);width:100%}.sidebar-icon-only-btn{width:64px;height:48px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid transparent;border-radius:0;cursor:pointer;color:var(--text-secondary);text-decoration:none;transition:all .18s ease}.sidebar-icon-only-btn:hover{color:#fff;background:#ffffff0a;border:1px solid rgba(255,255,255,.25)}.sidebar-notif-badge{position:absolute;top:4px;right:4px;background:#b89248;color:#000;font-size:.65rem;font-weight:900;border-radius:8px;padding:1px 4px}.app-user-avatar{width:22px;height:22px;border-radius:50%;object-fit:cover}.app-main-content{margin-left:84px;width:calc(100% - 84px);min-height:100vh;flex:1}.floating-messages-capsule{position:fixed;bottom:24px;right:28px;z-index:500;background:#1a1a20eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2);border-radius:24px;padding:10px 18px;display:flex;align-items:center;gap:10px;color:#fff;font-size:.92rem;font-weight:800;cursor:pointer;box-shadow:0 10px 30px #000c;transition:all .2s ease;font-family:var(--font-heading)}.floating-messages-capsule:hover{background:#24242cf5;border-color:#fff;transform:translateY(-2px)}.floating-badge-red{background:#ff3b30;color:#fff;font-size:.7rem;font-weight:900;border-radius:10px;padding:1px 6px;min-width:16px;text-align:center}.feed-layout-container{width:100%;max-width:860px;margin:0 auto;padding:28px 20px 80px;display:flex;flex-direction:column;gap:28px}.feed-header-bar{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;border-bottom:1px solid var(--border-card)}.feed-title{font-size:1.6rem;font-weight:900;letter-spacing:.1em;color:#fff;text-transform:uppercase}.feed-composer-card{width:100%;background:var(--bg-card);border:1px solid var(--border-card);border-radius:14px;padding:18px 20px;display:flex;flex-direction:column;gap:14px;box-shadow:0 4px 20px #000000bf}.feed-composer-top{display:flex;align-items:center;gap:14px;width:100%}.feed-composer-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:1px solid var(--border-card)}.feed-composer-avatar-placeholder{width:40px;height:40px;border-radius:50%;background:#ffffff14;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.85rem;color:#fff;border:1px solid var(--border-card)}.feed-composer-input-btn{flex:1;width:100%;background:#000;border:1px solid var(--border-card);border-radius:8px;padding:12px 16px;color:var(--text-secondary);font-size:.9rem;text-align:left;cursor:pointer;transition:all .2s ease}.feed-composer-input-btn:hover{border-color:var(--border-hover);color:#fff}.feed-composer-actions{display:flex;align-items:center;justify-content:space-between;width:100%;padding-top:10px;border-top:1px solid rgba(255,255,255,.08)}.feed-composer-action-btn{background:transparent;border:1px solid var(--border-card);border-radius:6px;padding:6px 14px;color:var(--text-secondary);font-size:.85rem;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s ease}.feed-composer-action-btn:hover{color:#fff;border-color:var(--border-hover);background:#ffffff0f}.feed-composer-submit-btn{background:#fff;border:1px solid #ffffff;border-radius:6px;padding:6px 20px;color:#000;font-size:.85rem;font-weight:900;letter-spacing:.06em;cursor:pointer;transition:all .2s ease;font-family:var(--font-heading)}.feed-composer-submit-btn:hover{background:#e0e0e0;border-color:#e0e0e0}.reels-post-wrapper{width:100%;display:flex;align-items:flex-end;gap:16px;position:relative}.reels-media-card{flex:1;background:#000;border:1px solid var(--border-card);border-radius:16px;overflow:hidden;position:relative;box-shadow:0 10px 40px #000000e6;min-height:480px;display:flex;align-items:center;justify-content:center}.reels-media-stage{position:relative;width:100%;min-height:480px;max-height:600px;display:flex;align-items:center;justify-content:center;background:#000;cursor:pointer}.reels-media-img{width:100%;max-height:600px;object-fit:cover;display:block}.reels-text-only-stage{padding:40px 32px 100px;width:100%;min-height:380px;display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(135deg,#09090d,#15151c)}.reels-text-only-content{font-size:1.25rem;font-weight:700;line-height:1.6;color:#fff}.reels-gradient-top{position:absolute;top:0;left:0;right:0;height:80px;background:linear-gradient(180deg,rgba(0,0,0,.6) 0%,transparent 100%);pointer-events:none}.reels-counter-badge{position:absolute;top:14px;right:14px;background:#000000bf;border:1px solid rgba(255,255,255,.3);color:#fff;border-radius:12px;padding:4px 10px;font-size:.8rem;font-weight:800}.reels-nav-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#000000bf;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:50%;width:36px;height:36px;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10}.reels-nav-arrow:hover{background:#000;border-color:#fff}.reels-arrow-left{left:12px}.reels-arrow-right{right:12px}.reels-post-share-attached-btn{margin-left:auto;background:#ffffff1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.25);color:#fff;border-radius:16px;padding:4px 14px;font-size:.82rem;font-weight:800;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s ease;font-family:var(--font-heading)}.reels-post-share-attached-btn:hover{background:#fff;color:#000;border-color:#fff}.reels-info-overlay{position:absolute;bottom:0;left:0;right:0;padding:24px 20px 18px;background:linear-gradient(0deg,rgba(0,0,0,.92) 0%,rgba(0,0,0,.6) 70%,transparent 100%);display:flex;flex-direction:column;gap:8px;z-index:5}.reels-author-row{display:flex;align-items:center;gap:10px}.reels-author-link{display:flex;align-items:center;gap:8px;text-decoration:none;color:#fff}.reels-author-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;border:1px solid rgba(255,255,255,.3)}.reels-avatar-placeholder{width:36px;height:36px;border-radius:50%;background:#ffffff26;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.85rem;color:#fff;font-family:var(--font-heading)}.reels-author-name{font-size:.98rem;font-weight:800;color:#fff}.reels-author-handle{font-size:.85rem;color:#ffffffb3}.reels-follow-btn{background:transparent;border:1px solid #ffffff;color:#fff;border-radius:14px;padding:3px 12px;font-size:.78rem;font-weight:800;cursor:pointer;transition:all .2s ease;font-family:var(--font-heading)}.reels-follow-btn:hover{background:#fff;color:#000}.reels-follow-btn.following{border-color:#ffffff4d;color:#ffffffb3}.reels-caption-text{font-size:.98rem;line-height:1.5;color:#fff;white-space:pre-wrap;font-weight:600}.reels-timestamp{font-size:.78rem;color:#fff9}.reels-actions-sidebar{display:flex;flex-direction:column;align-items:center;gap:16px;padding-bottom:8px}.reels-action-btn{background:transparent;border:none;color:#fff;display:flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer;transition:transform .15s ease}.reels-action-btn:hover{transform:scale(1.08)}.reels-action-icon{width:44px;height:44px;border-radius:10px;background:#ffffff14;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:#fff;transition:all .2s ease}.reels-action-btn.active .reels-action-icon{background:#b892482e;color:#b89248;border-color:#b89248}.reels-action-count{font-size:.78rem;font-weight:700;color:var(--text-secondary)}.reels-dropdown-menu{position:absolute;right:50px;bottom:0;background:#0d0d12;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:6px 0;min-width:130px;z-index:50;box-shadow:0 10px 30px #000000e6}.reels-dropdown-item{width:100%;text-align:left;background:transparent;border:none;color:var(--text-secondary);padding:8px 14px;font-size:.85rem;font-weight:700;cursor:pointer}.reels-dropdown-item.delete{color:#f55}@keyframes pulseSkeleton{0%{opacity:.4}50%{opacity:.8}to{opacity:.4}}.feed-skeleton-card{width:100%;background:var(--bg-card);border:1px solid var(--border-card);border-radius:16px;height:480px;animation:pulseSkeleton 1.5s infinite ease-in-out}.skeleton-box{background:#ffffff0f;border-radius:4px}.feed-empty-card{width:100%;background:var(--bg-card);border:1px solid var(--border-card);border-radius:14px;padding:48px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.feed-empty-title{font-size:1.3rem;font-weight:900;letter-spacing:.08em;color:#fff;text-transform:uppercase}.feed-empty-subtitle{font-size:.92rem;color:var(--text-secondary);margin-bottom:8px}@media (max-width: 768px){.app-sidebar{width:64px;padding:16px 4px}.sidebar-nav-link{width:56px;height:50px;font-size:.65rem}.sidebar-icon-only-btn{width:56px;height:44px}.app-brand-logo-img{height:26px}.app-main-content{margin-left:64px;width:calc(100% - 64px)}.feed-layout-container{padding:14px 8px 60px}.reels-post-wrapper{gap:8px}.reels-action-icon{width:36px;height:36px;font-size:.95rem;border-radius:8px}.floating-messages-capsule{bottom:16px;right:16px;padding:8px 14px;font-size:.85rem}}
