button,input[type=button]{padding:.35rem;border:1px solid transparent;border-radius:5px;color:#e8e8e8;background-color:#c2002f;transition-property:color,background-color;transition-duration:.5s;cursor:pointer}button>div,input[type=button]>div{width:100%;height:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.25rem}button>div>span,input[type=button]>div>span{padding:.12rem .25rem}button:hover:not([disabled]),input[type=button]:hover:not([disabled]){background-color:#da0037cc}button[disabled],input[type=button][disabled]{color:#ebebeba3;background-color:#c2002fbf;cursor:not-allowed}button img,button svg,input[type=button] img,input[type=button] svg{width:1.1rem;max-height:1.1rem}button.secondary,input[type=button].secondary{color:var(--color-text);background-color:transparent}button.secondary:hover:not([disabled]),input[type=button].secondary:hover:not([disabled]){background-color:var(--color-border)}button.big,input[type=button].big{padding:.65rem 1.35rem;font-size:110%}nav[data-v-438367f2]{width:12rem;height:100%;background-color:var(--color-background-mute);display:grid;grid-template-rows:auto 1fr auto;gap:.5rem;transition:width .5s;overflow:hidden;background-image:url(/fondo.png);background-size:11.5rem;background-position:left bottom;background-repeat:no-repeat}nav>*[data-v-438367f2]{padding:.5rem}nav .user[data-v-438367f2]{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.5rem;border-bottom:1px solid var(--color-border);overflow:hidden}nav .user>Button[data-v-438367f2]{width:calc(18px + 1rem);height:calc(18px + 1rem)}nav .user--info[data-v-438367f2]{display:flex;flex-direction:column;overflow:hidden;font-size:small}nav .links[data-v-438367f2]{width:100%;height:0;min-height:100%;padding-top:0;display:flex;flex-direction:column;gap:.5rem;overflow:hidden;overflow-y:auto;border-bottom:1px solid var(--color-border)}nav .links>a[data-v-438367f2]{height:2rem;padding:.5rem;border-radius:5px;display:flex;flex-direction:row;gap:.5rem;align-items:center;color:var(--color-text)}nav .links>a .icon[data-v-438367f2]{width:18px}nav .links span[data-v-438367f2]{margin-bottom:2px}nav .label[data-v-438367f2]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:opacity .5s}nav .toggle[data-v-438367f2]{width:calc(18px + 1rem);height:calc(18px + 1rem);margin:.5rem;margin-left:auto;padding:.5rem;border-radius:100%;color:#e8e8e8}nav .toggle *[data-v-438367f2]{rotate:90deg;transition:rotate .5s}nav[data-v-438367f2]>:last-child{margin-top:auto}nav.collapsed[data-v-438367f2]{width:calc(2rem + 18px)}nav.collapsed .label[data-v-438367f2]{opacity:0}nav.collapsed .toggle *[data-v-438367f2]{rotate:-90deg}.toast[data-v-bb3d3556]{padding:1.5em;color:#463f39;background-color:#fff;position:relative;display:flex;border-radius:10px;justify-content:space-between;align-items:center;opacity:99}.toast-icon[data-v-bb3d3556]{min-width:2em}.toast--success[data-v-bb3d3556]{color:#28a745}.toast--warning[data-v-bb3d3556]{background-color:#f9d3a3}.toast--error[data-v-bb3d3556]{background-color:#f3c3c2}.toast--success p[data-v-bb3d3556],.toast--warning p[data-v-bb3d3556],.toast--error p[data-v-bb3d3556]{color:#000}.toast[data-v-bb3d3556]:hover{opacity:1;box-shadow:#1c19174d 0 1px 3px,#1c191726 0 1px 2px}.toast+.toast[data-v-bb3d3556]{margin-top:.5em}.toast-message[data-v-bb3d3556]{display:flex;align-items:center;gap:1em}.toast-message p[data-v-bb3d3556]{word-break:break-word}.toast--close-btn[data-v-bb3d3556]{position:absolute;top:.5em;right:.5em;padding:0;line-height:1;height:1em;width:1em;color:inherit}@keyframes toats-right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes toast-left{0%{transform:translate(-100%)}to{transform:translate(0)}}.toasts{z-index:9000;position:fixed;padding:1em;width:100%;max-width:25em;max-height:100vh;overflow:hidden auto}.toasts--top-left{top:0;left:0}.toasts--top-right{top:0;right:0}.toasts--bottom-left{bottom:0;left:0}.toasts--bottom-right{bottom:0;right:0}.toasts--top-left .toast,.toasts--bottom-left .toast{animation:toast-left .25s}.toasts--top-right .toast,.toasts--bottom-right .toast{animation:toats-right .25s}.toasts .toast{transition:transform .25s,opacity .25s,box-shadow .25s ease-in-out}#view[data-v-affe2dd4]{width:100vw;min-width:800px;height:100vh;min-height:600px;display:grid;grid-template-columns:auto 1fr;overflow:hidden}#view>main[data-v-affe2dd4]{height:100vh;overflow:hidden}#view>main>article[data-v-affe2dd4]{height:100vh;padding:1rem 1.2rem;overflow:hidden;overflow-y:auto}.filters{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-evenly}.header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem}.header-buttons{width:100%;height:100%;display:flex;align-items:center;justify-content:space-around;flex-direction:row;gap:1rem}.header-buttons-col{flex-direction:column;gap:unset}.header-dates{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem}.article{display:grid;grid-template-rows:auto 1fr;gap:1rem}.overlay{width:100vw;height:100vh;position:fixed;top:0;left:0;background-color:#0008;z-index:3000;display:flex;align-items:center;justify-content:center}.overlay-dialog{width:min-content;max-width:99vw;height:max-content;max-height:99vh;background-color:var(--color-background);border-radius:10px;display:grid;grid-template-rows:auto 1fr auto}.overlay-dialog>header{padding:1rem}.overlay-dialog>header>div{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:5rem}.overlay-dialog>header>:first-child>:last-child{margin-left:auto}.overlay-dialog>section{padding:.5rem 2rem;overflow:auto}.overlay-dialog>footer{padding:1rem;display:flex;align-items:center;justify-content:flex-end;gap:1rem}:root{--color-background: #f2f2f2;--color-background-soft: #f8f8f8;--color-background-mute: #e8e8e8;--color-border: rgba(60, 60, 60, .12);--color-border-hover: rgba(60, 60, 60, .29);--color-heading: #2c3e50;--color-text: #2c3e50;--color-text-soft: rgba(60, 60, 60, .66)}@media (prefers-color-scheme: dark){:root{--color-background: #181818;--color-background-soft: #222222;--color-background-mute: #282828;--color-border: rgba(84, 84, 84, .48);--color-border-hover: rgba(84, 84, 84, .65);--color-heading: #ffffff;--color-text: rgba(235, 235, 235, .64);--color-text-soft: rgba(235, 235, 235, .64)}}[data-theme=light]{--color-background: #f2f2f2;--color-background-soft: #f8f8f8;--color-background-mute: #e8e8e8;--color-border: rgba(60, 60, 60, .12);--color-border-hover: rgba(60, 60, 60, .29);--color-heading: #2c3e50;--color-text: #2c3e50;--color-text-soft: rgba(60, 60, 60, .66)}[data-theme=dark]{--color-background: #181818;--color-background-soft: #222222;--color-background-mute: #282828;--color-border: rgba(84, 84, 84, .48);--color-border-hover: rgba(84, 84, 84, .65);--color-heading: #ffffff;--color-text: rgba(235, 235, 235, .64);--color-text-soft: rgba(235, 235, 235, .64)}*,*:before,*:after{box-sizing:border-box;margin:0;position:relative}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:16px;vertical-align:middle;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}label{display:inline-flex;flex-direction:row;align-items:center;gap:.5rem}#app{margin:0;padding:0;font-weight:400}a{text-decoration:none;color:#c2002f;transition:.4s}@media (prefers-color-scheme: dark){img.icon{filter:invert(100%) sepia(1%) saturate(3088%) hue-rotate(197deg) brightness(115%) contrast(82%)}}[data-theme=light] img.icon{filter:none}[data-theme=dark] img.icon{filter:invert(100%) sepia(1%) saturate(3088%) hue-rotate(197deg) brightness(115%) contrast(82%)}.router-link-active{color:#e8e8e8!important;background-color:#c2002f}.router-link-active>img.icon{filter:invert(100%) sepia(1%) saturate(3088%) hue-rotate(197deg) brightness(115%) contrast(82%)}@media (hover: hover){a:hover{color:#f8f8f8!important;background-color:#da0037cc}a:hover>img.icon{filter:invert(100%) sepia(1%) saturate(3088%) hue-rotate(197deg) brightness(115%) contrast(82%)}}
