
/* Content width: 544px */
/* Container max width: 544px */

/* Modern CSS Reset and Base */
/*
1. Prevent padding and border from affecting element width
2. Allow adding a border to an element by just adding a border-width
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  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 */
}
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
abbr:where([title]) {
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
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 */
}
button,
select {
  text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
summary {
  display: list-item;
}
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;
  width: 100%;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
button,
[role="button"] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
  /* Ensure we don't override cursor settings on SVG elements */
  cursor: inherit;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden] {
  display: none;
}


/* Dynamic CSS Variables */
:root {
  /* Layout & Structure */
  --container-alignment: center;
  --content-width: 544px;
  --sidebar-width: 300px;
  --layout-type: single-column;
  --show-header: block;
  --show-footer: block;
  --show-sidebar: none;
  --section-spacing: 40px;

  /* Typography - Base */
  --body-font-family: "Neue", Helvetica, Arial, sans-serif;
  --heading-font-family: "Neue", Helvetica, Arial, sans-serif;
  --text-color: #000000;
  --body-font-size: 14px;
  --body-line-height: 1.4;
  --body-tracking: 0em;
  --paragraph-spacing: 1em;

  /* Typography - Headings */
  --h1-font-family: "Neue", Helvetica, Arial, sans-serif;
  --h2-font-family: "Neue", Helvetica, Arial, sans-serif;
  --h3-font-family: "Neue", Helvetica, Arial, sans-serif;
  --h1-color: #000000;
  --h2-color: #000000;
  --h3-color: #000000;
  --heading-weight: 700;
  --h1-weight: 700;
  --h2-weight: 700;
  --h3-weight: 700;
  --h1-font-size: 1.5rem;
  --h2-font-size: 1.1rem;
  --h3-font-size: 1rem;
  --h4-font-size: 1rem;
  --h5-font-size: 0.9rem;
  --h6-font-size: 0.8rem;

  /* Typography - Links */
  --link-color: #0084ff;
  --link-hover-color: #0068cc;
  --link-visited-color: #0084ff;
  --link-style: none;
  --link-hover-style: underline;
  --link-weight: 500;

  /* Colors - Brand & Primary */
  --primary-color: #02B101;
  --primary-color-dark: #019600;
  --secondary-color: #0083FF;
  --secondary-color-dark: #006fd8;
  --accent-color: #FA4E2E;
  --accent-color-dark: #d44227;
  --background-color: #ffffff;
  --surface-color: #ffffff;
  --border-color: #e5e7eb;
  --error-color: #ef4444;
  --success-color: #10b981;

  /* Logo Colors - derived from primary, secondary, and accent colors */
  --logo-first-color: #02B101;
  --logo-middle-color: #0083FF;
  --logo-last-color: #FA4E2E;

  /* Components - Cards */
  --card-background-color: #ffffff;
  --card-border-radius: 6px;
  --card-border-color: #e5e7eb;
  --card-border-width: 1px;
  --card-padding: 28px;
  --card-margin: 32px;
  --card-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.08);

  /* Components - Images */
  --image-radius: 4px;
  --image-border-color: ;
  --image-border-width: 0px;
  --image-shadow: none;
  --featured-image-size: cover;

  /* Components - Header & Footer */
  --header-height: 56px;
  --header-background: #ffffff;
  --header-font-size: 16px;
  --footer-background: #ffffff;
  --nav-alignment: right;
  --nav-spacing: 28px;
  --nav-style: minimal;

  /* Subscribe Form Components */
  --subscribe-form-background: #ffffff;
  --subscribe-form-border-radius: 6px;
  --subscribe-form-padding: 20px;
  --subscribe-button-color: #000000;
  --subscribe-button-hover-color: #333333;
  --subscribe-input-background: #ffffff;
  --subscribe-input-border-color: #000000;

  /* Core variables */
  --border-radius: 6px;
  --container-max-width: 544px;
  /* Explicit content width variable for debugging */
  --debug-content-width: "544px";
}


/* Typography base styles */
body {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  letter-spacing: var(--body-tracking);
  color: var(--text-color);
}

