*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.collapse {
  visibility: collapse;
}

.relative {
  position: relative;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mt-auto {
  margin-top: auto;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-20 {
  height: 5rem;
}

.h-5 {
  height: 1.25rem;
}

.w-1\/2 {
  width: 50%;
}

.w-5 {
  width: 1.25rem;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.max-w-screen-lg {
  max-width: 1024px;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.flex-grow {
  flex-grow: 1;
}

.cursor-pointer {
  cursor: pointer;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.overflow-y-auto {
  overflow-y: auto;
}

.rounded {
  border-radius: 0.25rem;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.p-2 {
  padding: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-sm {
  font-size: 0.875rem;
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.opacity-70 {
  opacity: 0.7;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

/* Reset styles for self-containment */

.burp-window,
.burp-window * {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.code-content pre::before {
  display: none!important;
}

.burp-window {
  width: 100%;
  max-width: 100%;
  margin: 0;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: #fafafa;
  color: #333;
}

.title-bar {
  background-color: #f0f0f0;
  padding: 8px 20px;
  text-align: center;
  border-bottom: 1px solid #d1d1d1;
  color: #333;
  font-size: 14px;
}

.macos-bar {
  background-color: #f0f0f0;
  height: 28px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-bottom: 1px solid #d1d1d1;
}

.window-controls {
  display: flex;
  gap: 8px;
}

.control {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.close {
  background-color: #ff5f56;
}

.minimize {
  background-color: #ffbd2e;
}

.expand {
  background-color: #27c93f;
}

.menu-bar {
  background-color: #e8e8e8;
  display: flex;
  padding: 0;
  border-bottom: 1px solid #d1d1d1;
  height: 36px;
  align-items: center;
  overflow: hidden;
}

.menu-item {
  padding: 8px 15px;
  cursor: pointer;
  font-size: 13px;
  white-space: nowrap;
}

.menu-item.selected {
  background-color: #d8d8d8;
  border-radius: 3px;
  border-bottom: 2px solid #ff6b00;
}

.tab-bar {
  display: flex;
  background-color: #f0f0f0;
  padding: 5px 10px 0;
  border-bottom: 1px solid #d1d1d1;
  align-items: center;
}

.tab {
  padding: 8px 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #e0e0e0;
  border-radius: 3px 3px 0 0;
}

.tab-actions {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.tab-action {
  padding: 4px 8px;
  margin: 0 2px;
  cursor: pointer;
}

.control-bar {
  display: flex;
  padding: 10px;
  background-color: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  align-items: center;
  flex-wrap: wrap;
}

.button {
  padding: 6px 12px;
  margin-right: 10px;
  background-color: #e8e8e8;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #333;
  cursor: pointer;
  font-size: 13px;
}

.send-button {
  background-color: #ff6b00;
  color: white;
}

.target-field {
  flex-grow: 1;
  display: flex;
  align-items: center;
  margin-left: 20px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 0 10px;
  color: #333;
  min-width: 0;
}

.target-url {
  margin-right: auto;
  padding: 6px 0;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.http-version {
  margin-left: 10px;
  padding: 4px 10px;
  border-left: 1px solid #ccc;
  white-space: nowrap;
}

.content-area {
  display: flex;
  height: 550px;
  width: 100%;
}

.panel {
  width: 50%;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #d1d1d1;
  flex: 0 0 50%;
}

/* Custom scrollbar styles */

.burp-window ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.burp-window ::-webkit-scrollbar-track {
  background: rgba(200, 200, 200, 0.3);
}

.burp-window ::-webkit-scrollbar-thumb {
  background: rgba(150, 150, 150, 0.5);
  border-radius: 5px;
}

.burp-window ::-webkit-scrollbar-thumb:hover {
  background: rgba(130, 130, 130, 0.7);
}

.panel-content {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.panel-scroll-container {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}

.code-content {
  flex: 1;
  background-color: #fff;
  color: #333;
  font-family: 'Courier New', monospace;
  font-size: 13px;
  line-height: 1.5;
  overflow-wrap: normal;
}

.code-line-pair {
  display: flex;
  min-height: 1.5em;
}

.line-number {
  background-color: #f0f0f0;
  color: #999;
  text-align: right;
  padding: 0 5px;
  min-width: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  box-sizing: border-box;
  height: 1.5em;
  line-height: 1.5;
  flex-shrink: 0;
}

.code-line-content {
  flex-grow: 1;
  padding: 0 10px;
  white-space: pre;
  height: 1.5em;
  line-height: 1.5;
}

.panel-header {
  padding: 8px 10px;
  background-color: #e8e8e8;
  border-bottom: 1px solid #d1d1d1;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.panel-title {
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
}

.panel-tabs {
  display: flex;
  margin-left: 20px;
  font-size: 13px;
  overflow-x: auto;
  flex-wrap: nowrap;
}

.panel-tab {
  padding: 2px 10px;
  margin-right: 2px;
  cursor: pointer;
  white-space: nowrap;
}

.panel-tab.active {
  background-color: #d8d8d8;
  border-radius: 3px;
}

.panel-actions {
  margin-left: auto;
  display: flex;
  gap: 8px;
}

.color-method {
  color: #0057b7;
}

.color-url {
  color: #8a6100;
}

.color-header {
  color: #8e44ad;
}

.color-value {
  color: #16a085;
}

.color-status {
  color: #c0392b;
}

.status-ok {
  color: #27ae60;
}

.footer {
  display: flex;
  justify-content: space-between;
  background-color: #f0f0f0;
  padding: 5px 10px;
  border-top: 1px solid #d1d1d1;
  font-size: 12px;
  color: #666;
}

.footer-right {
  display: flex;
  gap: 15px;
}

/* Responsive adjustments */

@media (max-width: 768px) {
  .content-area {
    flex-direction: column;
    height: auto;
  }

  .panel {
    width: 100%;
    flex: none;
    border-right: none;
    height: 400px;
  }

  .target-field {
    margin-top: 5px;
  }
}

/* Dark Theme */

.dark .burp-window {
  background-color: #1e1e1e;
  color: #e0e0e0;
  border-color: #1a1a1a;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.dark .title-bar {
  background-color: #2d2d2d;
  border-bottom-color: #1a1a1a;
  color: #e0e0e0;
}

.dark .macos-bar {
  background-color: #2d2d2d;
  border-bottom-color: #1a1a1a;
}

.dark .menu-bar {
  background-color: #3a3a3a;
  border-bottom-color: #1a1a1a;
}

.dark .menu-item.selected {
  background-color: #4a4a4a;
  border-bottom-color: #ff8c38;
}

.dark .tab-bar {
  background-color: #2a2a2a;
  border-bottom-color: #1a1a1a;
}

.dark .tab {
  background-color: #3a3a3a;
}

.dark .control-bar {
  background-color: #2a2a2a;
  border-bottom-color: #1a1a1a;
}

.dark .button {
  background-color: #3a3a3a;
  border-color: #4d4d4d;
  color: #e0e0e0;
}

.dark .send-button {
  background-color: #ff8c38;
  color: #fff;
}

.dark .target-field {
  background-color: #3a3a3a;
  border-color: #4d4d4d;
  color: #e0e0e0;
}

.dark .http-version {
  border-left-color: #4d4d4d;
}

.dark .panel {
  border-right-color: #1a1a1a;
}

.dark .burp-window ::-webkit-scrollbar-track {
  background: rgba(50, 50, 50, 0.3);
}

.dark .burp-window ::-webkit-scrollbar-thumb {
  background: rgba(100, 100, 100, 0.5);
}

.dark .burp-window ::-webkit-scrollbar-thumb:hover {
  background: rgba(120, 120, 120, 0.6);
}

.dark .code-content {
  background-color: #2a2a2a;
  color: #d1d1d1;
}

.dark .line-number {
  background-color: #323232;
  color: #888;
}

.dark .panel-header {
  background-color: #3a3a3a;
  border-bottom-color: #1a1a1a;
}

.dark .panel-tab.active {
  background-color: #4a4a4a;
}

.dark .panel-content {
  background-color: #2a2a2a;
}

.dark .color-method {
  color: #61afef;
}

.dark .color-url {
  color: #e5c07b;
}

.dark .color-header {
  color: #c678dd;
}

.dark .color-value {
  color: #98c379;
}

.dark .color-status {
  color: #e06c75;
}

.dark .status-ok {
  color: #98c379;
}

.dark .footer {
  background-color: #2a2a2a;
  border-top-color: #1a1a1a;
  color: #888;
}

.browser-nav {
  display: flex;
  margin-left: 15px;
  gap: 5px;
}

.browser-btn {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: none;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
  padding: 0;
}

:root:not(.dark) .browser-btn {
  background-color: rgba(0, 0, 0, 0);
}

.browser-btn:hover:not(:disabled) {
  background-color: rgba(255, 255, 255, 0.15);
}

:root:not(.dark) .browser-btn:hover:not(:disabled) {
  background-color: rgba(0, 0, 0, 0.15);
}

.browser-btn:disabled {
  opacity: 0.5;
  cursor: default;
}

/* Arrow icons */

.nav-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  display: inline-block;
}

.nav-arrow.left {
  border-width: 5px 8px 5px 0;
  border-color: transparent #9d9d9d transparent transparent;
}

.nav-arrow.right {
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #9d9d9d;
}

/* Refresh icon */

.refresh-icon {
  width: 12px;
  height: 12px;
  border: 2px solid #9d9d9d;
  border-radius: 50%;
  border-right-color: transparent;
  position: relative;
  display: inline-block;
}

.refresh-icon::before {
  content: '';
  position: absolute;
  top: -2px;
  right: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 5px 5px;
  border-color: transparent transparent #9d9d9d transparent;
}

/* Animation for refresh */

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.spinning {
  animation: spin 0.7s linear infinite;
}

.refreshing {
  animation: fadeIn 0.7s;
}

@keyframes fadeIn {
  0% {
    opacity: 0.3;
  }

  50% {
    opacity: 0.7;
  }

  100% {
    opacity: 1;
  }
}

.browser-container {
  position: relative;
  background-color: var(--code-bg);
  border-radius: 8px;
  margin: 1.5rem 0;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.browser-top {
  position: relative;
  height: 35px;
  background-color: #252525;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: flex;
  align-items: center;
  padding: 0 15px;
}

:root:not(.dark) .browser-top {
  background-color: #e8e8e8;
}

.browser-dots {
  display: flex;
  gap: 8px;
}

.browser-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.browser-dot.red {
  background-color: #ff5f56;
}

.browser-dot.yellow {
  background-color: #ffbd2e;
}

.browser-dot.green {
  background-color: #27c93f;
}

.browser-url {
  flex-grow: 1;
  background-color: rgba(255, 255, 255, 0.1);
  height: 22px;
  border-radius: 4px;
  margin-left: 15px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  font-family: var(--font-sans);
  font-size: 12px;
  color: #9d9d9d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

:root:not(.dark) .browser-url {
  background-color: rgba(0, 0, 0, 0.05);
  color: #666666;
}

.browser-body {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.dark .browser-body {
  background-color: #1d1f21;
}

::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0);
}

.browser-body svg {
  max-width: 100%;
  height: auto;
}

:root {
  --font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  --primary-color: #3182ce;
  --primary-hover: #2c5282;
  --border-color: #2d3748;
  --text-color: #e2e8f0;
  --bg-color: #121212;
  --code-bg: #1a1a1a;
  --sidebar-width: 16rem;
  --sidebar-collapsed-width: 3rem;
  --background-dark: #1a1a1a;
  --text-dark: #e0e0e0;
  --text-light: #333333;
  --background-light: #ffffff;
  --link-light: #3182ce;
  /* Blue links for light theme */
  --link-light-hover: #2c5282;
}

/* Dark/Light mode variables */

.dark {
  --primary-color: #4EA6FF;
  --primary-hover: #63b3ed;
  --border-color: #2d3748;
  --text-color: #e2e8f0;
  --bg-color: #121212;
  --code-bg: #1a1a1a;
}

/* Light theme */

:root:not(.dark) {
  --primary-color: #3182ce;
  --primary-hover: #2c5282;
  --border-color: #e2e8f0;
  --text-color: #1a202c;
  --bg-color: #ffffff;
  --code-bg: #f7fafc;
}

body {
  font-family: var(--font-sans);
  line-height: 1.5;
  overflow-x: hidden;
  max-width: 100vw;
  color: var(--text-color);
  background-color: var(--bg-color);
  transition: color 0.3s ease, background-color 0.3s ease;
}

a {
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: var(--primary-hover);
  text-decoration: none;
  font-weight: 600;
}

p {
  margin: 1.25rem 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

p>img {
  margin-left: auto;
  margin-right: auto;
}

code {
  font-family: var(--font-mono);
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  border-radius: 3px;
}

pre {
  position: relative;
  font-family: var(--font-mono);
  background-color: var(--code-bg);
  border-radius: 8px;
  padding: 0;
  padding-top: 2.5rem;
  /* Space for the title bar only */
  margin: 1.5rem 0;
  overflow: hidden;
  /* Hide overflow but allow inner content to scroll */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

pre>code {
  display: block;
  overflow-x: auto;
  padding: 1rem;
  padding-top: 0.5rem;
  margin: 0;
  max-height: 400px;
  /* Prevent very tall code blocks */
}

/* Title bar with language */

pre[class*="language-"]::before {
  content: attr(data-language);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 35px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #9d9d9d;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

.dark pre[class*="language-"]::before {
  background-color: #252525;
}

:root:not(.dark) pre[class*="language-"]::before {
  background-color: #e8e8e8;
  color: #666666;
}

/* macOS buttons for language code blocks */

pre[class*="language-"]::after {
  content: '';
  position: absolute;
  top: 11px;
  left: 15px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  z-index: 6;
}

.dark pre[class*="language-"]::after {
  background-color: #ff5f56;
  box-shadow: 20px 0 0 #ffbd2e, 40px 0 0 #27c93f;
}

:root:not(.dark) pre[class*="language-"]::after {
  background-color: #ff5f56;
  box-shadow: 20px 0 0 #ffbd2e, 40px 0 0 #27c93f;
}

/* Regular macOS buttons for non-language code blocks */

pre:not([class*="language-"])::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 35px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  z-index: 5;
}

.dark pre:not([class*="language-"])::before {
  background-color: #252525;
}

:root:not(.dark) pre:not([class*="language-"])::before {
  background-color: #e8e8e8;
}

pre:not([class*="language-"])::after {
  content: '';
  position: absolute;
  top: 11px;
  left: 15px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  z-index: 6;
}

.dark pre:not([class*="language-"])::after {
  background-color: #ff5f56;
  box-shadow: 20px 0 0 #ffbd2e, 40px 0 0 #27c93f;
}

:root:not(.dark) pre:not([class*="language-"])::after {
  background-color: #ff5f56;
  box-shadow: 20px 0 0 #ffbd2e, 40px 0 0 #27c93f;
}

/* Custom scrollbar */

::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(74, 85, 104, 0.7);
  border-radius: 9999px;
}

.dark ::-webkit-scrollbar-thumb {
  background-color: #717171;
}

:root:not(.dark) ::-webkit-scrollbar-thumb {
  background-color: #a0a0a0;
}

::-webkit-scrollbar-track {
  border-radius: 9999px;
}

.dark ::-webkit-scrollbar-track {
  background-color: #1e1e1e;
}

:root:not(.dark) ::-webkit-scrollbar-track {
  background-color: #f0f0f0;
}

/* Content styles */

.content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  transition: margin-left 0.3s ease;
  max-width: 100%;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1.25;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.content h1 {
  font-size: 1.875rem;
}

.content h2 {
  font-size: 1.5rem;
  position: relative;
  padding-top: 2rem;
  margin-top: 2.5rem;
}

/* Add separator before h2 elements */

.content h2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(125, 125, 125, 0), rgba(125, 125, 125, 0.5) 50%, rgba(125, 125, 125, 0) 100%);
  margin-bottom: 1rem;
}

/* First h2 after h1 doesn't need a separator */

.content h1+h2::before {
  display: none;
}

.content h3 {
  font-size: 1.25rem;
}

.content h4 {
  font-size: 1.125rem;
}

.content h5,
.content h6 {
  font-size: 1rem;
}

/* Heading anchor styles */

.heading-anchor {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.heading-anchor:hover {
  text-decoration: none;
}

.heading-anchor-symbol {
  display: inline-flex;
  align-items: center;
}

/* Ensure the link icon appears on hover */

h1:hover .heading-anchor-symbol svg,
h2:hover .heading-anchor-symbol svg,
h3:hover .heading-anchor-symbol svg,
h4:hover .heading-anchor-symbol svg {
  opacity: 0.6 !important;
}

/* Adjust position for different heading levels */

h1 .heading-anchor-symbol svg,
h2 .heading-anchor-symbol svg,
h3 .heading-anchor-symbol svg,
h4 .heading-anchor-symbol svg {
  vertical-align: middle;
}

.content ul,
.content ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 1.5rem;
}

.content ul {
  list-style-type: disc;
}

.content ol {
  list-style-type: decimal;
}

.content pre[class*='language-'] {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0rem;
  padding-top: 2.5rem;
  border-radius: 0.5rem;
}

.content pre {
  padding: 0rem;
  padding-top: 2.5rem;
}

.content table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.content th,
.content td {
  border: 1px solid var(--border-color);
  padding: 0.5rem;
}

.content th {
  background-color: var(--code-bg);
}

.content img,
.content video {
  max-width: 100%;
  height: auto;
}

/* Navigation styles */

.nav-link {
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.2s ease;
  font-weight: 500;
}

.nav-link:hover {
  color: var(--primary-hover);
  text-decoration: none;
}

/* Table of Contents */

.toc {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: var(--sidebar-width);
  background-color: rgba(30, 30, 30, 0.95);
  border-right: 1px solid rgba(107, 114, 128, 0.3);
  padding: 1.5rem 1rem;
  font-size: 0.9rem;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.3s ease;
  z-index: 50;
}

.dark .toc {
  background-color: rgba(30, 30, 30, 0.95);
}

:root:not(.dark) .toc {
  background-color: rgba(250, 250, 250, 0.95);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.toc.collapsed {
  width: var(--sidebar-collapsed-width);
  overflow: hidden;
}

.toc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(107, 114, 128, 0.3);
}

.toc-toggle {
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  background-color: rgba(107, 114, 128, 0.1);
  transition: all 0.2s ease;
}

.toc-toggle:hover {
  background-color: rgba(107, 114, 128, 0.2);
}

.toc-toggle svg {
  width: 1.25rem;
  height: 1.25rem;
  transition: transform 0.3s ease;
}

.toc.collapsed .toc-toggle svg {
  transform: rotate(180deg);
}

.toc-title {
  font-weight: 600;
  font-size: 1.125rem;
  opacity: 1;
  transition: opacity 0.3s ease;
  transform-origin: left;
}

.toc.collapsed .toc-title,
.toc.collapsed .toc-content {
  opacity: 0;
  pointer-events: none;
}

.toc-content {
  transition: opacity 0.2s ease;
  padding-right: 0.5rem;
  overflow-y: auto;
  max-height: calc(100% - 8rem);
  /* Leave room for header and theme toggle */
}

.toc-collapsed-toggle {
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  border-radius: 0.375rem;
  background-color: rgba(107, 114, 128, 0.1);
  transition: opacity 0.3s ease, background-color 0.2s;
}

.toc-collapsed-toggle svg {
  width: 1.25rem;
  height: 1.25rem;
}

.toc-collapsed-toggle:hover {
  background-color: rgba(107, 114, 128, 0.2);
}

.toc.collapsed .toc-collapsed-toggle {
  opacity: 1;
  pointer-events: auto;
}

/* Restore the original theme toggle style */

.theme-toggle {
  position: absolute;
  bottom: 1.5rem;
  left: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  background-color: rgba(15, 15, 15, 0.5);
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.dark .theme-toggle {
  background-color: rgba(30, 30, 30, 0.7);
}

:root:not(.dark) .theme-toggle {
  background-color: rgba(240, 240, 240, 0.7);
}

.theme-toggle:hover {
  background-color: rgba(30, 30, 30, 0.9);
}

:root:not(.dark) .theme-toggle:hover {
  background-color: rgba(220, 220, 220, 0.9);
}

.theme-toggle svg {
  width: 1.5rem;
  height: 1.5rem;
}

.toc.collapsed .theme-toggle {
  opacity: 0;
  pointer-events: none;
}

.with-sidebar {
  margin-left: 16rem;
  transition: margin-left 0.3s ease;
  max-width: calc(100% - 16rem);
}

@media (max-width: 1024px) {
  .with-sidebar {
    max-width: 100% !important;
  }
}

.sidebar-collapsed {
  margin-left: 3rem;
  max-width: calc(100% - 3rem);
}

.mobile-toggle {
  display: none;
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 40;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem;
  border-radius: 0.375rem;
  background-color: rgba(30, 30, 30, 0.9);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  color: white;
  transition: background-color 0.2s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.mobile-toggle:hover {
  background-color: rgba(50, 50, 50, 0.9);
}

:root:not(.dark) .mobile-toggle {
  background-color: rgba(230, 230, 230, 0.9);
  color: #333;
}

:root:not(.dark) .mobile-toggle:hover {
  background-color: rgba(210, 210, 210, 0.9);
}

@media (max-width: 1024px) {
  .mobile-toggle {
    display: flex;
    position: fixed;
  }

  .toc {
    transform: translateX(-100%);
    width: var(--sidebar-width);
  }

  .toc.mobile-visible {
    transform: translateX(0);
  }

  .with-sidebar {
    margin-left: 0;
  }

  .sidebar-collapsed {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
  }

  .content {
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  .mobile-menu-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 45;
    display: none;
  }

  .mobile-menu-overlay.active {
    display: block;
  }
}

/* Center only the logo but not the title */

.site-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.logo-container {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

.site-info {
  text-align: left;
}

.logo-container a svg {
  max-width: 100%;
  height: 5rem;
  fill: black;
}

.dark .logo-container a svg {
  fill: white;
}

.toc-list {
  margin-bottom: 1.5rem;
}

.toc-list div {
  margin-bottom: 0.25rem;
}

.toc-list div div {
  padding-left: 0.5rem;
  margin-top: 0.25rem;
}

.toc-list div div div {
  padding-left: 1rem;
}

.toc-list div div div div {
  padding-left: 1.5rem;
}

.toc-link {
  display: block;
  color: var(--text-color);
  text-decoration: none;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  transition: background-color 0.2s, color 0.2s;
  font-size: 0.9rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.toc-link:hover {
  background-color: rgba(107, 114, 128, 0.1);
  color: var(--primary-color);
}

.toc-link.active {
  font-weight: 600;
  background-color: rgba(107, 114, 128, 0.15);
  color: var(--primary-color);
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.dark\:border-gray-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

.dark\:text-gray-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.dark\:text-gray-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.dark\:hover\:bg-gray-700:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

/*# sourceMappingURL=main.b5a11fc0d0dabfbb2054.css.map*/