<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.story-container {
    padding: 2rem;
}

.story-section {
    margin-bottom: 2rem;
}

    .story-section + .story-section {
        margin-top: 2rem;
    }

.story-heading {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.dark-mode-section {
    background-color: #111827;
    padding: 1.5rem;
    border-radius: 0.5rem;
}

.mobile-view-section {
    max-width: 24rem;
    margin-left: auto;
    margin-right: auto;
}

/* Space Utilities */
.space-y-8 &gt; * + * {
    margin-top: 2rem;
}

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

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

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

/* Layout */
.max-w-sm {
    max-width: 24rem;
}

/* Colors */
.bg-gray-900 {
    background-color: #111827;
}

/* Base styles */
.premium-page {
    min-height: 100vh;
    background-image: linear-gradient(to bottom, #ffffff, #f8f9fa);
    font-family: 'Roboto', sans-serif;
}

.green {
    --tw-text-opacity: 1;
    opacity: 1;
    color: #439D44;
}

/*.container {
    max-width: 72rem;
    margin: 0 auto;
    padding: 3rem 1rem;
}*/

/* Typography */
.page-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
    color: #1a73e8;
    margin-bottom: 1.5rem;
}

.card-title {
    color: rgba(55,65,81, var(--tw-text-opacity));
    font-weight: 600;
    font-size: 1.25rem;
    opacity: .8;
}

.badge {
    border-radius: 3px;
}

/* Add spinner styles */
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

@@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Existing styles continue below */
.card-subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    color: rgb(17, 24, 39);
    margin: 10px;
}

.modal .modal-content .modal-header {
    border: none;
    margin-bottom: 5px;
}

.modal-header {
    /*        background-color: #f8f9fa;
    */ border-bottom: 1px solid #dee2e6;
}

.modal-title {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.75rem;
}

.modal-subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    color: rgb(17, 24, 39);
    margin: 10px;
}

.modal-body {
    padding: 2rem;
}

.modal-footer, .modal .modal-content .modal-footer {
    background-color: unset;
    border-top: 0px;
}

.modal-header h2 {
    color: rgba(55,65,81,var(--tw-text-opacity));
    font-weight: 600;
    font-size: 1.25rem;
}

.btn-large {
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
}


.registered {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 6px;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 24px;
    width: fit-content;
}

    .registered.success {
        background-color: #28a745;
        color: white;
        border-color: #28a745;
    }

    .registered.error {
        background-color: #C93D0D;
        color: white;
        border-color: #dc3545;
    }

/* Buttons */
.primary-button {
    background-color: #1a73e8;
    color: white;
    padding
}


@media (min-width: 768px) {
    .page-title {
        font-size: 3rem;
        line-height: 1;
    }
}

@@media only screen and (max-width: 990px) {
    .collapse {
        width: 100%;
    }
}



</pre></body></html>