p {
  margin-top: var(--paragraph-spacing);
  margin-bottom: var(--paragraph-spacing);
  line-height: 1.4rem;
}

/* Heading styles */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  letter-spacing: var(--body-tracking);
  margin-top: 0.6em;
  margin-bottom: 0.6em;
  font-weight: var(--heading-weight);
}

h1 {
  font-family: var(--h1-font-family);
  font-size: var(--h1-font-size, 2rem);
  font-weight: var(--h1-weight);
  color: var(--h1-color);
}

h2 {
  font-family: var(--h2-font-family);
  font-size: var(--h2-font-size, 1.5rem);
  font-weight: var(--h2-weight);
  color: var(--h2-color);
}

h3 {
  font-family: var(--h3-font-family);
  font-size: var(--h3-font-size, 1.25rem);
  font-weight: var(--h3-weight);
  color: var(--h3-color);
}

h4 {
  font-family: var(--heading-font-family);
  font-size: var(--h4-font-size, 1.1rem);
}

h5 {
  font-family: var(--heading-font-family);
  font-size: var(--h5-font-size, 1rem);
}

h6 {
  font-family: var(--heading-font-family);
  font-size: var(--h6-font-size, 0.9rem);
}

/* Link styles */
a {
  color: var(--link-color);
  text-decoration: var(--link-style);
  font-weight: var(--link-weight);
  transition: all 0.2s ease;
}

a:hover {
  color: var(--link-hover-color);
  text-decoration: none;
  opacity: 0.8;
}

a:visited {
  color: var(--link-visited-color);
}

/* Special text elements */
blockquote {
  border-left: 4px solid var(--border-color);
  padding-left: 1rem;
  margin-left: 0;
  margin-right: 0;
  font-style: italic;
  color: var(--text-color);
  opacity: 0.9;
}

code {
  font-family: monospace;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0.1em 0.2em;
  border-radius: 3px;
  font-size: 0.9em;
}

pre code {
  display: block;
  padding: 1rem;
  overflow-x: auto;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: var(--border-radius);
}

