/*
! tailwindcss v4.1.6 | MIT License | https://tailwindcss.com
*/

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

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
  font-family: 'Inter', sans-serif;
  background-color: #f7fafc;
}

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 */
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
}

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;
  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 */
}

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

[hidden] {
  display: none;
}

.content-card {
    border-radius: 16px;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.07), 0 4px 10px -4px rgba(0, 0, 0, 0.05);
    margin-bottom: 28px;
    padding: 32px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #1f2937;
}
.content-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 30px -10px rgba(0, 0, 0, 0.1), 0 10px 15px -5px rgba(0, 0, 0, 0.06);
}
.step-number-custom {
    background-color: #fbbf24;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    margin-right: 16px;
    flex-shrink: 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.gradient-text {
    background-image: linear-gradient(to right, #2563eb, #3b82f6, #60a5fa);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
h1 { font-weight: 800; }
h2 { font-weight: 700; font-size: 1.75rem; line-height: 2.25rem; color: #111827; }
h3 { font-weight: 700; color: #1f2937;}
h4 { font-weight: 700; color: #1f2937;}

li {
    margin-bottom: 10px;
}
.footer {
    background-color: transparent;
    padding: 24px 0;
    margin-top: 48px;
}
code.inline-code {
    background-color: rgba(226, 232, 240, 0.8);
    padding: 3px 7px;
    border-radius: 6px;
    font-family: monospace;
    font-size: 0.9em;
    color: #1e293b;
    border: 1px solid rgba(203, 213, 225, 0.7);
}
pre {
    background-color: #0f172a;
    color: #e2e8f0;
    padding: 20px;
    border-radius: 10px;
    overflow-x: auto;
    font-family: monospace;
    font-size: 0.9em;
    margin-top: 10px;
    margin-bottom: 10px;
    white-space: pre-wrap;
    word-break: break-word;
    max-width: 100%;
    border: 1px solid #1e293b;
}
th, td {
    border: 1px solid rgba(226, 232, 240, 0.7);
    padding: 12px 14px;
    text-align: left;
    font-size: 0.9rem;
}
th {
    background-color: rgba(241, 245, 249, 0.7);
    font-weight: 700;
    color: #334155;
}
.table-responsive {
    overflow-x: auto;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.intro-quote-card {
    background-image: linear-gradient(to right top, #e0e7ff, #c7d2fe, #a5b4fc, #818cf8, #6366f1);
    padding: 24px;
    margin: 24px auto;
    border-radius: 16px;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.07), 0 4px 10px -4px rgba(0, 0, 0, 0.05);
    color: #ffffff;
}
.intro-quote-card p {
    font-style: italic;
    color: #ede9fe;
    margin-bottom: 20px;
}
.intro-quote-card strong {
    color: #ffffff;
}
.card-icon {
    width: 32px;
    height: 32px;
    margin-right: 14px;
    flex-shrink: 0;
    transition: transform 0.2s ease-in-out, filter 0.2s ease-in-out;
    color: #374151;
}
.content-card h2:hover .card-icon {
    transform: scale(1.15);
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.2));
}

.tool-link {
    color: #1e40af;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease, text-shadow 0.2s ease;
}
.tool-link:hover {
    color: #1c3a8a;
    text-shadow: 0 0 3px rgba(59, 130, 246, 0.5);
}

.gradient-blue { background-image: linear-gradient(to right top, #ebf8ff, #d0e8ff, #b3d7ff, #95c7ff, #74b6ff); }
.gradient-amber { background-image: linear-gradient(to right top, #fffbeb, #fff2d9, #ffe8c6, #ffdeb4, #ffd4a2); }
.gradient-green { background-image: linear-gradient(to right top, #f0fdf4, #e0f8e7, #d0f3da, #bfeedc, #aee8de); }
.gradient-pink { background-image: linear-gradient(to right top, #fdf2f8, #fce7f3, #fbddee, #facce8, #f9bce2); }
.gradient-yellow { background-image: linear-gradient(to right top, #fefce8, #fef6d6, #fef0c5, #feeab3, #fee4a2); }
.gradient-purple { background-image: linear-gradient(to right top, #faf5ff, #f3e8ff, #ebdcfc, #e2d0fa, #d9c4f8); }
.gradient-sky { background-image: linear-gradient(to right top, #f0f9ff, #e0f2fe, #cceafd, #b8e1fc, #a3d9fb); }

.card-image-container {
    margin-top: 24px;
    text-align: center;
}
.card-image-container img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
    .content-card, .intro-quote-card {
        padding: 24px;
        margin-bottom: 20px;
    }
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.5rem;
    }
    th, td {
        padding: 10px;
        font-size: 0.875rem;
    }
    pre {
        font-size: 0.875em;
        padding: 14px;
    }
    .card-icon {
        width: 28px;
        height: 28px;
        margin-right: 10px;
    }
    .intro-quote-card p {
        font-size: 0.95rem;
    }
}

html { scroll-behavior: smooth; }
.back-to-top {
  font-size: 0.8rem;
  text-decoration: none;
  padding: 0.95rem 0.75rem;
  border-radius: 6px;
  color: #333;
  transition: background 0.2s ease;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}

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

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

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

.max-w-4xl {
    max-width: 56rem;
}

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

.mb-10 {
    margin-bottom: 2.5rem;
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

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

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

.max-w-3xl {
    max-width: 48rem;
}

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

.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .md\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    
    .md\:mb-16 {
        margin-bottom: 4rem;
    }
    
    .md\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }
    
    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

.flex {
    display: flex;
}

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

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

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

.mb-6 {
    margin-bottom: 1.5rem;
}

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

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

.italic {
    font-style: italic;
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

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

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

.text-amber-800 {
    --tw-text-opacity: 1;
    color: rgb(146 64 14 / var(--tw-text-opacity));
}

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

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

.list-inside {
    list-style-position: inside;
}

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

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

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

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.pl-5 {
    padding-left: 1.25rem;
}

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

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

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

.p-4 {
    padding: 1rem;
}

.bg-amber-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 251 235 / var(--tw-bg-opacity));
}

.border {
    border-width: 1px;
}

.border-amber-200 {
    --tw-border-opacity: 1;
    border-color: rgb(253 230 138 / var(--tw-border-opacity));
}

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

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

.text-amber-700 {
    --tw-text-opacity: 1;
    color: rgb(180 83 9 / var(--tw-text-opacity));
}

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

.mt-6 {
    margin-top: 1.5rem;
}

.w-1\/4 {
    width: 25%;
}

.w-1\/3 {
    width: 33.333333%;
}

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

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

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.text-red-600 {
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity));
}

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

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