.ipt-charbox {
    margin: 18px 0;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
}

.ipt-charhead {
    padding: 10px 14px;
    background: rgba(90,35,30,0.35);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.ipt-charname {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #9d4b43;
}

.ipt-charstats {
    margin-top: 3px;
    font-size: 10px;
    text-transform: uppercase;
    opacity: 0.65;
}

.ipt-scenes {
    padding: 10px;
}

.ipt-scene {
    padding: 11px 12px;
    margin-bottom: 10px;
    background: rgba(0,0,0,0.25);
    border: 1px solid rgba(255,255,255,0.05);
    border-left: 3px solid #6f2f2b;
    transition: 0.2s ease;
}

.ipt-scene:last-child {
    margin-bottom: 0;
}

.ipt-scene-top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 7px;
}

.ipt-status {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #b8664b;
    letter-spacing: 1px;
}

.ipt-lastpost {
    text-align: right;
    font-size: 10px;
    opacity: 0.65;
    line-height: 1.4;
}

.ipt-title a {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #b25b50;
}

.ipt-meta {
    margin-top: 4px;
    font-size: 11px;
    opacity: 0.75;
}

.ipt-desc {
    margin-top: 7px;
    padding-top: 7px;
    border-top: 1px solid rgba(255,255,255,0.05);
    font-size: 11px;
    line-height: 1.5;
    opacity: 0.8;
}

/* Szene, bei der du dran bist */
.ipt-scene.ipt-you {
    background: rgb(0 0 0 / 28%);
    /* border: 1px solid #59e85f; */
    border-left: 4px solid #59e85f;
    /* box-shadow: 0 0 14px rgba(89, 232, 95, 0.35); */
}

.ipt-scene.ipt-you .ipt-status,
.ipt-scene.ipt-you .ipt-title a {
    color: #72ff76 !important;
}

.ipt-scene.ipt-you .ipt-status {
    font-size: 11px;
    text-shadow: 0 0 6px rgba(114, 255, 118, 0.6);
}

/* Offene Szene */
.ipt-scene.ipt-open {
    border-left: 4px solid #d6a84f;
}

.ipt-scene.ipt-open .ipt-status {
    color: #d6a84f;
}

/* Wartende Szene */
.ipt-scene.ipt-wait {
    opacity: 0.88;
}