mark {
  background-color: var(--accent-color, #ffde00);
  color: #000;
  padding: 0 0.25em;
}

/* Section headings */
.section-title {
  margin-bottom: 1.2rem;
  font-size: var(--h2-font-size, 1.5rem);
  font-weight: var(--h2-weight);
  color: var(--h2-color);
}


/* Container and layout styles */
.main-content {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* Full viewport height */
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  background-color: var(--background-color, #ffffff);
}

.container {
  width: 100%;
  max-width: var(--content-width, 600px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.container main {
  flex: 1 0 auto;
  width: 100%;
  margin: 0 auto;
  min-height: calc(100vh - 180px); /* 100vh minus header and footer heights */
}

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

@media (min-width: 768px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* Layout type based adjustments */
.layout-single-column .container {
  display: flex;
  flex-direction: column;
}

.layout-two-column .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.layout-two-column main {
  flex: 1;
  min-width: 0;
}

.layout-two-column aside {
  width: var(--sidebar-width);
  margin-left: 2rem;
  display: var(--show-sidebar);
}

/* Container alignment */
.container-left {
  margin-left: 0;
  margin-right: auto;
}

.container-right {
  margin-left: auto;
  margin-right: 0;
}

/* Visibility toggles for header and footer */
header.site-header {
  display: var(--show-header);
  height: var(--header-height);
  background-color: var(--header-background);
  width: 100%;
  margin: 0;
  padding: 0;
}

.header-inner {
  width: 100%;
  max-width: var(--content-width, 600px);
  margin-left: auto;
  margin-right: auto;
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-logo {
  font-weight: 500;
  transition: opacity 0.15s ease;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: var(--header-font-size, 16px);
  letter-spacing: -0.02em;
}

.site-logo:hover {
  opacity: 0.8;
  text-decoration: none;
}

.site-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-grow: 1;
  justify-content: flex-end;
}

.site-nav .nav-link {
  margin-right: 1.0rem;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  transition: opacity 0.15s ease;
  font-size: 14px;
}

.site-nav .nav-link:hover {
  opacity: 0.7;
}

.site-nav .nav-link:last-child {
  margin-right: 0;
}

footer.site-footer {
  display: var(--show-footer);
  background-color: var(--footer-background);
  margin-top: auto; /* Pushes footer to bottom */
  padding-top: 10px;
  width: 100%;
}

.footer-inner {
  width: 100%;
  max-width: var(--content-width, 600px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}

.footer-row {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.copyright {
  color: #000;
}

.footer-nav {
  margin: 0.5rem 0;
}

.footer-nav a {
  color: #0068cc;
  text-decoration: none;
  margin-right: 0.5rem;
  transition: opacity 0.15s ease;
  font-size: 14px;
}

.footer-nav a:hover {
  opacity: 0.8;
}

.meta-row {
  color: #000;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  line-height: 1;
}

.meta-row a {
  color: #0068cc;
  text-decoration: none;
  transition: opacity 0.15s ease;
  font-size: 14px;
}

.meta-row a:hover {
  opacity: 0.8;
}

.ukraine-flag {
  display: inline-flex;
  margin: 0 0 0 0.4rem;
  vertical-align: middle;
}

.settings-icon {
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.15s ease;
  margin-left: 0.5rem;
  display: inline-block;
  vertical-align: middle;
  padding: 2px;
  font-size: 16px;
  color: #0068cc;
}

.settings-icon:hover {
  opacity: 1;
}

/* Settings modal styles */
#settings-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 40;
}

#settings-modal-content {
  position: fixed;
  width: 360px;
  max-height: 300px;
  overflow: hidden; /* Changed from auto to hidden to prevent full modal scrolling */
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  padding: 16px;
  z-index: 50;
  text-align: left;
  border: 1px solid #e0e0e0;
  position: relative; /* For absolute positioning of close button */
  display: flex;
  flex-direction: column;
}

#settings-modal-header {
  margin-bottom: 12px;
  text-align: center;
}

#settings-modal-header h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: #333;
}

#close-settings-button {
  position: absolute;
  top: 8px;
  right: 10px;
  color: #777;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  padding: 2px 8px;
  border-radius: 4px;
  z-index: 5;
}

#close-settings-button:hover {
  background-color: #f0f0f0;
  color: #333;
}

#settings-content-wrapper {
  flex: 1;
  overflow: auto; /* Enable scrolling for this container */
  margin-right: -8px; /* Compensate for scrollbar width */
  padding-right: 8px; /* Add padding to compensate for margin */
}

#settings-content {
  font-size: 13px;
  white-space: pre-wrap;
  text-align: left;
  margin: 0;
  font-family: monospace;
  padding: 8px;
  background-color: #f5f5f5;
  border-radius: 4px;
  border: 1px solid #eee;
  overflow-wrap: break-word;
}

/* Section spacing */
section, .section {
  margin-bottom: var(--section-spacing);
}

/* Responsive container widths */
@media (max-width: 639px) {
  .container {
    max-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: var(--container-max-width, 600px);
  }
}

/* Grid layouts */
.grid-container {
  display: grid;
  gap: 1rem;
  width: 100%;
}

.grid-2-col {
  grid-template-columns: repeat(1, 1fr);
}

.grid-3-col {
  grid-template-columns: repeat(1, 1fr);
}

.grid-4-col {
  grid-template-columns: repeat(1, 1fr);
}

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

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

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


/* Button styles */
button, .btn {
  background-color: var(--primary-color);
  color: white;
  border-radius: var(--border-radius);
  font-family: var(--body-font-family);
  font-size: calc(var(--body-font-size) * 0.9375);
  font-weight: 500;
  padding: 0.5rem 1rem;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s;
}

button:hover, .btn:hover {
  background-color: var(--primary-color-dark);
}

button.secondary, .btn.secondary {
  background-color: var(--secondary-color);
}

button.secondary:hover, .btn.secondary:hover {
  background-color: var(--secondary-color-dark);
}

