.view.debug{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:calc(100vh - 80px)}.view.debug>div:first-of-type{position:relative;background-color:#fff;height:inherit;min-width:180px;padding:16px;-webkit-box-shadow:0 8px 16px rgba(0,0,0,.1);box-shadow:0 8px 16px rgba(0,0,0,.1);z-index:2}.view.debug>div:first-of-type details{margin:8px 0}.view.debug>div:first-of-type details:first-of-type{margin-top:0}.view.debug>div:first-of-type details:last-of-type{margin-bottom:0}.view.debug>div:first-of-type details>summary{list-style-type:"+ ";font-family:Open Sans,sans-serif;font-weight:700;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.2rem;line-height:16px;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.view.debug>div:first-of-type details[open]>summary{list-style-type:"\2212   "}.view.debug>div:first-of-type details>ul{padding:4px 0 4px 10px;margin:0;list-style-type:none}.view.debug>div:first-of-type details>ul li{padding:0;margin:0 0 4px 0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-family:Open Sans,sans-serif;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.2rem;line-height:16px}.view.debug>div:first-of-type details>ul li>span[data-method]{position:relative;display:inline-block;width:40px;margin-bottom:-3px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;margin-right:5px}.view.debug>div:first-of-type details>ul li>span[data-method]:before{text-transform:uppercase;content:attr(data-method);font-size:1.1rem;font-weight:700}.view.debug>div:first-of-type details>ul li>span[data-method][data-method=get]:before{color:#228b22}.view.debug>div:first-of-type details>ul li>span[data-method][data-method=post]:before{color:orange}.view.debug>div:first-of-type details>ul li>span[data-method][data-method=patch]{color:tan}.view.debug>div:first-of-type details>ul li>span[data-method][data-method=delete]:before{color:red}.view.debug>div:last-of-type{position:relative;width:100%;z-index:1}.view.debug>div:last-of-type>div.actions{display:-webkit-box;display:-ms-flexbox;display:flex;padding:8px 16px;gap:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;background-color:#fff;min-height:48px;-webkit-box-shadow:0 2px 4px rgba(16,0,0,.1);box-shadow:0 2px 4px rgba(16,0,0,.1);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.view.debug>div:last-of-type>div.actions>div.method{font-weight:700;text-transform:uppercase}.view.debug>div:last-of-type>div.actions>div.method[data-method=get]{color:#228b22}.view.debug>div:last-of-type>div.actions>div.method[data-method=post]{color:orange}.view.debug>div:last-of-type>div.actions>div.method[data-method=patch]{color:tan}.view.debug>div:last-of-type>div.actions>div.method[data-method=delete]{color:red}.view.debug>div:last-of-type>div.actions>div.url{min-height:32px;border:1px solid rgba(0,0,0,.05);background-color:rgba(0,0,0,.05);border-radius:4px;padding:4px 12px;width:100%}.view.debug>div:last-of-type>div.parameters{padding:16px}.view.debug>div:last-of-type>div.parameters>.parameter{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:16px 0;border-bottom:1px solid rgba(0,0,0,.05)}.view.debug>div:last-of-type>div.parameters>.parameter:first-of-type{padding-top:0}.view.debug>div:last-of-type>div.parameters>.parameter:last-of-type{border-bottom:none}.view.debug>div:last-of-type>div.parameters>.parameter>*{width:100%}.view.debug>div:last-of-type>div.parameters>.parameter>label{font-family:Open Sans,sans-serif;font-weight:700;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.2rem;line-height:16px;width:150px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.view.debug>div:last-of-type>div.parameters>.parameter>input,.view.debug>div:last-of-type>div.parameters>.parameter select,.view.debug>div:last-of-type>div.parameters>.parameter textarea{border-radius:4px;padding:4px 11px;height:100%;border:1px solid rgba(0,0,0,.4);outline:0;font-family:Open Sans,sans-serif;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.4rem;line-height:22px;color:#131313;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.view.debug>div:last-of-type>div.parameters>.parameter>textarea{resize:vertical;min-height:200px;font-family:monospace;font-size:12px}.view.debug>div:last-of-type>div.response{position:absolute;bottom:0;left:0;width:100%;background-color:rgba(19,120,187,.2);-webkit-box-shadow:0 0 5px rgba(0,0,0,.5);box-shadow:0 0 5px rgba(0,0,0,.5)}.view.debug>div:last-of-type>div.response>div.title{padding:0 8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:28px;width:100%;font-weight:700;text-transform:uppercase;border-top:1px solid #4293c9;background-color:#1378bb;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.4);box-shadow:0 1px 1px rgba(0,0,0,.4);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.view.debug>div:last-of-type>div.response>div.title,.view.debug>div:last-of-type>div.response>div.title button{font-family:Open Sans,sans-serif;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.2rem;line-height:16px;color:#fff}.view.debug>div:last-of-type>div.response>div.title button{cursor:pointer;margin-left:4px;font-weight:400;background-color:hsla(0,0%,100%,.1);border-radius:4px;border:0;outline:0}.view.debug>div:last-of-type>div.response>div.title button:hover{background-color:hsla(0,0%,100%,.2)}.view.debug>div:last-of-type>div.response>pre.value{padding:0;height:0;margin:0;font-family:monospace;font-size:12px;overflow:hidden;overflow-y:scroll;-webkit-user-select:contain;-moz-user-select:contain;-ms-user-select:element;user-select:contain;outline:0;color:#000}.view.debug>div:last-of-type>div.response.open{height:calc(50% + 28px)}.view.debug>div:last-of-type>div.response.open>pre.value{padding:8px;height:calc(100% - 28px)}