*{scrollbar-width:thin;scrollbar-color:#3a3a3a transparent;}*::-webkit-scrollbar{width:6px;height:6px;}*::-webkit-scrollbar-track{background:transparent;}*::-webkit-scrollbar-thumb{background-color:#3a3a3a;border-radius:3px;}.endpoint-item{transition:all 0.15s ease;}.endpoint-item:hover{color:#4ade80;transform:translateX(2px);}.endpoint-item.active{background-color:rgba(74,222,128,0.1);border-left:2px solid #4ade80;}.tab-btn{transition:all 0.2s ease;}.tab-btn.active{background-color:#4ade80;color:#000;border-color:#4ade80;}.empty-state{display:flex;align-items:center;justify-content:center;height:100%;}.loading{animation:pulse 2s cubic-bezier(0.4,0,0.6,1) infinite;}@keyframes pulse{0%,100%{opacity:1;}50%{opacity:.5;}}.response-area{width:0;min-width:100%;}pre{max-width:100%;overflow-x:auto;white-space:pre-wrap;word-break:break-all;}body{background-color:#09090b;background-image:radial-gradient(circle at 0% 0%,rgba(56,38,220,0.15) 0%,transparent 50%),radial-gradient(circle at 100% 0%,rgba(234,88,12,0.15) 0%,transparent 50%),radial-gradient(circle at 100% 100%,rgba(37,99,235,0.15) 0%,transparent 50%),radial-gradient(circle at 0% 100%,rgba(219,39,119,0.15) 0%,transparent 50%);background-attachment:fixed;height:100vh;width:100vw;margin:0;}