/* RPG Wanted Manager 1.1.5-beta7 | Smoke on the Water | Enhanced */
.rpgw-page,
.rpgw-threadbox,
.rpgw-edit-wrap,
.rpgw-threadlist-info,
.rpgw-forum-tools{
    --rpgw-bg:#07151a;
    --rpgw-deep:#061116;
    --rpgw-panel:#0c2027;
    --rpgw-panel2:#122b33;
    --rpgw-panel3:#16343d;
    --rpgw-line:#3a302a;
    --rpgw-line2:#5a4438;
    --rpgw-accent:#b65c38;
    --rpgw-accent-dark:#8f432b;
    --rpgw-light:#c76a43;
    --rpgw-text:#9fb6bf;
    --rpgw-muted:#7f959e;
    --rpgw-success:#6f8c7d;
    --rpgw-warning:#b18b5d;
    --rpgw-danger:#a95b62;
    box-sizing:border-box;
    color:var(--rpgw-text);
    font-family:"Spectral",Georgia,serif;
}
.rpgw-page *,
.rpgw-page *::before,
.rpgw-page *::after,
.rpgw-threadbox *,
.rpgw-threadbox *::before,
.rpgw-threadbox *::after,
.rpgw-edit-wrap *,
.rpgw-edit-wrap *::before,
.rpgw-edit-wrap *::after,
.rpgw-threadlist-info *,
.rpgw-forum-tools *{
    box-sizing:border-box;
}
.rpgw-page{width:100%;max-width:1100px;margin:25px auto}
.rpgw-page-intro,
.rpgw-browser,
.rpgw-threadbox{
    position:relative;
    overflow:hidden;
    border:1px solid var(--rpgw-line);
    background:linear-gradient(180deg,rgba(255,255,255,.018),transparent 90px),linear-gradient(135deg,rgba(182,92,56,.025),transparent 45%),var(--rpgw-bg);
    box-shadow:0 12px 30px rgba(0,0,0,.34),inset 0 0 45px rgba(0,0,0,.24);
}
.rpgw-page-intro::after,
.rpgw-browser::after,
.rpgw-threadbox::after{
    content:"";
    position:absolute;
    right:0;
    bottom:0;
    left:0;
    height:2px;
    pointer-events:none;
    background:linear-gradient(90deg,transparent,var(--rpgw-accent),transparent);
    opacity:.55;
}
.rpgw-page-intro{margin-bottom:22px}
.rpgw-browser{margin-bottom:22px}
.rpgw-page-title,
.rpgw-threadbox-head{
    position:relative;
    padding:15px 20px;
    color:var(--rpgw-light);
    border-bottom:1px solid var(--rpgw-line);
    background:linear-gradient(180deg,rgba(182,92,56,.09),transparent),linear-gradient(90deg,var(--rpgw-deep),var(--rpgw-panel),var(--rpgw-deep));
}
.rpgw-page-title::before,
.rpgw-threadbox-head::before{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:4px;
    background:linear-gradient(180deg,var(--rpgw-light),var(--rpgw-accent),var(--rpgw-line));
}
.rpgw-page-title h1,
.rpgw-threadbox-head h2,
.rpgw-edit-head h3,
.rpgw-card h3,
.rpgw-list-card h2{
    margin:0;
    color:var(--rpgw-light);
    font-family:"Cinzel",Georgia,serif;
    font-weight:500;
    line-height:1.35;
    text-transform:uppercase;
    letter-spacing:.08em;
}
.rpgw-page-title h1{font-size:20px}
.rpgw-threadbox-head h2{font-size:17px}
.rpgw-page-introtext{
    position:relative;
    padding:21px 23px;
    color:var(--rpgw-text);
    font-size:13px;
    line-height:1.75;
    text-align:justify;
    background:linear-gradient(90deg,rgba(182,92,56,.03),transparent 25%,transparent 75%,rgba(182,92,56,.03));
}
.rpgw-page-introtext::before{content:"";display:block;width:80px;height:1px;margin:0 auto 15px;background:linear-gradient(90deg,transparent,var(--rpgw-accent),transparent)}
.rpgw-page-introtext>:first-child{margin-top:0}
.rpgw-page-introtext>:last-child{margin-bottom:0}
.rpgw-browser-head{padding:0;border-bottom:1px solid var(--rpgw-line);background:var(--rpgw-deep)}
.rpgw-filters{display:flex;align-items:stretch;overflow-x:auto;overflow-y:hidden;background:var(--rpgw-deep);scrollbar-width:thin;scrollbar-color:var(--rpgw-line2) var(--rpgw-deep)}
.rpgw-filter{
    appearance:none;
    position:relative;
    flex:0 0 auto;
    min-height:49px;
    margin:0;
    padding:14px 20px 13px;
    color:var(--rpgw-muted);
    font:600 10px/1.4 "Cinzel",Georgia,serif;
    text-transform:uppercase;
    letter-spacing:.09em;
    white-space:nowrap;
    cursor:pointer;
    border:0;
    border-right:1px solid var(--rpgw-line);
    outline:0;
    background:linear-gradient(180deg,rgba(255,255,255,.015),transparent),var(--rpgw-deep);
}
.rpgw-filter::after{content:"";position:absolute;right:50%;bottom:0;left:50%;height:3px;background:var(--rpgw-accent);transition:right .25s ease,left .25s ease}
.rpgw-filter:hover,.rpgw-filter:focus{color:var(--rpgw-light);background:var(--rpgw-panel)}
.rpgw-filter.is-active{color:var(--rpgw-light);background:linear-gradient(180deg,rgba(182,92,56,.11),transparent),var(--rpgw-panel);box-shadow:inset 0 1px 0 rgba(199,106,67,.08)}
.rpgw-filter.is-active::after{right:0;left:0}
.rpgw-search{position:relative;padding:14px 17px;border-bottom:1px solid var(--rpgw-line);background:linear-gradient(90deg,var(--rpgw-panel),var(--rpgw-bg),var(--rpgw-panel))}
.rpgw-search::before{content:"⌕";position:absolute;top:50%;left:29px;z-index:2;color:var(--rpgw-accent);font:20px/1 Georgia,serif;transform:translateY(-52%);pointer-events:none}
.rpgw-search input{width:100%;max-width:none;min-height:39px;margin:0;padding:9px 12px 9px 39px;color:var(--rpgw-text);font:12px "Spectral",Georgia,serif;border:1px solid var(--rpgw-line);outline:0;background:var(--rpgw-deep);box-shadow:inset 0 1px 5px rgba(0,0,0,.42)}
.rpgw-search input:focus{border-color:var(--rpgw-accent);background:var(--rpgw-panel);box-shadow:inset 0 1px 5px rgba(0,0,0,.4),0 0 0 2px rgba(182,92,56,.09)}
.rpgw-list-grid,
.rpgw-thread-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px;padding:17px;background:repeating-linear-gradient(45deg,transparent 0,transparent 12px,rgba(182,92,56,.012) 12px,rgba(182,92,56,.012) 13px),var(--rpgw-bg)}
.rpgw-list-card,
.rpgw-card{position:relative;display:grid;grid-template-columns:120px minmax(0,1fr);min-width:0;overflow:hidden;color:var(--rpgw-text);border:1px solid var(--rpgw-line);border-left:3px solid var(--rpgw-accent-dark);background:linear-gradient(110deg,rgba(182,92,56,.075),transparent 52%),var(--rpgw-panel);box-shadow:0 6px 16px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.02);transition:.2s ease}
.rpgw-list-card:hover,.rpgw-card:hover{border-color:var(--rpgw-line2);border-left-color:var(--rpgw-accent);background:linear-gradient(110deg,rgba(182,92,56,.11),transparent 55%),var(--rpgw-panel3);transform:translateY(-2px)}
.rpgw-list-card[hidden]{display:none!important}
.rpgw-card-image{display:block;width:120px;height:160px;object-fit:cover;object-position:center top;border-right:1px solid var(--rpgw-line);background:var(--rpgw-deep)}
.rpgw-card-placeholder{position:relative;display:flex;align-items:center;justify-content:center;width:120px;height:160px;overflow:hidden;color:var(--rpgw-accent);font:38px Georgia,serif;border-right:1px solid var(--rpgw-line);background:radial-gradient(circle at center,rgba(182,92,56,.08),transparent 60%),var(--rpgw-deep)}
.rpgw-card-placeholder::before{content:"";position:absolute;width:65px;height:65px;border:1px solid rgba(182,92,56,.22);transform:rotate(45deg)}
.rpgw-card-placeholder::after{content:"?";position:relative;z-index:1}
.rpgw-card-content,.rpgw-list-content{position:relative;z-index:1;min-width:0;padding:14px 15px}
.rpgw-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding-bottom:10px;border-bottom:1px solid var(--rpgw-line)}
.rpgw-card h3,.rpgw-list-card h2{font-size:14px}
.rpgw-badge{flex:0 0 auto;padding:4px 7px;color:var(--rpgw-accent);font:600 9px/1.4 "Cinzel",Georgia,serif;text-transform:uppercase;letter-spacing:.07em;white-space:nowrap;border:1px solid var(--rpgw-line2);background:linear-gradient(180deg,rgba(182,92,56,.07),transparent),var(--rpgw-deep)}
.rpgw-status-reserved{border-left-color:var(--rpgw-warning)}
.rpgw-status-reserved .rpgw-badge{color:#c49b68;border-color:#70573a}
.rpgw-status-taken{border-left-color:var(--rpgw-success);opacity:.72}
.rpgw-status-taken .rpgw-badge{color:#88a18e;border-color:#506457}
.rpgw-facts{margin-top:10px;color:var(--rpgw-muted);font-size:11px;line-height:1.7}
.rpgw-facts strong{color:var(--rpgw-light);font-weight:600}
.rpgw-description{margin-top:10px;color:var(--rpgw-text);font-size:12px;line-height:1.65;text-align:justify;height:150px;overflow:auto}
.rpgw-list-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px;padding-top:10px;color:var(--rpgw-muted);font-size:10px;line-height:1.55;border-top:1px solid var(--rpgw-line)}
.rpgw-page .button,
.rpgw-threadbox .button,
.rpgw-edit-wrap .button,
.rpgw-forum-tools .button{display:inline-block;width:auto;min-height:auto;margin:0;padding:7px 11px;color:var(--rpgw-deep);font:700 9px/1.4 "Cinzel",Georgia,serif;text-align:center;text-decoration:none;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;border:1px solid var(--rpgw-line2);outline:0;background:linear-gradient(180deg,var(--rpgw-light),var(--rpgw-accent));box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 3px 8px rgba(0,0,0,.28)}
.rpgw-page .button:hover,.rpgw-threadbox .button:hover,.rpgw-edit-wrap .button:hover,.rpgw-forum-tools .button:hover{color:#061116;border-color:var(--rpgw-light);background:linear-gradient(180deg,#d5835d,#c76a43);transform:translateY(-1px)}
.rpgw-empty{padding:30px 20px;color:var(--rpgw-muted);font-size:11px;font-style:italic;line-height:1.65;text-align:center}
.rpgw-threadbox{margin:0 0 22px}
.rpgw-threadbox-head{display:flex;align-items:center;justify-content:space-between;gap:15px}

/* Eingabebereich in newthread.php und editpost.php */
.rpgw-edit-wrap{display:block!important;width:100%!important;padding:8px 0!important;color:var(--rpgw-text)!important}
.rpgw-edit-head{position:relative;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:15px!important;margin:0 0 16px!important;padding:16px 18px!important;overflow:hidden;border:1px solid var(--rpgw-line)!important;border-left:4px solid var(--rpgw-accent)!important;background:linear-gradient(180deg,rgba(182,92,56,.09),transparent),linear-gradient(90deg,var(--rpgw-deep),var(--rpgw-panel),var(--rpgw-deep))!important;box-shadow:0 7px 18px rgba(0,0,0,.24),inset 0 0 30px rgba(0,0,0,.15)!important}
.rpgw-edit-head h3{margin:0!important;color:var(--rpgw-light)!important;font:500 16px/1.35 "Cinzel",Georgia,serif!important;text-transform:uppercase!important;letter-spacing:.08em!important;border:0!important;background:none!important}
.rpgw-edit-head h3::after{display:none!important}
.rpgw-edit-head p{margin:6px 0 0!important;color:var(--rpgw-muted)!important;font-size:11px!important;line-height:1.55!important}
.rpgw-edit-row{position:relative;display:block!important;margin:0 0 16px!important;overflow:hidden;border:1px solid var(--rpgw-line)!important;background:linear-gradient(180deg,rgba(255,255,255,.012),transparent),var(--rpgw-bg)!important;box-shadow:0 7px 18px rgba(0,0,0,.2),inset 0 0 25px rgba(0,0,0,.18)!important}
.rpgw-row-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;padding:11px 14px!important;color:var(--rpgw-light)!important;font:600 10px/1.4 "Cinzel",Georgia,serif!important;text-transform:uppercase!important;letter-spacing:.09em!important;border-bottom:1px solid var(--rpgw-line)!important;background:linear-gradient(180deg,rgba(182,92,56,.07),transparent),var(--rpgw-deep)!important}
.rpgw-remove-row{padding:5px 8px!important;color:#f5e8e7!important;font-size:8px!important;border-color:#74484d!important;background:linear-gradient(180deg,#8f5157,#66363b)!important}
.rpgw-edit-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:15px 18px!important;width:100%!important;padding:18px!important}
.rpgw-edit-grid label{display:block!important;float:none!important;width:auto!important;min-width:0!important;margin:0!important;padding:0!important;color:inherit!important}
.rpgw-edit-grid label>span{display:block!important;margin:0 0 7px!important;color:var(--rpgw-light)!important;font:600 9px/1.4 "Cinzel",Georgia,serif!important;text-transform:uppercase!important;letter-spacing:.09em!important}
.rpgw-edit-grid input[type="text"],
.rpgw-edit-grid select,
.rpgw-edit-grid textarea{display:block!important;width:100%!important;max-width:none!important;margin:0!important;padding:9px 11px!important;color:var(--rpgw-text)!important;font:12px "Spectral",Georgia,serif!important;border:1px solid var(--rpgw-line)!important;border-bottom-color:var(--rpgw-line2)!important;outline:0!important;background:linear-gradient(180deg,rgba(255,255,255,.018),transparent),var(--rpgw-deep)!important;box-shadow:inset 0 1px 5px rgba(0,0,0,.45),0 1px 0 rgba(255,255,255,.025)!important}
.rpgw-edit-grid input[type="text"],.rpgw-edit-grid select{min-height:39px!important}
.rpgw-edit-grid textarea{min-height:105px!important;resize:vertical!important;line-height:1.6!important}
.rpgw-edit-grid input:focus,.rpgw-edit-grid select:focus,.rpgw-edit-grid textarea:focus{border-color:var(--rpgw-accent)!important;background:var(--rpgw-panel)!important;box-shadow:inset 0 1px 5px rgba(0,0,0,.4),0 0 0 2px rgba(182,92,56,.09)!important}
.rpgw-field-full{grid-column:1/-1!important}
.rpgw-promotion-edit{margin:0 0 16px!important;padding:15px 17px!important;border:1px solid var(--rpgw-line)!important;border-left:3px solid var(--rpgw-accent)!important;background:linear-gradient(110deg,rgba(182,92,56,.08),transparent 50%),var(--rpgw-panel)!important;box-shadow:0 5px 14px rgba(0,0,0,.2)!important}
.rpgw-promotion-title{margin:0 0 11px!important;color:var(--rpgw-light)!important;font:600 10px/1.4 "Cinzel",Georgia,serif!important;text-transform:uppercase!important;letter-spacing:.09em!important}
.rpgw-promotion-options{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
.rpgw-promotion-options label{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important;gap:3px 9px!important;margin:0!important;padding:11px 12px!important;border:1px solid var(--rpgw-line)!important;background:var(--rpgw-deep)!important;cursor:pointer!important}
.rpgw-promotion-options input[type="checkbox"]{grid-row:1/3!important;width:auto!important;height:auto!important;margin:0!important;padding:0!important}
.rpgw-promotion-options span{display:block!important;color:var(--rpgw-light)!important;font:600 9px/1.4 "Cinzel",Georgia,serif!important;text-transform:uppercase!important;letter-spacing:.06em!important}
.rpgw-promotion-options small{display:block!important;color:var(--rpgw-muted)!important;font-size:10px!important;line-height:1.4!important}
.rpgw-promotion-edit p{margin:10px 0 0!important;color:var(--rpgw-muted)!important;font-size:10px!important;line-height:1.5!important}

/* Threadübersicht und Sammelaktionen */
.rpgw-threadlist-info{display:block!important;margin:6px 0 2px!important;color:var(--rpgw-muted)!important;font-size:10px!important;line-height:1.55!important;font-weight:400!important; height:30px; overflow:auto}
.rpgw-threadlist-roles,.rpgw-threadlist-role{display:block!important}
.rpgw-threadlist-role{margin-top:2px!important}
.rpgw-threadlist-role strong{color:var(--rpgw-light)!important;font-weight:600!important}
.rpgw-threadlist-role.rpgw-status-reserved{color:var(--rpgw-warning)!important}
.rpgw-threadlist-role.rpgw-status-taken{color:var(--rpgw-success)!important;opacity:.75}
.rpgw-threadlist-promotion{display:flex!important;flex-wrap:wrap!important;gap:5px!important;margin-top:5px!important;color:var(--rpgw-accent)!important;font-size:9px!important;text-transform:uppercase!important;letter-spacing:.05em!important}
.rpgw-threadlist-promotion i{color:var(--rpgw-line2)!important;font-style:normal!important}

.rpgw-threadlist-promotion-actions{display:flex!important;flex-wrap:wrap!important;gap:5px!important;margin-top:5px!important}
.rpgw-threadlist-promotion-actions a{display:inline-block!important;padding:2px 6px!important;color:var(--rpgw-deep)!important;font:700 8px/1.4 "Cinzel",Georgia,serif!important;text-decoration:none!important;text-transform:uppercase!important;letter-spacing:.05em!important;border:1px solid var(--rpgw-line2)!important;background:linear-gradient(180deg,var(--rpgw-light),var(--rpgw-accent))!important}
.rpgw-threadlist-promotion-actions a:hover{color:#061116!important;border-color:var(--rpgw-light)!important;background:linear-gradient(180deg,#d5835d,#c76a43)!important}
.rpgw-forum-tools{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:7px 12px!important;margin:0 0 12px!important;padding:12px 14px!important;color:var(--rpgw-text)!important;border:1px solid var(--rpgw-line)!important;border-left:3px solid var(--rpgw-accent)!important;background:linear-gradient(110deg,rgba(182,92,56,.08),transparent 55%),var(--rpgw-panel)!important;box-shadow:0 5px 14px rgba(0,0,0,.2)!important}
.rpgw-forum-tools strong{color:var(--rpgw-light)!important;font:600 10px "Cinzel",Georgia,serif!important;text-transform:uppercase!important;letter-spacing:.08em!important}
.rpgw-forum-tools>span{flex:1 1 260px!important;color:var(--rpgw-muted)!important;font-size:10px!important}
.rpgw-forum-tools-buttons{display:flex!important;flex-wrap:wrap!important;gap:6px!important}

@media(max-width:850px){
    .rpgw-list-grid,.rpgw-thread-grid{grid-template-columns:1fr}
    .rpgw-edit-grid{grid-template-columns:1fr!important}
    .rpgw-field-full{grid-column:auto!important}
}
@media(max-width:650px){
    .rpgw-page{margin:15px auto}
    .rpgw-threadbox-head,.rpgw-edit-head{align-items:stretch!important;flex-direction:column!important}
    .rpgw-threadbox-head .button,.rpgw-edit-head .button{width:100%!important}
    .rpgw-promotion-options{grid-template-columns:1fr!important}
    .rpgw-forum-tools{align-items:stretch!important;flex-direction:column!important}
    .rpgw-forum-tools-buttons,.rpgw-forum-tools .button{width:100%!important}
    .rpgw-forum-tools .button{display:block!important;text-align:center!important}
}
@media(max-width:560px){
    .rpgw-list-card,.rpgw-card{grid-template-columns:1fr}
    .rpgw-card-image,.rpgw-card-placeholder{width:100%;height:210px;border-right:0;border-bottom:1px solid var(--rpgw-line)}
    .rpgw-card-top,.rpgw-list-footer{align-items:stretch;flex-direction:column}
    .rpgw-list-footer .button{width:100%}
    .rpgw-edit-grid{padding:14px!important}
}

/* RPG Wanted Manager promotion buttons beta5 */
.rpgw-promotion-options{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
.rpgw-promotion-option{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:5px 10px!important;margin:0!important;padding:12px!important;border:1px solid var(--rpgw-line)!important;background:var(--rpgw-deep)!important}
.rpgw-promotion-option>span{display:block!important;color:var(--rpgw-light)!important;font:600 9px/1.4 "Cinzel",Georgia,serif!important;text-transform:uppercase!important;letter-spacing:.06em!important}
.rpgw-promotion-option>small{display:block!important;grid-column:1;color:var(--rpgw-muted)!important;font-size:10px!important;line-height:1.4!important}
.rpgw-promotion-option>.button{grid-column:2;grid-row:1/3;align-self:center;white-space:nowrap!important}
.rpgw-threadbox-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;flex-wrap:wrap!important;gap:6px!important}
.rpgw-threadbox-actions .button{margin:0!important}
@media(max-width:650px){.rpgw-promotion-options{grid-template-columns:1fr!important}.rpgw-threadbox-actions{align-items:stretch!important;flex-direction:column!important;width:100%!important}.rpgw-threadbox-actions .button{display:block!important;width:100%!important}}