.neurogothic-header{-webkit-backdrop-filter:blur(14px);z-index:100;background:#08080cb8;border-bottom:1px solid #a855f71f;width:100%;padding:20px 0;position:sticky;top:0}.header-inner{z-index:2;justify-content:space-between;align-items:center;gap:24px;max-width:1400px;margin:0 auto;padding:0 16px;display:flex;position:relative}.header-logo{color:#fff;flex-direction:column;flex-shrink:0;align-items:center;text-decoration:none;display:flex}.logo-main{letter-spacing:.14em;font-family:Cinzel,serif;font-size:clamp(1.4rem,4vw,2.2rem);line-height:1}.logo-line{background:linear-gradient(90deg,#a855f7,#00f0ff);width:100%;height:3px;margin:5px 0 6px}.logo-sub{letter-spacing:.28em;opacity:.7;font-size:clamp(.55rem,1.8vw,.75rem)}.header-nav{align-items:center;gap:22px;display:flex}.nav-item{color:#fffc;letter-spacing:.08em;cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:6px 0;font-family:Cinzel,serif;font-size:.88rem;transition:all .2s}.nav-item:hover{color:#fff;text-shadow:0 0 6px #a855f799}.nav-item.active{color:#fff;text-shadow:0 0 8px #00f0ffb3}.header-actions{flex-shrink:0;align-items:center;gap:12px;display:flex}.portal-cta{cursor:pointer;color:#000;letter-spacing:.05em;background:linear-gradient(90deg,#a855f7,#00f0ff);border:none;border-radius:6px;padding:10px 18px;font-family:Cinzel,serif;font-size:.85rem;font-weight:600;transition:all .2s}.portal-cta:hover{filter:brightness(1.15)}.header-burger{cursor:pointer;background:#0f0f14d9;border:1px solid #a855f766;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:none;position:relative}.header-burger span{background:#00f0ff;border-radius:2px;height:2px;transition:transform .25s,opacity .2s,top .25s;position:absolute;left:11px;right:11px;box-shadow:0 0 8px #00f0ff80}.header-burger span:first-child{top:14px}.header-burger span:nth-child(2){top:21px}.header-burger span:nth-child(3){top:28px}.header-burger.is-open span:first-child{top:21px;transform:rotate(45deg)}.header-burger.is-open span:nth-child(2){opacity:0}.header-burger.is-open span:nth-child(3){top:21px;transform:rotate(-45deg)}.header-mobile-panel,.header-backdrop{display:none}@media (max-width:960px){.header-nav,.portal-cta{display:none}.header-burger{display:inline-flex}.header-mobile-panel{z-index:120;background:linear-gradient(#0c0a12fa,#08080cfa);border-left:1px solid #a855f759;width:min(320px,86vw);height:100dvh;padding:96px 24px 32px;transition:transform .28s;display:block;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(105%);box-shadow:-20px 0 60px #0000008c}.header-mobile-panel.is-open{transform:translate(0)}.header-mobile-nav{flex-direction:column;gap:8px;display:flex}.header-mobile-link{text-align:left;color:#ffffffe0;letter-spacing:.14em;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;width:100%;padding:16px 18px;font-family:Cinzel,serif;font-size:1rem;transition:all .2s}.header-mobile-link:hover,.header-mobile-link.active{color:#fff;background:#00f0ff0f;border-color:#00f0ff73;box-shadow:0 0 18px #00f0ff26}.header-mobile-cta{color:#0a0a0a;letter-spacing:.12em;cursor:pointer;background:linear-gradient(90deg,#a855f7,#00f0ff);border:none;border-radius:12px;width:100%;margin-top:12px;padding:16px 18px;font-family:Cinzel,serif;font-weight:700}.header-backdrop{z-index:110;cursor:pointer;background:#0000008c;border:none;display:block;position:fixed;inset:0}}@media (max-width:480px){.neurogothic-header{padding:14px 0}.header-inner{gap:12px;padding:0 12px}}
.notification-center{position:relative}.notification-btn{cursor:pointer;color:#fff9;background:0 0;border:none;padding:8px;transition:color .2s;position:relative}.notification-btn:hover{color:#ffffffe6}.notification-icon{font-size:1.2rem}.notification-badge{color:#fff;background:#ef4444;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.6rem;font-weight:700;display:flex;position:absolute;top:2px;right:2px}.notification-dropdown{z-index:600;background:#0f0f0ffa;border:1px solid #ffffff1a;border-radius:12px;width:320px;max-height:400px;animation:.2s notifSlide;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 4px 30px #00000080}@keyframes notifSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.notification-header{color:#ffffffb3;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:12px 16px;font-size:.85rem;display:flex}.notification-mark-all{color:#00f0ff;cursor:pointer;background:0 0;border:none;font-size:.75rem}.notification-mark-all:hover{text-decoration:underline}.notification-list{max-height:320px;overflow-y:auto}.notification-empty{text-align:center;color:#fff6;padding:24px 16px;font-size:.85rem}.notification-item{cursor:pointer;border-bottom:1px solid #ffffff0d;gap:12px;padding:12px 16px;transition:background .15s;display:flex}.notification-item:hover{background:#ffffff08}.notification-unread{background:#a855f714}.notification-unread:hover{background:#a855f71f}.notification-item-icon{flex-shrink:0;font-size:1.1rem}.notification-item-content{flex:1;min-width:0}.notification-item-title{color:#ffffffe6;margin-bottom:2px;font-size:.85rem}.notification-item-message{color:#ffffff80;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.notification-item-link{color:#a855f7;margin-top:4px;font-size:.75rem;text-decoration:none;display:inline-block}.notification-item-link:hover{text-decoration:underline}@media (max-width:640px){.notification-dropdown{width:auto;position:fixed;top:60px;left:10px;right:10px}}
