/*┌────────────────────────────────────────────────────┐
  │ KRAFT STEAM Elements                               │
  │ COPYRIGHT (c) 2026 Pedro Luis Barrio. BITaMinD R+D │
  │ ALL RIGHTS RESERVED.                               │
  └────────────────────────────────────────────────────┘ */

.svg-container {
  width           : 100%;
  max-width       : 540px;
  aspect-ratio    : 1;
  display         : flex;
  align-items     : center;
  justify-content : center;
}

.svg-container svg {
  width           : 100%;
  height          : 100%;
}
 
.sheet {
  position          : absolute; /* Saca la hoja del flujo normal, queda en el fondo */
  box-shadow        : 0 10px 25px rgba(0,0,0,0.15);
  background        :var(--track);
  stroke            :var(--border);
}
 
.sheet.a4     { width: 595px; height: 842px; }
.sheet.letter { width: 612px; height: 792px; }
