/*media*/

html{font-size:16px}body{font-family:inherit;font-size:1rem;line-height:1.4}.media-page{display:flex;flex-direction:column;min-height:100vh;background-image:url(/images/img_media/universe.jpg);background-size:cover;background-attachment:fixed;background-position:center;background-repeat:no-repeat;color:#fff}.media-library{margin-top:20px;display:flex;flex-direction:column;gap:2rem}.media-row{display:flex;flex-direction:column;gap:.75rem}.media-track{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:.25rem .5rem;background-color:#fff3;-webkit-user-select:none;user-select:none;cursor:grab}.media-track:active{cursor:grabbing}.media-card{min-width:160px;max-width:160px;scroll-snap-align:start;background:#1f1857b7;border:1px solid rgba(255,255,255,.06);transition:transform .35s ease,box-shadow .35s ease;cursor:pointer}.media-card img{width:100%;height:100px;object-fit:cover}.media-card:hover{transform:scale(1.05);box-shadow:0 20px 40px #00000080}@media(max-width:640px){.media-card{min-width:160px;max-width:160px}.media-card img{height:100px}}.media-books .media-card{min-width:120px;max-width:120px}.media-books .media-card img{height:150px;object-fit:contain;background:#0000009f}.media-library .card-body{padding:.1rem .2rem}.media-library .card-title{margin:0;font-size:.85rem;line-height:1.1;color:#dad6d6}.media-library .card-subtitle{margin:.1rem 0 0;font-size:.75rem;line-height:1.15;opacity:.7;color:#dad6d6}.media-card.selected{background-color:#8a2be2;transform:scale(1.05)}.sphere{flex:1;width:100%;position:relative;height:40vh}.sphere canvas{pointer-events:auto}.media-track{scrollbar-width:thin;scrollbar-color:rgb(199,170,252) rgba(255,255,255,.1)}
