/* ==========================================================
   EVERYONE ASSEMBLE
   INPLAYSZENEN-MANAGER
   ========================================================== */

/* ==========================================================
   FARBEN
   ========================================================== */

:root{
  --ips-bg:#020d18;
  --ips-bg-deep:#010914;
  --ips-panel:#04192b;
  --ips-panel-soft:#082b45;
  --ips-panel-light:#0b3150;
  --ips-line:#1d5f8f;
  --ips-line-soft:rgba(33,139,208,.16);
  --ips-accent:#218bd0;
  --ips-accent-light:#75d0ff;
  --ips-text:#c4d8e4;
  --ips-text-light:#e1f1fa;
  --ips-muted:#8fa9bc;
  --ips-success:#74c5a3;
  --ips-danger:#d47f87;
  --ips-warning:#e0b26d;
}

/* ==========================================================
   SEITENLAYOUT
   ========================================================== */

.inplayscenes-page{
  width:100%;
  margin:20px auto 40px;

  color:var(--ips-text);

  font-family:Arial,sans-serif;
  font-size:13px;
  line-height:1.6;
}

.inplayscenes-page,
.inplayscenes-page *,
.inplayscenes-page *:before,
.inplayscenes-page *:after{
  box-sizing:border-box;
}

.inplayscenes-shell{
  position:relative;

  width:100%;
  min-width:0;

  overflow:hidden;

  background:
    linear-gradient(
      125deg,
      rgba(33,139,208,.045),
      transparent 38%
    ),
    linear-gradient(
      145deg,
      var(--ips-panel),
      var(--ips-bg)
    );

  border:1px solid rgba(33,139,208,.32);
  border-left:5px solid var(--ips-accent);

  box-shadow:
    0 18px 40px rgba(0,0,0,.30),
    inset 0 1px rgba(255,255,255,.025);
}

/* ==========================================================
   SEITENKOPF
   ========================================================== */

.inplayscenes-page-head{
  position:relative;

  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;

  min-height:140px;
  padding:25px 20px;

  overflow:hidden;

  background:
    radial-gradient(
      circle at 50% 135%,
      rgba(33,139,208,.23),
      transparent 49%
    ),
    linear-gradient(
      90deg,
      rgba(33,139,208,.07),
      transparent 50%,
      rgba(33,139,208,.045)
    ),
    var(--ips-bg-deep);

  border-bottom:2px solid #1674b5;

  text-align:center;
}

.inplayscenes-page-head:before{
  content:"";

  position:absolute;
  top:0;
  left:50%;

  width:220px;
  height:1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      var(--ips-accent-light),
      transparent
    );

  transform:translateX(-50%);
}

.inplayscenes-page-head:after{
  content:"SCENE DATABASE";

  position:absolute;
  right:17px;
  bottom:9px;

  color:rgba(117,208,255,.055);

  font-family:Antonio,Arial,sans-serif;
  font-size:20px;
  font-weight:700;
  line-height:1;

  letter-spacing:4px;

  pointer-events:none;
}

.inplayscenes-page-kicker{
  display:block;

  margin-bottom:5px;

  color:var(--ips-muted);

  font-family:Antonio,Arial,sans-serif;
  font-size:10px;
  font-weight:700;
  line-height:1.3;

  letter-spacing:2.4px;
  text-transform:uppercase;
}

.inplayscenes-page-title{
  display:block;

  color:var(--ips-accent-light);

  font-family:Antonio,Arial,sans-serif;
  font-size:28px;
  font-weight:700;
  line-height:1.2;

  letter-spacing:2px;
  text-transform:uppercase;

  text-shadow:0 0 18px rgba(33,139,208,.20);
}

.inplayscenes-page-subtitle{
  display:block;

  max-width:680px;
  margin-top:8px;

  color:var(--ips-muted);

  font-size:12px;
  line-height:1.6;
}

/* ==========================================================
   FEHLERMELDUNGEN
   ========================================================== */

.inplayscenes-error{
  width:auto;
  margin:15px 16px 0;
}

.inplayscenes-error:empty{
  display:none;
}

.inplayscenes-error .error,
.inplayscenes-error .red_alert,
.inplayscenes-error .pm_alert,
.inplayscenes-error > div{
  margin:0;
  padding:12px 14px;

  color:var(--ips-text);
  background:
    linear-gradient(
      90deg,
      rgba(212,127,135,.10),
      transparent 75%
    ),
    var(--ips-panel);

  border:1px solid rgba(212,127,135,.28);
  border-left:4px solid var(--ips-danger);

  font-size:12px;
  line-height:1.65;
}

.inplayscenes-hidden-error{
  padding:14px;

  color:var(--ips-text);
  background:rgba(212,127,135,.07);

  border:1px solid rgba(212,127,135,.24);
  border-left:4px solid var(--ips-danger);

  font-size:12px;
  line-height:1.65;
}

.inplayscenes-hidden-error ol{
  margin:10px 0 0 22px;
  padding:0;
}

.inplayscenes-hidden-error li{
  margin:4px 0;
}

/* ==========================================================
   FORMULARKARTE
   ========================================================== */

.inplayscenes-form-card{
  margin:16px;

  overflow:hidden;

  background:
    linear-gradient(
      145deg,
      rgba(8,43,69,.57),
      rgba(2,13,24,.87)
    );

  border:1px solid rgba(33,139,208,.20);
  border-left:3px solid #1674b5;

  box-shadow:0 10px 23px rgba(0,0,0,.19);
}

.inplayscenes-form-card-head{
  position:relative;

  display:flex;
  align-items:center;

  min-height:51px;
  padding:11px 14px;

  color:var(--ips-accent-light);

  background:
    linear-gradient(
      90deg,
      rgba(33,139,208,.12),
      transparent 70%
    ),
    var(--ips-bg-deep);

  border-bottom:1px solid rgba(33,139,208,.20);

  font-family:Antonio,Arial,sans-serif;
  font-size:15px;
  font-weight:700;
  line-height:1.35;

  letter-spacing:1px;
  text-transform:uppercase;
}

.inplayscenes-form-card-head:after{
  content:"";

  position:absolute;
  bottom:-1px;
  left:14px;

  width:65px;
  height:2px;

  background:var(--ips-accent);
}

.inplayscenes-form-card-body{
  padding:15px;
}

/* ==========================================================
   FORMULARZEILEN
   ========================================================== */

.inplayscenes-formular_input-row{
  display:grid;
  grid-template-columns:minmax(190px,30%) minmax(0,1fr);
  gap:14px;
  align-items:start;

  width:100%;
  margin:0;
  padding:12px;

  background:rgba(2,13,24,.42);

  border-bottom:1px solid rgba(33,139,208,.10);
}

.inplayscenes-formular_input-row:last-of-type{
  border-bottom:0;
}

.inplayscenes-formular_input-desc{
  width:auto;
  min-width:0;
}

.inplayscenes-formular_input-desc b,
.inplayscenes-formular_input-desc strong{
  display:block;

  color:var(--ips-accent-light);

  font-family:Antonio,Arial,sans-serif;
  font-size:11px;
  font-weight:700;
  line-height:1.4;

  letter-spacing:.8px;
  text-transform:uppercase;
}

.inplayscenes-formular_input-desc .smalltext{
  margin-top:4px;

  color:var(--ips-muted);

  font-size:10px;
  line-height:1.55;
}

.inplayscenes-formular_input-input{
  display:flex;
  flex-wrap:wrap;
  gap:8px;

  width:auto;
  min-width:0;
}

.inplayscenes-formular_input-input > input[type="text"],
.inplayscenes-formular_input-input > input[type="date"]{
  flex:1 1 100%;
}

.inplayscenes-formular_input-input > select{
  flex:1 1 180px;
}

.inplayscenes-formular_input-input .smalltext{
  width:100%;

  color:var(--ips-muted);

  font-size:10px;
  line-height:1.55;
}

.inplayscenes-formular_button{
  display:flex;
  justify-content:flex-end;

  margin:0;
  padding:12px;

  background:rgba(2,13,24,.65);

  border-top:1px solid rgba(33,139,208,.13);

  text-align:right;
}

/* ==========================================================
   FORMULARFELDER
   ========================================================== */

.inplayscenes-page input[type="text"],
.inplayscenes-page input[type="date"],
.inplayscenes-page input[type="number"],
.inplayscenes-page select,
.inplayscenes-page textarea,
.inplayscenes-newthread-row input[type="text"],
.inplayscenes-newthread-row input[type="date"],
.inplayscenes-newthread-row input[type="number"],
.inplayscenes-newthread-row select,
.inplayscenes-newthread-row textarea{
  width:100%;
  min-width:0;
  min-height:41px;
  margin:0;
  padding:8px 10px;

  color:var(--ips-text-light);
  background:var(--ips-bg-deep);

  border:1px solid rgba(33,139,208,.25);
  border-radius:0;

  font-family:Arial,sans-serif;
  font-size:12px;
  line-height:1.45;

  outline:none;

  color-scheme:dark;

  transition:
    background-color .2s ease,
    border-color .2s ease,
    box-shadow .2s ease;
}

.inplayscenes-page textarea,
.inplayscenes-newthread-row textarea{
  min-height:100px;

  resize:vertical;
}

.inplayscenes-page input:focus,
.inplayscenes-page select:focus,
.inplayscenes-page textarea:focus,
.inplayscenes-newthread-row input:focus,
.inplayscenes-newthread-row select:focus,
.inplayscenes-newthread-row textarea:focus{
  background:#031426;

  border-color:var(--ips-accent);

  box-shadow:0 0 0 1px rgba(33,139,208,.18);
}

/* ==========================================================
   BUTTONS
   ========================================================== */

.inplayscenes-page .button,
.inplayscenes-page input.button,
.inplayscenes-page a.button,
.inplayscenes-newthread-row .button,
.inplayscenes-newthread-row input.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  min-height:35px;
  padding:7px 12px;

  color:var(--ips-accent-light);
  background:var(--ips-bg-deep);

  border:1px solid rgba(33,139,208,.28);
  border-radius:0;

  font-family:Antonio,Arial,sans-serif;
  font-size:10px;
  font-weight:700;
  line-height:1.3;

  letter-spacing:.8px;
  text-align:center;
  text-decoration:none;
  text-transform:uppercase;

  cursor:pointer;

  transition:
    color .2s ease,
    background-color .2s ease,
    border-color .2s ease,
    transform .2s ease;
}

