:root{--bg:#fff;--surface:#fff;--accent:#2600ff;--muted:#000f2c;--text:#000;--radius:10px;--gap:1rem;--max-width:1100px;--hipe-orange:#ff6a00;--hipe-orange-dark:#e55d00;--hipe-yellow:#ffb71b;--hipe-navy:#0a0274;--hipe-black:#1e1e22;--hipe-border:#e6e6e6;--text-secondary:#6b7280}*{box-sizing:border-box}html,body{height:100%}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5}.container{width:100%;max-width:var(--max-width);color:#000;margin:0 auto;padding:0 1rem}header{--text:#fff;background:linear-gradient(#0a0274,#0a0274);border-bottom:1px solid #0f172a0f}.header-container{justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex;position:relative}.header-logo{align-items:center;display:flex}.header-logo img{object-fit:contain;width:auto;height:48px}.nav-links{gap:1.25rem;display:flex;position:absolute;left:50%;transform:translate(-50%)}.nav-links a{color:var(--text);font-weight:500;text-decoration:none}.nav-links a:hover{color:var(--accent)}.header-spacer{width:48px}.user-container{z-index:1001;flex-direction:row;align-items:center;gap:10px;margin-left:auto;display:flex;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}#user-status{color:#fff;cursor:pointer;align-items:center;font-size:16px;font-weight:500;transition:color .2s;display:inline-flex;position:relative}#user-status:hover{color:#ffb71b}#user-pic{cursor:pointer;border-radius:50%;width:45px;height:45px}.sub-menu-wrap{z-index:9999;width:320px;max-height:0;transition:max-height .5s;position:absolute;top:60px;right:0;overflow:hidden}.sub-menu-wrap.open-menu{max-height:400px}.sub-menu{background:#fff;margin:10px;padding:20px}.user-info{align-items:center;display:flex}.user-info h3{font-weight:500}.sub-menu img{object-fit:cover;border-radius:50%;width:60px;height:60px;margin-right:15px}.sub-menu hr{background:#ccc;border:0;width:100%;height:1px;margin:15px 0 10px}.sub-menu-link{color:#525252;align-items:center;gap:12px;margin:12px 0;text-decoration:none;display:flex}.sub-menu-link p{flex:1;margin:0}.sub-menu-link img{object-fit:cover;background:#e5e5e5;border-radius:50%;width:40px;height:40px;margin-right:15px;padding:8px}.sub-menu-link span{margin-left:auto;font-size:22px;transition:transform .5s}.sub-menu-link:hover span{transform:translate(5px)}.sub-menu-link:hover p{font-weight:600}.btn-post-header{background:var(--hipe-yellow);color:#fff;border-radius:var(--radius);white-space:nowrap;padding:8px 18px;font-size:13px;font-weight:600;text-decoration:none;transition:background .2s}.btn-post-header:hover{background:var(--hipe-yellow);color:#fff}@media (width<=768px){.nav-links{gap:1rem}.nav-links a{font-size:13px}.header-container{padding:0 1rem}}@media (width<=560px){.nav-links{display:none}}
