:root {
--header-height: 4rem;
--sidebar-width: 16rem;
--border-radius: 0.5rem;
--shadow-light: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
--shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
--shadow-large: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
--transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
--bg-cream: #fffcf0;
} * {
box-sizing: border-box;
} .art-app {
display: flex;
flex-direction: column;
min-height: 100vh;
background: var(--fondo-1, #f4ecd0);
}
.bg-cream {
background-color: var(--bg-cream) !important;
}
.blur-text {
filter: blur(5px);
user-select: none;
pointer-events: none;
}
.blur-container {
position: relative;
overflow: hidden;
}
.blur-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: flex-end; padding-right: 1rem;
background: rgba(255, 252, 240, 0.4);
z-index: 10;
}
@media (min-width: 768px) {
.blur-overlay {
justify-content: flex-end; padding-right: 1rem;
}
}
.blur-btn {
background: var(--fondo-4, #9a634e);
color: white !important;
padding: 4px 12px;
border-radius: 9999px;
font-size: 0.75rem;
font-weight: 600;
text-decoration: none !important;
transition: var(--transition-smooth);
}
.blur-btn:hover {
transform: scale(1.05);
opacity: 0.9;
} .art-header {
position: fixed;
top: 0;
left: 0;
right: 0;
height: var(--header-height);
background: var(--fondo-1, #f4ecd0);
z-index: 1000;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 5px;
box-shadow: var(--shadow-light);
}
.art-header__left {
display: flex;
align-items: center;
gap: 1.5rem;
flex: 1;
}
.art-header__logo {
flex-shrink: 0;
}
.art-header__logo img {
height: 2rem;
width: auto;
object-fit: contain;
}
.art-header__search {
flex: 1;
max-width: 28rem;
}
.art-header__menu-toggle {
display: none;
background: none;
border: none;
font-size: 1.5rem;
cursor: pointer;
color: var(--txt-4, #8b4513);
padding: 0.5rem;
border-radius: var(--border-radius);
transition: var(--transition-smooth);
}
.art-header__menu-toggle:hover {
background: var(--fondo-1, #f4ecd0);
}
.art-header__actions {
display: flex;
align-items: center;
gap: 1rem;
flex-shrink: 0;
} .art-header__actions .hidden.md\\:flex {
display: flex !important;
align-items: center;
gap: 1rem;
} .art-header__actions .md\\:hidden {
display: none !important;
} .art-header__actions .relative {
position: relative;
} .art-header__actions .hidden {
display: none;
}
.art-header__actions .absolute {
position: absolute;
}
.art-header__actions .z-40 {
z-index: 40;
} .art-header__actions .hidden.md\\:flex {
display: flex !important;
align-items: center;
gap: 1rem;
}
.art-header__actions .md\\:hidden {
display: none !important;
} .art-header__actions button {
display: flex;
align-items: center;
justify-content: center;
background: none;
border: none;
cursor: pointer;
padding: 0.5rem;
border-radius: var(--border-radius);
transition: var(--transition-smooth);
} .art-header__actions .fondo-4 {
background: var(--fondo-4, #9a634e) !important;
}
.art-header__actions .text-white {
color: white !important;
} .art-header__actions #quickActionsToggle,
.art-header__actions #mobileQuickActionsToggle {
background: var(--fondo-4, #9a634e) !important;
color: white !important;
border-radius: 50%;
width: 2rem;
height: 2rem;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: -3px;
}
.art-header__actions #quickActionsToggle:hover,
.art-header__actions #mobileQuickActionsToggle:hover {
background: var(--fondo-4, #9a634e) !important;
opacity: 0.9;
} .art-header__actions #userMenuToggle:hover,
.art-header__actions #mobileUserToggle:hover {
background: none !important;
} .art-header__actions .hidden.md\\:flex {
display: flex !important;
align-items: center;
gap: 1rem;
height: 100%;
} .art-header__actions #notificationsToggle {
position: relative;
}
.art-header__actions #notificationsToggle:hover {
background: rgba(0, 0, 0, 0.05);
} .art-header__actions>* {
display: flex;
align-items: center;
height: 100%;
} .art-header__actions .avatar {
border-radius: 50%;
width: 2rem;
height: 2rem;
object-fit: cover;
} .art-header__actions .bg-red-500 {
background: #ef4444 !important;
color: white !important;
font-size: 0.75rem;
border-radius: 50%;
width: 1.25rem;
height: 1.25rem;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: -0.25rem;
right: -0.25rem;
font-weight: 600;
line-height: 1;
} .art-header__actions #notificationsToggle {
position: relative;
display: flex;
align-items: center;
justify-content: center;
} .art-header__actions .hidden.md\\:flex {
display: flex !important;
align-items: center;
gap: 1rem;
height: 100%;
justify-content: flex-end;
} .art-header__actions .hidden.md\\:flex>* {
display: flex;
align-items: center;
height: 100%;
} .art-header__actions #userMenuToggle {
display: flex;
align-items: center;
gap: 0.5rem;
padding: 0.25rem;
border-radius: var(--border-radius);
transition: none;
}
.art-header__actions #userMenuToggle:hover {
background: none !important;
transform: none;
} .art-header__actions #notificationsToggle {
width: 2.5rem;
height: 2.5rem;
display: flex;
align-items: center;
justify-content: center;
} .art-header__actions .avatar {
border-radius: 50%;
width: 2rem;
height: 2rem;
object-fit: cover;
} .art-header__actions .mt-2 {
margin-top: 0.5rem;
}
.art-header__actions .w-64 {
width: 16rem;
}
.art-header__actions .w-80 {
width: 20rem;
}
.art-header__actions .rounded-lg {
border-radius: var(--border-radius);
}
.art-header__actions .shadow-xl {
box-shadow: var(--shadow-large);
}
.art-header__actions .border {
border: 1px solid rgba(0, 0, 0, 0.1);
}
.art-header__actions .border-gray-300 {
border-color: rgba(0, 0, 0, 0.1);
}
.art-header__actions .py-3 {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
} .art-header__actions .fondo-1 {
background: var(--fondo-1, #f4ecd0);
}
.art-header__actions .fondo-2 {
background: var(--fondo-2, #e1d9c0);
} .art-header__actions .txt-4 {
color: var(--txt-4, #9a634e);
} .art-header__actions .bg-red-500 {
background: #ef4444;
}
.art-header__actions .text-white {
color: white;
}
.art-header__actions .text-xs {
font-size: 0.75rem;
}
.art-header__actions .rounded-full {
border-radius: 9999px;
}
.art-header__actions .h-5 {
height: 1.25rem;
}
.art-header__actions .w-5 {
width: 1.25rem;
}
.art-header__actions .flex {
display: flex;
}
.art-header__actions .items-center {
align-items: center;
}
.art-header__actions .justify-center {
justify-content: center;
}
.art-header__actions .font-medium {
font-weight: 500;
}
.art-header__actions .absolute {
position: absolute;
}
.art-header__actions .-top-1 {
top: -0.25rem;
} .botones-sesion-desktop {
display: flex;
align-items: center;
gap: 0.75rem;
height: 100%;
}
.btn-sesion {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
padding: 0.5rem 1rem;
border-radius: var(--border-radius);
font-size: 0.875rem;
font-weight: 500;
line-height: 1;
transition: var(--transition-smooth);
white-space: nowrap;
}
.btn-sesion i,
.btn-sesion span {
display: inline-flex;
align-items: center;
height: 1rem;
}
.btn-sesion i {
font-size: 1rem;
}
.btn-sesion--login {
color: var(--txt-4, #9a634e);
}
.btn-sesion--login:hover {
background: rgba(154, 99, 78, 0.1);
color: var(--txt-4, #9a634e);
}
.btn-sesion--register {
background: var(--fondo-4, #9a634e);
color: white !important;
box-shadow: var(--shadow-light);
}
.btn-sesion--register:hover {
background: var(--fondo-4, #9a634e);
opacity: 0.9;
transform: translateY(-1px);
box-shadow: var(--shadow-medium);
}
.btn-sesion--register:active {
transform: translateY(0);
} .btn-mobile-auth {
background: var(--fondo-4, #9a634e) !important;
color: white !important;
box-shadow: var(--shadow-light);
}
.btn-mobile-auth i {
color: white !important;
}
.btn-mobile-auth:hover {
opacity: 0.9;
box-shadow: var(--shadow-medium);
} .art-layout {
display: flex;
margin-top: var(--header-height);
min-height: calc(100vh - var(--header-height));
} .art-sidebar {
position: fixed;
top: var(--header-height);
left: 0;
width: var(--sidebar-width);
height: calc(100vh - var(--header-height));
overflow-y: auto;
transform: translateX(-100%);
transition: var(--transition-smooth);
z-index: 900;
}
.art-sidebar--open {
transform: translateX(0);
}
.art-sidebar__content {
padding: 15px 0px 10px 0px;
height: 100%;
display: flex;
flex-direction: column;
background: var(--fondo-1, #f4ecd0);
} .art-main {
flex: 1;
width: 100%;
background: var(--fondo-1, #f4ecd0);
transition: var(--transition-smooth);
display: flex;
flex-direction: column;
}
.art-main__container {
flex: 1;
width: 100%;
display: flex;
flex-direction: column;
}
.art-main__content {
flex: 1;
background: var(--fondo-1, #f4ecd0);
border-radius: var(--border-radius);
width: 100%;
max-width: 100%;
} .art-page-container {
max-width: 100%;
margin: 0;
padding: 0;
width: 100%;
} .art-single-container {
margin: 0 auto;
padding: 2rem 1rem;
width: 100%;
} .art-taxonomy-container {
max-width: 1200px;
margin: 0 auto;
padding: 1.5rem 1rem;
width: 100%;
} .art-hero-section {
position: relative;
background-size: cover;
background-position: center;
min-height: 400px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
border-radius: var(--border-radius);
overflow: hidden;
margin-bottom: 2rem;
} .art-grid-2col {
display: grid;
grid-template-columns: 1fr;
gap: 2rem;
margin-bottom: 2rem;
} .art-content-section {
background: white;
padding: 1.5rem;
border-radius: var(--border-radius);
box-shadow: var(--shadow-light);
margin-bottom: 1.5rem;
} .art-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
opacity: 0;
visibility: hidden;
transition: var(--transition-smooth);
z-index: 800;
}
.art-overlay--active {
opacity: 1;
visibility: visible;
} .art-footer {
background: var(--fondo-1, #f4ecd0);
border-top: 1px solid rgba(0, 0, 0, 0.1);
transition: var(--transition-smooth);
margin-top: auto;
flex-shrink: 0;
}  @media (min-width: 768px) {
.art-header__menu-toggle {
display: none;
}
.art-sidebar {
position: fixed;
transform: translateX(0);
flex-shrink: 0;
}
.art-main {
margin-left: var(--sidebar-width);
width: calc(100% - var(--sidebar-width));
}
.art-layout {
display: flex;
}
} @media (min-width: 1024px) {
.art-header__left {
gap: 2rem;
}
.art-header__search {
max-width: 32rem;
}
.art-layout {
display: flex;
margin-top: var(--header-height);
min-height: calc(100vh - var(--header-height));
}
.art-sidebar {
position: fixed;
transform: translateX(0);
flex-shrink: 0;
}
.art-main {
margin-left: var(--sidebar-width);
width: calc(100% - var(--sidebar-width));
}
.art-main__container {
padding: 0rem 0.5rem;
min-height: 100%;
display: flex;
flex-direction: column;
}
.art-main__content {
flex: 1;
padding: 0;
} .art-page-container {
padding: 0;
}
.art-single-container {
padding: 10px 10px;
}
.art-taxonomy-container {
padding: 2rem;
} .art-grid-2col {
grid-template-columns: 1fr 1fr;
}
} @media (min-width: 768px) and (max-width: 1023px) {
.art-page-container {
padding: 0;
}
} @media (max-width: 767px) {
.art-header__menu-toggle {
display: block;
}
.art-header__search {
display: none;
}
.art-layout {
display: block;
margin: 45px 0px;
}
.art-main {
width: 100%;
margin-left: 0;
}
.art-main__container {
padding: 0rem;
} .art-header__actions .md\\:hidden {
display: flex !important;
align-items: center;
gap: 0.5rem;
} .art-header__actions .hidden.md\\:flex {
display: none !important;
} .art-header__actions {
gap: 0.5rem;
} .art-header__actions button {
min-height: 30px;
min-width: 30px;
}
} .art-sidebar {
scrollbar-width: thin;
scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}
.art-sidebar::-webkit-scrollbar {
width: 6px;
}
.art-sidebar::-webkit-scrollbar-track {
background: transparent;
}
.art-sidebar::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.3);
border-radius: 3px;
}
.art-sidebar::-webkit-scrollbar-thumb:hover {
background: rgba(0, 0, 0, 0.5);
} @media (hover: none) and (pointer: coarse) {
.art-header__menu-toggle {
min-height: 44px;
min-width: 44px;
}
} @media print {
.art-header,
.art-sidebar {
display: none;
}
.art-main {
margin-left: 0;
margin-top: 0;
}
}