:root{--app-primary-color: rgb(49 50 51);--app-secondary-color: rgb(100 102 104);--app-accent-color: rgb(204 75 36);--app-link-color: 0 0 0;--app-separator-color: rgb(202 202 202 / 20%);--app-neutral-color: rgb(255 255 255);--app-light-color: rgb(211 211 211);--app-primary-font-size: 16px;--app-secondary-font-size: 13px;--app-primary-border-radius: 3px;--app-secondary-border-radius: 14px;--app-transition-time: .2s;--app-success-color: rgb(49 112 57);--app-warning-color: rgb(241 190 73)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:100%}to{background-position:-100%}}html{color:var(--app-primary-color)}a,.link{color:var(--app-primary-color);text-decoration:none;border-bottom:1px solid rgb(var(--app-link-color)/20%);transition:color var(--app-transition-time),border-color var(--app-transition-time)}a:hover,.link:hover{border-bottom:1px solid rgb(var(--app-link-color))}a--active,a--active:hover,.link--active,.link--active:hover{border-bottom-color:transparent}body{font-size:13px;font-family:Helvetica Neue,Arial,serif;display:flex;box-sizing:border-box;align-items:center;min-height:100dvh;margin:0;padding:0}h1,h2,h3{font-size:18px;font-weight:600;margin:0;padding:0}h2{font-weight:700}h3{font-weight:400}.loading{display:none;width:30px;height:30px;border:3px solid var(--app-primary-color);border-radius:50%;border-top-color:var(--app-neutral-color);animation:spin 1s ease-in-out infinite;margin-right:10px}.loading--small{width:16px;height:16px;border-color:transparent;border-top-color:var(--app-primary-color)}@media(min-width:1270px){.loading{display:block}}.skeleton-wrapper{display:flex;flex-direction:column;gap:20px;width:100%;padding:50px 10px;box-sizing:border-box}@media(min-width:1270px){.skeleton-wrapper{display:none}}.skeleton-image{width:340px;height:100%;min-width:100%;aspect-ratio:1;border-radius:var(--app-secondary-border-radius);background:#e0e0e0;animation:shimmer 1.5s infinite linear}.skeleton-text{width:100%;height:25px;border-radius:var(--app-primary-border-radius);background:#e0e0e0;animation:shimmer 1.5s infinite linear}.skeleton-text.short{width:60%}.skeleton-image,.skeleton-text{background:linear-gradient(90deg,#e0e0e0 25%,#f5f5f5,#e0e0e0 75%);background-size:200% 100%}.tooltip{position:absolute;z-index:1;padding:5px}