.inplayscenes-page .button:hover,
.inplayscenes-page input.button:hover,
.inplayscenes-page a.button:hover,
.inplayscenes-newthread-row .button:hover,
.inplayscenes-newthread-row input.button:hover{
  color:var(--ips-text-light);
  background:var(--ips-panel-light);

  border-color:var(--ips-accent);

  transform:translateY(-1px);
}

/* ==========================================================
   SELECT2
   ========================================================== */

.inplayscenes-page .select2-container,
.inplayscenes-newthread-row .select2-container{
  width:100% !important;
}

.inplayscenes-page .select2-container-multi .select2-choices,
.inplayscenes-newthread-row .select2-container-multi .select2-choices{
  min-height:41px;

  color:var(--ips-text-light);
  background:var(--ips-bg-deep);

  border:1px solid rgba(33,139,208,.25);
  border-radius:0;
}

.inplayscenes-page .select2-container-multi .select2-choices .select2-search-choice,
.inplayscenes-newthread-row .select2-container-multi .select2-choices .select2-search-choice{
  margin:6px 0 0 6px;
  padding:5px 8px 5px 20px;

  color:var(--ips-text);
  background:var(--ips-panel-soft);

  border:1px solid rgba(33,139,208,.22);
  border-radius:0;

  font-size:10px;
}

.inplayscenes-page .select2-container-multi .select2-choices .select2-search-field input,
.inplayscenes-newthread-row .select2-container-multi .select2-choices .select2-search-field input{
  min-height:34px;

  color:var(--ips-text-light);

  font-family:Arial,sans-serif;
  font-size:12px;
}

/* ==========================================================
   NEWTHREAD-FELDER
   ========================================================== */

.inplayscenes-newthread-row > td{
  padding:12px !important;

  color:var(--ips-text);
  background:
    linear-gradient(
      145deg,
      rgba(8,43,69,.34),
      rgba(2,13,24,.55)
    ) !important;

  border-bottom:1px solid rgba(33,139,208,.12) !important;

  vertical-align:top;
}

.inplayscenes-newthread-label{
  width:28%;

  border-left:3px solid #1674b5 !important;
}

.inplayscenes-newthread-label strong{
  display:block;

  color:var(--ips-accent-light);

  font-family:Antonio,Arial,sans-serif;
  font-size:11px;
  font-weight:700;
  line-height:1.4;

  letter-spacing:.8px;
  text-transform:uppercase;
}

.inplayscenes-newthread-description{
  margin-top:4px;

  color:var(--ips-muted);

  font-size:10px;
  line-height:1.55;
}

.inplayscenes-newthread-input{
  min-width:0;
}

.inplayscenes-newthread-input-inner{
  display:flex;
  flex-wrap:wrap;
  gap:8px;

  width:100%;
}

.inplayscenes-newthread-input-inner > select{
  flex:1 1 180px;
}

.inplayscenes-newthread-hint{
  display:block;

  width:100%;
  margin-top:5px;

  color:var(--ips-muted);

  font-size:10px;
  line-height:1.55;
}

/* ==========================================================
   FORUMDISPLAY
   ========================================================== */

.inplayscenes-forumdisplay{
  display:grid;
  gap:5px;

  width:100%;
  margin-top:6px;
  padding:8px 9px;

  color:var(--ips-text);
  background:rgba(2,13,24,.45);

  border:1px solid rgba(33,139,208,.11);
  border-left:2px solid rgba(33,139,208,.36);

  font-size:10px;
  line-height:1.5;
}

.inplayscenes-forumdisplay-row{
  display:grid;
  grid-template-columns:minmax(90px,auto) minmax(0,1fr);
  gap:7px;

  min-width:0;
}

.inplayscenes-forumdisplay-label{
  color:var(--ips-accent-light);

  font-family:Antonio,Arial,sans-serif;
  font-size:10px;
  font-weight:700;

  letter-spacing:.5px;
  text-transform:uppercase;
}

.inplayscenes-forumdisplay-value{
  min-width:0;

  color:var(--ips-text);

  overflow-wrap:anywhere;
}

/* ==========================================================
   PROFILANSICHT
   ========================================================== */

.inplayscenes-profile-fieldset{
  width:100%;
  min-width:0;
  margin:0 0 16px;
  padding:0;

  overflow:hidden;

  color:var(--ips-text);

  background:
    linear-gradient(
      145deg,
      rgba(8,43,69,.42),
      rgba(2,13,24,.76)
    );

  border:1px solid rgba(33,139,208,.22);
  border-left:4px solid var(--ips-accent);

  box-shadow:0 12px 28px rgba(0,0,0,.22);
}

.inplayscenes-profile-fieldset,
.inplayscenes-profile-fieldset *,
.inplayscenes-profile-fieldset *:before,
.inplayscenes-profile-fieldset *:after{
  box-sizing:border-box;
}

/* ==========================================================
   ÜBERSCHRIFT
   ========================================================== */

.inplayscenes-profile-head{
  position:relative;

  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;

  min-height:53px;
  padding:11px 15px;

  color:var(--ips-accent-light);

  background:
    linear-gradient(
      90deg,
      rgba(33,139,208,.13),
      transparent 70%
    ),
    var(--ips-bg-deep);

  border-bottom:1px solid rgba(33,139,208,.21);

  font-family:Antonio,Arial,sans-serif;
  font-size:15px;
  font-weight:700;
  line-height:1.35;

  letter-spacing:1px;
  text-transform:uppercase;
}

.inplayscenes-profile-head:after{
  content:"SCENE ARCHIVE";

  color:rgba(117,208,255,.12);

  font-size:10px;
  letter-spacing:1.6px;
}

.inplayscenes-profile-head:before{
  content:"";

  position:absolute;
  bottom:-1px;
  left:15px;

  width:68px;
  height:2px;

  background:var(--ips-accent);
}

/* ==========================================================
   AUFTEILUNG
   ========================================================== */

.inplayscenes_memberprofile{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,38%);
  gap:14px;

  width:100%;
  min-width:0;
  padding:15px;

  background:
    repeating-linear-gradient(
      45deg,
      transparent 0,
      transparent 12px,
      rgba(33,139,208,.012) 12px,
      rgba(33,139,208,.012) 13px
    );
}

.inplayscenes_memberprofile > *{
  min-width:0;
}

/* ==========================================================
   HAUPTSZENEN
   ========================================================== */

.inplayscenes_memberprofile-mainplays{
  width:100%;
  min-width:0;
  max-height:470px;
  padding:11px;

  overflow-x:hidden;
  overflow-y:auto;

  background:rgba(2,13,24,.46);

  border:1px solid rgba(33,139,208,.13);
  border-left:3px solid #1674b5;

  scrollbar-width:thin;
  scrollbar-color:#1674b5 var(--ips-bg-deep);
}

.inplayscenes_memberprofile-mainplays::-webkit-scrollbar,
.inplayscenes_memberprofile-sidebody::-webkit-scrollbar{
  width:7px;
  height:7px;
}

.inplayscenes_memberprofile-mainplays::-webkit-scrollbar-track,
.inplayscenes_memberprofile-sidebody::-webkit-scrollbar-track{
  background:var(--ips-bg-deep);
}

.inplayscenes_memberprofile-mainplays::-webkit-scrollbar-thumb,
.inplayscenes_memberprofile-sidebody::-webkit-scrollbar-thumb{
  background:#1674b5;

  border:2px solid var(--ips-bg-deep);
}

/* ==========================================================
   JAHRESABSCHNITTE
   ========================================================== */

.inplayscenes_memberprofile-year{
  width:100%;
  min-width:0;
  margin-bottom:13px;

  overflow:hidden;

  background:
    linear-gradient(
      145deg,
      rgba(8,43,69,.48),
      rgba(2,13,24,.74)
    );

  border:1px solid rgba(33,139,208,.16);
}

.inplayscenes_memberprofile-year:last-child{
  margin-bottom:0;
}

.inplayscenes_memberprofile-year-head{
  position:relative;

  display:flex;
  align-items:center;
  justify-content:space-between;

  min-height:46px;
  padding:9px 12px;

  color:var(--ips-accent-light);

  background:
    linear-gradient(
      90deg,
      rgba(33,139,208,.11),
      transparent 72%
    ),
    var(--ips-bg-deep);

  border-bottom:1px solid rgba(33,139,208,.18);

  font-family:Antonio,Arial,sans-serif;
  font-size:15px;
  font-weight:700;
  line-height:1.35;

  letter-spacing:1px;
  text-transform:uppercase;
}

.inplayscenes_memberprofile-year-head:after{
  content:"INPLAY";

  color:rgba(117,208,255,.14);

  font-size:10px;
  letter-spacing:1.3px;
}

.inplayscenes_memberprofile-year-body{
  padding:10px;
}

/* ==========================================================
   MONATSABSCHNITTE
   ========================================================== */

.inplayscenes_memberprofile-month{
  width:100%;
  min-width:0;
  margin-bottom:10px;

  overflow:hidden;

  background:rgba(2,13,24,.42);

  border:1px solid rgba(33,139,208,.12);
  border-left:2px solid rgba(33,139,208,.38);
}

.inplayscenes_memberprofile-month:last-child{
  margin-bottom:0;
}

.inplayscenes_memberprofile-month-head{
  display:flex;
  align-items:center;

  min-height:39px;
  padding:8px 10px;

  color:var(--ips-text-light);
  background:rgba(8,43,69,.48);

  border-bottom:1px solid rgba(33,139,208,.13);

  font-family:Antonio,Arial,sans-serif;
  font-size:12px;
  font-weight:700;
  line-height:1.35;

  letter-spacing:.9px;
  text-transform:uppercase;
}

.inplayscenes_memberprofile-month-body{
  display:flex;
  flex-direction:column;
  gap:7px;

  padding:8px;
}

/* ==========================================================
   NEBEN- UND AUSGESCHLOSSENE SZENEN
   ========================================================== */

.inplayscenes_memberprofile-sideplays{
  display:flex;
  flex-direction:column;
  gap:13px;

  width:100%;
  min-width:0;
  padding:0;
}

