*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;height:100vh}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#1e1e2e,#2d2d44);color:#e4e4e7;margin:0;display:flex;flex-direction:column;height:100vh}.navbar{background:linear-gradient(135deg,#3b3b5c,#2d2d44);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 10px rgba(0,0,0,.3);border-bottom:1px solid hsla(0,0%,100%,.1)}.navbar h1{margin:0;font-size:1.5rem;font-weight:600;background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.content{display:flex;flex:1 1;overflow:hidden;gap:1px;background-color:hsla(0,0%,100%,.05)}.item-list{width:30%;max-height:100%;overflow-y:auto;background:rgba(30,30,46,.8);padding:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.item-list::-webkit-scrollbar{width:8px}.item-list::-webkit-scrollbar-track{background:hsla(0,0%,100%,.05);border-radius:4px}.item-list::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:4px}.item-list::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.3)}.item-details{flex:1 1;padding:2rem;overflow-y:auto;background:rgba(30,30,46,.6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.item-details::-webkit-scrollbar{width:8px}.item-details::-webkit-scrollbar-track{background:hsla(0,0%,100%,.05);border-radius:4px}.item-details::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:4px}.item-details::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.3)}.item{cursor:pointer;padding:.75rem 1rem;margin-bottom:.5rem;border-radius:8px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);transition:all .2s ease;font-size:.9rem}.item:hover{background:rgba(96,165,250,.2);border-color:rgba(96,165,250,.4);transform:translateX(4px);box-shadow:0 2px 8px rgba(96,165,250,.2)}.item:active{transform:translateX(2px)}.loading{text-align:center;padding:3rem;color:#9ca3af;font-size:1.1rem}.item img{max-width:100%;height:auto;display:block;margin:5px 0;border-radius:4px}.sprite-placeholder{width:32px;height:32px;background:linear-gradient(135deg,rgba(96,165,250,.2),rgba(167,139,250,.2));border:1px solid hsla(0,0%,100%,.1);display:inline-block;margin:2px;vertical-align:top;border-radius:4px;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.6}50%{opacity:.3}}select{background:hsla(0,0%,100%,.1);color:#e4e4e7;border:1px solid hsla(0,0%,100%,.2);padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-size:.9rem;transition:all .2s ease;outline:none}select:hover{background:hsla(0,0%,100%,.15);border-color:rgba(96,165,250,.5)}select:focus{border-color:#60a5fa;box-shadow:0 0 0 3px rgba(96,165,250,.2)}input[type=text]{background:hsla(0,0%,100%,.1);color:#e4e4e7;border:1px solid hsla(0,0%,100%,.2);padding:.75rem 1rem;border-radius:8px;width:100%;margin-bottom:1rem;font-size:.9rem;transition:all .2s ease;outline:none}input[type=text]:focus{background:hsla(0,0%,100%,.15);border-color:#60a5fa;box-shadow:0 0 0 3px rgba(96,165,250,.2)}input[type=text]::placeholder{color:#9ca3af}pre{background:rgba(0,0,0,.3);padding:1rem;border-radius:8px;overflow-x:auto;font-size:.85rem;border:1px solid hsla(0,0%,100%,.1);font-family:Courier New,monospace}audio{width:100%;margin:.5rem 0;border-radius:8px}.detail-section{margin-bottom:1.5rem;padding:1rem;background:hsla(0,0%,100%,.05);border-radius:8px;border:1px solid hsla(0,0%,100%,.1)}.detail-section h3{margin-bottom:.75rem;color:#60a5fa;font-size:1.1rem;font-weight:600}.detail-section p{margin:.5rem 0;line-height:1.6}.detail-section strong{color:#a78bfa;font-weight:600}