.api-tester{width:100%;max-width:900px;margin:0 auto}.method-selector{display:flex;margin-bottom:1rem;gap:.5rem}.method-selector button{padding:.5rem 1rem;border:none;background-color:#f6f8fa;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s}.method-selector button:hover{background-color:#e1e4e8}.method-selector button.active-get{background-color:#0366d6;color:white}.method-selector button.active-post{background-color:#2ea44f;color:white}.method-selector button.active-put{background-color:#f9826c;color:white}.method-selector button.active-delete{background-color:#cf222e;color:white}.method-selector button.active-patch{background-color:#9c6ade;color:white}.url-input{margin-bottom:1rem}.url-input input{width:100%;padding:.75rem;border:1px solid #e1e4e8;border-radius:6px;font-size:.9rem}.request-options{margin-bottom:1.5rem}.tab-container{border:1px solid #e1e4e8;border-radius:6px;overflow:hidden}.tabs{display:flex;background-color:#f6f8fa;border-bottom:1px solid #e1e4e8}.tabs button{padding:.75rem 1rem;background:none;font-size:.9rem;cursor:pointer;border:none;border-bottom:2px solid transparent}.tabs button:hover{background-color:#e1e4e8}.tabs button.active{background-color:#fff;border-bottom-color:#0366d6;font-weight:600}.tab-content{padding:1rem;background-color:#fff}.auth-section,.body-section,.headers-section,.params-section{display:flex;flex-direction:column;gap:1rem}.input-pair{display:flex;gap:.5rem}.input-pair input{flex:1;padding:.6rem;font-size:.9rem}.input-pair button,.input-pair input{border:1px solid #e1e4e8;border-radius:6px}.input-pair button{background-color:#f6f8fa;padding:0 .75rem;cursor:pointer}.input-pair button:hover{background-color:#e1e4e8}.auth-type-selector{display:flex;gap:1rem;margin-bottom:1rem}.auth-type-selector label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.auth-input{display:flex;flex-direction:column;gap:.5rem}.auth-input label{font-size:.85rem;font-weight:500}.auth-input input{padding:.6rem}.auth-input input,.body-editor{border:1px solid #e1e4e8;border-radius:6px;font-size:.9rem}.body-editor{min-height:150px;font-family:monospace;padding:.75rem;resize:vertical}.body-format-buttons{display:flex;gap:.5rem;margin-bottom:1rem}.format-button{padding:.5rem .75rem;background-color:#f6f8fa;border:1px solid #e1e4e8;border-radius:6px;font-size:.85rem;cursor:pointer}.format-button.active{background-color:#0366d6;color:white;border-color:#0366d6}.send-button{display:flex;justify-content:center;margin:1.5rem 0}.send-button button{background-color:#2ea44f;color:white;border:none;border-radius:6px;padding:.75rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}.send-button button:disabled{opacity:.7;cursor:not-allowed}.send-button button:hover:not(:disabled){background-color:#2c974b}.response-section{margin-top:2rem}.response-section h2{margin-bottom:1rem;font-size:1.2rem}.response-details{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.response-status{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background-color:#f6f8fa;border-radius:6px;font-weight:600}.status-success{color:#2ea44f}.status-error{color:#cf222e}.status-info{color:#0366d6}.status-redirect{color:#f9826c}.size-info,.time-taken{padding:.5rem .75rem;background-color:#f6f8fa;border-radius:6px;font-size:.9rem}.response-tabs{margin-top:1.5rem}.response-content{margin-top:1rem;border:1px solid #e1e4e8;border-radius:6px;overflow:hidden}pre.response-body{margin:0;padding:1rem;max-height:500px;overflow:auto;background-color:#f6f8fa;font-family:monospace;font-size:.9rem;white-space:pre-wrap}.response-headers{width:100%;border-collapse:collapse}.response-headers th{text-align:left;background-color:#f6f8fa;font-weight:600}.response-headers td,.response-headers th{padding:.75rem;border-bottom:1px solid #e1e4e8}.response-headers td{word-break:break-all}.error-message{padding:1rem;margin:1rem 0;background-color:#ffebe9;border-radius:6px;border:1px solid #ff9999;color:#cf222e}.loading-indicator{display:flex;align-items:center;justify-content:center;padding:2rem}.spinner{width:40px;height:40px;border:4px solid rgba(0,0,0,.1);border-left-color:#0366d6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.json-key{color:#0366d6}.json-string{color:#24292e}.json-boolean,.json-null,.json-number{color:#cf222e}@media (max-width:768px){.method-selector{flex-wrap:wrap}.method-selector button{flex:1;min-width:70px}.input-pair{flex-direction:column}.auth-type-selector,.response-details{flex-direction:column;align-items:flex-start}}