/* =========================================
   Spotify Calculadora — SOLO LA HERRAMIENTA
   ========================================= */

/* Evita zoom iOS */
#streams, #share, #country, #currency {
  font-size: 16px;
}

/* Layout */
.section .container {
  padding-top: 18px;
}

/* Responsive */
@media (max-width: 768px){

  .grid-2{
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .field span{
    display:block;
    margin-bottom:6px;
  }

  .field input,
  .field select{
    width:100%;
    height:46px;
    border-radius:12px;
  }

  .actions{
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
  }

  .actions .btn{
    width:100%;
    padding:14px;
    border-radius:14px;
  }

  .section-title{
    font-size:28px;
    line-height:1.1;
  }

  .muted{
    font-size:15px;
    line-height:1.45;
  }

  #result{
    font-size:34px;
  }

  .panel{
    padding:14px;
  }
}
