@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;700&display=swap');

body {
    background: #844dc4;
    font-family: Calibri, sans-serif;
    font-size: 12px;
    padding: 0;
    margin: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    background-size: cover;
    letter-spacing: 1px;
}

body.inner {
    background: #751756;
    background-image: none;
}

.layout {
    pointer-events: none;
    position: relative;
    z-index: 1;
}

.sidebar {
    font-family: 'Source Code Pro', monospace;
    height: 420px;
    width: 280px;
    padding: 34px;
    box-sizing: border-box;
    position: absolute;
    top: 350px;
    left: 100px;
    background: #FFF;
    color: #000;
}

.menu a {
    display: block;
    margin-bottom: 6px;
    color: blue;
}

.main {
    height: 786px;
    width: 710px;
    background: #FFF;
    position: absolute;
    top: 263px;
    left: 420px;
    box-sizing: border-box;
    border-left: 2px solid #494d7e;
    border-right: 2px solid #494d7e;
    overflow: auto;
    padding: 24px;
    padding-top: 44px;
}

.main iframe {
    height: 100%;
    width: 100%;
    border: 0;
    box-sizing: border-box;
}

.muted {
    opacity: 0.5;
}

.page {
    padding: 24px;
    text-shadow: 1px 1px 1px #000;
}

a img {
    border: 1px solid #390947;
    border-radius: 3px;
}

.hyperdimentionalspacecat {
    position: absolute;
    left: 278px;
    top: 760px;
    z-index: 2;
    width: 60px;
}

.title {
  color: #113b85;
}

h1 {
    background: #ff9166;
    margin: 0;
    color: #ffffeb;
    font-family: 'Verdana', sans-serif;
    letter-spacing: 1px;
    font-size: 18px;
    padding: 6px 12px;
    text-shadow: 1px 1px 0px #eb564b;
}

h2 {
    border-bottom: 2px dotted #BD4882;
    font-size: 13px;
    color: #BD4882;
    letter-spacing: 1px;
    padding: 2px 4px;
    background: #FFB5B5;
    font-weight: bold;
}

/* Ajuste: h2 dentro de .blog-card sin fondo rosa ni borde */
.blog-card h2 {
    background: transparent;
    border: none;
    color: #333;
    font-size: 1.3em;
    text-shadow: none;
    margin-top: 0;
}

.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.color {
    height: 50px;
    width: 50px;
    display: inline-block;
}

.background-table {
    display: inline-block;
    vertical-align: top;
}

.background-table td img {
    margin: auto;
    display: block;
}

table {
    background: #FFF;
}

.p-3 {
    padding: 24px;
}

/* Estilos de tarjeta */
.blog-card {
    background: white;
    border: 2px solid #ccc;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 20px;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
}

