
.boxdbshadow {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28) !important;
  }

  .boxdbshadowy {
    box-shadow: 0 -9px 9px 0 rgba(0, 0, 0, 0.301),
      0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
  }

  .boxdtext {
    text-shadow: 1px 1px 2px #111 !important;
  }

  .bg-hover:hover,
  .bg-hover:focus,
  .bg-hover:active,
  .bg-hover:target {
    opacity: 0.45 !important;
  }


:root {
   --bg: #0f172a;
   --panel: #111827;
   --muted: #334155;
   --text: #e5e7eb;
   --accent: #22d3ee;
 }

 * {
   box-sizing: border-box
 }

 body {
   margin: 0;
   font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
   background: linear-gradient(180deg, #0b1023, #0a0f1e 40%, #0a0d18);
   color: var(--text)
 }

 .wrap {
   display: grid;
   grid-template-columns: 430px 1fr;
   gap: 16px;
   min-height: 100vh;
   align-items: start;
 }

 aside {
   background: linear-gradient(180deg, #0c1226, #0c1428);
   border-right: 1px solid #1f2937;
   padding: 16px;
   overflow: auto;
   height: 720px;
 }

 main {
   padding: 16px;
   display: grid;
   grid-template-rows: auto 1fr auto;
   gap: 12px;
   align-items: start;
 }

 h1 {
   font-size: 20px;
   margin: 0 0 0px;
   display: flex;
   align-items: center;
   gap: 8px;
   font-family: sans-serif;
   color: #7ac7c7;
 }

 h2 {
   font-size: 14px;
   margin: 16px 0 8px;
   color: #a3b2c7
 }

 .btn {
   background: #111827;
   border: 1px solid #243042;
   color: #e5e7eb;
   padding: 8px 12px;
   border-radius: 10px;
   cursor: pointer;
   transition: .2s
 }

 .btn:hover {
   border-color: #3c4b63
 }

 .btn.primary {
   background: linear-gradient(180deg, #0ea5b2, #0891b2);
   border: none;
   color: white
 }

 .row {
   display: flex;
   gap: 8px;
   align-items: center
 }

 input,
 select,
 textarea {
   width: 100%;
   background: #0b1223;
   border: 1px solid #223049;
   color: #e5e7eb;
   padding: 8px 10px;
   border-radius: 10px
 }

 textarea {
   min-height: 225px;
   resize: vertical
 }

 #sceneList {
   display: flex;
   flex-direction: column;
   gap: 8px
 }

 .card {
   border: 1px solid #223049;
   background: #0b1223;
   border-radius: 14px;
   padding: 12px
 }

 .scene-head {
   display: flex;
   align-items: center;
   gap: 8px;
   justify-content: space-between;
   margin-bottom: 8px
 }

 .scene-title {
   font-weight: 600
 }

 .pill {
   font-size: 11px;
   padding: 2px 8px;
   border-radius: 999px;
   background: #102035;
   border: 1px solid #1f2f49;
   color: #a7c7d7
 }

 .grid {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 8px
 }

 .bar {
   display: flex;
   gap: 8px;
   align-items: center;
   flex-wrap: wrap
 }

 #canvasWrap {
   display: grid;
   place-items: center;
   background: #000;
   border-radius: 14px;
   border: 1px solid #1f2937;
   position: relative
 }

 canvas {
   background: #000;
   border-radius: 12px;
   max-width: 100%;
 }

 .timeline {
   height: 10px;
   background: #0d162a;
   border-radius: 999px;
   border: 1px solid #1f2937;
   overflow: hidden
 }

 .progress {
   height: 100%;
   width: 0;
   background: linear-gradient(90deg, #22d3ee, #38bdf8)
 }

 .tip {
   font-size: 12px;
   color: #9fb0c7
 }

 .small {
   font-size: 12px;
   color: #9fb0c7
 }

 .badge {
   background: #0a1a2c;
   border: 1px solid #1a2a44;
   border-radius: 999px;
   padding: 2px 8px;
   font-size: 11px;
   color: #a0c5d6
 }


 /* MENU */
.btmenus {
  position: absolute;
  right: 6px;
  top: 0px;
  padding: 3px 5px 0px;
  background-color: #20294000;
  border: none;
  color: white;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  z-index: 999999;
}

.btmenus:hover {
  background-color: #1a191930;
  color: #fff8;
  /*border-radius: 11px;*/
}

.sobrenam {
  font-size: 14px;
  text-transform: uppercase;
  margin: 15px 0px;
}

.bt-listas {
  background-color: #2e283f;
  border: none;
  color: white;
  padding: 4px 10px;
  text-align: left;
  text-decoration: none;
  display: inline-flex;
  font-size: 15px;
  margin: 6px 0px;
  cursor: pointer;
  width: 100%;
  text-transform: uppercase;
}

/*modal SAIR*/
.btn-outline-success {
  background-color: #018934;
  border: none;
  color: white;
  padding: 10px 28px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  text-transform: uppercase;
}

.bt-hover:hover {
  background-color: #555555;
  color: #fff8;
}
.modal {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  /* Ocultar a janela modal */
  display: none;
  font-family: "Arial", serif;
}

.conteudo-modal {
  margin: 0 auto;
  max-width: 258px;
  background-color: #0c1226;
  color: #fff9;
  border-radius: 0px;
  left: 0;
  position: absolute;
  height: -webkit-fill-available;
}

.cabecalho-modal {
  /*padding: 3px 8px;*/
  display: flex;
  justify-content: space-between;
  background-color: #362c5d;
  color: #d1cecb;
  box-shadow: 0 0 4px rgb(0 0 0 / 14%), 0 4px 8px rgb(0 0 0 / 28%);
  height: 56px;
}

.cabecalho-modal .cabecalho-titulo-modal {
  font-weight: bold;
  margin: 15px 15px;
  text-transform: uppercase;
  font-size: 24px;
}

.cabecalho-modal .cabecalho-modal-fechar {
  padding: 16px 12px;
  cursor: pointer;
}

.corpo-modal {
  padding: 1px 8px 8px 8px;
  overflow: auto !important;
  max-height: 73%;
}

.rodape-modal {
  border-top: solid #eee 1px;
  padding: 3px;
  background-color: #362c5d;
  text-align: right;
  bottom: 0px;
  position: fixed;
  width: 256px;
}

/* MENU */