:root{--transition-function: cubic-bezier(0.4, 0, 0.2, 1)}body{background-color:oklch(14.5% 0 0);color:oklch(98.5% 0 0);font-family:"Inter",-apple-system,sans-serif;min-height:100vh}#search,#toggle_animation,#toggle_rotation{line-height:0}.loading-overlay{bottom:1rem;left:1rem;position:fixed;z-index:9999}.svg-inline--fa{height:14px;width:14px}.navbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.1);border-radius:16px;box-shadow:0 4px 30px rgba(0,0,0,.1);margin:0 auto;max-width:500px;padding:.5rem 1rem;position:sticky;top:32px;transition:all .3s ease;width:90%;z-index:666}.navbar:hover{background:rgba(255,255,255,.15);box-shadow:0 8px 32px rgba(0,0,0,.2)}.navbar form{display:flex;justify-content:space-between;width:100%}.navbar button,.navbar input{background:none;border:none;color:#fff;font-size:1rem;font-weight:500;outline:none;padding:.5rem 1rem}.navbar input{justify-content:center;width:100%}.navbar button{border-radius:32px}[data-placeholder=true]{animation:glow 2s var(--transition-function) infinite;background-color:currentColor;border-radius:4px;cursor:wait;opacity:50%;width:-moz-fit-content;width:fit-content}.player-section{border-radius:16px;margin:2rem 0}.player-info{background:rgba(0,0,0,.2);border:1px solid rgba(255,255,255,.05);border-radius:12px;padding:1.5rem}#playerName{color:#fff;font-size:2rem}#skinViewer{cursor:pointer}#capeSection{background:rgba(0,0,0,.15);border-radius:8px;margin-top:1rem;padding:1rem}#capeImage{height:auto;image-rendering:pixelated;max-height:150px;max-width:100%;width:100%}.controls-section{align-items:center;display:inline-flex;gap:1rem}.modal-content{border:1px solid rgba(255,255,255,.1);border-radius:.5rem;box-shadow:0 8px 32px rgba(0,0,0,.3)}.modal-header{border-bottom:1px solid rgba(255,255,255,.1)}.modal-footer{border-top:1px solid rgba(255,255,255,.1)}.list-group-item{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:.5rem;margin-bottom:.5rem;transition:all .2s var(--transition-function)}.list-group-item:hover{background:rgba(255,255,255,.1);transform:translateX(5px)}@keyframes glow{50%{opacity:.2}}