@import"https://fonts.googleapis.com/css2?family=Arial:wght@300;400;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&family=Inter:wght@100..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght,wdth@8..144,100..1000,25..151&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wdth,wght,XOPQ,YOPQ@8..144,105.7,100..1000,78,72&display=swap";@import"https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap";@font-face{font-family:Roboto Mono V;src:url(/assets/RobotoMono-VariableFont_wght-Be6w_Krw.ttf) format("truetype");font-weight:100 700;font-style:normal;font-display:swap}*{box-sizing:border-box;margin:0;padding:0;font-family:Arial,sans-serif}html{margin:0;padding:0;height:100vh;overflow:hidden}.flex-container{display:flex;justify-content:center;align-items:center}#app{min-height:100vh;background-color:var(--background-1);color:var(--text-1)}#main-page-container{display:flex;flex-direction:column;width:var(--page-width);margin:10px auto 0}.main-section-container{display:flex;justify-content:space-between;border-top:1px solid var(--border-mute);position:relative;height:100%}.url-components-container{flex-direction:column;margin:0 auto;padding:20px 0;transition:background var(--color-trans) ease,color var(--color-trans) ease}.main-section-panes{margin-top:30px;padding:0;width:50%}#list-container{border-right:1px solid var(--border-mute);padding-right:var(--main-centre-spacer);margin-bottom:var(--main-panel-bottom-margin);overflow-y:scroll;scrollbar-gutter:stable;scrollbar-width:auto;position:relative;height:var(--list-height)}#list-container::-webkit-scrollbar{width:8px;background-color:var(--background-1)}#list-container::-webkit-scrollbar-thumb{background-color:var(--scrollbar);border-radius:4px}#list-container::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-hover);border-radius:4px}@supports (scrollbar-color: auto){#list-container{scrollbar-color:var(--background-1) var(--background-1)}#list-container:hover{scrollbar-color:var(--scrollbar) var(--background-1)}}#operation-panel-container{padding-left:var(--main-centre-spacer);margin-bottom:var(--main-panel-bottom-margin)}.fixed-height-display-container{position:relative;height:100%}.item-panel{display:flex;align-items:center;justify-content:space-around;padding:20px;border-radius:5px}.display-list{list-style:none}#single-item-operation-container{line-height:1.5}.form-text{color:var(--white-100);transition:background var(--color-trans) ease,color var(--color-trans) ease}.error-message{white-space:pre-wrap;word-wrap:break-word;padding:10px;border-radius:5px;overflow-x:auto}.spacer{line-height:.6}.wrap-text{white-space:pre-wrap}.invert{filter:invert(1)}.pad-left{padding-left:var(--padding-1)}.btn{padding:.5rem;background:var(--btn-passive-1);border:1px solid var(--border-1);border-radius:5px;width:120px;cursor:pointer;color:var(--btn-text-1);transition:background var(--color-trans) ease,color var(--color-trans) ease}.btn-space-above{margin-top:.5rem}.warning-btn{background:var(--btn-warning-1);transition:background var(--color-trans) ease,color var(--color-trans) ease}.url-btn{height:var(--form-btn-height);width:120px;margin:5px;padding:.2rem;line-height:.8rem}.settings-btn{width:140px;padding-left:5px;padding-right:5px}.confirm-delete-btn{background:var(--btn-warning-1);color:var(--text-warning-1);border:1px solid var(--grey-550);height:var(--single-status-height);width:var(--wide-btn);margin:var(--above-single-status-spacing) auto var(--below-single-status-spacing);font-size:1rem;text-align:center}.confirm-delete-btn-hover{background:var(--btn-warning-2);color:var(--text-warning-2);border:1px solid var(--border-contrast-2)}.inactive-btn{background:var(--btn-inactive-1);color:var(--text-mute-1)}.disabled{background:var(--btn-disabled-1);color:var(--text-mid-grey);cursor:not-allowed;border:1px solid var(--border-mute);transition:background var(--color-trans) ease,color var(--color-trans) ease}.item-btn{padding:2px}.item-btn-font{font-size:1.1rem;font-family:Nunito Sans,sans-serif;font-variation-settings:"slnt" -10,"wdth" 25,"wght" 300}.operation-btn-font{font-size:1.1rem;font-family:Nunito Sans,sans-serif;font-variation-settings:"slnt" -10,"wdth" 105,"wght" 600;line-height:1}.operation-btn-font-thicker{font-variation-settings:"slnt" -10,"wdth" 105,"wght" 700}.btn-hovered{background:var(--background-2);border:1px solid var(--btn-option-1);color:var(--btn-option-2)}.disabled:hover{color:var(--text-mute-0);border:1px solid var(--border-mute-2)}#confirm-delete-item{display:flex;align-items:center;justify-content:center}.item-btns{display:flex;flex-direction:column}.item-details{display:flex;flex-direction:column;flex-wrap:wrap;word-break:break-word;white-space:normal}.item-details p{margin:.3rem .8rem .3rem 0}.unfocussed-item-btn{background:var(--btn-inactive-1);color:var(--text-mute-2)}.hover-item-panel{background:var(--background-hover-1)}.focus-item-panel{background:var(--background-focus-1)}.hover-view-item-btn{color:var(--op-get-by-id-mute)}.hover-patch-item-btn{color:var(--op-patch-mute)}.hover-put-item-btn{color:var(--op-put-mute)}.hover-delete-item-btn{color:var(--op-delete-mute)}.focus-view-item-btn{color:var(--op-get-by-id)}.focus-patch-item-btn{color:var(--op-patch)}.focus-put-item-btn{color:var(--op-put)}.focus-delete-item-btn{color:var(--op-delete)}.hover-item-btns{background:var(--btn-inactive-hover-1);border:1px solid var(--border-contrast-1)}.focus-item-btns{background:var(--btn-focus-2);border:1px solid var(--border-contrast-1)}.hover-focus-view-item-btn{color:var(--op-get-by-id-vibe)}.hover-focus-create-item-btn{color:var(--op-post-vibe)}.hover-focus-put-item-btn{color:var(--op-put-vibe)}.hover-focus-patch-item-btn{color:var(--op-patch-vibe)}.hover-focus-delete-item-btn{color:var(--op-delete-vibe)}.hover-focus-item-btns{background:var(--btn-focus-3);border:1px solid var(--border-contrast-2)}@keyframes ripple-loader{0%{top:96px;left:96px;width:0;height:0;opacity:1}to{top:18px;left:18px;width:156px;height:156px;opacity:0}}.ripple-loader div{position:absolute;border-width:8px;border-style:solid;opacity:1;border-radius:50%;animation:ripple-loader 1s cubic-bezier(0,.2,.8,1) infinite}.ripple-loader div:nth-child(1){border-color:#2f6a08;animation-delay:0s}.ripple-loader div:nth-child(2){border-color:#1c3fcc;animation-delay:-.5s}.loading-io-spinner-ripple{margin-top:20px;width:105px;height:105px;display:flex;justify-content:center;align-items:center;overflow:hidden}.ripple-loader{width:100%;height:100%;position:relative;transform:translateZ(0) scale(.5);backface-visibility:hidden;transform-origin:0 0}.ripple-loader div{box-sizing:content-box}.single-item-details{padding-left:20px;word-break:break-word;line-height:1.5}.response-object-container{overflow-y:scroll;scrollbar-gutter:stable;scrollbar-width:auto;position:relative}.get-by-id-display-height{height:var(--single-item-display-height)}.response-object-panel{background:var(--background-3);padding:15px 0 20px;border:1px solid var(--border-mute-2);font-size:1rem}.response-object-container::-webkit-scrollbar{width:8px;background-color:var(--background-1)}.response-object-container::-webkit-scrollbar-thumb{background-color:var(--scrollbar);border-radius:4px}.response-object-container::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-hover);border-radius:4px}@supports (scrollbar-color: auto){.response-object-container{scrollbar-color:var(--background-1) var(--background-1)}.response-object-container:hover{scrollbar-color:var(--scrollbar) var(--background-1)}}.status-label{width:66px;height:var(--single-status-height);display:flex;align-items:center;justify-content:center;border:1px solid var(--border-1);border-radius:.5rem;font-size:1.4rem;margin:var(--above-single-status-spacing) 0 var(--below-single-status-spacing)}.status-group-none{background:var(--status-none);color:var(--status-text-2);transition:background var(--color-trans) ease,color var(--color-trans) ease}.status-group-info{background:var(--status-info);color:var(--status-text-1);transition:background var(--color-trans) ease,color var(--color-trans) ease}.status-group-ok{background:var(--status-ok);color:var(--status-text-1);transition:background var(--color-trans) ease,color var(--color-trans) ease}.status-group-redirect{background:var(--status-redirect);color:var(--status-text-1);transition:background var(--color-trans) ease,color var(--color-trans) ease}.status-group-error{background:var(--status-error);color:var(--status-text-1);transition:background var(--color-trans) ease,color var(--color-trans) ease}.status-group-server{background:var(--status-server);color:var(--status-text-1);transition:background var(--color-trans) ease,color var(--color-trans) ease}.update-form-btns{display:flex;justify-content:space-between;margin:2rem 1rem 1.2rem}.update-btn{width:12rem;height:3rem}.confirm-delete-btn-container{width:100%;display:flex;align-items:center;justify-content:flex-end}.operation-indicator-container{height:var(--operation-indicator-container-height);display:flex;align-items:center;justify-content:space-between;margin:0 auto}.operation{display:flex;align-items:center;justify-content:center;width:18%;height:100%;background:var(--btn-disabled-1);text-align:center;border-radius:.5rem;border:1px solid var(--border-0);color:var(--text-mid-grey);padding:5px;transition:background var(--color-trans) ease,color var(--color-trans) ease}.active-operation{background:var(--op-btn-focus-2);color:var(--text-1);border:1px solid var(--border-1)}.active-get-by-id-op{color:var(--op-get-by-id)}.active-post-op{color:var(--op-post)}.active-put-op{color:var(--op-put)}.active-patch-op{color:var(--op-patch)}.active-delete-op{color:var(--op-delete)}.hover-get-by-id-op{color:var(--op-get-by-id-vibe);border:1px solid var(--get-by-id-op-border)}.hover-post-op{color:var(--op-post-vibe);border:1px solid var(--post-op-border)}.hover-put-op{color:var(--op-put-vibe);border:1px solid var(--put-op-border)}.hover-patch-op{color:var(--op-patch-vibe);border:1px solid var(--patch-op-border)}.hover-delete-op{color:var(--op-delete-vibe);border:1px solid var(--delete-op-border)}.active-op-indicator-hover{background:var(--op-btn-focus-4)}.inactive-op-indicator-hover{background:var(--btn-inactive-hover-2);border:1px solid var(--border-contrast-0)}.get-by-id-op-inactive-hover{color:var(--op-get-by-id-mute)}.post-op-inactive-hover{color:var(--op-post-mute)}.delete-op-inactive-hover{color:var(--op-delete-mute)}.patch-op-inactive-hover{color:var(--op-patch-mute)}.put-op-inactive-hover{color:var(--op-put-mute)}:root{--url-form-title: 1.3rem;--nav-title-margin-right: 15px;--form-height: 50px;--form-input-height: 35px;--form-btn-height: 35px;--full-url-font-size: 1rem;--form-border-radius: 5px;--nav-height: 70px;--url-components-section-height: 290px;--main-section-top-margin: 30px;--all-above-list-height: calc( var(--nav-height) + var(--url-components-section-height) + var(--main-section-top-margin) + 26px );--operation-indicator-container-height: 48px;--above-single-status-spacing: 30px;--single-status-height: 34px;--below-single-status-spacing: 25px;--all-above-single-item-operation-display: calc( var(--all-above-list-height) + var(--operation-indicator-container-height) + var(--above-single-status-spacing) + var(--single-status-height) + var(--below-single-status-spacing) );--list-height: calc(100vh - var(--all-above-list-height));--single-item-display-height: calc( 100vh - var(--all-above-single-item-operation-display) );--main-panel-bottom-margin: var(--main-section-top-margin);--main-centre-spacer: 30px;--message-space-margin-1: 20px;--page-width: 90%;--combined-url-input-width: 850px;--padding-1: 3px;--color-trans: .3s;--wide-btn: 480px}.border-primary{border:1px solid var(--border-1);border-radius:1rem}.panel-primary{background:var(--background-3);transition:background var(--color-trans) ease,color var(--color-trans) ease}.whole-width-container{width:90%;display:flex;justify-content:center;align-items:center;background:var(--background-3);padding:10px;margin:15px auto 10px;transition:background var(--color-trans) ease,color var(--color-trans) ease}.message-spacing{margin-top:var(--message-space-margin-1)}.loading-container{display:flex;justify-content:center}:root{--red-100-vibe: #eaafaf;--red-100: #ecc8c8;--red-100-mute: #ead6d6;--red-150: #f4baba;--red-250: #ff7676;--red-350: #ff4646;--red-400: #f00;--red-500: #c51414;--red-800: #8f0606;--red-900: #7e2424;--red-1000-vibe: #752323;--red-1000: #633333;--red-1000-mute: #3e2f2f;--orange-mud-200: #bfa798;--orange-mud-800: #704935;--green-150: #baf4ca;--green-250: #7bc67b;--green-400: #38c130;--green-500: #0d8e0f;--green-900: #105e24;--green-1000: #0f531f;--green-1100: #0c3e18;--greenish-100-vibe: #addfa7;--greenish-100: #cae8c6;--greenish-100-mute: #d9e8d7;--greenish-1100-vibe: #2b5126;--greenish-1100: #2e472c;--greenish-1100-mute: #2b332a;--turquoise-50: #e1f8f4;--turquoise-100: #d0f4ee;--turquoise-200: #afe6e8;--turquoise-900: #125a70;--turquoise-1100: #214857;--cyan-50: #dee;--cyan-1100: #215757;--blueish-100-vibe: #a6c4dd;--blueish-100: #c5d4e8;--blueish-100-mute: #d6dce4;--blue-150: #baedf4;--blue-200: #90b7ea;--blue-250: #708aff;--blue-350: #4868ff;--blue-400: #2e52ff;--blue-500: #0d35f3;--blue-550: #0f42af;--blue-700: #0f358c;--blue-800: #14267c;--blue-900: #164b80;--blue-1500: #011022;--blueish-1000-vibe: #254c73;--blueish-1000: #324559;--blueish-1000-mute: #353a43;--grey-blue-150: #e9ebec;--magenta-250: #c278e1;--magenta-800: #8414af;--purple-700: #722ebd;--purple-800: #5f249f;--violet-100-vibe: #cfafdf;--violet-100: #dfc5ec;--violet-100-mute: #e2daea;--purple-1000: #33234e;--violet-1000-vibe: #6a1d70;--violet-1000: #532a57;--violet-1000-mute: #392b3a;--indigo-100-vibe: #b5ace1;--indigo-100: #c9c1e8;--indigo-100-mute: #d9d5ec;--indigo-1000-vibe: #3b2573;--indigo-1000: #362d55;--indigo-1000-mute: #302d3a;--white: #fff;--white-50: #f7f7f7;--white-100: #eee;--white-150: #e9e9e9;--warm-grey-25: #ede8e7;--warm-grey-50: #e8e5e4;--warm-grey-100: #e3e0de;--warm-grey-150: #dddad7;--warm-grey-200: #d5d1cf;--grey-75: #e1e1e1;--grey-100: #ddd;--grey-150: #ccc;--grey-175: #c4c4c4;--grey-200: #bbb;--grey-250: #aaa;--grey-300: #999;--grey-350: #8c8c8c;--grey-400: #7c7c7c;--grey-450: #717171;--grey-500: #686868;--grey-550: #606060;--grey-600: #585858;--grey-650: #505050;--grey-700: #494949;--grey-750: #424242;--grey-800: #3a3a3a;--grey-850: #353535;--grey-900: #303030;--grey-950: #2e2e2e;--grey-1000: #2b2b2b;--grey-1010: #262626;--grey-1030: #232323;--grey-1050: #222222;--grey-1080: #1d1d1d;--grey-1100: #191919;--grey-1120: #161616;--grey-1200: #101010;--black: #000;--GET-light-vibe: #009c3f;--POST-light-vibe: #d59300;--PUT-light-vibe: #0068e4;--PATCH-light-vibe: #7b27f1;--DELETE-light-vibe: #ed3827;--GET-light: #1e914d;--POST-light: #cf920b;--PUT-light: #2778e1;--PATCH-light: #8e58d5;--DELETE-light: #ed3827;--GET-light-mute: #70c593;--POST-light-mute: #ecbb69;--PUT-light-mute: #75a9ec;--PATCH-light-mute: #af89e1;--DELETE-light-mute: #ef7e74;--DELETE-light-warn: #7c2016;--GET-light-border: #72b38d;--POST-light-border: #dcb560;--PUT-light-border: #79abe4;--PATCH-light-border: #ab87da;--DELETE-light-border: #df8c84;--GET-dark-vibe: #08a144;--POST-dark-vibe: #d3950e;--PUT-dark-vibe: #318dfd;--PATCH-dark-vibe: #a066ea;--DELETE-dark-vibe: #d1392f;--GET-dark: #027b31;--POST-dark: #a77607;--PUT-dark: #0f6ada;--PATCH-dark: #8046c5;--DELETE-dark: #982f28;--GET-dark-mute: #035021;--POST-dark-mute: #684c03;--PUT-dark-mute: #0a4ea3;--PATCH-dark-mute: #63309f;--DELETE-dark-mute: #78261e;--DELETE-dark-warn: #5e140b;--GET: #027b31;--POST: #a77607;--PUT: #0251b1;--PATCH: #603492;--DELETE: #891c11}[data-theme=light]{--background-1: var(--warm-grey-100);--background-2: var(--white);--background-3: var(--white-100);--background-focus-1: var(--white-50);--background-hover-1: var(--warm-grey-50);--text-1: var(--grey-1100);--text-2: var(--grey-1000);--text-3: var(--grey-900);--text-4: var(--grey-500);--btn-text-1: var(--grey-450);--btn-text-2: var(--grey-350);--text-contrast: var(--black);--text-mid-grey: var(--grey-200);--text-mute-0: var(--grey-250);--text-mute-1: var(--grey-350);--text-mute-2: var(--grey-550);--text-warning-1: var(--grey-150);--text-warning-2: var(--grey-150);--border-0: var(--grey-150);--border-1: var(--grey-200);--border-mute: var(--grey-150);--border-mute-2: var(--grey-175);--border-contrast-0: var(--grey-175);--border-contrast-1: var(--grey-250);--border-contrast-2: var(--grey-300);--op-border-1: var(--grey-250);--get-by-id-op-border: var(--GET-light-border);--post-op-border: var(--POST-light-border);--put-op-border: var(--PUT-light-border);--patch-op-border: var(--PATCH-light-border);--delete-op-border: var(--DELETE-light-border);--btn-passive-1: var(--white-100);--btn-passive-2: var(--white-100);--btn-passive-3: var(--white-100);--btn-passive-1-hover: var(--white-100);--btn-warning-1: var(--grey-750);--btn-warning-2: var(--DELETE-light-warn);--btn-focus-0: var(--grey-1000);--btn-focus-1: var(--grey-1030);--btn-focus-2: var(--white-50);--btn-focus-3: var(--white);--btn-focus-4: var(--grey-1100);--btn-focus-5: var(--grey-1120);--btn-inactive-1: var(--warm-grey-100);--btn-inactive-hover-1: var(--warm-grey-50);--btn-inactive-hover-2: var(--grey-75);--btn-disabled-1: var(--grey-100);--btn-option-1: var(--orange-mud-200);--btn-option-2: var(--orange-mud-800);--op-btn-focus-2: var(--warm-grey-25);--op-btn-focus-3: var(--grey-1080);--op-btn-focus-4: var(--white);--base-url-text: var(--blue-500);--url-endpoint-text: var(--red-500);--url-id-param-text: var(--green-500);--url-query-param-text: var(--magenta-800);--status-none: var(--grey-200);--status-info: var(--blue-550);--status-ok: var(--green-400);--status-redirect: var(--purple-700);--status-error: var(--red-400);--status-server: var(--red-800);--status-text-1: var(--white);--status-text-2: var(--grey-1200);--scrollbar: var(--grey-100);--scrollbar-hover: var(--grey-150);--op-get-by-id-vibe: var(--GET-light-vibe);--op-post-vibe: var(--POST-light-vibe);--op-put-vibe: var(--PUT-light-vibe);--op-patch-vibe: var(--PATCH-light-vibe);--op-delete-vibe: var(--DELETE-light-vibe);--op-get-by-id: var(--GET-light);--op-post: var(--POST-light);--op-put: var(--PUT-light);--op-patch: var(--PATCH-light);--op-delete: var(--DELETE-light);--op-get-by-id-mute: var(--GET-light-mute);--op-post-mute: var(--POST-light-mute);--op-put-mute: var(--PUT-light-mute);--op-patch-mute: var(--PATCH-light-mute);--op-delete-mute: var(--DELETE-light-mute);--op-delete-warning: var(--DELETE-light-warn)}[data-theme=dark]{--background-1: var(--grey-1000);--background-2: var(--grey-700);--background-3: var(--grey-1100);--background-focus-1: var(--grey-1050);--background-hover-1: var(--grey-1010);--text-1: var(--grey-150);--text-2: var(--grey-200);--text-3: var(--grey-300);--text-4: var(--grey-400);--btn-text-1: var(--grey-200);--text-contrast: var(--white-150);--text-mid-grey: var(--grey-650);--text-mute-0: var(--grey-550);--text-mute-1: var(--grey-450);--text-mute-2: var(--grey-550);--text-warning-1: var(--grey-1000);--text-warning-2: var(--grey-200);--border-0: var(--grey-500);--border-1: var(--grey-500);--border-mute: var(--grey-600);--border-mute-2: var(--grey-650);--border-contrast-0: var(--grey-450);--border-contrast-1: var(--grey-400);--border-contrast-2: var(--grey-350);--op-border-1: var(--grey-250);--get-by-id-op-border: var(--grey-350);--post-op-border: var(--grey-350);--put-op-border: var(--grey-350);--patch-op-border: var(--grey-350);--delete-op-border: var(--grey-350);--btn-passive-1: var(--grey-650);--btn-passive-2: var(--grey-550);--btn-passive-3: var(--blue-900);--btn-passive-1-hover: var(--grey-550);--btn-warning-1: var(--grey-200);--btn-warning-2: var(--DELETE-dark-warn);--btn-focus-0: var(--grey-1000);--btn-focus-1: var(--grey-1030);--btn-focus-2: var(--grey-1050);--btn-focus-3: var(--grey-1080);--btn-focus-4: var(--grey-1100);--btn-focus-5: var(--grey-1120);--btn-inactive-1: var(--grey-1000);--btn-inactive-hover-1: var(--grey-1010);--btn-inactive-hover-2: var(--grey-1000);--btn-disabled-1: var(--grey-900);--btn-option-1: var(--grey-500);--btn-option-2: var(--grey-100);--op-btn-focus-2: var(--grey-1080);--op-btn-focus-3: var(--grey-1080);--op-btn-focus-4: var(--grey-1120);--base-url-text: var(--blue-250);--url-endpoint-text: var(--red-250);--url-id-param-text: var(--green-250);--url-query-param-text: var(--magenta-250);--status-none: var(--grey-750);--status-info: var(--blue-700);--status-ok: var(--green-500);--status-redirect: var(--purple-700);--status-error: var(--red-800);--status-server: var(--red-1000);--status-text-1: var(--white);--status-text-2: var(--white);--scrollbar: var(--grey-1100);--scrollbar-hover: var(--grey-1200);--op-get-by-id-vibe: var(--GET-dark-vibe);--op-post-vibe: var(--POST-dark-vibe);--op-put-vibe: var(--PUT-dark-vibe);--op-patch-vibe: var(--PATCH-dark-vibe);--op-delete-vibe: var(--DELETE-dark-vibe);--op-get-by-id: var(--GET-dark);--op-post: var(--POST-dark);--op-put: var(--PUT-dark);--op-patch: var(--PATCH-dark);--op-delete: var(--DELETE-dark);--op-get-by-id-mute: var(--GET-dark-mute);--op-post-mute: var(--POST-dark-mute);--op-put-mute: var(--PUT-dark-mute);--op-patch-mute: var(--PATCH-dark-mute);--op-delete-mute: var(--DELETE-dark-mute);--op-delete-warning: var(--DELETE-light-warn)}.url-form{height:var(--form-height);display:flex;justify-content:center;align-items:center}.form-title-wrapper{width:210px;margin-left:100px}.form-input-wrapper{width:900px;justify-content:flex-start}.url-form-title{font-size:var(--url-form-title);margin-right:var(--nav-title-margin-right);color:var(--text-2);transition:background var(--color-trans) ease,color var(--color-trans) ease}.url-input{width:450px;height:var(--form-input-height);font-size:.9rem;padding:5px 10px;margin:5px;background:var(--background-3);color:var(--text-1);border:1px solid var(--border-1);border-radius:var(--form-border-radius);transition:background var(--color-trans) ease,color var(--color-trans) ease}.combined-input{width:var(--combined-url-input-width)}.url-btn-container{display:flex}.local,.deployed{background:var(--btn-passive-1);transition:background var(--color-trans) ease,color var(--color-trans) ease}.url-overlay-container{position:relative}.url-overlay{position:absolute;top:0;left:0;width:100%;height:var(--form-input-height);border:1px solid transparent;border-radius:var(--form-border-radius);pointer-events:none;white-space:nowrap;display:flex;align-items:center;margin:5px}.space-left-18{margin-left:10px}.hidden-input-element{color:transparent;caret-color:var(--white);background:var(--background-3)}#complete-url-text{font-size:var(--full-url-font-size)}.base-url-text{color:var(--base-url-text);transition:background var(--color-trans) ease,color var(--color-trans) ease}.url-endpoint-text{color:var(--url-endpoint-text);transition:background var(--color-trans) ease,color var(--color-trans) ease}.url-id-param-text{color:var(--url-id-param-text);transition:background var(--color-trans) ease,color var(--color-trans) ease}.url-query-param-text{color:var(--url-query-param-text);transition:background var(--color-trans) ease,color var(--color-trans) ease}.save-btn-icon{background:#0d8e0f00;background-image:url(/floppy-save.png);background-size:cover;background-repeat:no-repeat;height:calc(var(--form-input-height) - 5px);width:calc(var(--form-input-height) - 8.4px);margin:0 5px 0 4px;filter:invert(.4);border:none;cursor:pointer}.save-btn-icon-dark{filter:invert(.7)}.save-btn-disabled{opacity:.3}.saved-url-dropdown-icon{background:#0d8e0f00;background-image:url(/dropdown-arrow.jpg);background-size:cover;background-repeat:no-repeat;height:calc(var(--form-input-height) - 5px);width:calc(var(--form-input-height) - 8.4px);margin:0 5px 0 4px;filter:invert(.7);border:none;cursor:pointer}@font-face{font-family:Roboto Mono V;src:url(/assets/RobotoMono-VariableFont_wght-Be6w_Krw.ttf) format("truetype");font-weight:100 700;font-style:normal;font-display:swap}.url-input-text{font-family:Roboto Mono V,monospace;font-variation-settings:"wght" 150;font-size:15px}.mono-100{font-family:Roboto Mono V,monospace;font-variation-settings:"wght" 100}.roboto-flex-100{font-family:Roboto Flex,sans-serif;font-variation-settings:"wght" 100}.mono{font-family:Roboto Mono,monospace;font-weight:300}.mono-bold{font-family:Roboto Mono,monospace;font-weight:500}#navbar{height:var(--nav-height);width:100%;background:var(--background-3);transition:background var(--color-trans) ease,color var(--color-trans) ease}#navbar-container{max-width:1300px;display:flex;justify-content:space-between;align-items:center;padding:0;margin:0 auto}.nav-title{font-family:Roboto Mono,monospace;font-weight:400;font-size:45px;padding:2px;margin:2px}.nav-controls{display:flex;justify-content:flex-end}.control-icon{width:40px;max-height:40px}.inner-icon{margin-right:20px}.light-mode-icon{opacity:60%;filter:brightness(95%)}.dark-mode-icon{opacity:80%;filter:invert(100%) brightness(55%)}#settings-container{display:flex;flex-direction:column}.settings-section{display:flex}.settings-left-wrapper{width:470px;margin:0 20px}.settings-right-wrapper{width:200px}.settings-header{font-size:1rem;font-weight:300}