.inplayscenes_memberprofile-sidecard{
  width:100%;
  min-width:0;

  overflow:hidden;

  background:
    linear-gradient(
      145deg,
      rgba(8,43,69,.51),
      rgba(2,13,24,.81)
    );

  border:1px solid rgba(33,139,208,.17);
  border-left:3px solid #1674b5;

  box-shadow:0 8px 19px rgba(0,0,0,.16);
}

.inplayscenes_memberprofile-sidehead{
  position:relative;

  display:flex;
  align-items:center;

  min-height:44px;
  padding:9px 11px;

  color:var(--ips-accent-light);

  background:
    linear-gradient(
      90deg,
      rgba(33,139,208,.11),
      transparent 72%
    ),
    var(--ips-bg-deep);

  border-bottom:1px solid rgba(33,139,208,.18);

  font-family:Antonio,Arial,sans-serif;
  font-size:11px;
  font-weight:700;
  line-height:1.4;

  letter-spacing:.9px;
  text-transform:uppercase;
}

.inplayscenes_memberprofile-sidehead:after{
  content:"";

  position:absolute;
  bottom:-1px;
  left:11px;

  width:52px;
  height:2px;

  background:var(--ips-accent);
}

.inplayscenes_memberprofile-sidebody{
  display:flex;
  flex-direction:column;
  gap:7px;

  width:100%;
  max-height:215px;
  padding:9px;

  overflow-x:hidden;
  overflow-y:auto;

  scrollbar-width:thin;
  scrollbar-color:#1674b5 var(--ips-bg-deep);
}

/* ==========================================================
   EINZELNE SZENE
   ========================================================== */

.inplayscenes_memberprofile-scenes{
  width:100%;
  min-width:0;
  margin:0;
  padding:9px 10px;

  color:var(--ips-text);
  background:rgba(2,13,24,.52);

  border:1px solid rgba(33,139,208,.10);
  border-left:2px solid rgba(33,139,208,.34);

  transition:
    background-color .2s ease,
    border-color .2s ease,
    transform .2s ease;
}

.inplayscenes_memberprofile-scenes:hover{
  background:rgba(8,43,69,.67);

  border-color:rgba(33,139,208,.25);
  border-left-color:var(--ips-accent);

  transform:translateX(2px);
}

.inplayscenes_memberprofile-scenehead{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:5px 10px;

  margin-bottom:5px;
}

.inplayscenes_memberprofile-scenedate{
  color:var(--ips-muted);

  font-family:Antonio,Arial,sans-serif;
  font-size:10px;
  font-weight:700;
  line-height:1.4;

  letter-spacing:.7px;
  text-transform:uppercase;
}

.inplayscenes_memberprofile-status{
  font-family:Antonio,Arial,sans-serif;
  font-size:10px;
  font-weight:700;
  line-height:1.4;

  letter-spacing:.6px;
  text-transform:uppercase;
}

.inplayscenes_memberprofile-subject{
  display:block;

  min-width:0;

  color:var(--ips-accent-light);

  font-family:Antonio,Arial,sans-serif;
  font-size:12px;
  font-weight:700;
  line-height:1.45;

  letter-spacing:.5px;
  text-decoration:none;
  text-transform:uppercase;

  overflow-wrap:anywhere;
}

.inplayscenes_memberprofile-subject:hover{
  color:var(--ips-text-light);

  text-decoration:none;
}

.inplayscenes_memberprofile-subject:not([href]){
  color:var(--ips-text);
  cursor:default;
}

.inplayscenes_memberprofile-partners{
  margin-top:5px;

  color:var(--ips-muted);

  font-size:10px;
  line-height:1.55;

  overflow-wrap:anywhere;
}

.inplayscenes_memberprofile-partners:before{
  content:"Mitspieler: ";

  color:var(--ips-accent-light);

  font-family:Antonio,Arial,sans-serif;
  font-size:10px;
  font-weight:700;

  letter-spacing:.5px;
  text-transform:uppercase;
}

/* ==========================================================
   LEERE BEREICHE
   ========================================================== */

.inplayscenes_memberprofile-none{
  display:flex;
  align-items:center;
  justify-content:center;

  min-height:70px;
  padding:14px;

  color:var(--ips-muted);
  background:rgba(2,13,24,.42);

  border:1px dashed rgba(33,139,208,.22);

  font-size:11px;
  font-style:italic;
  line-height:1.55;

  text-align:center;
}

/* ==========================================================
   STATUSFARBEN
   ========================================================== */

.inplayscene_next_none{
  color:var(--ips-danger);
}

.inplayscene_next_you{
  color:var(--ips-success);
}

/* ==========================================================
   RESPONSIVE PROFILANSICHT
   ========================================================== */