button, .btn, .custom-button {
  background-color: var(--brand-green);
  color: white;
  padding: 0.5rem 0.875rem;
  border-radius: 0.375rem;
  font-family: var(--font-family);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  border: none;
  cursor: pointer;
  transition: filter 0.2s ease, background-color 0.2s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  line-height: 1.2;
}

button:hover, .btn:hover, .custom-button:hover {
  filter: brightness(1.1);
}

button:active, .btn:active, .custom-button:active {
  filter: brightness(0.95);
}

.custom-button.secondary, button.secondary, .btn.secondary {
  background-color: var(--brand-blue);
}

.custom-button.accent, button.accent, .btn.accent {
  background-color: var(--brand-red);
}

/* Card components with CSS variables */
.card {
  border-radius: var(--card-border-radius);
  border: var(--card-border-width) solid var(--card-border-color);
  padding: var(--card-padding);
  margin-bottom: var(--card-margin);
  background-color: var(--card-background-color, white);
  box-shadow: var(--card-shadow);
  transition: box-shadow 0.3s ease-in-out;
}

.card:hover {
  box-shadow: var(--card-shadow);
  filter: brightness(1.01);
}

.card-header {
  border-bottom: 1px solid var(--card-border-color);
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
  color: var(--h2-color);
}

/* Card style variants */
.card-bordered {
  border-width: 1px;
  box-shadow: none;
}

.card-shadowed {
  border-width: 0;
}

.card-flat {
  border-width: 0;
  box-shadow: none;
  background-color: var(--surface-color);
}

/* Form elements */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="url"],
textarea,
select {
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  background-color: white;
  color: var(--text-color);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
  border-color: var(--primary-color);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(var(--primary-color-rgb), 0.2);
}

label {
  font-weight: 500;
  margin-bottom: 0.5rem;
  display: block;
}

/* Navigation - General (not for header) */
.nav-link:not(.site-nav .nav-link) {
  display: inline-block;
  padding: 0.5rem 1rem;
  color: var(--text-color);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}

.nav-link:not(.site-nav .nav-link):hover {
  color: var(--primary-color);
}

.nav-link.active {
  color: var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
}

/* Badges */
.badge {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  background-color: var(--primary-color);
  color: white;
}

.badge-secondary {
  background-color: var(--secondary-color);
}

.badge-accent {
  background-color: var(--accent-color);
}

