
/* DWGame Corporate Identity – Aufbau nach dogiwood.de */
.dwci-header{
    position:relative;
    z-index:60;
    margin-bottom:26px;
    border-bottom:1px solid rgba(255,255,255,.09);
    background:rgba(4,6,12,.78);
    backdrop-filter:blur(18px);
}
.dwci-header-main{
    display:flex;
    align-items:center;
    gap:22px;
    min-height:82px;
}
.dwci-brand{
    display:flex;
    align-items:center;
    gap:12px;
    min-width:max-content;
}
.dwci-brand-mark{
    display:grid;
    place-items:center;
    width:48px;
    height:48px;
    flex:0 0 auto;
    border-radius:14px;
    color:#1d1403;
    font-weight:1000;
    background:linear-gradient(145deg,#fff0ad,#d99825);
    box-shadow:0 0 26px rgba(242,196,93,.25);
}
.dwci-brand-copy strong,
.dwci-brand-copy small{
    display:block;
}
.dwci-brand-copy strong{
    letter-spacing:.08em;
}
.dwci-brand-copy small{
    margin-top:3px;
    color:var(--dwf-muted);
}
.dwci-navigation{
    display:flex;
    align-items:center;
    gap:12px;
    margin-left:auto;
}
.dwci-navigation a{
    color:#dbe3f3;
    font-family:"Avenir Next",Avenir,"Segoe UI",Arial,sans-serif;
    font-size:13px;
    font-weight:600;
    line-height:1.25;
    letter-spacing:.04em;
    white-space:nowrap;
}
.dwci-navigation a:hover,
.dwci-navigation a.active{
    color:var(--dwf-gold-soft);
}
.dwci-navigation .dwci-logout{
    color:var(--dwf-gold);
}
.dwci-user-chip{
    display:flex;
    align-items:center;
    gap:9px;
    padding:7px 11px;
    border:1px solid rgba(255,255,255,.1);
    border-radius:999px;
    background:rgba(255,255,255,.07);
}
.dwci-user-chip img{
    width:36px;
    height:36px;
    border:2px solid rgba(242,196,93,.65);
    border-radius:50%;
    object-fit:cover;
}
.dwci-user-chip strong,
.dwci-user-chip small{
    display:block;
}
.dwci-user-chip small{
    color:var(--dwf-muted);
}
.dwci-menu-button{
    display:none;
    min-height:42px;
    padding:0 14px;
    color:#fff;
    border:1px solid rgba(255,255,255,.14);
    border-radius:12px;
    background:rgba(255,255,255,.06);
}
.dwci-header-sub{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:18px;
    padding:13px 0 16px;
}
.dwci-search{
    display:flex;
    align-items:center;
    width:min(620px,100%);
    border:1px solid rgba(255,255,255,.12);
    border-radius:999px;
    background:rgba(255,255,255,.06);
    overflow:hidden;
}
.dwci-search span{
    padding-left:16px;
    color:var(--dwf-gold);
    font-size:1.3rem;
}
.dwci-search input{
    flex:1;
    min-width:0;
    padding:12px;
    color:#fff;
    border:0;
    outline:0;
    background:transparent;
}
.dwci-search button{
    align-self:stretch;
    padding:0 18px;
    color:#211704;
    border:0;
    font-weight:900;
    background:linear-gradient(145deg,#ffe798,var(--dwf-gold-deep));
}
.dwci-status{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:15px;
    color:var(--dwf-muted);
    font-size:.91rem;
    white-space:nowrap;
}
.dwci-status b{
    display:inline-block;
    width:8px;
    height:8px;
    margin-right:5px;
    border-radius:50%;
}
.dwci-status b.online{
    background:var(--dwf-success);
    box-shadow:0 0 9px var(--dwf-success);
}
.dwci-post{
    display:grid;
    grid-template-columns:auto 1fr auto;
    align-items:center;
    gap:24px;
    margin:54px 0 24px;
    padding:24px;
    border:1px solid var(--dwf-line);
    border-radius:24px;
    background:linear-gradient(135deg,rgba(27,34,53,.94),rgba(10,13,22,.94));
}
.dwci-post>span{
    color:var(--dwf-gold);
    font-weight:900;
    letter-spacing:.12em;
    text-transform:uppercase;
}
.dwci-post h2{
    margin:0 0 6px;
}
.dwci-post p{
    margin:0;
    color:var(--dwf-muted);
}
.dwci-footer{
    display:grid;
    grid-template-columns:1.5fr repeat(3,1fr);
    gap:32px;
    padding:34px 0 24px;
    border-top:1px solid rgba(255,255,255,.09);
}
.dwci-footer-brand{
    display:flex;
    align-items:flex-start;
    gap:14px;
}
.dwci-footer-brand strong{
    letter-spacing:.08em;
}
.dwci-footer-brand p{
    max-width:360px;
    color:var(--dwf-muted);
    line-height:1.55;
}
.dwci-footer h3{
    margin:0 0 13px;
    color:var(--dwf-gold-soft);
}
.dwci-footer>div:not(.dwci-footer-brand):not(.dwci-footer-bottom){
    display:flex;
    flex-direction:column;
    gap:9px;
}
.dwci-footer a{
    color:#d3daea;
}
.dwci-footer a:hover{
    color:var(--dwf-gold);
}
.dwci-footer-bottom{
    grid-column:1/-1;
    display:flex;
    justify-content:space-between;
    gap:20px;
    padding-top:20px;
    color:var(--dwf-muted);
    border-top:1px solid rgba(255,255,255,.08);
}
@media(max-width:950px){
    .dwci-header-main{
        flex-wrap:wrap;
        padding-top:14px;
    }
    .dwci-menu-button{
        display:inline-flex;
        align-items:center;
        margin-left:auto;
    }
    .dwci-navigation{
        display:none;
        order:4;
        width:100%;
        margin:0;
        padding:12px 0 16px;
        flex-direction:column;
        align-items:flex-start;
    }
    .dwci-navigation.open{
        display:flex;
    }
    .dwci-user-chip{
        margin-left:auto;
    }
    .dwci-header-sub{
        align-items:stretch;
        flex-direction:column;
    }
    .dwci-status{
        justify-content:flex-start;
        flex-wrap:wrap;
    }
    .dwci-footer{
        grid-template-columns:repeat(2,1fr);
    }
}
@media(max-width:620px){
    .dwci-user-chip{
        width:100%;
        order:3;
        margin:0;
    }
    .dwci-post{
        grid-template-columns:1fr;
    }
    .dwci-footer{
        grid-template-columns:1fr;
    }
    .dwci-footer-bottom{
        grid-column:1;
        flex-direction:column;
    }
}