@media screen and (max-width:850px){

  .inplayscenes_memberprofile{
    grid-template-columns:1fr;
  }

  .inplayscenes_memberprofile-mainplays{
    max-height:520px;
  }

  .inplayscenes_memberprofile-sideplays{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media screen and (max-width:600px){

  .inplayscenes_memberprofile{
    padding:10px;
  }

  .inplayscenes-profile-head{
    align-items:flex-start;
    flex-direction:column;
    gap:3px;
  }

  .inplayscenes-profile-head:after{
    display:none;
  }

  .inplayscenes_memberprofile-sideplays{
    grid-template-columns:1fr;
  }

  .inplayscenes_memberprofile-scenehead{
    align-items:flex-start;
    flex-direction:column;
  }
}

/* ==========================================================
   SZENENÜBERSICHT UND FILTER
   ========================================================== */

.inplayscenes-overview-filter-card{
  width:auto;
  margin:16px;

  overflow:hidden;

  color:var(--ips-text);

  background:
    linear-gradient(
      145deg,
      rgba(8,43,69,.55),
      rgba(2,13,24,.86)
    );

  border:1px solid rgba(33,139,208,.20);
  border-left:3px solid #1674b5;

  box-shadow:0 10px 23px rgba(0,0,0,.19);
}

.inplayscenes-overview-filter-head{
  position:relative;

  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;

  min-height:51px;
  padding:11px 14px;

  color:var(--ips-accent-light);

  background:
    linear-gradient(
      90deg,
      rgba(33,139,208,.12),
      transparent 70%
    ),
    var(--ips-bg-deep);

  border-bottom:1px solid rgba(33,139,208,.20);

  font-family:Antonio,Arial,sans-serif;
  font-size:15px;
  font-weight:700;
  line-height:1.35;

  letter-spacing:1px;
  text-transform:uppercase;
}

.inplayscenes-overview-filter-head:before{
  content:"";

  position:absolute;
  bottom:-1px;
  left:14px;

  width:65px;
  height:2px;

  background:var(--ips-accent);
}

.inplayscenes-overview-filter-head:after{
  content:"FILTER";

  color:rgba(117,208,255,.13);

  font-size:10px;
  letter-spacing:1.5px;
}

.inplayscenes-overview-filter-form{
  width:100%;
  margin:0;
}

.inplayscenes_overview-filter-table{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;

  width:100%;
  margin:0;
  padding:15px;

  background:
    repeating-linear-gradient(
      45deg,
      transparent 0,
      transparent 12px,
      rgba(33,139,208,.012) 12px,
      rgba(33,139,208,.012) 13px
    );
}

.inplayscenes_overview-filter-row{
  display:flex;
  flex-direction:column;

  width:100%;
  min-width:0;

  overflow:hidden;

  background:rgba(2,13,24,.45);

  border:1px solid rgba(33,139,208,.13);
  border-left:2px solid rgba(33,139,208,.38);
}

.inplayscenes-overview-filter-label{
  display:flex;
  align-items:center;

  min-height:40px;
  padding:8px 10px;

  color:var(--ips-accent-light);
  background:
    linear-gradient(
      90deg,
      rgba(33,139,208,.10),
      transparent 72%
    ),
    var(--ips-bg-deep);

  border-bottom:1px solid rgba(33,139,208,.15);

  font-family:Antonio,Arial,sans-serif;
  font-size:11px;
  font-weight:700;
  line-height:1.4;

  letter-spacing:.8px;
  text-transform:uppercase;
}

.inplayscenes_overview-filter-input{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;

  width:100%;
  min-width:0;
  margin:0;
  padding:10px;

  text-align:left;
}

.inplayscenes_overview-filter-input > input:only-child,
.inplayscenes_overview-filter-input > .select2-container:only-child{
  grid-column:1 / -1;
}

.inplayscenes_overview-filter-input select,
.inplayscenes_overview-filter-input input{
  width:100%;
  min-width:0;
}

.inplayscenes_overview-button{
  display:flex;
  justify-content:flex-end;

  width:100%;
  margin:0;
  padding:12px 15px;

  background:rgba(2,13,24,.65);

  border-top:1px solid rgba(33,139,208,.13);

  text-align:right;
}

/* ==========================================================
   SZENENZÄHLER
   ========================================================== */

.inplayscenes-overview-counter{
  position:relative;

  display:flex;
  align-items:center;
  justify-content:center;

  min-height:50px;
  padding:10px 15px;

  color:var(--ips-accent-light);

  background:
    linear-gradient(
      90deg,
      rgba(33,139,208,.10),
      transparent 50%,
      rgba(33,139,208,.06)
    ),
    var(--ips-bg-deep);

  border-top:1px solid rgba(33,139,208,.17);
  border-bottom:1px solid rgba(33,139,208,.20);

  font-family:Antonio,Arial,sans-serif;
  font-size:14px;
  font-weight:700;
  line-height:1.4;

  letter-spacing:1px;
  text-align:center;
  text-transform:uppercase;
}

.inplayscenes-overview-counter:after{
  content:"";

  position:absolute;
  bottom:-1px;
  left:50%;

  width:80px;
  height:2px;

  background:var(--ips-accent);

  transform:translateX(-50%);
}

/* ==========================================================
   SORTIERUNG
   ========================================================== */

.inplayscenes-overview-sort-card{
  width:auto;
  margin:15px 16px 0;

  overflow:hidden;

  background:
    linear-gradient(
      145deg,
      rgba(8,43,69,.48),
      rgba(2,13,24,.79)
    );

  border:1px solid rgba(33,139,208,.17);
  border-left:3px solid #1674b5;
}

.inplayscenes-overview-sort-form{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:13px;
  align-items:center;

  width:100%;
  margin:0;
  padding:12px;
}

.inplayscenes-overview-sort-title{
  color:var(--ips-accent-light);

  font-family:Antonio,Arial,sans-serif;
  font-size:11px;
  font-weight:700;
  line-height:1.4;

  letter-spacing:.9px;
  text-transform:uppercase;
}

.inplayscenes_overview-sort{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:flex-end;
  gap:8px;

  min-width:0;
  margin:0;

  text-align:right;
}

.inplayscenes_overview-sort select{
  width:auto;
  min-width:170px;
}

/* ==========================================================
   SZENENLISTE
   ========================================================== */

.inplayscenes_overview-scene-table{
  display:flex;
  flex-direction:column;
  gap:11px;

  width:100%;
  padding:16px;

  background:
    repeating-linear-gradient(
      45deg,
      transparent 0,
      transparent 12px,
      rgba(33,139,208,.012) 12px,
      rgba(33,139,208,.012) 13px
    );
}

.inplayscenes_overview-scene-row{
  display:grid;
  grid-template-columns:125px minmax(0,1fr) 185px;
  gap:0;
  align-items:stretch;

  width:100%;
  min-width:0;
  padding:0;

  overflow:hidden;

  color:var(--ips-text);

  background:
    linear-gradient(
      145deg,
      rgba(8,43,69,.55),
      rgba(2,13,24,.87)
    );

  border:1px solid rgba(33,139,208,.19);
  border-left:3px solid #1674b5;

  box-shadow:0 9px 21px rgba(0,0,0,.18);

  transition:
    border-color .2s ease,
    box-shadow .2s ease,
    transform .2s ease;
}

.inplayscenes_overview-scene-row:hover{
  border-color:rgba(33,139,208,.35);

  box-shadow:0 13px 27px rgba(0,0,0,.25);

  transform:translateY(-1px);
}

.inplayscenes_overview-scene-column{
  min-width:0;
  padding:12px;

  overflow-wrap:anywhere;
}

.inplayscenes-overview-scene-type{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;

  text-align:center;

  background:
    linear-gradient(
      145deg,
      rgba(8,43,69,.65),
      rgba(2,13,24,.88)
    );

  border-right:1px solid rgba(33,139,208,.16);
}

.inplayscenes-overview-scene-type-label{
  color:var(--ips-muted);

  font-family:Antonio,Arial,sans-serif;
  font-size:10px;
  font-weight:700;
  line-height:1.4;

  letter-spacing:1px;
  text-transform:uppercase;
}

.inplayscenes-overview-scene-badges{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:5px;

  width:100%;

  color:var(--ips-accent-light);

  font-family:Antonio,Arial,sans-serif;
  font-size:10px;
  font-weight:700;
  line-height:1.45;

  letter-spacing:.5px;
  text-transform:uppercase;
}

.inplayscenes-overview-scene-main{
  padding:0;
}

.inplayscenes-overview-scene-head{
  position:relative;

  min-height:50px;
  padding:11px 13px;

  background:
    linear-gradient(
      90deg,
      rgba(33,139,208,.12),
      transparent 72%
    ),
    var(--ips-bg-deep);

  border-bottom:1px solid rgba(33,139,208,.18);
}

.inplayscenes-overview-scene-head:after{
  content:"";

  position:absolute;
  bottom:-1px;
  left:13px;

  width:58px;
  height:2px;

  background:var(--ips-accent);
}

.inplayscenes-overview-subject{
  display:block;

  min-width:0;

  color:var(--ips-accent-light);

  font-family:Antonio,Arial,sans-serif;
  font-size:15px;
  font-weight:700;
  line-height:1.4;

  letter-spacing:.8px;
  text-decoration:none;
  text-transform:uppercase;

  overflow-wrap:anywhere;
}

.inplayscenes-overview-subject:hover{
  color:var(--ips-text-light);

  text-decoration:none;
}

.inplayscenes-overview-subject:not([href]){
  color:var(--ips-text);
  cursor:default;
}

.inplayscenes-overview-scene-details{
  display:grid;
  gap:6px;

  padding:11px 13px;
}

.inplayscenes-overview-detail-row{
  display:grid;
  grid-template-columns:minmax(110px,auto) minmax(0,1fr);
  gap:9px;

  min-width:0;
  padding:5px 0;

  border-bottom:1px solid rgba(33,139,208,.07);
}

.inplayscenes-overview-detail-row:last-child{
  border-bottom:0;
}

.inplayscenes-overview-detail-label{
  color:var(--ips-muted);

  font-family:Antonio,Arial,sans-serif;
  font-size:10px;
  font-weight:700;
  line-height:1.5;

  letter-spacing:.6px;
  text-transform:uppercase;
}

.inplayscenes-overview-detail-value{
  min-width:0;

  color:var(--ips-text);

  font-size:11px;
  line-height:1.55;

  overflow-wrap:anywhere;
}

/* ==========================================================
   LETZTER BEITRAG
   ========================================================== */

.inplayscenes-overview-lastpost{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:5px;

  padding:12px;

  background:rgba(2,13,24,.52);

  border-left:1px solid rgba(33,139,208,.14);

  text-align:center;
}

.inplayscenes-overview-lastpost-label{
  color:var(--ips-muted);

  font-family:Antonio,Arial,sans-serif;
  font-size:10px;
  font-weight:700;

  letter-spacing:.8px;
  text-transform:uppercase;
}

.inplayscenes-overview-lastpost-link{
  color:var(--ips-accent-light);

  font-family:Antonio,Arial,sans-serif;
  font-size:11px;
  font-weight:700;

  letter-spacing:.5px;
  text-decoration:none;
  text-transform:uppercase;
}

.inplayscenes-overview-lastpost-link:hover{
  color:var(--ips-text-light);
}

.inplayscenes-overview-lastpost-date{
  color:var(--ips-muted);

  font-size:10px;
  line-height:1.45;
}

.inplayscenes-overview-lastposter{
  color:var(--ips-text);

  font-size:11px;
  line-height:1.45;
}

/* ==========================================================
   LEERE SZENENÜBERSICHT
   ========================================================== */

.inplayscenes_overview-none{
  display:flex;
  align-items:center;
  justify-content:center;

  min-height:100px;
  margin:0;
  padding:20px;

  color:var(--ips-muted);
  background:rgba(2,13,24,.43);

  border:1px dashed rgba(33,139,208,.25);

  font-size:12px;
  line-height:1.6;

  text-align:center;
}

/* ==========================================================
   SEITENNAVIGATION
   ========================================================== */

.inplayscenes-overview-pagination{
  width:100%;
  padding:13px 16px 16px;

  background:rgba(2,13,24,.36);

  text-align:center;
}

.inplayscenes-overview-pagination:empty{
  display:none;
}

/* ==========================================================
   SELECT2 – EINZELAUSWAHL
   ========================================================== */

.inplayscenes_overview-filter-input .select2-container{
  width:100% !important;
}

.inplayscenes_overview-filter-input .select2-container .select2-choice{
  min-height:41px;
  padding:6px 10px;

  color:var(--ips-text-light);
  background:var(--ips-bg-deep);

  border:1px solid rgba(33,139,208,.25);
  border-radius:0;

  font-family:Arial,sans-serif;
  font-size:12px;
  line-height:27px;
}

.inplayscenes_overview-filter-input .select2-container .select2-choice .select2-arrow{
  background:var(--ips-panel-soft);

  border-left:1px solid rgba(33,139,208,.20);
  border-radius:0;
}

.inplayscenes_overview-filter-input .select2-container-active .select2-choice{
  border-color:var(--ips-accent);

  box-shadow:0 0 0 1px rgba(33,139,208,.18);
}

.select2-drop{
  color:#c4d8e4 !important;
  background:#020d18 !important;

  border:1px solid rgba(33,139,208,.30) !important;
  border-radius:0 !important;
}

.select2-results{
  font-size:12px;
}

.select2-results .select2-highlighted{
  color:#e1f1fa !important;
  background:#0b3150 !important;
}

.select2-search input{
  color:#e1f1fa !important;
  background:#010914 !important;

  border:1px solid rgba(33,139,208,.28) !important;

  font-size:12px !important;
}

/* ==========================================================
   RESPONSIVE SZENENÜBERSICHT
   ========================================================== */

@media screen and (max-width:900px){

  .inplayscenes_overview-scene-row{
    grid-template-columns:105px minmax(0,1fr);
  }

  .inplayscenes-overview-lastpost{
    grid-column:1 / -1;

    flex-direction:row;
    flex-wrap:wrap;
    gap:6px 12px;

    border-top:1px solid rgba(33,139,208,.13);
    border-left:0;
  }
}

@media screen and (max-width:700px){

  .inplayscenes_overview-filter-table{
    grid-template-columns:1fr;
  }

  .inplayscenes-overview-sort-form{
    grid-template-columns:1fr;
  }

  .inplayscenes_overview-sort{
    justify-content:flex-start;

    text-align:left;
  }
}

@media screen and (max-width:550px){

  .inplayscenes-overview-filter-card,
  .inplayscenes-overview-sort-card{
    margin-left:11px;
    margin-right:11px;
  }

  .inplayscenes_overview-filter-input{
    grid-template-columns:1fr;
  }

  .inplayscenes_overview-filter-input > input,
  .inplayscenes_overview-filter-input > select,
  .inplayscenes_overview-filter-input > .select2-container{
    grid-column:auto;
  }

  .inplayscenes_overview-button{
    justify-content:stretch;
  }

  .inplayscenes_overview-button .button{
    width:100%;
  }

  .inplayscenes_overview-scene-table{
    padding:11px;
  }

  .inplayscenes_overview-scene-row{
    grid-template-columns:1fr;
  }

  .inplayscenes-overview-scene-type{
    align-items:flex-start;

    border-right:0;
    border-bottom:1px solid rgba(33,139,208,.15);

    text-align:left;
  }

  .inplayscenes-overview-scene-badges{
    align-items:flex-start;
  }

  .inplayscenes-overview-detail-row{
    grid-template-columns:1fr;
    gap:2px;
  }

  .inplayscenes_overview-sort select,
  .inplayscenes_overview-sort .button{
    width:100%;
  }

  .inplayscenes-overview-lastpost{
    align-items:flex-start;
    flex-direction:column;

    text-align:left;
  }
}

/* ==========================================================
   POSTBIT UND ERINNERUNGEN
   ========================================================== */

/* ==========================================================
   SZENENDATEN IM POSTBIT
   ========================================================== */

.inplayscenes-postbit{
  width:100%;
  min-width:0;
  margin:0 0 12px;

  overflow:hidden;

  color:var(--ips-text);

  background:
    linear-gradient(
      145deg,
      rgba(8,43,69,.50),
      rgba(2,13,24,.82)
    );

  border:1px solid rgba(33,139,208,.18);
  border-left:3px solid #1674b5;

  box-shadow:0 8px 19px rgba(0,0,0,.17);

  text-align:left;
}

.inplayscenes-postbit,
.inplayscenes-postbit *,
.inplayscenes-postbit *:before,
.inplayscenes-postbit *:after{
  box-sizing:border-box;
}

.inplayscenes-postbit-head{
  position:relative;

  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:2px;

  min-height:50px;
  padding:10px 13px;

  background:
    linear-gradient(
      90deg,
      rgba(33,139,208,.12),
      transparent 72%
    ),
    var(--ips-bg-deep);

  border-bottom:1px solid rgba(33,139,208,.19);
}

.inplayscenes-postbit-head:after{
  content:"";

  position:absolute;
  bottom:-1px;
  left:13px;

  width:58px;
  height:2px;

  background:var(--ips-accent);
}

.inplayscenes-postbit-kicker{
  color:var(--ips-muted);

  font-family:Antonio,Arial,sans-serif;
  font-size:10px;
  font-weight:700;
  line-height:1.3;

  letter-spacing:1px;
  text-transform:uppercase;
}

.inplayscenes-postbit-title{
  min-width:0;

  color:var(--ips-accent-light);

  font-family:Antonio,Arial,sans-serif;
  font-size:14px;
  font-weight:700;
  line-height:1.4;

  letter-spacing:.7px;
  text-transform:uppercase;

  overflow-wrap:anywhere;
}

.inplayscenes-postbit-body{
  display:grid;
  gap:1px;

  width:100%;

  background:rgba(33,139,208,.08);
}

.inplayscenes-postbit-row{
  display:grid;
  grid-template-columns:minmax(120px,30%) minmax(0,1fr);
  gap:10px;
  align-items:start;

  width:100%;
  min-width:0;
  padding:8px 10px;

  background:rgba(2,13,24,.58);
}

.inplayscenes-postbit-label{
  color:var(--ips-muted);

  font-family:Antonio,Arial,sans-serif;
  font-size:10px;
  font-weight:700;
  line-height:1.45;

  letter-spacing:.6px;
  text-transform:uppercase;
}

.inplayscenes-postbit-value{
  min-width:0;

  color:var(--ips-text);

  font-size:11px;
  line-height:1.5;

  overflow-wrap:anywhere;
}

.inplayscenes-postbit-extra{
  padding:8px 10px;

  color:var(--ips-text);
  background:rgba(2,13,24,.58);

  font-size:11px;
  line-height:1.55;
}

/* ==========================================================
   PDF-LINK
   ========================================================== */

.inplayscenes-postbit-pdf{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  min-height:30px;
  padding:5px 9px;

  color:var(--ips-accent-light);
  background:var(--ips-bg-deep);

  border:1px solid rgba(33,139,208,.25);

  font-family:Antonio,Arial,sans-serif;
  font-size:10px;
  font-weight:700;
  line-height:1.3;

  letter-spacing:.7px;
  text-align:center;
  text-decoration:none;
  text-transform:uppercase;

  transition:
    color .2s ease,
    background-color .2s ease,
    border-color .2s ease;
}

.inplayscenes-postbit-pdf:hover{
  color:var(--ips-text-light);
  background:var(--ips-panel-light);

  border-color:var(--ips-accent);

  text-decoration:none;
}

/* ==========================================================
   POSTING-ERINNERUNG – BESCHREIBUNG
   ========================================================== */

.inplayscenes-postingreminder-intro{
  width:auto;
  margin:16px;

  overflow:hidden;

  color:var(--ips-text);

  background:
    linear-gradient(
      145deg,
      rgba(8,43,69,.53),
      rgba(2,13,24,.84)
    );

  border:1px solid rgba(33,139,208,.19);
  border-left:3px solid #1674b5;

  box-shadow:0 9px 21px rgba(0,0,0,.18);
}

.inplayscenes-postingreminder-intro-head{
  position:relative;

  display:flex;
  align-items:center;

  min-height:48px;
  padding:10px 13px;

  color:var(--ips-accent-light);

  background:
    linear-gradient(
      90deg,
      rgba(33,139,208,.12),
      transparent 72%
    ),
    var(--ips-bg-deep);

  border-bottom:1px solid rgba(33,139,208,.19);

  font-family:Antonio,Arial,sans-serif;
  font-size:13px;
  font-weight:700;
  line-height:1.4;

  letter-spacing:.9px;
  text-transform:uppercase;
}

.inplayscenes-postingreminder-intro-head:after{
  content:"";

  position:absolute;
  bottom:-1px;
  left:13px;

  width:60px;
  height:2px;

  background:var(--ips-accent);
}

.inplayscenes_postingreminder-desc{
  padding:14px 16px;

  color:var(--ips-text);

  font-size:12px;
  line-height:1.75;

  text-align:justify;
}

/* ==========================================================
   POSTING-ERINNERUNG – LISTENBEREICH
   ========================================================== */

.inplayscenes-postingreminder-content{
  display:flex;
  flex-direction:column;
  gap:14px;

  width:100%;
  padding:0 16px 16px;
}

.inplayscenes-postingreminder-group{
  width:100%;
  min-width:0;

  overflow:hidden;

  background:
    linear-gradient(
      145deg,
      rgba(8,43,69,.52),
      rgba(2,13,24,.85)
    );

  border:1px solid rgba(33,139,208,.18);
  border-left:3px solid #1674b5;

  box-shadow:0 9px 21px rgba(0,0,0,.18);
}

.inplayscenes-postingreminder-group-head{
  position:relative;

  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;

  min-height:48px;
  padding:10px 13px;

  color:var(--ips-accent-light);

  background:
    linear-gradient(
      90deg,
      rgba(33,139,208,.12),
      transparent 72%
    ),
    var(--ips-bg-deep);

  border-bottom:1px solid rgba(33,139,208,.19);

  font-family:Antonio,Arial,sans-serif;
  font-size:13px;
  font-weight:700;
  line-height:1.4;

  letter-spacing:.9px;
  text-transform:uppercase;
}

.inplayscenes-postingreminder-group-head:before{
  content:"";

  position:absolute;
  bottom:-1px;
  left:13px;

  width:60px;
  height:2px;

  background:var(--ips-accent);
}

.inplayscenes-postingreminder-group-head:after{
  content:"POSTING REMINDER";

  color:rgba(117,208,255,.13);

  font-size:10px;
  letter-spacing:1.4px;
}

/* ==========================================================
   ERINNERUNGSSZENEN
   ========================================================== */

.inplayscenes_postingreminder-scene-table{
  display:flex;
  flex-direction:column;
  gap:9px;

  width:100%;
  padding:11px;
}

.inplayscenes_postingreminder-scene-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) 185px;
  gap:0;
  align-items:stretch;

  width:100%;
  min-width:0;
  padding:0;

  overflow:hidden;

  color:var(--ips-text);
  background:rgba(2,13,24,.51);

  border:1px solid rgba(33,139,208,.13);
  border-left:2px solid rgba(33,139,208,.39);

  transition:
    background-color .2s ease,
    border-color .2s ease,
    transform .2s ease;
}