/* Alert components */
.alert {
  position: relative;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: var(--border-radius);
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* Image styling */
img {
  border-radius: var(--image-radius);
  border: var(--image-border-width) solid var(--image-border-color);
  box-shadow: var(--image-shadow);
}

/* Custom brand text elements */
.text-primary, .text-green {
  color: var(--primary-color) !important;
}

.text-secondary, .text-blue {
  color: var(--secondary-color) !important;
}

.text-accent, .text-red {
  color: var(--accent-color) !important;
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.bg-primary-dark {
  background-color: var(--primary-color-dark) !important;
}

.bg-secondary {
  background-color: var(--secondary-color) !important;
}

.bg-accent {
  background-color: var(--accent-color) !important;
}

.article-header {
	margin-bottom: 1rem;
}


/* Shared content container styles - unified class */
.content {
  max-width: var(--content-width, 544px);
  margin: 0 auto;
}

/* Base paragraph styles */
p {
  margin: 5px 0;
  line-height: 1.3;
}

/* Article body paragraphs need more spacing - specific override */
.article-body p {
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.4rem;
  white-space: pre-line;
}

/* No specific link styling - using browser defaults */

/* Unified header styles */
.header {
  padding-top: 0;
  margin-bottom: 1.0rem;
}

/* Unified title styling */
.title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  line-height: 1.2;
}

/* Unified description styles */
.description, .meta {
  font-size: 0.9rem;
  color: var(--text-color-muted, #666);
  margin-bottom: 1rem;
}

/* Version info */
.version-info {
  display: inline-block;
  color: var(--text-color-muted, #666);
  opacity: 0.8;
  cursor: pointer;
  margin-left: 4px;
}

/* Section titles */
.section-title {
  margin: 1rem 0 !important;
  font-weight: 600;
}

/* List styling */
.article-body ul, .article-body ol {
  padding-left: 2rem;
  margin: 1em 0;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

/* Reset for menus and navigation lists */
menu, nav ul, nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}


/* External links - add subtle indicator to content links only
   Options:
   "·" (middle dot)
   "›" (single right angle quote)
   "⟩" (mathematical right angle bracket)
   "⁠" (invisible - no indicator)
   "↳" (downward right arrow)
*/
.content a[href^="http"]::after {
  content: "››";
  display: inline-block;
  margin-left: 4px;
  position: relative;
  font-size: 1em;
  transform: scale(1.5, 1);
}

/* Core Utility Classes */
/* Display Properties */
.block { display: block; }
.inline-block { display: inline-block; }
.inline { display: inline; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.table { display: table; }
.inline-table { display: inline-table; }
.table-caption { display: table-caption; }
.table-cell { display: table-cell; }
.table-column { display: table-column; }
.table-column-group { display: table-column-group; }
.table-footer-group { display: table-footer-group; }
.table-header-group { display: table-header-group; }
.table-row-group { display: table-row-group; }
.table-row { display: table-row; }
.flow-root { display: flow-root; }
.grid { display: grid; }
.inline-grid { display: inline-grid; }
.contents { display: contents; }
.list-item { display: list-item; }
.hidden { display: none; }

/* Flex utilities */
.flex-row { flex-direction: row; }
.flex-row-reverse { flex-direction: row-reverse; }
.flex-col { flex-direction: column; }
.flex-col-reverse { flex-direction: column-reverse; }
.flex-wrap { flex-wrap: wrap; }
.flex-wrap-reverse { flex-wrap: wrap-reverse; }
.flex-nowrap { flex-wrap: nowrap; }
.flex-1 { flex: 1 1 0%; }
.flex-auto { flex: 1 1 auto; }
.flex-initial { flex: 0 1 auto; }
.flex-none { flex: none; }
.flex-grow { flex-grow: 1; }
.flex-grow-0 { flex-grow: 0; }
.flex-shrink { flex-shrink: 1; }
.flex-shrink-0 { flex-shrink: 0; }

/* Grid utilities */
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); }
.col-span-1 { grid-column: span 1 / span 1; }
.col-span-2 { grid-column: span 2 / span 2; }
.col-span-3 { grid-column: span 3 / span 3; }
.col-span-4 { grid-column: span 4 / span 4; }
.col-span-5 { grid-column: span 5 / span 5; }
.col-span-6 { grid-column: span 6 / span 6; }
.col-span-12 { grid-column: span 12 / span 12; }

/* Alignment */
.items-start { align-items: flex-start; }
.items-end { align-items: flex-end; }
.items-center { align-items: center; }
.items-baseline { align-items: baseline; }
.items-stretch { align-items: stretch; }
.justify-start { justify-content: flex-start; }
.justify-end { justify-content: flex-end; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.justify-around { justify-content: space-around; }
.justify-evenly { justify-content: space-evenly; }

/* Positioning */
.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }
.sticky { position: sticky; }
.static { position: static; }
.top-0 { top: 0; }
.right-0 { right: 0; }
.bottom-0 { bottom: 0; }
.left-0 { left: 0; }
.inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
.z-0 { z-index: 0; }
.z-10 { z-index: 10; }
.z-20 { z-index: 20; }
.z-30 { z-index: 30; }
.z-40 { z-index: 40; }
.z-50 { z-index: 50; }

/* Vertical Alignment */
.align-baseline { vertical-align: baseline; }
.align-top { vertical-align: top; }
.align-middle { vertical-align: middle; }
.align-bottom { vertical-align: bottom; }
.align-text-top { vertical-align: text-top; }
.align-text-bottom { vertical-align: text-bottom; }
.align-sub { vertical-align: sub; }
.align-super { vertical-align: super; }

/* Padding utilities */
.p-0 { padding: 0; }
.p-1 { padding: 0.25rem; }
.p-2 { padding: 0.5rem; }
.p-3 { padding: 0.75rem; }
.p-4 { padding: 1rem; }
.p-5 { padding: 1.25rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.p-10 { padding: 2.5rem; }
.p-12 { padding: 3rem; }
.p-16 { padding: 4rem; }
.p-20 { padding: 5rem; }
.p-24 { padding: 6rem; }
.p-32 { padding: 8rem; }
.p-40 { padding: 10rem; }
.p-48 { padding: 12rem; }
.p-56 { padding: 14rem; }
.p-64 { padding: 16rem; }
.p-px { padding: 1px; }

.py-0 { padding-top: 0; padding-bottom: 0; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }

.px-0 { padding-left: 0; padding-right: 0; }
.px-1 { padding-left: 0.25rem; padding-right: 0.25rem; }
.px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.px-10 { padding-left: 2.5rem; padding-right: 2.5rem; }
.px-12 { padding-left: 3rem; padding-right: 3rem; }
.px-16 { padding-left: 4rem; padding-right: 4rem; }
.px-20 { padding-left: 5rem; padding-right: 5rem; }

/* Margin utilities */
.m-0 { margin: 0; }
.m-1 { margin: 0.25rem; }
.m-2 { margin: 0.5rem; }
.m-3 { margin: 0.75rem; }
.m-4 { margin: 1rem; }
.m-5 { margin: 1.25rem; }
.m-6 { margin: 1.5rem; }
.m-8 { margin: 2rem; }
.m-10 { margin: 2.5rem; }
.m-12 { margin: 3rem; }
.m-16 { margin: 4rem; }
.m-20 { margin: 5rem; }
.m-auto { margin: auto; }

.my-0 { margin-top: 0; margin-bottom: 0; }
.my-1 { margin-top: 0.25rem; margin-bottom: 0.25rem; }
.my-2 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.my-3 { margin-top: 0.75rem; margin-bottom: 0.75rem; }
.my-4 { margin-top: 1rem; margin-bottom: 1rem; }
.my-5 { margin-top: 1.25rem; margin-bottom: 1.25rem; }
.my-6 { margin-top: 1.5rem; margin-bottom: 1.5rem; }
.my-8 { margin-top: 2rem; margin-bottom: 2rem; }
.my-10 { margin-top: 2.5rem; margin-bottom: 2.5rem; }
.my-12 { margin-top: 3rem; margin-bottom: 3rem; }
.my-16 { margin-top: 4rem; margin-bottom: 4rem; }
.my-20 { margin-top: 5rem; margin-bottom: 5rem; }
.my-auto { margin-top: auto; margin-bottom: auto; }

.mx-0 { margin-left: 0; margin-right: 0; }
.mx-1 { margin-left: 0.25rem; margin-right: 0.25rem; }
.mx-2 { margin-left: 0.5rem; margin-right: 0.5rem; }
.mx-3 { margin-left: 0.75rem; margin-right: 0.75rem; }
.mx-4 { margin-left: 1rem; margin-right: 1rem; }
.mx-5 { margin-left: 1.25rem; margin-right: 1.25rem; }
.mx-6 { margin-left: 1.5rem; margin-right: 1.5rem; }
.mx-8 { margin-left: 2rem; margin-right: 2rem; }
.mx-10 { margin-left: 2.5rem; margin-right: 2.5rem; }
.mx-12 { margin-left: 3rem; margin-right: 3rem; }
.mx-16 { margin-left: 4rem; margin-right: 4rem; }
.mx-20 { margin-left: 5rem; margin-right: 5rem; }
.mx-auto { margin-left: auto; margin-right: auto; }

/* Width and Height */
.w-full { width: 100%; }
.w-screen { width: 100vw; }
.w-auto { width: auto; }
.w-0 { width: 0; }
.w-1 { width: 0.25rem; }
.w-2 { width: 0.5rem; }
.w-4 { width: 1rem; }
.w-8 { width: 2rem; }
.w-12 { width: 3rem; }
.w-16 { width: 4rem; }
.w-24 { width: 6rem; }
.w-32 { width: 8rem; }
.w-48 { width: 12rem; }
.w-64 { width: 16rem; }
.w-1/2 { width: 50%; }
.w-1/3 { width: 33.333333%; }
.w-2/3 { width: 66.666667%; }
.w-1/4 { width: 25%; }
.w-3/4 { width: 75%; }
.w-1/5 { width: 20%; }
.w-2/5 { width: 40%; }
.w-3/5 { width: 60%; }
.w-4/5 { width: 80%; }

.h-full { height: 100%; }
.h-screen { height: 100vh; }
.h-auto { height: auto; }
.h-0 { height: 0; }
.h-1 { height: 0.25rem; }
.h-2 { height: 0.5rem; }
.h-4 { height: 1rem; }
.h-8 { height: 2rem; }
.h-12 { height: 3rem; }
.h-16 { height: 4rem; }
.h-24 { height: 6rem; }
.h-32 { height: 8rem; }
.h-48 { height: 12rem; }
.h-64 { height: 16rem; }

/* Text sizes */
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-5xl { font-size: 3rem; line-height: 1; }
.text-6xl { font-size: 3.75rem; line-height: 1; }
.text-7xl { font-size: 4.5rem; line-height: 1; }
.text-8xl { font-size: 6rem; line-height: 1; }
.text-9xl { font-size: 8rem; line-height: 1; }
.text-[10px] { font-size: 10px; }
.text-[12px] { font-size: 12px; }
.text-[14px] { font-size: 14px; }
.text-[16px] { font-size: 16px; }
.text-[18px] { font-size: 18px; }
.text-[20px] { font-size: 20px; }
.text-[24px] { font-size: 24px; }
.text-[32px] { font-size: 32px; }

/* Text formatting */
.font-thin { font-weight: 100; }
.font-extralight { font-weight: 200; }
.font-light { font-weight: 300; }
.font-normal { font-weight: 400; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.font-extrabold { font-weight: 800; }
.font-black { font-weight: 900; }

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-justify { text-align: justify; }

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

.uppercase { text-transform: uppercase; }
.lowercase { text-transform: lowercase; }
.capitalize { text-transform: capitalize; }
.normal-case { text-transform: none; }

.truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.whitespace-normal { white-space: normal; }
.whitespace-nowrap { white-space: nowrap; }
.whitespace-pre { white-space: pre; }
.whitespace-pre-line { white-space: pre-line; }
.whitespace-pre-wrap { white-space: pre-wrap; }

/* Shadows */
.shadow-sm { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }
.shadow { box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); }
.shadow-md { box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
.shadow-xl { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
.shadow-inner { box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); }
.shadow-none { box-shadow: none; }

/* Opacity */
.opacity-0 { opacity: 0; }
.opacity-5 { opacity: 0.05; }
.opacity-10 { opacity: 0.1; }
.opacity-20 { opacity: 0.2; }
.opacity-25 { opacity: 0.25; }
.opacity-30 { opacity: 0.3; }
.opacity-40 { opacity: 0.4; }
.opacity-50 { opacity: 0.5; }
.opacity-60 { opacity: 0.6; }
.opacity-70 { opacity: 0.7; }
.opacity-75 { opacity: 0.75; }
.opacity-80 { opacity: 0.8; }
.opacity-90 { opacity: 0.9; }
.opacity-95 { opacity: 0.95; }
.opacity-100 { opacity: 1; }

/* Transitions */
.transition { transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-colors { transition-property: background-color, border-color, 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; }
.transition-shadow { transition-property: box-shadow; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-transform { transition-property: transform; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }

.duration-75 { transition-duration: 75ms; }
.duration-100 { transition-duration: 100ms; }
.duration-150 { transition-duration: 150ms; }
.duration-200 { transition-duration: 200ms; }
.duration-300 { transition-duration: 300ms; }
.duration-500 { transition-duration: 500ms; }
.duration-700 { transition-duration: 700ms; }
.duration-1000 { transition-duration: 1000ms; }

/* Responsive overrides for tailwind-like breakpoints */
@media (min-width: 640px) {
  .sm\:flex { display: flex; }
  .sm\:block { display: block; }
  .sm\:grid { display: grid; }
  .sm\:hidden { display: none; }
  .sm\:flex-row { flex-direction: row; }
  .sm\:flex-col { flex-direction: column; }
  .sm\:items-center { align-items: center; }
  .sm\:justify-between { justify-content: space-between; }
  .sm\:w-auto { width: auto; }
  .sm\:w-full { width: 100%; }
  .sm\:max-w-md { max-width: 28rem; }
  .sm\:p-6 { padding: 1.5rem; }
  .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
  .sm\:py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
  .sm\:text-sm { font-size: 0.875rem; }
  .sm\:text-lg { font-size: 1.125rem; }
}

@media (min-width: 768px) {
  .md\:flex { display: flex; }
  .md\:block { display: block; }
  .md\:grid { display: grid; }
  .md\:hidden { display: none; }
  .md\:flex-row { flex-direction: row; }
  .md\:flex-col { flex-direction: column; }
  .md\:items-center { align-items: center; }
  .md\:justify-between { justify-content: space-between; }
  .md\:w-auto { width: auto; }
  .md\:w-full { width: 100%; }
  .md\:max-w-lg { max-width: 32rem; }
  .md\:p-8 { padding: 2rem; }
  .md\:px-8 { padding-left: 2rem; padding-right: 2rem; }
  .md\:py-8 { padding-top: 2rem; padding-bottom: 2rem; }
  .md\:text-base { font-size: 1rem; }
  .md\:text-xl { font-size: 1.25rem; }
}

@media (min-width: 1024px) {
  .lg\:flex { display: flex; }
  .lg\:block { display: block; }
  .lg\:grid { display: grid; }
  .lg\:hidden { display: none; }
  .lg\:flex-row { flex-direction: row; }
  .lg\:flex-col { flex-direction: column; }
  .lg\:items-center { align-items: center; }
  .lg\:justify-between { justify-content: space-between; }
  .lg\:w-auto { width: auto; }
  .lg\:w-full { width: 100%; }
  .lg\:max-w-xl { max-width: 36rem; }
  .lg\:p-10 { padding: 2.5rem; }
  .lg\:px-10 { padding-left: 2.5rem; padding-right: 2.5rem; }
  .lg\:py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
  .lg\:text-lg { font-size: 1.125rem; }
  .lg\:text-2xl { font-size: 1.5rem; }
}

/* Hover states */
.hover\:bg-gray-50:hover { background-color: #f9fafb; }
.hover\:bg-gray-100:hover { background-color: #f3f4f6; }
.hover\:bg-gray-200:hover { background-color: #e5e7eb; }
.hover\:bg-gray-700:hover { background-color: #374151; }
.hover\:bg-gray-800:hover { background-color: #1f2937; }
.hover\:bg-gray-900:hover { background-color: #111827; }
.hover\:text-gray-900:hover { color: #111827; }
.hover\:text-white:hover { color: #fff; }
.hover\:underline:hover { text-decoration-line: underline; }
.hover\:shadow-md:hover { box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
.hover\:opacity-75:hover { opacity: 0.75; }
.hover\:opacity-90:hover { opacity: 0.9; }
.hover\:opacity-100:hover { opacity: 1; }

/* Focus states */
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }
.focus\:ring-2:focus { box-shadow: 0 0 0 2px var(--ring-color, rgba(59, 130, 246, 0.5)); }
.focus\:ring:focus { box-shadow: 0 0 0 3px var(--ring-color, rgba(59, 130, 246, 0.5)); }
.focus\:ring-blue-500:focus { --ring-color: rgba(59, 130, 246, 0.5); }
.focus\:ring-offset-2:focus { box-shadow: 0 0 0 2px white, 0 0 0 4px var(--ring-color, rgba(59, 130, 246, 0.5)); }
.focus\:border-blue-500:focus { border-color: #3b82f6; }

