*{box-sizing:border-box}

body{
  margin:0;
  font-family:Arial,sans-serif;
  background:linear-gradient(180deg,#a978f3 0%,#ead4ff 45%,#ffe8f6 100%);
  color:#2b124d;
}

.login-page{
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
}

.login-card{
  width:100%;
  max-width:420px;
  background:rgba(255,255,255,.88);
  border-radius:36px;
  padding:38px 28px 30px;
  box-shadow:0 28px 70px rgba(91,54,167,.22);
  text-align:center;
}

.logo-vibes{
  display:block;
  width:210px !important;
  max-width:80% !important;
  height:auto !important;
  margin:0 auto 16px;
}

.slogan{
  font-size:17px;
  font-weight:900;
  letter-spacing:2px;
  color:#6e46c8;
}

.by{
  margin:6px 0 26px;
  font-size:14px;
  color:#a06acb;
  font-weight:700;
}

h1{
  margin:0 0 24px;
  font-size:28px;
}

label{
  display:block;
  text-align:left;
  margin:16px 0 7px;
  font-weight:900;
  color:#6c45b7;
}

input{
  width:100%;
  padding:16px 18px;
  border-radius:18px;
  border:1px solid #e4cef4;
  background:#fff;
  font-size:16px;
}

button{
  width:100%;
  margin-top:26px;
  padding:17px;
  border:0;
  border-radius:20px;
  color:#fff;
  font-size:18px;
  font-weight:900;
  background:linear-gradient(135deg,#c342d9,#ef4aa6);
  cursor:pointer;
}

.create-account{
  display:block;
  margin-top:18px;
  padding:16px;
  border-radius:18px;
  border:2px solid #9b62ff;
  color:#6f42d8;
  font-size:18px;
  font-weight:900;
  text-decoration:none;
}

.alert{
  background:#ffe1ee;
  color:#9b1748;
  padding:12px;
  border-radius:14px;
  margin-bottom:18px;
  font-weight:700;
}
.app-body{
  min-height:100vh;
  background:linear-gradient(180deg,#a978f3 0%,#ead4ff 38%,#fff7ff 62%,#ffe8f6 100%);
}

.app-container{
  width:100%;
  max-width:520px;
  margin:0 auto;
  padding:34px 20px 90px;
}

.app-header{
  text-align:center;
  margin-bottom:34px;
}

.app-logo{
  width:230px;
  max-width:80%;
  display:block;
  margin:0 auto 14px;
}

.app-slogan{
  color:#fff;
  font-size:18px;
  font-weight:900;
  letter-spacing:2px;
}

.section-title{
  text-align:center;
  font-size:28px;
  margin:0 0 18px;
}

.featured-room{
  display:block;
  position:relative;
  overflow:hidden;
  border-radius:28px;
  box-shadow:0 20px 45px rgba(91,54,167,.22);
  text-decoration:none;
}

.featured-room img{
  width:100%;
  display:block;
}

.room-overlay{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.room-overlay strong{
  color:white;
  font-size:25px;
  text-transform:uppercase;
  text-shadow:0 2px 12px rgba(0,0,0,.4);
}

.room-overlay span{
  background:linear-gradient(135deg,#c342d9,#ef4aa6);
  color:white;
  padding:12px 16px;
  border-radius:16px;
  font-weight:900;
}

.sub-title{
  font-size:22px;
  margin:30px 0 14px;
}

.rooms-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}

.room-card{
  position:relative;
  overflow:hidden;
  border-radius:20px;
  text-decoration:none;
  box-shadow:0 14px 30px rgba(91,54,167,.18);
}

.room-card img{
  width:100%;
  height:120px;
  object-fit:cover;
  display:block;
}

.room-card span{
  position:absolute;
  left:10px;
  bottom:10px;
  color:white;
  font-weight:900;
  text-transform:uppercase;
  text-shadow:0 2px 10px rgba(0,0,0,.5);
}

.surprise-card{
  display:block;
  margin-top:28px;
  padding:24px;
  border-radius:24px;
  background:linear-gradient(135deg,#ef4aa6,#7b55e8);
  color:white;
  font-size:24px;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 18px 36px rgba(239,74,166,.28);
}
.room-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:18px;
}

.room-top h1{
  margin:0;
  font-size:24px;
  text-transform:uppercase;
}

.back-btn{
  width:48px;
  height:48px;
  border-radius:50%;
  background:rgba(255,255,255,.65);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#5b33b1;
  text-decoration:none;
  font-size:30px;
  font-weight:900;
}

.room-scene{
  position:relative;
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 20px 45px rgba(91,54,167,.22);
}

.room-scene img{
  width:100%;
  display:block;
}

.hotspot{
  position:absolute;
  transform:translate(-50%,-50%);
  width:46px;
  height:46px;
  border-radius:50%;
  background:linear-gradient(135deg,#ef4aa6,#7b55e8);
  color:white;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 10px 25px rgba(239,74,166,.4);
}

.room-help{
  background:rgba(255,255,255,.75);
  padding:18px;
  border-radius:20px;
  text-align:center;
  margin-top:18px;
}
.admin-grid{
  display:grid;
  gap:16px;
}

.admin-card{
  display:block;
  padding:24px;
  border-radius:24px;
  background:rgba(255,255,255,.85);
  color:#6f42d8;
  font-size:22px;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 16px 34px rgba(91,54,167,.16);
}

.admin-form{
  margin-top:18px;
  background:rgba(255,255,255,.78);
  padding:20px;
  border-radius:24px;
  box-shadow:0 14px 30px rgba(91,54,167,.14);
}

.admin-scene{
  cursor:crosshair;
}

.admin-hotspot{
  border:0;
  cursor:pointer;
}
.position-card{
  background:rgba(255,255,255,.82);
  border-radius:30px;
  padding:24px;
  box-shadow:0 20px 45px rgba(91,54,167,.18);
  text-align:center;
}

.position-card h2{
  margin:0 0 18px;
  font-size:28px;
}



.position-placeholder{
  height:260px;
  border-radius:24px;
  background:linear-gradient(135deg,#ead4ff,#ffe8f6);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  font-weight:900;
  color:#6f42d8;
}

.position-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:22px;
}

.small-btn{
  display:block;
  padding:15px;
  border-radius:18px;
  background:white;
  color:#6f42d8;
  text-decoration:none;
  font-weight:900;
  border:2px solid #9b62ff;
}

.small-btn.pink{
  background:linear-gradient(135deg,#c342d9,#ef4aa6);
  color:white;
  border:0;
}
.mini-add{
  width:48px;
  height:48px;
  border-radius:50%;
  background:linear-gradient(135deg,#c342d9,#ef4aa6);
  color:white;
  text-decoration:none;
  font-size:32px;
  font-weight:900;
  display:flex;
  align-items:center;
  justify-content:center;
}

.admin-list-card{
  background:rgba(255,255,255,.85);
  border-radius:20px;
  padding:18px;
  margin-bottom:12px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  box-shadow:0 12px 26px rgba(91,54,167,.14);
}

.admin-list-card a{
  color:#6f42d8;
  font-weight:900;
  text-decoration:none;
}
select{
width:100%;
padding:16px;
border-radius:18px;
border:1px solid #e4cef4;
font-size:16px;
background:white;
margin-bottom:18px;
}

.checkbox-list{
  display:grid;
  gap:10px;
  margin-top:10px;
}

.check-item{
  background:white;
  border-radius:14px;
  padding:14px;
  display:flex;
  gap:10px;
  align-items:center;
  font-weight:800;
  color:#2b124d;
}

.check-item input{
  width:auto;
}

.heart-btn{
  border:0;
  background:transparent;
  font-size:26px;
  padding:0;
  margin:0;
  cursor:pointer;
  box-shadow:none;
}
.codigo-search{
  margin-bottom:22px;
}

.codigo-search-row{
  display:grid;
  grid-template-columns:1fr auto;
  gap:10px;
  align-items:end;
}

.codigo-search-row button{
  width:auto;
  margin:0;
  padding:16px 20px;
}

.codigo-result,
.lote-card{
  background:rgba(255,255,255,.86);
  border-radius:24px;
  padding:20px;
  margin-bottom:16px;
  box-shadow:0 16px 34px rgba(91,54,167,.15);
}

.codigo-result h2{
  margin:0 0 18px;
  font-size:22px;
}

.codigo-info-row{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:12px 0;
  border-bottom:1px solid #eadcf5;
}

.codigo-info-row:last-child{
  border-bottom:0;
}

.codigo-info-row strong{
  text-align:right;
}

.lotes-section h2{
  margin:28px 0 14px;
}

.lote-card-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
}

.lote-card-header div{
  display:flex;
  flex-direction:column;
  gap:4px;
}

.lote-card-header a{
  color:#6f42d8;
  font-weight:900;
}

.lote-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-top:18px;
}

.lote-stats div{
  background:#f8efff;
  border-radius:16px;
  padding:14px 8px;
  text-align:center;
}

.lote-stats strong,
.lote-stats span{
  display:block;
}

.lote-stats strong{
  font-size:21px;
  color:#6f42d8;
}

.lote-stats span{
  margin-top:4px;
  font-size:13px;
}

@media(max-width:520px){
  .codigo-search-row{
    grid-template-columns:1fr;
  }

  .codigo-search-row button{
    width:100%;
  }
}
.profile-card{
  width:100%;
  max-width:430px;
  margin:0 auto;
  padding:28px;
  border-radius:30px;
  background:rgba(255,255,255,.86);
  box-shadow:0 20px 45px rgba(91,54,167,.18);
}

.profile-logo{
  display:block;
  width:180px;
  max-width:70%;
  height:auto;
  margin:0 auto 30px;
}

.profile-field{
  padding:16px 0;
  border-bottom:1px solid #eadcf5;
}

.profile-field span{
  display:block;
  margin-bottom:5px;
  color:#8d70aa;
  font-size:14px;
  font-weight:700;
}

.profile-field strong{
  display:block;
  color:#2b124d;
  font-size:18px;
  overflow-wrap:anywhere;
}

.profile-logout{
  display:block;
  margin-top:28px;
  padding:16px;
  border:2px solid #9b62ff;
  border-radius:18px;
  color:#6f42d8;
  text-align:center;
  font-size:18px;
  font-weight:900;
  text-decoration:none;
}

.bottom-nav{
    position:fixed;
    left:50%;
    transform:translateX(-50%);
    bottom:22px;

    width:min(520px,calc(100% - 32px));

    background:rgba(255,255,255,.88);
    backdrop-filter:blur(20px);

    border-radius:28px;

    display:flex;
    justify-content:space-around;

    padding:12px 8px;

    box-shadow:0 12px 35px rgba(0,0,0,.12);

    z-index:999;
}

.bottom-nav a{
    flex:1;
    text-align:center;
    text-decoration:none;

    color:#8a7ca5;

    display:flex;
    flex-direction:column;
    align-items:center;

    gap:4px;

    padding:8px 0;

    transition:.2s;
}

.bottom-nav a span{
    font-size:22px;
}

.bottom-nav a small{
    font-size:12px;
    font-weight:700;
}

.bottom-nav a.active{
    color:#6d42d8;
}
.empty-favorites{
  background:rgba(255,255,255,.86);
  border-radius:30px;
  padding:38px 24px;
  text-align:center;
  box-shadow:0 20px 45px rgba(91,54,167,.18);
}

.empty-favorites h2{
  margin:10px 0 8px;
}

.empty-favorites p{
  color:#816c94;
  margin:0 0 24px;
}

.empty-heart{
  font-size:54px;
  color:#c342d9;
}

.favorites-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.favorite-card{
  overflow:hidden;
  border-radius:22px;
  background:rgba(255,255,255,.88);
  box-shadow:0 14px 30px rgba(91,54,167,.16);
}

.favorite-card img{
  display:block;
  width:100%;
  height:160px;
  padding:12px;
  margin:0;
  object-fit:contain !important;
  object-position:center !important;
  background:#fff;
}

.favorite-placeholder{
  display:flex;
  width:100%;
  height:160px;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#ead4ff,#ffe8f6);
  color:#6f42d8;
  font-size:24px;
  font-weight:900;
}

.favorite-content{
  padding:14px;
}

.favorite-content strong,
.favorite-content span{
  display:block;
}

.favorite-content strong{
  margin-bottom:5px;
}

.favorite-content span{
  color:#8a789a;
  font-size:13px;
}

.favorite-content a{
  display:block;
  margin-top:12px;
  padding:10px;
  border-radius:14px;
  background:linear-gradient(135deg,#c342d9,#ef4aa6);
  color:white;
  text-align:center;
  text-decoration:none;
  font-weight:900;
}

@media(max-width:420px){
  .favorites-grid{
    grid-template-columns:1fr;
  }
}

.intensidade-box{
    margin-top:18px;
    text-align:center;
}

.intensidade-box span{
    display:block;
    margin-bottom:10px;
    color:#6f42d8;
    font-size:16px;
    font-weight:700;
}

.foguinhos{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;
}

.imagem-posicao{
  display:block;
  width:100%;
  height:auto;
  max-height:360px;
  object-fit:contain;
  border-radius:24px;
}

.foguinhos{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:8px;
}

.icone-foguinho{
  display:block;
  flex:0 0 26px;
  width:26px !important;
  min-width:26px !important;
  max-width:26px !important;
  height:26px !important;
  min-height:26px !important;
  max-height:26px !important;
  object-fit:contain !important;
  border-radius:0 !important;
}

.surprise-card{
  display:grid;
  grid-template-columns:minmax(0,1fr) 100px;
  align-items:center;
  gap:10px;
  width:100%;
  height:88px;
  min-height:88px;
  margin-top:28px;
  padding:12px 16px;
  overflow:hidden;
  border-radius:22px;
  background:linear-gradient(135deg,#ef4aa6,#8754e6);
  color:#fff;
  text-decoration:none;
  box-shadow:0 16px 32px rgba(239,74,166,.26);
}

.surprise-text{
  min-width:0;
}

.surprise-text strong{
  display:block;
  margin-bottom:5px;
  font-size:20px;
  line-height:1;
  font-weight:900;
  white-space:nowrap;
}

.surprise-text span{
  display:block;
  max-width:190px;
  font-size:12px;
  line-height:1.25;
  font-weight:600;
}

.surprise-card img{
  display:block;
  width:100px;
  height:68px;
  object-fit:contain;
  object-position:center;
}

.surprise-card::after,
.surprise-arrow{
  display:none !important;
  content:none !important;
}
.success-alert{
  padding:14px;
  margin-bottom:18px;
  border-radius:14px;
  background:#e3f8e8;
  color:#176b36;
  font-weight:800;
}

/* CABEÇALHO VIBES — VERSÃO FINAL */
.vibes-header{
  position:relative !important;
  width:100% !important;
  aspect-ratio:1200 / 624 !important;
  min-height:0 !important;
  height:auto !important;
  margin:0 0 26px !important;
  padding:0 !important;
  overflow:hidden !important;

  display:block !important;

  background:none !important;
  border-radius:0 !important;
  box-shadow:none !important;
}

.vibes-header::after{
  display:none !important;
  content:none !important;
}

.vibes-wave{
  position:absolute !important;
  inset:0 !important;
  z-index:0 !important;

  display:block !important;
  width:100% !important;
  height:100% !important;

  object-fit:fill !important;
  transform:none !important;
  filter:none !important;
  pointer-events:none !important;
}

.vibes-header-text{
  position:absolute !important;
  inset:0 !important;
  z-index:2 !important;
  display:block !important;
  text-align:center !important;
}

.vibes-header .hello{
  position:absolute !important;
  top:11% !important;
  left:7% !important;

  margin:0 !important;
  color:#fff !important;
  font-size:15px !important;
  font-weight:800 !important;
  text-align:left !important;
}

.vibes-header .vibes-logo{
  position:absolute !important;
  top:29% !important;
  left:50% !important;
  transform:translateX(-50%) !important;

  display:block !important;
  width:52% !important;
  max-width:260px !important;
  height:auto !important;
  margin:0 !important;
}

.vibes-header .vibes-slogan{
  position:absolute !important;
  top:59% !important;
  left:50% !important;
  transform:translateX(-50%) !important;

  width:max-content !important;
  margin:0 !important;
  color:#fff !important;
  font-size:18px !important;
  font-weight:700 !important;
  text-align:center !important;
}

.vibes-header .vibes-product{
  position:absolute !important;
  right:2% !important;
  bottom:13% !important;
  z-index:3 !important;

  display:block !important;
  width:18% !important;
  max-width:92px !important;
  height:55% !important;
  margin:0 !important;

  object-fit:contain !important;
  object-position:center bottom !important;
  filter:drop-shadow(0 10px 14px rgba(48,25,93,.25)) !important;
}

.import-path,
.import-example{
  margin:12px 0 20px;
  padding:14px;
  border-radius:14px;
  background:#f6edff;
  color:#5e35b1;
  font-family:monospace;
  font-weight:700;
  overflow-wrap:anywhere;
}

.import-result{
  margin:22px 0;
  padding:20px;
  border-radius:20px;
  background:rgba(255,255,255,.9);
  box-shadow:0 12px 28px rgba(91,54,167,.13);
}

.import-result h2{
  margin-top:0;
}

.import-errors{
  margin-top:18px;
}

.import-errors summary{
  cursor:pointer;
  color:#6f42d8;
  font-weight:900;
}

.import-errors ul{
  padding-left:20px;
}

.import-errors li{
  margin:8px 0;
  line-height:1.35;
}

.profile-content-form{
  margin-top:24px;
}

.profile-content-title{
  margin-bottom:12px;
  color:#6f42d8;
  font-size:16px;
  font-weight:900;
  text-align:left;
}

.profile-content-options{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
}

.profile-content-option{
  margin:0;
  padding:12px 8px;
  border:2px solid #e4cef4;
  border-radius:16px;
  background:#fff;
  color:#6f42d8;
  text-align:center;
  cursor:pointer;
}

.profile-content-option input{
  width:auto;
  margin:0 5px 0 0;
}

.profile-content-option span{
  font-size:14px;
  font-weight:800;
}

.profile-content-option:has(input:checked){
  border-color:#9b62ff;
  background:#f4eaff;
}

.profile-content-form button{
  margin-top:14px;
}

@media(max-width:420px){
  .profile-content-options{
    grid-template-columns:1fr;
  }

  .profile-content-option{
    text-align:left;
  }
}

.lote-actions{
  margin-top:16px;
  padding-top:14px;
  border-top:1px solid #eadcf5;
  text-align:center;
}

.lote-actions a{
  color:#6f42d8;
  font-weight:900;
  text-decoration:none;
}

.lote-codigos{
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid #eadcf5;
}

.lote-codigos-title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:14px;
}

.lote-codigos-title span{
  color:#8a789a;
  font-size:13px;
}

.lote-codigo-item{
  margin-bottom:10px;
  padding:14px;
  border-radius:16px;
  background:#f8f1ff;
}

.lote-codigo-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.lote-codigo-top > strong{
  overflow-wrap:anywhere;
}

.codigo-status{
  flex-shrink:0;
  padding:6px 9px;
  border-radius:999px;
  font-size:11px;
  font-weight:900;
}

.codigo-status.disponivel{
  background:#e5f8eb;
  color:#24723e;
}

.codigo-status.usado{
  background:#ffe4ef;
  color:#a5265c;
}

.lote-codigo-usuario{
  display:grid;
  gap:6px;
  margin-top:12px;
  padding-top:12px;
  border-top:1px solid #e4d6ef;
  color:#6f6079;
  font-size:13px;
}

.lote-codigo-usuario strong{
  color:#2b124d;
  overflow-wrap:anywhere;
}

.lote-codigo-vazio{
  padding:16px;
  border-radius:14px;
  background:#f8f1ff;
  text-align:center;
}

.lote-paginacao{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:10px;
  margin-top:18px;
}

.lote-paginacao a{
  color:#6f42d8;
  font-size:13px;
  font-weight:900;
  text-decoration:none;
}

.lote-paginacao a:last-child{
  text-align:right;
}

.lote-paginacao strong{
  font-size:12px;
  white-space:nowrap;
}

.usuarios-search{
  margin-bottom:20px;
}

.usuarios-search-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
  margin-bottom:18px;
}

.usuarios-search-row input{
  min-width:0;
}

.usuarios-search-row button{
  width:auto;
  margin:0;
  padding-left:18px;
  padding-right:18px;
}

.usuarios-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-bottom:22px;
}

.usuarios-stats > div{
  padding:16px 10px;
  border-radius:18px;
  background:rgba(255,255,255,.85);
  text-align:center;
  box-shadow:0 10px 24px rgba(91,54,167,.10);
}

.usuarios-stats strong{
  display:block;
  color:#6f42d8;
  font-size:24px;
  font-weight:900;
}

.usuarios-stats span{
  display:block;
  margin-top:4px;
  color:#756783;
  font-size:12px;
  font-weight:700;
}

.usuarios-section{
  display:grid;
  gap:14px;
  padding-bottom:30px;
}

.usuario-card{
  padding:20px;
  border-radius:22px;
  background:rgba(255,255,255,.92);
  box-shadow:0 14px 30px rgba(91,54,167,.12);
}

.usuario-card-header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  margin-bottom:18px;
}

.usuario-card-header h2{
  margin:0 0 5px;
  color:#2b124d;
  font-size:19px;
}

.usuario-card-header a{
  color:#765f84;
  font-size:13px;
  text-decoration:none;
  overflow-wrap:anywhere;
}

.usuario-badges{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:6px;
}

.usuario-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 9px;
  border-radius:999px;
  font-size:10px;
  font-weight:900;
  white-space:nowrap;
}

.usuario-badge.admin{
  background:#eee1ff;
  color:#6d35c9;
}

.usuario-badge.ativo{
  background:#e4f8ea;
  color:#24723e;
}

.usuario-badge.bloqueado{
  background:#ffe3e8;
  color:#a12a3d;
}

.usuario-info-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}

.usuario-info-grid > div{
  min-width:0;
  padding:12px;
  border-radius:14px;
  background:#f8f1ff;
}

.usuario-info-grid span{
  display:block;
  margin-bottom:5px;
  color:#856e94;
  font-size:11px;
  font-weight:700;
}

.usuario-info-grid strong{
  display:block;
  color:#2b124d;
  font-size:13px;
  overflow-wrap:anywhere;
}

@media(max-width:460px){
  .usuarios-search-row{
    grid-template-columns:1fr;
  }

  .usuarios-search-row button{
    width:100%;
  }

  .usuario-card-header{
    flex-direction:column;
  }

  .usuario-badges{
    justify-content:flex-start;
  }
}

.admin-section-title{
  margin:32px 6px 14px;
  color:#2b124d;
  font-size:22px;
  font-weight:900;
}