.header-actions{display:flex;align-items:center;gap:8px}.notification-button{position:relative;display:grid;place-items:center;width:40px;height:40px;padding:0;border:1px solid #33333a;border-radius:50%;background:#111116;color:#e7e7eb;cursor:pointer}.notification-button:hover{border-color:var(--accent,#ffbd20);color:var(--accent,#ffbd20)}.notification-button>span{font-size:20px;line-height:1;transform:rotate(45deg)}.notification-badge{position:absolute;right:-3px;top:-4px;display:grid;place-items:center;min-width:17px;height:17px;padding:0 3px;border:2px solid #09090c;border-radius:10px;background:#ed5252;color:#fff;font:900 8px 'DM Sans'}.notification-panel{position:fixed;z-index:120;top:0;right:0;width:min(430px,100%);height:100dvh;padding:22px;box-sizing:border-box;overflow:auto;border-left:1px solid #36363e;background:rgba(13,13,17,.98);box-shadow:-30px 0 70px #0009;transform:translateX(102%);transition:transform .22s ease}.notification-panel.open{transform:none}.notification-panel>header{display:flex;justify-content:space-between;align-items:start;padding:10px 4px 18px;border-bottom:1px solid #2c2c32}.notification-panel>header span{color:var(--accent,#ffbd20);font:800 8px 'DM Sans';letter-spacing:.14em}.notification-panel>header h2{margin:7px 0 0;color:#fff;font:900 24px 'Archivo Black'}.notification-panel>header button{border:0;background:none;color:#888;font-size:28px;cursor:pointer}.notification-panel .preferences{margin:18px 0}.notification-drawer-list>header{display:flex;justify-content:space-between;align-items:center;margin:18px 0 8px}.notification-drawer-list>header strong{color:#eee;font:800 10px 'DM Sans';text-transform:uppercase}.notification-drawer-list>header button{border:0;background:none;color:var(--accent,#ffbd20);font:700 9px 'DM Sans';cursor:pointer}.notification-drawer-list>a{display:block;padding:13px;border-top:1px solid #292930;color:#aaa;text-decoration:none}.notification-drawer-list>a.unread{border-left:2px solid var(--accent,#ffbd20);background:rgba(255,255,255,.025)}.notification-drawer-list>a>span{color:#606069;font-size:8px}.notification-drawer-list>a>strong{display:block;margin:5px 0;color:#eee;font-size:11px}.notification-drawer-list>a>p{margin:0;color:#85858d;font-size:10px;line-height:1.45}
.profile-editor-page{padding-top:90px}.profile-editor-hero{display:grid;grid-template-columns:1fr auto;gap:35px;align-items:center;padding:70px 7vw 45px;border-bottom:1px solid var(--line);background:radial-gradient(circle at 78% 20%,rgba(196,255,38,.09),transparent 32%)}.profile-editor-hero h1{margin:18px 0 12px;font-size:clamp(58px,9vw,118px);line-height:.78}.profile-editor-hero h1 em{color:var(--accent,#ffbd20);font-style:normal}.profile-editor-hero p:last-child{max-width:560px;color:#85858d;line-height:1.65}.profile-editor-hero .profile-photo-preview{width:132px;height:132px;border:2px solid var(--accent,#ffbd20);border-radius:50%;overflow:hidden}.profile-editor-hero .profile-photo-preview img{width:100%;height:100%;object-fit:cover}.identity-editor-card{width:min(820px,calc(100% - 28px));margin:45px auto 100px;padding:30px;border:1px solid #34343c;border-radius:14px;background:#141419}.identity-editor-card form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.identity-editor-card label{display:grid;gap:7px;color:#aaa;font:700 9px 'DM Sans';letter-spacing:.08em;text-transform:uppercase}.identity-editor-card label:has(textarea),.identity-editor-card .profile-photo-field,.identity-editor-card .public-toggle,.identity-section-label,.identity-actions,.identity-editor-card .profile-status{grid-column:1/-1}.identity-editor-card input,.identity-editor-card textarea,.identity-editor-card select{width:100%;box-sizing:border-box;padding:12px;border:1px solid #383840;border-radius:7px;background:#0d0d11;color:#eee;font:500 12px 'DM Sans';text-transform:none;letter-spacing:0}.identity-editor-card textarea{min-height:100px;resize:vertical}.identity-editor-card label>small{color:#62626a;font:500 9px/1.4 'DM Sans';text-transform:none;letter-spacing:0}.identity-section-label{display:flex;gap:13px;align-items:center;margin:15px 0 2px;padding-top:18px;border-top:1px solid #292930}.identity-section-label:first-child{border-top:0;padding-top:0}.identity-section-label>span{color:var(--accent,#ffbd20);font:900 22px 'Archivo Black'}.identity-section-label small{color:#6b6b73;font:800 8px 'DM Sans';letter-spacing:.12em}.identity-section-label h2{margin:4px 0 0;color:#fff;font:900 22px 'Archivo Black'}.identity-actions{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.identity-actions button{padding:13px 20px;border:0;border-radius:7px;background:var(--accent,#ffbd20);color:#111;font-weight:900;cursor:pointer}.identity-actions a{color:var(--accent,#ffbd20);font-size:10px}.player-lab-page{padding-top:90px}.player-lab-header{align-items:end}.player-lab-header>p{max-width:450px;color:#85858d;line-height:1.6}
@media(max-width:650px){.auth-button>b{display:none}.notification-button{width:36px;height:36px}.profile-editor-hero{grid-template-columns:1fr;padding:55px 20px 35px}.profile-editor-hero .profile-photo-preview{grid-row:1;width:92px;height:92px}.identity-editor-card form{grid-template-columns:1fr}.identity-editor-card label,.identity-section-label,.identity-actions{grid-column:1}.identity-actions{align-items:flex-start;flex-direction:column;gap:16px}}
.notification-button>svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