.inplayscenes_postingreminder-scene-row:hover{
  background:rgba(8,43,69,.59);

  border-color:rgba(33,139,208,.28);
  border-left-color:var(--ips-accent);

  transform:translateY(-1px);
}

.inplayscenes_postingreminder-scene-column{
  min-width:0;
  padding:0;

  overflow-wrap:anywhere;
}

.inplayscenes-postingreminder-scene-main{
  min-width:0;
}

.inplayscenes-postingreminder-scene-head{
  position:relative;

  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:7px;

  min-height:49px;
  padding:10px 12px;

  background:
    linear-gradient(
      90deg,
      rgba(33,139,208,.11),
      transparent 72%
    ),
    var(--ips-bg-deep);

  border-bottom:1px solid rgba(33,139,208,.17);
}

.inplayscenes-postingreminder-scene-head:after{
  content:"";

  position:absolute;
  bottom:-1px;
  left:12px;

  width:55px;
  height:2px;

  background:var(--ips-accent);
}

.inplayscenes-postingreminder-area{
  display:inline-flex;
  align-items:center;

  color:var(--ips-muted);

  font-family:Antonio,Arial,sans-serif;
  font-size:10px;
  font-weight:700;
  line-height:1.35;

  letter-spacing:.6px;
  text-transform:uppercase;
}

.inplayscenes-postingreminder-subject{
  min-width:0;

  color:var(--ips-accent-light);

  font-family:Antonio,Arial,sans-serif;
  font-size:14px;
  font-weight:700;
  line-height:1.4;

  letter-spacing:.7px;
  text-decoration:none;
  text-transform:uppercase;

  overflow-wrap:anywhere;
}

.inplayscenes-postingreminder-subject:hover{
  color:var(--ips-text-light);

  text-decoration:none;
}

.inplayscenes-postingreminder-details{
  display:grid;
  gap:1px;

  background:rgba(33,139,208,.07);
}

.inplayscenes-postingreminder-detail-row{
  display:grid;
  grid-template-columns:minmax(110px,auto) minmax(0,1fr);
  gap:9px;

  min-width:0;
  padding:7px 11px;

  background:rgba(2,13,24,.55);
}

.inplayscenes-postingreminder-detail-label{
  color:var(--ips-muted);

  font-family:Antonio,Arial,sans-serif;
  font-size:10px;
  font-weight:700;
  line-height:1.5;

  letter-spacing:.6px;
  text-transform:uppercase;
}

.inplayscenes-postingreminder-detail-value{
  min-width:0;

  color:var(--ips-text);

  font-size:11px;
  line-height:1.55;

  overflow-wrap:anywhere;
}

/* ==========================================================
   LETZTER BEITRAG DER ERINNERUNG
   ========================================================== */

.inplayscenes-postingreminder-lastpost{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:5px;

  padding:11px;

  background:rgba(2,13,24,.66);

  border-left:1px solid rgba(33,139,208,.14);

  text-align:center;
}

