@tailwind base;

@tailwind components;

@tailwind utilities;

@tailwind base;

@tailwind components;

@tailwind utilities;

/*
! tailwindcss v3.4.1 | 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: currentColor;
  /* 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: "Host Grotesk", 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: "Fira Code", 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 */
  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,
[type='button'],
[type='reset'],
[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] {
  display: none;
}

h1,
    h2,
    h3{
  margin-top: 16px;
  margin-bottom: 8px;
  font-weight: 700;
}

h1{
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

h2{
  font-size: 1.5rem;
  line-height: 2rem;
}

#doc-content-area h1{
  margin-bottom: 2rem;
  border-bottom-width: 1px;
  border-style: dashed;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* Global body styles */

body{
  margin: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding: 0px;
  padding-bottom: 3rem;
  font-family: "Host Grotesk", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(91 91 91 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

/* Header and Footer */

header,
    footer{
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
}

header h1{
  margin-bottom: 0px;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

/* Form controls base styling */

textarea,
    input[type="file"]{
  margin-bottom: 16px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(139 145 150 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding: 12px;
  font-family: "Fira Code", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --tw-text-opacity: 1;
  color: rgb(91 91 91 / var(--tw-text-opacity));
  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: 200ms;
}

textarea:focus,
    input[type="file"]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(158 205 240 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px rgba(158, 205, 240, 0.2);
}

/* Button base styles */

button{
  margin-right: 8px;
  cursor: pointer;
  border-radius: 4px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(91 91 91 / var(--tw-bg-opacity));
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: "Host Grotesk", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

button:hover{
  opacity: 0.85;
}

/* Label styles */

label{
  margin-bottom: 8px;
  display: block;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(139 145 150 / var(--tw-text-opacity));
}

/* Section styles */

section{
  margin-bottom: 32px;
  border-bottom-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(139 145 150 / var(--tw-border-opacity));
  padding-bottom: 32px;
}

section:last-child{
  margin-bottom: 0px;
  border-bottom-width: 0px;
  padding-bottom: 0px;
}

*, ::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:  ;
}

::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:  ;
}

.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;
  }
}

#firebaseui-auth-container{
  background-color: transparent;
}

/* Login Page Layout */

.login-body{
  margin: 0px;
  box-sizing: border-box;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding: 16px;
}

.login-page-container{
  display: flex;
  width: 100%;
  min-width: 320px;
  max-width: 450px;
  flex-direction: column;
  align-items: center;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(139 145 150 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding-top: 32px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.login-logo{
  margin-bottom: 24px;
  margin-top: 16px;
  height: auto;
  width: 150px;
}

.login-title{
  margin-bottom: 24px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(91 91 91 / var(--tw-text-opacity));
}

.login-loader{
  margin-top: 24px;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  display: none;
}

.login-error{
  margin-top: 16px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(211 47 47 / var(--tw-text-opacity));
}

/* FirebaseUI Container */

.firebaseui-container{
  width: 100%;
}

/* FirebaseUI Button Improvements */

.firebaseui-idp-button,
    .firebaseui-button{
  box-sizing: border-box;
  width: 100%;
  border-radius: 0.5rem;
  min-height: 56px !important;
  font-size: 18px !important;
  padding: 16px 20px !important;
  margin-bottom: 16px !important;
  font-weight: 500 !important;
  border: 2px solid transparent !important;
  transition: all 0.2s ease !important;
}

/* Email Provider Button - Transmission Blue Styling */

.firebaseui-idp-button.firebaseui-id-idp-email,
    .firebaseui-button.firebaseui-id-email {
  background-color: #9ecdf0 !important;
  color: #4b4b4b !important;
  border-color: #9ecdf0 !important;
  box-shadow: 0 4px 12px rgba(158, 205, 240, 0.3) !important;
}

.firebaseui-idp-button.firebaseui-id-idp-email:hover,
    .firebaseui-button.firebaseui-id-email:hover {
  background-color: #7bb8d9 !important;
  border-color: #7bb8d9 !important;
  box-shadow: 0 6px 16px rgba(158, 205, 240, 0.4) !important;
  transform: translateY(-1px) !important;
}

/* Google Button Styling */

.firebaseui-idp-button.firebaseui-id-idp-google {
  background-color: white !important;
  color: #4b4b4b !important;
  border-color: #ddd !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

.firebaseui-idp-button.firebaseui-id-idp-google:hover {
  border-color: #9ecdf0 !important;
  box-shadow: 0 4px 12px rgba(158, 205, 240, 0.2) !important;
  transform: translateY(-1px) !important;
}

/* Form Input Improvements */

.firebaseui-input,
    .firebaseui-textfield {
  font-size: 16px !important;
  min-height: 48px !important;
  padding: 14px 16px !important;
  border-radius: 8px !important;
  border: 2px solid #ddd !important;
  transition: border-color 0.2s ease !important;
}

.firebaseui-input:focus,
    .firebaseui-textfield:focus {
  border-color: #9ecdf0 !important;
  box-shadow: 0 0 0 3px rgba(158, 205, 240, 0.1) !important;
}

.firebaseui-form-actions {
  margin-top: 20px !important;
}

/* Text Sizing */

.firebaseui-text {
  font-size: 15px !important;
  line-height: 1.5 !important;
  color: #4b4b4b !important;
}

.firebaseui-link {
  font-size: 15px !important;
  color: #9ecdf0 !important;
  text-decoration: none !important;
}

.firebaseui-link:hover {
  color: #7bb8d9 !important;
  text-decoration: underline !important;
}

/* Mobile Responsive Adjustments */

@media (max-width: 600px) {
  .login-body{
    padding: 16px;
  }

  .login-page-container{
    min-width: 300px;
    max-width: 380px;
    padding-top: 24px;
  }

  .login-logo{
    margin-bottom: 16px;
    margin-top: 16px;
    width: 120px;
  }

  .login-title{
    margin-bottom: 16px;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .firebaseui-idp-button,
        .firebaseui-button {
    min-height: 52px !important;
    font-size: 16px !important;
    padding: 14px 18px !important;
  }
}

@media (max-width: 400px) {
  .login-page-container{
    min-width: 280px;
    max-width: 340px;
    padding-top: 16px;
  }

  .login-logo{
    width: 100px;
  }

  .login-title{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .firebaseui-idp-button,
        .firebaseui-button {
    min-height: 48px !important;
    font-size: 15px !important;
    padding: 12px 16px !important;
  }
}

.loading{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

.spinner{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  height: 64px;
  width: 64px;
  border-radius: 9999px;
  border-width: 4px;
  border-color: rgb(139 145 150 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-top-color: rgb(158 205 240 / var(--tw-border-opacity));
  animation: spin 1s linear infinite;
}

.loader-text{
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(139 145 150 / var(--tw-text-opacity));
}

/* Subscription Page Styles */

.page-container{
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  padding: 32px;
  text-align: center;
}

#subscription-content{
  margin-bottom: 16px;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(139 145 150 / var(--tw-border-opacity));
  padding: 24px;
}

.subscription-section{
  border-radius: 0.5rem;
}

.plan-cards{
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.plan-card{
  display: flex;
  min-height: 400px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(139 145 150 / var(--tw-border-opacity));
  padding: 24px;
  text-align: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.plan-card:hover{
  --tw-translate-y: -2px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-color: rgb(158 205 240 / var(--tw-border-opacity));
}

.plan-card h3{
  margin-bottom: 12px;
  --tw-text-opacity: 1;
  color: rgb(91 91 91 / var(--tw-text-opacity));
}

.price{
  margin-bottom: 24px;
  margin-top: 24px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(139 145 150 / var(--tw-border-opacity));
  padding-top: 24px;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.plan-card ul{
  margin-bottom: 24px;
  flex-grow: 1;
  list-style-type: disc;
  padding: 0px;
}

.plan-card li{
  margin-left: 1rem;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
}

/* Pricing with discount */

.price.has-discount{
  text-align: center;
}

.original-price{
  margin-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
  text-decoration-line: line-through;
}

.discounted-price{
  font-weight: 700;
}

.discounted-price small{
  font-size: 0.5em;
  line-height: 1;
}

.discount-text{
  margin-top: 0.5rem;
  text-align: center;
  font-size: 0.8em;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(40 167 69 / var(--tw-text-opacity));
}

/* Free/Vision tier */

.free-tier-card,
    .vision-tier-card{
  position: relative;
  order: -9999;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(139 145 150 / var(--tw-border-opacity));
}

.free-tier-badge,
    .vision-tier-badge{
  margin-bottom: 12px;
  display: inline-block;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(46 204 113 / var(--tw-bg-opacity));
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 0.8em;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.tier-subtext{
  margin-bottom: 12px;
  font-size: 0.85rem;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.vision-tier-info{
  margin-top: auto;
  border-width: 0px;
  font-size: 0.85em;
}

/* Recommended plan */

.recommended-plan{
  position: relative;
  z-index: 1;
}

.recommended-badge{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 100%;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(91 91 91 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.recommended-badge.transparent{
  background-color: transparent;
}

/* Button styles for plans */

.btn-select-plan{
  margin-top: auto;
  width: 100%;
  flex-shrink: 0;
}

.btn-select-plan:disabled{
  cursor: not-allowed;
  opacity: 0.6;
}

.btn-outline-secondary{
  --tw-border-opacity: 1;
  border-color: rgb(108 117 125 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(108 117 125 / var(--tw-text-opacity));
}

.btn-outline-secondary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(108 117 125 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(108 117 125 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

/* Subscription details */

.subscription-details{
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: left;
}

.subscription-details p{
  margin-top: 8px;
  margin-bottom: 8px;
  border-radius: 4px;
  padding: 8px;
  background-color: rgba(158, 205, 240, 0.1);
}

.subscription-details strong{
  --tw-text-opacity: 1;
  color: rgb(91 91 91 / var(--tw-text-opacity));
}

.cancellation-notice{
  border-width: 1px;
  font-weight: 500;
  color: #e67e22 !important;
  background-color: rgba(230, 126, 34, 0.1) !important;
  border-color: rgba(230, 126, 34, 0.3) !important;
}

.past-due-notice{
  border-width: 1px;
  font-weight: 500;
  color: #d32f2f !important;
  background-color: rgba(211, 47, 47, 0.1) !important;
  border-color: rgba(211, 47, 47, 0.3) !important;
}

/* Payment pages */

.payment-page-container{
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 80px;
  text-align: center;
}

.logo{
  margin-bottom: 24px;
  max-width: 150px;
}

.success-box,
    .cancel-box{
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  border-radius: 32px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding: 32px;
}

.success-icon{
  margin-bottom: 16px;
  font-size: 4rem;
  --tw-text-opacity: 1;
  color: rgb(46 204 113 / var(--tw-text-opacity));
}

.cancel-icon{
  margin-bottom: 16px;
  font-size: 4rem;
  --tw-text-opacity: 1;
  color: rgb(243 156 18 / var(--tw-text-opacity));
}

.action-buttons{
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 12px;
}

.action-buttons .btn{
  min-width: 0px;
  flex-shrink: 0;
  white-space: nowrap;
  text-align: center;
}

/* Responsive breakpoints */

@media (min-width: 1024px) {
  .plan-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .plan-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .plan-cards{
    max-width: 100%;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .page-container,
        .payment-page-container{
    padding: 16px;
  }

  .subscription-actions{
    flex-direction: column;
  }

  .subscription-section{
    padding: 16px;
  }

  .plan-card{
    min-height: 0px;
    padding: 16px;
  }

  .price{
    font-size: 1.5em;
  }

  .success-box,
        .cancel-box{
    padding: 24px;
  }
}

@media (max-width: 600px) {
  .action-buttons{
    flex-direction: column;
    align-items: center;
  }

  .action-buttons .btn{
    width: 100%;
  }
}

/* Main Container */

main#app-container{
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  margin-bottom: 32px;
  max-width: 800px;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(139 145 150 / var(--tw-border-opacity));
  padding: 24px;
}

/* Header Components */

.header-container{
  position: sticky;
  top: 0px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
}

@media not all and (min-width: 768px){
  .header-container{
    flex-direction: column;
    gap: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.logo-link{
  text-decoration-line: none;
}

.logo-link:hover{
  cursor: pointer;
}

.logo-image{
  width: 150px;
}

.logo-image:hover{
  cursor: pointer;
}

@media not all and (min-width: 768px){
  .logo-image{
    width: 200px;
  }
}

.subscription-status{
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media not all and (min-width: 768px){
  .subscription-status{
    gap: 10px;
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.status-info{
  display: flex;
  align-items: center;
  gap: 10px;
}

.plan-name{
  font-size: 13px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.subscription-actions{
  display: flex;
  gap: 10px;
}

.subscription-actions:hover{
  cursor: pointer;
}

@media not all and (min-width: 768px){
  .subscription-actions{
    flex-direction: column;
    gap: 5px;
  }
}

.status-badge{
  border-radius: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.status-active{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(195 230 195 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(232 245 232 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(45 90 45 / var(--tw-text-opacity));
}

.status-inactive{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 234 167 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 205 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(133 100 4 / var(--tw-text-opacity));
}

.status-trial{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(153 214 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(204 229 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 64 133 / var(--tw-text-opacity));
}

.status-placeholder{
  border-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity));
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 500;
  text-transform: uppercase;
}

/* Button Components */

.btn{
  margin-right: 8px;
  margin-bottom: 8px;
  display: inline-block;
  min-width: 120px;
  cursor: pointer;
  border-radius: 4px;
  border-width: 0px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  font-family: "Host Grotesk", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.btn:hover{
  --tw-translate-y: -1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(91 91 91 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.btn-primary:disabled{
  cursor: not-allowed;
  opacity: 0.5;
}

.btn-secondary{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(139 145 150 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(139 145 150 / var(--tw-text-opacity));
}

.btn-tertiary{
  --tw-bg-opacity: 1;
  background-color: rgb(139 145 150 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.btn-tertiary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(139 145 150 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(91 91 91 / var(--tw-text-opacity));
}

.btn-danger{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(75 75 75 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(75 75 75 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.btn-danger:hover{
  --tw-translate-y: -1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-color: rgb(58 58 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(58 58 58 / var(--tw-bg-opacity));
}

#upgrade-subscription-btn.btn{
  margin: 0px;
}

/* Project Selection */

#project-selection-section{
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 32px;
  padding-bottom: 32px;
  text-align: center;
}

.project-selection-container{
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

.project-selection-container h2{
  margin-bottom: 12px;
  font-size: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(91 91 91 / var(--tw-text-opacity));
}

.subtitle{
  margin-bottom: 32px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(139 145 150 / var(--tw-text-opacity));
}

.selection-options{
  margin-bottom: 32px;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

/* Project cards */

.option-card{
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(139 145 150 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding: 24px;
  text-align: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.option-card:hover{
  --tw-translate-y: -2px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-color: rgb(158 205 240 / var(--tw-border-opacity));
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.option-card h3{
  margin-bottom: 12px;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(91 91 91 / var(--tw-text-opacity));
}

.option-card p{
  margin-bottom: 24px;
  flex-grow: 1;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(139 145 150 / var(--tw-text-opacity));
}

.option-card .btn{
  margin-top: auto;
}

/* Features */

.features-info{
  margin-top: 32px;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(158 205 240 / var(--tw-border-opacity));
  padding: 24px;
  text-align: left;
  background-color: rgba(158, 205, 240, 0.1);
}

.features-info h4{
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(91 91 91 / var(--tw-text-opacity));
}

.features-info ul{
  list-style-type: none;
  padding: 0px;
}

.features-info li{
  position: relative;
  margin-bottom: 12px;
  padding-left: 24px;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(139 145 150 / var(--tw-text-opacity));
}

.features-info li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  height: 16px;
  width: 16px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(158 205 240 / var(--tw-bg-opacity));
}

/* Document Generation Status */

#document-generation-status ul{
  list-style-type: none;
  padding: 0px;
}

#document-generation-status li{
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(139 145 150 / var(--tw-border-opacity));
  padding: 12px;
  opacity: 0.5;
  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: 300ms;
}

#document-generation-status li .doc-title{
  position: relative;
  margin-right: auto;
  padding-right: 12px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(91 91 91 / var(--tw-text-opacity));
}

#document-generation-status li .doc-status{
  margin-left: 8px;
  margin-right: 8px;
  font-family: "Fira Code", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}

#document-generation-status li .doc-buttons button{
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 13px;
}

/* Document status specific styles */

#document-generation-status li.status-pending-li{
  --tw-border-opacity: 1;
  border-color: rgb(139 145 150 / var(--tw-border-opacity));
  opacity: 0.5;
}

#document-generation-status li.status-generating-li,
    #document-generation-status li.status-getting-ready-li,
    #document-generation-status li.status-in-review-li,
    #document-generation-status li.status-under-review-li,
    #document-generation-status li.status-domain-check-li,
    #document-generation-status li.status-processing-li{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(158 205 240 / var(--tw-border-opacity));
  opacity: 1;
}

#document-generation-status li.status-ready-li,
    #document-generation-status li.status-complete-li{
  --tw-border-opacity: 1;
  border-color: rgb(91 91 91 / var(--tw-border-opacity));
  opacity: 1;
}

#document-generation-status li.status-error-li{
  --tw-border-opacity: 1;
  border-color: rgb(211 47 47 / var(--tw-border-opacity));
}

/* Document content animations - replace the existing line-reveal styles */

.doc-content-fade-out{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  opacity: 0;
}

.doc-content-fade-in{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  opacity: 1;
}

.doc-content-section{
  margin-bottom: 24px;
}

.doc-content-section-reveal {
  opacity: 0;
  transform: translateY(10px);
  animation: sectionReveal 0.3s ease-out forwards;
}

.doc-content-section-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes sectionReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Status text colors */

.doc-status.status-pending{
  --tw-text-opacity: 1;
  color: rgb(75 75 75 / var(--tw-text-opacity));
}

.doc-status.status-getting-ready,
    .doc-status.status-generating,
    .doc-status.status-in-review,
    .doc-status.status-domain-check,
    .doc-status.status-processing,
    .doc-status.status-under-review{
  --tw-text-opacity: 1;
  color: rgb(158 205 240 / var(--tw-text-opacity));
}

.doc-status.status-ready{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(75 75 75 / var(--tw-text-opacity));
}

.doc-status.status-error{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(220 53 69 / var(--tw-text-opacity));
}

/* Document Viewer Overlay */

#document-viewer{
  position: fixed;
  inset: 0px;
  z-index: 1000;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: rgba(0, 0, 0, 0.8);
}

#document-content-area{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  width: 100%;
  max-width: 90ch;
  overflow-y: auto;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding-left: 45px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
  --tw-text-opacity: 1;
  color: rgb(91 91 91 / var(--tw-text-opacity));
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  max-height: calc(100vh - 64px);
}

@media (max-width: 767px) {
  #document-content-area{
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

#document-content-area #close-viewer-button{
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  margin-right: 0px;
  cursor: pointer;
  border-radius: 4px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(139 145 150 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(91 91 91 / var(--tw-bg-opacity));
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: "Host Grotesk", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 13px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

#document-content-area #close-viewer-button:hover{
  opacity: 0.85;
}

/* Document viewer content styling */

.document-viewer-overlay .document-content{
  max-height: 80vh;
  overflow-y: auto;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: left;
}

.document-viewer-overlay .document-content h1,
    .document-viewer-overlay .document-content h2,
    .document-viewer-overlay .document-content h3,
    .document-viewer-overlay .document-content h4,
    .document-viewer-overlay .document-content h5,
    .document-viewer-overlay .document-content h6{
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  text-align: left;
  font-weight: 400;
}

/* Rick Rubin Quote Header */

.generating-docs-header{
  margin-bottom: 24px;
  display: flex;
  min-height: 100px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Montagu Slab", serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(139 145 150 / var(--tw-text-opacity));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

/* Subscription CTA Overlays */

.document-blurred{
  pointer-events: none;
  position: relative;
  opacity: 0.8;
  filter: blur(1px);
}

.subscription-cta-overlay-blurred{
  pointer-events: auto;
  position: absolute;
  inset: 0px;
  z-index: 10;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 24px;
  background-color: rgba(250, 250, 250, 0.9);
}

.subscription-cta-overlay-large{
  pointer-events: auto;
  position: relative;
  z-index: 10;
  margin-top: 16px;
  margin-bottom: 16px;
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(158 205 240 / var(--tw-border-opacity));
  padding: 24px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.95);
}

.document-blurred .subscription-cta-overlay{
  pointer-events: auto;
  position: absolute;
  top: 111px;
  left: 58px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.9);
}

.subscription-cta-content{
  max-width: 568px;
  padding: 16px;
}

.subscription-cta-description{
  margin-bottom: 16px;
  font-family: "Fira Code", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(75 75 75 / var(--tw-text-opacity));
}

.subscription-cta-button{
  display: inline-block;
  cursor: pointer;
  border-radius: 0.5rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(75 75 75 / var(--tw-bg-opacity));
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.subscription-cta-button:hover{
  opacity: 0.85;
}

.document-blurred .doc-buttons{
  display: none;
}

#document-list{
  position: relative;
}

/* Document list spinner styles */

.document-list-loader{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.document-list-loader .loader-content{
  text-align: center;
}

.document-list-loader .spinner{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  height: 64px;
  width: 64px;
  border-radius: 9999px;
  border-width: 4px;
  border-color: rgb(139 145 150 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-top-color: rgb(158 205 240 / var(--tw-border-opacity));
  animation: spin 1s linear infinite;
}

.document-list-loader .loader-text{
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(139 145 150 / var(--tw-text-opacity));
}

.blurred-documents-container{
  position: relative;
  margin-top: 16px;
  min-height: 400px;
  overflow: hidden;
  border-radius: 4px;
}

#document-generation-status.has-subscription-overlay{
  position: relative;
}

#document-generation-status.has-subscription-overlay .subscription-cta-overlay-blurred{
  pointer-events: auto;
  position: absolute;
  inset: 0px;
  z-index: 10;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 24px;
  background-color: rgba(250, 250, 250, 0.9);
}

#document-generation-status.has-subscription-overlay #download-all-button{
  position: relative;
  z-index: 5;
}

.view-button-blocked{
  cursor: not-allowed;
  opacity: 0.5;
}

/* Project Form */

.project-form{
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  text-align: left;
}

.project-form h2{
  margin-bottom: 24px;
  text-align: center;
}

.form-group{
  margin-bottom: 24px;
}

.form-group label{
  margin-bottom: 8px;
  display: block;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(91 91 91 / var(--tw-text-opacity));
}

.form-control{
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(139 145 150 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding: 12px;
  font-family: "Host Grotesk", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --tw-text-opacity: 1;
  color: rgb(91 91 91 / var(--tw-text-opacity));
  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: 200ms;
}

.form-control:focus{
  --tw-border-opacity: 1;
  border-color: rgb(158 205 240 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px rgba(158, 205, 240, 0.2);
}

.form-control[type="textarea"]{
  min-height: 100px;
  resize: vertical;
}

.button-group{
  margin-top: 24px;
  text-align: right;
}

/* Projects Grid */

.projects-list{
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.projects-list h2{
  margin-bottom: 24px;
  text-align: center;
}

.projects-grid{
  margin-bottom: 32px;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}

.project-card{
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding: 20px;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  min-height: 200px;
}

.project-card:hover{
  --tw-translate-y: -2px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.project-card-header{
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  text-align: left;
}

.project-card-header h3{
  margin: 0px;
  flex: 1 1 0%;
  padding-right: 8px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(91 91 91 / var(--tw-text-opacity));
}

.delete-project-btn{
  display: flex;
  height: 30px;
  min-width: 30px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(139 145 150 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(220 53 69 / var(--tw-text-opacity));
  opacity: 0.6;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.delete-project-btn:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(220 53 69 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
  opacity: 1;
}

.delete-project-btn .delete-icon{
  display: block;
  font-weight: 700;
}

.project-description{
  margin-bottom: 15px;
  min-height: 40px;
  flex-grow: 1;
  text-align: left;
  font-size: 0.9em;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
  min-height: 3em;
}

.project-meta{
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity));
  padding-top: 10px;
  font-size: 0.85em;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
}

.load-project-btn{
  width: 100%;
  padding: 10px;
  font-weight: 700;
}

/* Delete Confirmation Dialog */

.delete-confirmation-overlay{
  position: fixed;
  inset: 0px;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(91 91 91 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

.delete-confirmation-dialog{
  width: 90%;
  max-width: 450px;
  overflow: hidden;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  animation: dialogSlideIn 0.3s ease-out;
}

@keyframes dialogSlideIn {
  from {
    transform: scale(0.9) translateY(-20px);
    opacity: 0;
  }

  to {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}

.delete-confirmation-header{
  --tw-bg-opacity: 1;
  background-color: rgb(75 75 75 / var(--tw-bg-opacity));
  padding: 20px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.delete-confirmation-header h3{
  margin: 0px;
  font-size: 1.3em;
  font-weight: 700;
}

.delete-confirmation-body{
  padding: 25px;
  text-align: center;
}

.delete-confirmation-body p{
  margin: 0px;
  margin-bottom: 15px;
  line-height: 1.625;
}

.delete-confirmation-body strong{
  --tw-text-opacity: 1;
  color: rgb(75 75 75 / var(--tw-text-opacity));
}

.warning-text{
  font-size: 0.9em;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.delete-confirmation-footer{
  display: flex;
  justify-content: center;
  gap: 15px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
}

.delete-confirmation-footer .btn{
  flex: 1 1 0%;
  cursor: pointer;
  border-radius: 0.375rem;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 700;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

/* Disabled states */

#download-all-button.disabled{
  cursor: not-allowed;
  opacity: 0.5;
}

/* Image previews */

#image-previews img{
  margin: 8px;
  max-height: 100px;
  max-width: 100px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(139 145 150 / var(--tw-border-opacity));
}

/* Responsive adjustments */

@media (max-width: 767px) {
  .projects-grid{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .delete-confirmation-dialog{
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
  }

  .project-card-header{
    align-items: center;
  }

  #upgrade-subscription-btn.btn{
    padding: 0.5rem;
  }
}

.pointer-events-auto{
  pointer-events: auto;
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

.left-\[58px\]{
  left: 58px;
}

.right-0{
  right: 0px;
}

.right-\[15px\]{
  right: 15px;
}

.top-0{
  top: 0px;
}

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

.top-\[111px\]{
  top: 111px;
}

.top-\[15px\]{
  top: 15px;
}

.z-10{
  z-index: 10;
}

.z-\[10000\]{
  z-index: 10000;
}

.z-\[1000\]{
  z-index: 1000;
}

.z-\[100\]{
  z-index: 100;
}

.z-\[1\]{
  z-index: 1;
}

.z-\[2\]{
  z-index: 2;
}

.z-\[5\]{
  z-index: 5;
}

.m-0{
  margin: 0px;
}

.m-2x{
  margin: 8px;
}

.mx-\[20px\]{
  margin-left: 20px;
  margin-right: 20px;
}

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

.my-2x{
  margin-top: 8px;
  margin-bottom: 8px;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-4x{
  margin-top: 16px;
  margin-bottom: 16px;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-8x{
  margin-top: 32px;
  margin-bottom: 32px;
}

.my-\[10px\]{
  margin-top: 10px;
  margin-bottom: 10px;
}

.mb-0{
  margin-bottom: 0px;
}

.mb-2x{
  margin-bottom: 8px;
}

.mb-3x{
  margin-bottom: 12px;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-4x{
  margin-bottom: 16px;
}

.mb-6x{
  margin-bottom: 24px;
}

.mb-8x{
  margin-bottom: 32px;
}

.mb-\[15px\]{
  margin-bottom: 15px;
}

.ml-2x{
  margin-left: 8px;
}

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

.mr-2x{
  margin-right: 8px;
}

.mr-auto{
  margin-right: auto;
}

.ms-2{
  margin-inline-start: 0.5rem;
}

.mt-0{
  margin-top: 0px;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-4x{
  margin-top: 16px;
}

.mt-6x{
  margin-top: 24px;
}

.mt-8{
  margin-top: 2rem;
}

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

.box-border{
  box-sizing: border-box;
}

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-16x{
  height: 64px;
}

.h-4x{
  height: 16px;
}

.h-\[30px\]{
  height: 30px;
}

.h-auto{
  height: auto;
}

.max-h-\[100px\]{
  max-height: 100px;
}

.max-h-\[80vh\]{
  max-height: 80vh;
}

.min-h-\[100px\]{
  min-height: 100px;
}

.min-h-\[400px\]{
  min-height: 400px;
}

.min-h-\[40px\]{
  min-height: 40px;
}

.min-h-screen{
  min-height: 100vh;
}

.w-16x{
  width: 64px;
}

.w-4x{
  width: 16px;
}

.w-\[100px\]{
  width: 100px;
}

.w-\[120px\]{
  width: 120px;
}

.w-\[150px\]{
  width: 150px;
}

.w-\[90\%\]{
  width: 90%;
}

.w-\[calc\(100\%-40px\)\]{
  width: calc(100% - 40px);
}

.w-full{
  width: 100%;
}

.min-w-0{
  min-width: 0px;
}

.min-w-\[120px\]{
  min-width: 120px;
}

.min-w-\[280px\]{
  min-width: 280px;
}

.min-w-\[300px\]{
  min-width: 300px;
}

.min-w-\[30px\]{
  min-width: 30px;
}

.min-w-\[320px\]{
  min-width: 320px;
}

.max-w-\[1000px\]{
  max-width: 1000px;
}

.max-w-\[100px\]{
  max-width: 100px;
}

.max-w-\[1200px\]{
  max-width: 1200px;
}

.max-w-\[150px\]{
  max-width: 150px;
}

.max-w-\[340px\]{
  max-width: 340px;
}

.max-w-\[380px\]{
  max-width: 380px;
}

.max-w-\[450px\]{
  max-width: 450px;
}

.max-w-\[500px\]{
  max-width: 500px;
}

.max-w-\[568px\]{
  max-width: 568px;
}

.max-w-\[800px\]{
  max-width: 800px;
}

.max-w-\[90ch\]{
  max-width: 90ch;
}

.flex-1{
  flex: 1 1 0%;
}

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

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

.grow{
  flex-grow: 1;
}

.border-collapse{
  border-collapse: collapse;
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-\[1px\]{
  --tw-translate-y: -1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-\[2px\]{
  --tw-translate-y: -2px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

.animate-spin{
  animation: spin 1s linear infinite;
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

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

.list-none{
  list-style-type: none;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-row{
  flex-direction: row;
}

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

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

.items-start{
  align-items: flex-start;
}

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

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

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

.gap-3x{
  gap: 12px;
}

.gap-4x{
  gap: 16px;
}

.gap-6x{
  gap: 24px;
}

.gap-\[10px\]{
  gap: 10px;
}

.gap-\[15px\]{
  gap: 15px;
}

.overflow-hidden{
  overflow: hidden;
}

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

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-2x{
  border-radius: 32px;
}

.rounded-\[20px\]{
  border-radius: 20px;
}

.rounded-\[50px\]{
  border-radius: 50px;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-q{
  border-radius: 4px;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-t-md{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.border{
  border-width: 1px;
}

.border-0{
  border-width: 0px;
}

.border-2{
  border-width: 2px;
}

.border-4{
  border-width: 4px;
}

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

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

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

.border-dashed{
  border-style: dashed;
}

.border-\[\#3a3a3a\]{
  --tw-border-opacity: 1;
  border-color: rgb(58 58 58 / var(--tw-border-opacity));
}

.border-\[\#6c757d\]{
  --tw-border-opacity: 1;
  border-color: rgb(108 117 125 / var(--tw-border-opacity));
}

.border-\[\#99d6ff\]{
  --tw-border-opacity: 1;
  border-color: rgb(153 214 255 / var(--tw-border-opacity));
}

.border-\[\#c3e6c3\]{
  --tw-border-opacity: 1;
  border-color: rgb(195 230 195 / var(--tw-border-opacity));
}

.border-\[\#ddd\]{
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
}

.border-\[\#f0f0f0\]{
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity));
}

.border-\[\#ffeaa7\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 234 167 / var(--tw-border-opacity));
}

.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(91 91 91 / var(--tw-border-opacity));
}

.border-gray{
  --tw-border-opacity: 1;
  border-color: rgb(139 145 150 / var(--tw-border-opacity));
}

.border-transmissionBlue{
  --tw-border-opacity: 1;
  border-color: rgb(158 205 240 / var(--tw-border-opacity));
}

.border-t-transmissionBlue{
  --tw-border-opacity: 1;
  border-top-color: rgb(158 205 240 / var(--tw-border-opacity));
}

.bg-\[\#2ecc71\]{
  --tw-bg-opacity: 1;
  background-color: rgb(46 204 113 / var(--tw-bg-opacity));
}

.bg-\[\#3a3a3a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(58 58 58 / var(--tw-bg-opacity));
}

.bg-\[\#6c757d\]{
  --tw-bg-opacity: 1;
  background-color: rgb(108 117 125 / var(--tw-bg-opacity));
}

.bg-\[\#cce5ff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(204 229 255 / var(--tw-bg-opacity));
}

.bg-\[\#dc3545\]{
  --tw-bg-opacity: 1;
  background-color: rgb(220 53 69 / var(--tw-bg-opacity));
}

.bg-\[\#ddd\]{
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity));
}

.bg-\[\#e8f5e8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(232 245 232 / var(--tw-bg-opacity));
}

.bg-\[\#fff3cd\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 205 / var(--tw-bg-opacity));
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(91 91 91 / var(--tw-bg-opacity));
}

.bg-darkGray{
  --tw-bg-opacity: 1;
  background-color: rgb(75 75 75 / var(--tw-bg-opacity));
}

.bg-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(139 145 150 / var(--tw-bg-opacity));
}

.bg-transmissionBlue{
  --tw-bg-opacity: 1;
  background-color: rgb(158 205 240 / var(--tw-bg-opacity));
}

.bg-transparent{
  background-color: transparent;
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.p-0{
  padding: 0px;
}

.p-2x{
  padding: 8px;
}

.p-3x{
  padding: 12px;
}

.p-4x{
  padding: 16px;
}

.p-6x{
  padding: 24px;
}

.p-8x{
  padding: 32px;
}

.p-\[10px\]{
  padding: 10px;
}

.p-\[20px\]{
  padding: 20px;
}

.p-\[25px\]{
  padding: 25px;
}

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

.px-2x{
  padding-left: 8px;
  padding-right: 8px;
}

.px-3x{
  padding-left: 12px;
  padding-right: 12px;
}

.px-4x{
  padding-left: 16px;
  padding-right: 16px;
}

.px-6x{
  padding-left: 24px;
  padding-right: 24px;
}

.px-8x{
  padding-left: 32px;
  padding-right: 32px;
}

.px-\[12px\]{
  padding-left: 12px;
  padding-right: 12px;
}

.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}

.px-\[25px\]{
  padding-left: 25px;
  padding-right: 25px;
}

.px-\[45px\]{
  padding-left: 45px;
  padding-right: 45px;
}

.px-\[50px\]{
  padding-left: 50px;
  padding-right: 50px;
}

.px-\[60px\]{
  padding-left: 60px;
  padding-right: 60px;
}

.px-\[8px\]{
  padding-left: 8px;
  padding-right: 8px;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

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

.py-3x{
  padding-top: 12px;
  padding-bottom: 12px;
}

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

.py-\[15px\]{
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-\[20px\]{
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-\[6px\]{
  padding-top: 6px;
  padding-bottom: 6px;
}

.py-\[70px\]{
  padding-top: 70px;
  padding-bottom: 70px;
}

.py-q{
  padding-top: 4px;
  padding-bottom: 4px;
}

.pb-12{
  padding-bottom: 3rem;
}

.pb-8x{
  padding-bottom: 32px;
}

.pb-\[25px\]{
  padding-bottom: 25px;
}

.pl-6x{
  padding-left: 24px;
}

.pr-3x{
  padding-right: 12px;
}

.pr-\[30px\]{
  padding-right: 30px;
}

.pt-4x{
  padding-top: 16px;
}

.pt-6x{
  padding-top: 24px;
}

.pt-8x{
  padding-top: 32px;
}

.pt-\[10px\]{
  padding-top: 10px;
}

.pt-\[80px\]{
  padding-top: 80px;
}

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

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

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

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

.font-mono{
  font-family: "Fira Code", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.font-sans{
  font-family: "Host Grotesk", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-slab{
  font-family: "Montagu Slab", serif;
}

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

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

.text-\[0\.5em\]{
  font-size: 0.5em;
}

.text-\[0\.75rem\]{
  font-size: 0.75rem;
}

.text-\[0\.85em\]{
  font-size: 0.85em;
}

.text-\[0\.85rem\]{
  font-size: 0.85rem;
}

.text-\[0\.8em\]{
  font-size: 0.8em;
}

.text-\[0\.9em\]{
  font-size: 0.9em;
}

.text-\[1\.3em\]{
  font-size: 1.3em;
}

.text-\[1\.5em\]{
  font-size: 1.5em;
}

.text-\[12px\]{
  font-size: 12px;
}

.text-\[13px\]{
  font-size: 13px;
}

.text-\[2\.5rem\]{
  font-size: 2.5rem;
}

.text-\[32px\]{
  font-size: 32px;
}

.text-\[4rem\]{
  font-size: 4rem;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

.font-medium{
  font-weight: 500;
}

.font-normal{
  font-weight: 400;
}

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

.uppercase{
  text-transform: uppercase;
}

.italic{
  font-style: italic;
}

.leading-6{
  line-height: 1.5rem;
}

.leading-none{
  line-height: 1;
}

.leading-relaxed{
  line-height: 1.625;
}

.leading-tight{
  line-height: 1.25;
}

.tracking-\[0\.5px\]{
  letter-spacing: 0.5px;
}

.text-\[\#004085\]{
  --tw-text-opacity: 1;
  color: rgb(0 64 133 / var(--tw-text-opacity));
}

.text-\[\#28a745\]{
  --tw-text-opacity: 1;
  color: rgb(40 167 69 / var(--tw-text-opacity));
}

.text-\[\#2d5a2d\]{
  --tw-text-opacity: 1;
  color: rgb(45 90 45 / var(--tw-text-opacity));
}

.text-\[\#2ecc71\]{
  --tw-text-opacity: 1;
  color: rgb(46 204 113 / var(--tw-text-opacity));
}

.text-\[\#666\]{
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.text-\[\#6c757d\]{
  --tw-text-opacity: 1;
  color: rgb(108 117 125 / var(--tw-text-opacity));
}

.text-\[\#856404\]{
  --tw-text-opacity: 1;
  color: rgb(133 100 4 / var(--tw-text-opacity));
}

.text-\[\#888\]{
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
}

.text-\[\#999\]{
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.text-\[\#dc3545\]{
  --tw-text-opacity: 1;
  color: rgb(220 53 69 / var(--tw-text-opacity));
}

.text-\[\#f39c12\]{
  --tw-text-opacity: 1;
  color: rgb(243 156 18 / var(--tw-text-opacity));
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(91 91 91 / var(--tw-text-opacity));
}

.text-darkGray{
  --tw-text-opacity: 1;
  color: rgb(75 75 75 / var(--tw-text-opacity));
}

.text-errorRed{
  --tw-text-opacity: 1;
  color: rgb(211 47 47 / var(--tw-text-opacity));
}

.text-gray{
  --tw-text-opacity: 1;
  color: rgb(139 145 150 / var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.underline{
  text-decoration-line: underline;
}

.line-through{
  text-decoration-line: line-through;
}

.no-underline{
  text-decoration-line: none;
}

.opacity-100{
  opacity: 1;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-60{
  opacity: 0.6;
}

.opacity-80{
  opacity: 0.8;
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline{
  outline-style: solid;
}

.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-filter{
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.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;
}

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

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

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.font-accent{
  font-family: "Montagu Slab", serif;
}

.hover-pointer:hover{
  cursor: pointer;
}

.hover-lift{
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.hover-lift:hover{
  --tw-translate-y: -2px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-color: rgb(158 205 240 / var(--tw-border-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

/* Animations */

.pulse-animation {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(158, 205, 240, 0.7);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(158, 205, 240, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(158, 205, 240, 0);
  }
}

/* Pulsing animation for active document states */

#document-generation-status li.status-getting-ready-li,
    #document-generation-status li.status-generating-li,
    #document-generation-status li.status-in-review-li,
    #document-generation-status li.status-domain-check-li,
    #document-generation-status li.status-processing-li,
    #document-generation-status li.status-under-review-li{
  border-radius: 0.25rem;
  animation: pulse 2s infinite;
}

/* Input validation utilities */

.input-validated{
  display: block;
  width: 100%;
  border-radius: 0.375rem;
  --tw-border-opacity: 1;
  border-color: rgb(139 145 150 / var(--tw-border-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.input-validated:focus{
  --tw-border-opacity: 1;
  border-color: rgb(158 205 240 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(158 205 240 / var(--tw-ring-opacity));
}

@media (min-width: 640px){
  .input-validated{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.char-counter{
  margin-top: 0.25rem;
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(139 145 150 / var(--tw-text-opacity));
}

.char-counter-invalid{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(211 47 47 / var(--tw-text-opacity));
}

.loader{
  margin-left: auto;
  margin-right: auto;
  height: 64px;
  width: 64px;
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

.loader{
  animation: spin 1s linear infinite;
  border-radius: 9999px;
  border-width: 4px;
  border-color: rgb(139 145 150 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-top-color: rgb(158 205 240 / var(--tw-border-opacity));
}

.\[a-zA-Z\:_\]{
  a-z-a--z: ;
}

.hover\:-translate-y-\[2px\]:hover{
  --tw-translate-y: -2px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-transmissionBlue:hover{
  --tw-border-opacity: 1;
  border-color: rgb(158 205 240 / var(--tw-border-opacity));
}

.hover\:shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-transmissionBlue:focus{
  --tw-border-opacity: 1;
  border-color: rgb(158 205 240 / var(--tw-border-opacity));
}

.focus\:ring-transmissionBlue:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(158 205 240 / var(--tw-ring-opacity));
}

@media not all and (min-width: 768px){
  .max-md\:w-\[200px\]{
    width: 200px;
  }

  .max-md\:flex-col{
    flex-direction: column;
  }

  .max-md\:gap-\[10px\]{
    gap: 10px;
  }

  .max-md\:gap-\[15px\]{
    gap: 15px;
  }

  .max-md\:gap-\[5px\]{
    gap: 5px;
  }

  .max-md\:px-\[20px\]{
    padding-left: 20px;
    padding-right: 20px;
  }

  .max-md\:py-\[15px\]{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .max-md\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }
}