*{box-sizing:border-box;margin:0;padding:0;font-family:'Inter',sans-serif;}body{background:#111;color:#fff;height:100vh;display:flex;flex-direction:column;}header{background:#0d0d0d;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #222;flex-shrink:0;}.title{font-weight:600;font-size:1.2rem;color:white;text-shadow:0 0 6px rgba(255,255,255,0.6);}.buttons{display:flex;gap:.5rem;}.buttons a{background:#1a1a1a;color:white;text-decoration:none;padding:.5rem .9rem;border-radius:6px;font-size:14px;text-shadow:0 0 6px rgba(255,255,255,0.6);transition:background .2s;}.buttons a:hover{background:#333;}.cat-container{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:1rem;flex-shrink:0;}.arrow{background:#1a1a1a;border:none;color:white;font-size:20px;width:36px;height:36px;border-radius:50%;opacity:.7;cursor:pointer;transition:background .2s,opacity .2s;display:flex;align-items:center;justify-content:center;}.arrow:hover{background:#333;opacity:1;}button:disabled{opacity:0.3;cursor:default;}#cats{display:flex;overflow-x:auto;scroll-behavior:smooth;gap:8px;padding:.5rem;max-width:80%;scrollbar-width:none;}#cats::-webkit-scrollbar{display:none;}#cats li{list-style:none;background:#222;padding:.6rem 1rem;border-radius:6px;color:#aaa;white-space:nowrap;cursor:pointer;display:flex;align-items:center;gap:6px;transition:background .2s,color .2s;user-select:none;font-size:14px;}#cats li:hover{background:#333;color:#fff;}#cats li.active{background:#444;color:white;font-weight:600;}#search-container{width:75%;margin:1rem auto;text-align:center;max-width:600px;}@media(min-width:768px){#search-container{width:50%;}}#search{width:100%;height:36px;padding:0 15px;border-radius:6px;border:none;font-size:14px;background:#222;color:white;box-sizing:border-box;}#search::placeholder{color:#777;}.commands{flex:1;background:#121212;border-radius:12px;padding:20px;margin:1rem 1.5rem 1.5rem 1.5rem;overflow-y:auto;scrollbar-width:none;font-size:14px;}.commands::-webkit-scrollbar{display:none;}.commands p{margin-bottom:18px;padding-bottom:8px;border-bottom:1px solid #222;}.commands strong{display:block;margin-bottom:4px;color:white;font-weight:600;font-size:1rem;}.commands span{color:#aaa;font-size:.9rem;line-height:1.3;}