.inplayscenes-postingreminder-lastpost-label{
  color:var(--ips-muted);

  font-family:Antonio,Arial,sans-serif;
  font-size:10px;
  font-weight:700;
  line-height:1.4;

  letter-spacing:.7px;
  text-transform:uppercase;
}

.inplayscenes-postingreminder-lastpost-link{
  color:var(--ips-accent-light);

  font-family:Antonio,Arial,sans-serif;
  font-size:11px;
  font-weight:700;
  line-height:1.4;

  letter-spacing:.5px;
  text-decoration:none;
  text-transform:uppercase;
}

.inplayscenes-postingreminder-lastpost-link:hover{
  color:var(--ips-text-light);

  text-decoration:none;
}

.inplayscenes-postingreminder-lastpost-date{
  color:var(--ips-muted);

  font-size:10px;
  line-height:1.45;
}

.inplayscenes-postingreminder-lastposter{
  color:var(--ips-text);

  font-size:11px;
  line-height:1.45;
}

/* ==========================================================
   KEINE ERINNERUNGEN
   ========================================================== */

.inplayscenes_postingreminder-none{
  display:flex;
  align-items:center;
  justify-content:center;

  min-height:95px;
  margin:0;
  padding:18px;

  color:var(--ips-muted);
  background:rgba(2,13,24,.45);

  border:1px dashed rgba(33,139,208,.25);

  font-size:12px;
  line-height:1.6;

  text-align:center;
}

/* ==========================================================
   ERINNERUNGSBANNER
   ========================================================== */

.inplayscenes-postingreminder-banner{
  position:relative;

  width:100%;
  margin:0 0 14px;

  overflow:hidden;

  background:
    linear-gradient(
      90deg,
      rgba(224,178,109,.11),
      transparent 75%
    ),
    var(--ips-panel);

  border:1px solid rgba(224,178,109,.31);
  border-left:4px solid var(--ips-warning);

  box-shadow:0 8px 20px rgba(0,0,0,.17);
}

.inplayscenes-postingreminder-banner a{
  display:block;

  width:100%;
  padding:12px 14px;

  color:var(--ips-text);

  font-size:12px;
  font-weight:700;
  line-height:1.55;

  text-decoration:none;
}

.inplayscenes-postingreminder-banner a:before{
  content:"POSTING-ERINNERUNG";

  display:inline-flex;
  align-items:center;

  margin-right:10px;
  padding:3px 6px;

  color:#211707;
  background:var(--ips-warning);

  font-family:Antonio,Arial,sans-serif;
  font-size:10px;
  font-weight:700;
  line-height:1.3;

  letter-spacing:.7px;
  text-transform:uppercase;
}

.inplayscenes-postingreminder-banner a:hover{
  color:var(--ips-text-light);

  background:rgba(224,178,109,.05);
}

/* ==========================================================
   RESPONSIVE POSTBIT UND ERINNERUNGEN
   ========================================================== */

@media screen and (max-width:700px){

  .inplayscenes_postingreminder-scene-row{
    grid-template-columns:1fr;
  }

  .inplayscenes-postingreminder-lastpost{
    align-items:flex-start;

    border-top:1px solid rgba(33,139,208,.13);
    border-left:0;

    text-align:left;
  }
}

@media screen and (max-width:550px){

  .inplayscenes-postbit-row,
  .inplayscenes-postingreminder-detail-row{
    grid-template-columns:1fr;
    gap:2px;
  }

  .inplayscenes-postingreminder-intro{
    margin-left:11px;
    margin-right:11px;
  }

  .inplayscenes-postingreminder-content{
    padding-left:11px;
    padding-right:11px;
  }

  .inplayscenes-postingreminder-group-head{
    align-items:flex-start;
    flex-direction:column;
    gap:2px;
  }

  .inplayscenes-postingreminder-group-head:after{
    display:none;
  }

  .inplayscenes-postingreminder-banner a:before{
    display:block;

    width:max-content;
    margin:0 0 6px;
  }
}

/* ==========================================================
   SHOWTHREAD
   ========================================================== */

.inplayscenes-showthread-row > td{
  padding:12px !important;

  color:var(--ips-text);
  background:transparent !important;

  border:0 !important;
}

/* ==========================================================
   SZENENKARTE
   ========================================================== */

.inplayscenes_showthread{
  width:100%;
  min-width:0;

  overflow:hidden;

  color:var(--ips-text);

  background:
    linear-gradient(
      145deg,
      rgba(8,43,69,.50),
      rgba(2,13,24,.84)
    );

  border:1px solid rgba(33,139,208,.18);
  border-left:3px solid #1674b5;

  box-shadow:0 9px 21px rgba(0,0,0,.18);
}

.inplayscenes_showthread,
.inplayscenes_showthread *,
.inplayscenes_showthread *:before,
.inplayscenes_showthread *:after{
  box-sizing:border-box;
}

/* ==========================================================
   KOPFBEREICH
   ========================================================== */

.inplayscenes-showthread-head{
  position:relative;

  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;

  min-height:51px;
  padding:11px 14px;

  color:var(--ips-accent-light);

  background:
    linear-gradient(
      90deg,
      rgba(33,139,208,.12),
      transparent 72%
    ),
    var(--ips-bg-deep);

  border-bottom:1px solid rgba(33,139,208,.20);

  font-family:Antonio,Arial,sans-serif;
  font-size:14px;
  font-weight:700;
  line-height:1.4;

  letter-spacing:1px;
  text-transform:uppercase;
}

.inplayscenes-showthread-head:before{
  content:"";

  position:absolute;
  bottom:-1px;
  left:14px;

  width:62px;
  height:2px;

  background:var(--ips-accent);
}

.inplayscenes-showthread-head:after{
  content:"SCENE INFORMATION";

  color:rgba(117,208,255,.13);

  font-size:10px;
  letter-spacing:1.4px;
}

/* ==========================================================
   DATENBEREICH
   ========================================================== */

.inplayscenes-showthread-body{
  display:grid;
  gap:1px;

  width:100%;

  background:rgba(33,139,208,.08);
}

.inplayscenes_showthread-bit{
  display:grid;
  grid-template-columns:minmax(155px,25%) minmax(0,1fr);
  gap:12px;
  align-items:start;

  width:100%;
  min-width:0;
  padding:9px 11px;

  background:rgba(2,13,24,.58);

  border:0;
  border-bottom:0;
}

.inplayscenes_showthread-bit:hover{
  background:rgba(8,43,69,.52);
}

.inplayscenes_showthread-label{
  width:auto;
  min-width:0;

  color:var(--ips-muted);

  font-family:Antonio,Arial,sans-serif;
  font-size:10px;
  font-weight:700;
  line-height:1.5;

  letter-spacing:.7px;
  text-transform:uppercase;
}

.inplayscenes_showthread-value{
  min-width:0;

  color:var(--ips-text);

  font-size:11px;
  line-height:1.55;

  overflow-wrap:anywhere;
}

.inplayscenes_showthread-value a{
  text-decoration:none;
}

.inplayscenes_showthread-value a:hover{
  filter:brightness(1.25);
}

/* ==========================================================
   TRIGGERWARNUNG UND ZUSATZFELDER
   ========================================================== */

.inplayscenes-showthread-extra{
  display:contents;
}

.inplayscenes-showthread-extra:empty{
  display:none;
}

.inplayscenes-showthread-extra .red_alert,
.inplayscenes-showthread-extra .error,
.inplayscenes-showthread-extra .pm_alert{
  margin:9px 11px;
  padding:10px 12px;

  color:var(--ips-text);
  background:rgba(212,127,135,.08);

  border:1px solid rgba(212,127,135,.25);
  border-left:3px solid var(--ips-danger);

  font-size:11px;
  line-height:1.6;
}

/* ==========================================================
   AKTIONSBUTTONS IM THREAD
   ========================================================== */

.inplayscenes-showthread-action{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;

  min-height:35px;
  margin:0 5px 5px 0;
  padding:7px 11px !important;

  color:var(--ips-accent-light) !important;
  background:var(--ips-bg-deep) !important;

  border:1px solid rgba(33,139,208,.28) !important;
  border-radius:0 !important;

  font-family:Antonio,Arial,sans-serif !important;
  font-size:10px !important;
  font-weight:700 !important;
  line-height:1.3 !important;

  letter-spacing:.7px;
  text-align:center;
  text-decoration:none !important;
  text-transform:uppercase;

  box-shadow:none !important;

  cursor:pointer;

  transition:
    color .2s ease,
    background-color .2s ease,
    border-color .2s ease,
    transform .2s ease;
}

.inplayscenes-showthread-action:hover{
  color:var(--ips-text-light) !important;
  background:var(--ips-panel-light) !important;

  border-color:var(--ips-accent) !important;

  transform:translateY(-1px);
}

.inplayscenes-showthread-action-open{
  color:var(--ips-success) !important;

  border-color:rgba(116,197,163,.38) !important;
}

.inplayscenes-showthread-action-open:hover{
  color:#071711 !important;
  background:var(--ips-success) !important;

  border-color:var(--ips-success) !important;
}

.inplayscenes-showthread-action-edit{
  color:var(--ips-accent-light) !important;
}

.inplayscenes-showthread-action-pdf{
  color:var(--ips-warning) !important;

  border-color:rgba(224,178,109,.38) !important;
}

.inplayscenes-showthread-action-pdf:hover{
  color:#211707 !important;
  background:var(--ips-warning) !important;

  border-color:var(--ips-warning) !important;
}

.inplayscenes-showthread-action-relevant{
  color:var(--ips-muted) !important;
}

/* ==========================================================
   RESPONSIVE SHOWTHREAD
   ========================================================== */

@media screen and (max-width:600px){

  .inplayscenes-showthread-row > td{
    padding:8px !important;
  }

  .inplayscenes-showthread-head{
    align-items:flex-start;
    flex-direction:column;
    gap:2px;
  }

  .inplayscenes-showthread-head:after{
    display:none;
  }

  .inplayscenes_showthread-bit{
    grid-template-columns:1fr;
    gap:3px;
  }

  .inplayscenes-showthread-action{
    width:100%;
    margin-right:0;
  }
}

/* ==========================================================
   BENUTZERÜBERSICHT
   ========================================================== */

/* ==========================================================
   BENUTZEREINSTELLUNGEN
   ========================================================== */

.inplayscenes-usersettings-card{
  width:auto;
  margin:16px;

  overflow:hidden;

  color:var(--ips-text);

  background:
    linear-gradient(
      145deg,
      rgba(8,43,69,.54),
      rgba(2,13,24,.86)
    );

  border:1px solid rgba(33,139,208,.20);
  border-left:3px solid #1674b5;

  box-shadow:0 10px 23px rgba(0,0,0,.19);
}

.inplayscenes-usersettings-head{
  position:relative;

  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;

  min-height:51px;
  padding:11px 14px;

  color:var(--ips-accent-light);

  background:
    linear-gradient(
      90deg,
      rgba(33,139,208,.12),
      transparent 72%
    ),
    var(--ips-bg-deep);

  border-bottom:1px solid rgba(33,139,208,.20);

  font-family:Antonio,Arial,sans-serif;
  font-size:15px;
  font-weight:700;
  line-height:1.4;

  letter-spacing:1px;
  text-transform:uppercase;
}

.inplayscenes-usersettings-head:before{
  content:"";

  position:absolute;
  bottom:-1px;
  left:14px;

  width:65px;
  height:2px;

  background:var(--ips-accent);
}

.inplayscenes-usersettings-head:after{
  content:"USER SETTINGS";

  color:rgba(117,208,255,.13);

  font-size:10px;
  letter-spacing:1.4px;
}

.inplayscenes-usersettings-form{
  width:100%;
  margin:0;
}

.inplayscenes_user-settings{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;

  width:100%;
  padding:15px;

  background:
    repeating-linear-gradient(
      45deg,
      transparent 0,
      transparent 12px,
      rgba(33,139,208,.012) 12px,
      rgba(33,139,208,.012) 13px
    );

  text-align:left;
}

.inplayscenes_user-setting-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(145px,30%);
  gap:13px;
  align-items:center;

  width:100%;
  min-width:0;
  padding:11px;

  color:var(--ips-text);
  background:rgba(2,13,24,.48);

  border:1px solid rgba(33,139,208,.12);
  border-left:2px solid rgba(33,139,208,.38);
}

.inplayscenes_user-setting-row > *{
  min-width:0;
}

.inplayscenes-user-setting-title{
  display:block;

  color:var(--ips-accent-light);

  font-family:Antonio,Arial,sans-serif;
  font-size:11px;
  font-weight:700;
  line-height:1.4;

  letter-spacing:.8px;
  text-transform:uppercase;
}

.inplayscenes-user-setting-description{
  margin-top:4px;

  color:var(--ips-muted);

  font-size:10px;
  line-height:1.55;
}

.inplayscenes-user-setting-control{
  min-width:0;

  text-align:center;
}

.inplayscenes-user-setting-control input[type="number"]{
  max-width:130px;
  margin:0 auto;
}

/* Radiobuttons */

.inplayscenes-user-setting-control label{
  display:inline-flex;
  align-items:center;
  gap:5px;

  margin:3px 7px 3px 0;

  color:var(--ips-text);

  font-size:11px;
  line-height:1.45;

  cursor:pointer;
}

.inplayscenes-user-setting-control input[type="radio"],
.inplayscenes-user-setting-control input[type="checkbox"]{
  width:15px;
  height:15px;
  margin:0;

  accent-color:var(--ips-accent);
}

.inplayscenes_user-button{
  display:flex;
  grid-column:1 / -1;
  align-items:center;
  justify-content:space-between;
  gap:15px;

  width:100%;
  padding:12px;

  color:var(--ips-muted);
  background:rgba(2,13,24,.62);

  border:1px solid rgba(33,139,208,.12);
  border-left:2px solid rgba(33,139,208,.38);

  text-align:left;
}

.inplayscenes-user-settings-hint{
  min-width:0;

  color:var(--ips-muted);

  font-size:10px;
  line-height:1.55;
}

/* ==========================================================
   SZENENZUSAMMENFASSUNG
   ========================================================== */

.inplayscenes_user-scene-summary{
  width:auto;
  margin:16px;

  overflow:hidden;

  color:var(--ips-text);

  background:
    linear-gradient(
      145deg,
      rgba(8,43,69,.53),
      rgba(2,13,24,.86)
    );

  border:1px solid rgba(33,139,208,.20);
  border-left:3px solid #1674b5;

  box-shadow:0 10px 23px rgba(0,0,0,.19);
}

.inplayscenes-user-summary-head{
  position:relative;

  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;

  min-height:54px;
  padding:11px 14px;

  color:var(--ips-accent-light);

  background:
    linear-gradient(
      90deg,
      rgba(33,139,208,.12),
      transparent 72%
    ),
    var(--ips-bg-deep);

  border-bottom:1px solid rgba(33,139,208,.20);

  font-family:Antonio,Arial,sans-serif;
  font-size:16px;
  font-weight:700;
  line-height:1.4;

  letter-spacing:1px;
  text-transform:uppercase;
}

.inplayscenes-user-summary-head:before{
  content:"";

  position:absolute;
  bottom:-1px;
  left:14px;

  width:68px;
  height:2px;

  background:var(--ips-accent);
}

.inplayscenes-user-summary-head:after{
  content:"MY SCENES";

  color:rgba(117,208,255,.13);

  font-size:10px;
  letter-spacing:1.4px;
}

/* ==========================================================
   SORTIERUNG
   ========================================================== */

.inplayscenes_user-scene-sort{
  width:100%;
  padding:12px 14px;

  background:rgba(2,13,24,.57);

  border-bottom:1px solid rgba(33,139,208,.13);

  text-align:center;
}

.inplayscenes-user-sort-form{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:flex-end;
  gap:8px;

  width:100%;
  margin:0;
}

.inplayscenes-user-sort-title{
  margin-right:auto;

  color:var(--ips-muted);

  font-family:Antonio,Arial,sans-serif;
  font-size:11px;
  font-weight:700;
  line-height:1.4;

  letter-spacing:.8px;
  text-transform:uppercase;
}

.inplayscenes_user-scene-sort select{
  width:auto;
  min-width:165px;
}

/* ==========================================================
   CHARAKTERLISTE
   ========================================================== */

.inplayscenes-user-character-list{
  display:flex;
  flex-direction:column;
  gap:15px;

  width:100%;
  padding:15px;

  background:
    repeating-linear-gradient(
      45deg,
      transparent 0,
      transparent 12px,
      rgba(33,139,208,.012) 12px,
      rgba(33,139,208,.012) 13px
    );
}

.inplayscenes_user-character-scenes{
  width:100%;
  min-width:0;
  margin:0;

  overflow:hidden;

  color:var(--ips-text);

  background:
    linear-gradient(
      145deg,
      rgba(8,43,69,.49),
      rgba(2,13,24,.82)
    );

  border:1px solid rgba(33,139,208,.17);
  border-left:3px solid #1674b5;

  box-shadow:0 9px 21px rgba(0,0,0,.17);
}

/* ==========================================================
   CHARAKTERKOPF
   ========================================================== */

.inplayscenes_user-scene-header{
  width:100%;
}

.inplayscenes-user-character-head{
  position:relative;

  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;

  min-height:50px;
  padding:10px 13px;

  color:var(--ips-accent-light);

  background:
    linear-gradient(
      90deg,
      rgba(33,139,208,.12),
      transparent 72%
    ),
    var(--ips-bg-deep);

  border-bottom:1px solid rgba(33,139,208,.19);

  font-family:Antonio,Arial,sans-serif;
  font-size:14px;
  font-weight:700;
  line-height:1.4;

  letter-spacing:.8px;
  text-transform:uppercase;
}

.inplayscenes-user-character-head:before{
  content:"";

  position:absolute;
  bottom:-1px;
  left:13px;

  width:60px;
  height:2px;

  background:var(--ips-accent);
}

.inplayscenes-user-reminder-status{
  flex:0 0 auto;

  color:var(--ips-muted);

  font-family:Arial,sans-serif;
  font-size:10px;
  font-weight:400;
  line-height:1.45;

  letter-spacing:0;
  text-align:right;
  text-transform:none;
}

/* ==========================================================
   SZENENKATEGORIEN
   ========================================================== */

.inplayscenes_user-scene-category{
  width:100%;
  min-width:0;

  border-bottom:1px solid rgba(33,139,208,.13);
}

.inplayscenes_user-scene-category:last-child{
  border-bottom:0;
}

.inplayscenes-user-category-head{
  position:relative;

  display:flex;
  align-items:center;

  min-height:42px;
  padding:8px 11px;

  color:var(--ips-text-light);
  background:rgba(8,43,69,.49);

  border-bottom:1px solid rgba(33,139,208,.14);

  font-family:Antonio,Arial,sans-serif;
  font-size:11px;
  font-weight:700;
  line-height:1.4;

  letter-spacing:.8px;
  text-transform:uppercase;
}

.inplayscenes-user-category-head:after{
  content:"";

  position:absolute;
  bottom:-1px;
  left:11px;

  width:48px;
  height:2px;

  background:var(--ips-accent);
}

/* ==========================================================
   SZENENTABELLE
   ========================================================== */

.inplayscenes_user-scene-table{
  display:flex;
  flex-direction:column;
  gap:1px;

  width:100%;

  background:rgba(33,139,208,.07);

  border:0;
}

.inplayscenes_user-scene-row{
  display:grid;
  grid-template-columns:125px minmax(0,1fr) 180px;
  gap:0;
  align-items:stretch;

  width:100%;
  min-width:0;
  padding:0;

  color:var(--ips-text);
  background:rgba(2,13,24,.57);

  border:0;
  border-bottom:0;

  transition:background-color .2s ease;
}

.inplayscenes_user-scene-row:hover{
  background:rgba(8,43,69,.52);
}

.inplayscenes_user-scene-row:last-child{
  border-bottom:0;
}

.inplayscenes_user-scene-col{
  width:auto;
  min-width:0;
  padding:11px;

  overflow-wrap:anywhere;
}

/* Tabellenüberschrift */

.inplayscenes-user-scene-table-head{
  color:var(--ips-muted);
  background:var(--ips-bg-deep);
}

.inplayscenes-user-scene-table-head:hover{
  background:var(--ips-bg-deep);
}

.inplayscenes-user-scene-table-head .inplayscenes_user-scene-col{
  display:flex;
  align-items:center;

  min-height:40px;
  padding:8px 11px;

  border-right:1px solid rgba(33,139,208,.11);

  font-family:Antonio,Arial,sans-serif;
  font-size:10px;
  font-weight:700;
  line-height:1.4;

  letter-spacing:.7px;
  text-transform:uppercase;
}

.inplayscenes-user-scene-table-head .inplayscenes_user-scene-col:first-child,
.inplayscenes-user-scene-table-head .inplayscenes_user-scene-col:last-child{
  justify-content:center;

  text-align:center;
}

.inplayscenes-user-scene-table-head .inplayscenes_user-scene-col:last-child{
  border-right:0;
}

/* ==========================================================
   WER IST ALS NÄCHSTES DRAN?
   ========================================================== */

.inplayscenes-user-scene-next{
  display:flex;
  align-items:center;
  justify-content:center;

  background:rgba(2,13,24,.33);

  border-right:1px solid rgba(33,139,208,.11);

  text-align:center;
}

.inplayscenes-user-next-status{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  min-height:30px;
  padding:5px 8px;

  color:var(--ips-muted);
  background:var(--ips-bg-deep);

  border:1px solid rgba(33,139,208,.18);

  font-family:Antonio,Arial,sans-serif;
  font-size:10px;
  font-weight:700;
  line-height:1.4;

  letter-spacing:.6px;
  text-align:center;
  text-transform:uppercase;
}

/* ==========================================================
   SZENENINFORMATIONEN
   ========================================================== */

.inplayscenes-user-scene-info{
  min-width:0;
  padding:0;
}

.inplayscenes-user-scene-info-head{
  position:relative;

  min-height:48px;
  padding:10px 12px;

  background:
    linear-gradient(
      90deg,
      rgba(33,139,208,.10),
      transparent 75%
    ),
    rgba(1,9,20,.72);

  border-bottom:1px solid rgba(33,139,208,.13);
}

.inplayscenes-user-scene-info-head:after{
  content:"";

  position:absolute;
  bottom:-1px;
  left:12px;

  width:52px;
  height:2px;

  background:var(--ips-accent);
}

.inplayscenes-user-scene-subject{
  display:block;

  min-width:0;

  color:var(--ips-accent-light);

  font-family:Antonio,Arial,sans-serif;
  font-size:14px;
  font-weight:700;
  line-height:1.4;

  letter-spacing:.7px;
  text-decoration:none;
  text-transform:uppercase;

  overflow-wrap:anywhere;
}

.inplayscenes-user-scene-subject:hover{
  color:var(--ips-text-light);

  text-decoration:none;
}

.inplayscenes-user-scene-details{
  display:grid;
  gap:1px;

  width:100%;

  background:rgba(33,139,208,.06);
}

.inplayscenes-user-scene-detail{
  display:grid;
  grid-template-columns:minmax(115px,auto) minmax(0,1fr);
  gap:9px;

  min-width:0;
  padding:7px 11px;

  background:rgba(2,13,24,.46);
}

.inplayscenes-user-scene-detail-label{
  color:var(--ips-muted);

  font-family:Antonio,Arial,sans-serif;
  font-size:10px;
  font-weight:700;
  line-height:1.5;

  letter-spacing:.6px;
  text-transform:uppercase;
}

.inplayscenes-user-scene-detail-value{
  min-width:0;

  color:var(--ips-text);

  font-size:11px;
  line-height:1.55;

  overflow-wrap:anywhere;
}

.inplayscenes-user-scene-extra{
  padding:0 11px 8px;

  background:rgba(2,13,24,.46);
}

.inplayscenes-user-scene-extra:empty{
  display:none;
}

.inplayscenes-user-scene-extra .red_alert,
.inplayscenes-user-scene-extra .error,
.inplayscenes-user-scene-extra .pm_alert{
  margin:7px 0 0;
  padding:8px 10px;

  color:var(--ips-text);
  background:rgba(212,127,135,.08);

  border:1px solid rgba(212,127,135,.23);
  border-left:3px solid var(--ips-danger);

  font-size:10px;
  line-height:1.55;
}

/* ==========================================================
   LETZTER BEITRAG
   ========================================================== */

.inplayscenes-user-scene-last{
  display:flex;
  align-items:center;
  justify-content:center;

  padding:10px;

  background:rgba(2,13,24,.38);

  border-left:1px solid rgba(33,139,208,.11);

  text-align:center;
}

.inplayscenes-user-lastpost{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:4px;

  width:100%;
  min-width:0;
}

.inplayscenes-user-lastpost-label{
  color:var(--ips-muted);

  font-family:Antonio,Arial,sans-serif;
  font-size:10px;
  font-weight:700;
  line-height:1.4;

  letter-spacing:.7px;
  text-transform:uppercase;
}

.inplayscenes-user-lastpost-link{
  color:var(--ips-accent-light);

  font-family:Antonio,Arial,sans-serif;
  font-size:11px;
  font-weight:700;
  line-height:1.4;

  letter-spacing:.5px;
  text-decoration:none;
  text-transform:uppercase;
}

.inplayscenes-user-lastpost-link:hover{
  color:var(--ips-text-light);

  text-decoration:none;
}

.inplayscenes-user-lastpost-date{
  color:var(--ips-muted);

  font-size:10px;
  line-height:1.45;
}

.inplayscenes-user-lastposter{
  color:var(--ips-text);

  font-size:11px;
  line-height:1.45;
}

/* ==========================================================
   KEINE SZENEN
   ========================================================== */

.inplayscenes_user-scene-none{
  display:flex;
  align-items:center;
  justify-content:center;

  min-height:75px;
  margin:0;
  padding:16px;

  color:var(--ips-muted);
  background:rgba(2,13,24,.48);

  border:1px dashed rgba(33,139,208,.21);

  font-size:11px;
  line-height:1.55;

  text-align:center;
}

/* ==========================================================
   RESPONSIVE BENUTZERÜBERSICHT
   ========================================================== */

@media screen and (max-width:900px){

  .inplayscenes_user-setting-row{
    grid-template-columns:1fr;
  }

  .inplayscenes-user-setting-control{
    text-align:left;
  }

  .inplayscenes-user-setting-control input[type="number"]{
    margin:0;
  }

  .inplayscenes_user-scene-row{
    grid-template-columns:105px minmax(0,1fr);
  }

  .inplayscenes-user-scene-last{
    grid-column:1 / -1;

    border-top:1px solid rgba(33,139,208,.11);
    border-left:0;
  }

  .inplayscenes-user-lastpost{
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:center;
    gap:5px 12px;
  }
}

@media screen and (max-width:700px){

  .inplayscenes_user-settings{
    grid-template-columns:1fr;
  }

  .inplayscenes_user-button{
    grid-column:auto;
  }

  .inplayscenes-user-sort-form{
    align-items:stretch;
    flex-direction:column;
  }

  .inplayscenes-user-sort-title{
    margin-right:0;
  }

  .inplayscenes_user-scene-sort select,
  .inplayscenes_user-scene-sort .button{
    width:100%;
  }
}

@media screen and (max-width:550px){

  .inplayscenes-usersettings-card,
  .inplayscenes_user-scene-summary{
    margin-left:11px;
    margin-right:11px;
  }

  .inplayscenes-user-summary-head,
  .inplayscenes-usersettings-head{
    align-items:flex-start;
    flex-direction:column;
    gap:2px;
  }

  .inplayscenes-user-summary-head:after,
  .inplayscenes-usersettings-head:after{
    display:none;
  }

  .inplayscenes_user-button{
    align-items:stretch;
    flex-direction:column;
  }

  .inplayscenes_user-button .button{
    width:100%;
  }

  .inplayscenes-user-character-list{
    padding:10px;
  }

  .inplayscenes-user-character-head{
    align-items:flex-start;
    flex-direction:column;
    gap:3px;
  }

  .inplayscenes-user-reminder-status{
    text-align:left;
  }

  .inplayscenes-user-scene-table-head{
    display:none;
  }

  .inplayscenes_user-scene-row{
    grid-template-columns:1fr;
  }

  .inplayscenes-user-scene-next{
    justify-content:flex-start;

    border-right:0;
    border-bottom:1px solid rgba(33,139,208,.11);

    text-align:left;
  }

  .inplayscenes-user-scene-last{
    grid-column:auto;

    align-items:flex-start;

    text-align:left;
  }

  .inplayscenes-user-lastpost{
    align-items:flex-start;
    flex-direction:column;
  }

  .inplayscenes-user-scene-detail{
    grid-template-columns:1fr;
    gap:2px;
  }
}

/* ==========================================================
   STATUS
   ========================================================== */

.inplayscene_next_none{
  color:var(--ips-danger);
}

.inplayscene_next_you{
  color:var(--ips-success);
}

/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media screen and (max-width:850px){

  .inplayscenes_memberprofile{
    grid-template-columns:1fr;
  }

  .inplayscenes_overview-filter-table{
    grid-template-columns:1fr;
  }

  .inplayscenes_user-settings{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media screen and (max-width:650px){

  .inplayscenes-page{
    margin:14px 0 30px;
  }

  .inplayscenes-page-head{
    min-height:120px;
    padding:21px 14px;
  }

  .inplayscenes-page-title{
    font-size:23px;
  }

  .inplayscenes-page-head:after{
    display:none;
  }

  .inplayscenes-form-card{
    margin:11px;
  }

  .inplayscenes-form-card-body{
    padding:10px;
  }

  .inplayscenes-formular_input-row{
    grid-template-columns:1fr;
    gap:8px;
  }

  .inplayscenes-formular_button{
    justify-content:stretch;
  }

  .inplayscenes-formular_button .button{
    width:100%;
  }

  .inplayscenes-newthread-row > td{
    display:block;

    width:100% !important;
  }

  .inplayscenes-newthread-label{
    border-bottom:0 !important;
  }

  .inplayscenes_overview-scene-row,
  .inplayscenes_postingreminder-scene-row,
  .inplayscenes_user-scene-row{
    grid-template-columns:1fr;
  }

  .inplayscenes_overview-scene-column:last-child{
    text-align:left;
  }

  .inplayscenes_showthread-bit{
    grid-template-columns:1fr;
    gap:4px;
  }

  .inplayscenes_user-settings{
    grid-template-columns:1fr;
  }
}