

body {

    font-family:
        -apple-system,
        BlinkMacSystemFont,
        sans-serif;

    margin: 0;
    padding: 0;

    background: #f7f5f2;

    color: #222;
}

.page {
    max-width: 960px;
    margin: 0 auto;
    padding: 4px 4px;
}

.topbar {

    display: flex;
    justify-content: space-between;
    align-items: center;
padding: 6px 6px 6px 6px;
background: rgba(10,10,10,0.92);
backdrop-filter: blur(10px);
    color: white;
    position: sticky;
top: 0;
z-index: 1000;
}

.topbar a {

    color: white;
    text-decoration: none;
    margin-left: 20px;
    opacity: 0.82;
}

.topbar a:hover {
    color: white;
    opacity: 1;
}

.site-logo {
    margin: 4px auto;
    height: 44px;
    width: auto;
    display: block;
}

.logo a {
    font-weight: bold;
    font-size: 20px;
    color: white;
    text-decoration: none;
    margin: 0;
padding: 0;
line-height: 0;
}

.hero {

    max-width: 680px;

    margin: 30px auto;

    text-align: center;

    padding: 20px;
}

.hero form {

    max-width: 520px;

    margin: 40px auto 0 auto;
}

.hero .button {

    width: 100%;
background: #1E566C; 
    margin: 12px 0 0 0;
}

.hero-logo {
    max-width: 420px;
    width: 100%;
    height: auto;
    display: block;
    margin: 10 auto 24px auto;
}

.hero-intro {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;

}

.hero-intro-logo {
    flex: 0 0 auto;
}

.hero-intro-text {
    flex: 1;
    min-width: 260px;
    
}

.teal {
    color: var(--brand-teal);
}

.notice {
    color: var(--brand-teal);
    font-size: 24px;
    font-weight: strong;
}

h1 {
    font-size: 48px;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: -1px;
    align-content: center !important; 
}

h2 {
    font-size: 38px;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: -1px;
}

h3 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
    justify-content: center;
}

h4 {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: -1px;
    color: var(--brand-teal);
}

p {
    font-size: 16px;
    line-height: 1.6;
}

.desc {
    font-size: 16px;
    line-height: 1.6;
}

a {
    color: var(--brand-teal);
}

a:hover {
    color: #115e59;
}

.buttons {
    margin-top: 40px;
}

.button {
    display: inline-block;
cursor: pointer;
    padding: 14px 24px;
    margin: 10px;
font-size: 15px;
background: var(--brand-teal);
    color: white;
border-radius: 999px;
    text-decoration: none;
    border-radius: 8px;
        border: 1px solid #d8d8d8;
}

.delete-button {
    display: inline-block;
cursor: pointer;
    padding: 14px 24px;
    margin: 10px;
font-size: 15px;
background: var(--brand-delete);
    color: white;
border-radius: 999px;
    text-decoration: none;
    border-radius: 8px;
        border: 1px solid #d8d8d8;
}

.button:hover {
    background: #222;
    color: white;
    opacity: 0.9;
}

button:disabled {

    opacity: 0.7;
    cursor: wait;
}

.icon-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.example {

    margin-top: 60px;

    background: white;
    padding: 30px;

    border-radius: 12px;
}

.small {
        font-size: 14px;
}

.footnote {
        font-size: 14px;
        color: #888;
}

table {
    width: 100%;
    border-collapse: collapse;
    background: white;
}

th, td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}

th {
    background: #eee;
}

.status-active {
    color: green;
    font-weight: bold;
}

.status-inactive {
    color: red;
    font-weight: bold;
}

input,
button {
    width: 100%;
    max-width: 100%;
    padding: 12px;
    margin-top: 10px;
    box-sizing: border-box;
}

input[type="url"] {

    height: 48px;
}

button.button {

    height: 48px;
}

.cta-button {

    display: block;

    width: 100%;

    max-width: 300px;

    margin: 14px auto 0 auto;

    padding: 14px 24px;

    background: var(--brand-teal);

    color: white;

    text-decoration: none;

    text-align: center;

    border-radius: 8px;

    box-sizing: border-box;
}

.cta-button:hover {

    color: white;

    opacity: 0.9;
}

.message {
    margin-top: 20px;
    padding: 20px;
    background: #000;
    border-radius: 10px;
    color: var(--brand-teal);
}

.success-message {
    margin-top: 20px;
    padding: 20px;
    background: black;
    border-radius: 10px;
    color:white;
}

.message-error {
    color: #b91c1c;
}

.success-link {

    max-width: 560px;

    margin: 0 auto 28px auto;

    padding: 24px;

    background: white;

    border: 1px solid #d8d8d8;

    border-radius: 14px;

    text-align: center;

    box-shadow:
        0 2px 6px rgba(0,0,0,0.04);
}

.success-label {

    font-size: 20px;

    font-weight: 600;

    color: #111;

    margin-bottom: 16px;
}

.success-row {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    flex-wrap: wrap;
}

.success-url {

    font-size: 24px;

    font-weight: 700;

    letter-spacing: -0.5px;

    color: var(--brand-teal);
}

.copy-icon {

    border: 0;

    background: #f3f3f3;

    border-radius: 8px;

    font-size: 22px;

    cursor: pointer;

    padding: 6px 10px;

    width: auto;
}


.toast {

    position: fixed;

    bottom: 24px;

    left: 50%;

    transform: translateX(-50%) translateY(20px);

    background: #111;

    color: white;

    padding: 12px 18px;

    border-radius: 999px;

    font-size: 14px;

    opacity: 0;

    visibility: hidden;

    transition:
        opacity 0.2s ease,
        transform 0.2s ease,
        visibility 0.2s;

    z-index: 9999;
}

.toast.show {

    opacity: 1;

    visibility: visible;

    transform: translateX(-50%) translateY(0);
}



.faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.faq-p {
        font-size: 16px;
            margin: 5 auto;
}

.question {
    margin-top: 20px;
    font-weight: bold;
    font-size: 18px;
}

.bundle-grid {

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.bundle-grid-2 {

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 14px;
}

.bundle-card {

    background: white;
    padding: 22px;
    border-radius: 12px;
}

.bundle-count {

    font-size: 36px;
    font-weight: bold;
}

input[type="url"] {

    background: white;

    border: 1px solid #ccc;

    border-radius: 12px;

    font-size: 16px;
}

.form-actions {

    margin-top: 10px;

    text-align: center;
}

.reset-link {

    font-size: 14px;

    color: #666;

    text-decoration: none;
}

.reset-link:hover {

    color: #222;
}


.footer-email {
    margin: 2;
    font-size: 13px;
    width: 440px;
    display: block;
    justify-content: center;
}

.footer {
    margin-top: 80px;
    padding: 30px 0;
width: 100%;
box-sizing: border-box;
    border-top: 1px solid #ddd;

    display: flex;
    flex-direction: column;

    gap: 12px;

    justify-content: center;
    align-items: center;

    text-align: center;

    font-size: 14px;
    background: #e5e5e5;
    color: #666;
}

.footer-links a {
    flex-wrap: wrap;
    margin-left: 20px;
    color: #666;
}

.footer-credit {
    flex-wrap: wrap;
    font-size: 13px;
    opacity: 0.7;
}

.admin-table {
    font-size: 14px;
}

.admin-table input {
    padding: 6px;
    margin: 0;
    height: auto;
}

.admin-table td,
.admin-table th {
    vertical-align: top;
    text-align: left;
}

.admin-user-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.admin-user-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 20px;
}

.admin-user-card h3 {
    margin-top: 0;
}

.admin-user-controls form {
    margin-bottom: 16px;
}

.admin-user-controls {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.admin-user-controls form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.admin-user-controls label {
    font-size: 12px;
    opacity: 0.7;
}

.admin-user-controls select,
.admin-user-controls input {
    width: auto;
    min-width: 120px;
    padding: 6px 8px;
    margin: 0;
    font-size: 13px;
}

.admin-user-controls .button,
.admin-user-controls .delete-button {
    padding: 6px 10px;
    font-size: 13px;
}

@media (max-width: 700px) {
    .admin-user-card {
        grid-template-columns: 1fr;
    }
}

.small-button {
    width: fit-content;
    padding: 5px 10px;
    margin: 0;
    font-size: 14px;
    border-radius: 8px;
    text-align: center;
    align-content: center;
}

.admin-button {
    display: inline-block;
    white-space: nowrap;
    padding: 5px 5px !important;
    margin: 0;
    font-size: 14px;
    border-radius: 8px;
    background: #000;
}

.delete-button {
    background: transparent;
    color: #b91c1c;
    border: 0;
    cursor: pointer;
    font-size: 18px;
    width: auto;
}


.inline-check label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.inline-check input {
    width: auto;
    margin: 0;
}


/* MOBILE STYLING */

@media (max-width: 700px) {

    body {
        font-size: 18px;
    }

    .topbar {

        padding: 14px 16px;

        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .logo {
        width: 100%;
        text-align: center;
    }

    .site-logo {
        height: 42px;
        max-width: 90vw;
    }

    .nav {

        width: 100%;

        display: flex;
        flex-wrap: wrap;

        justify-content: center;

        gap: 14px;
    }

    .nav a {

        font-size: 18px;
        padding: 6px 4px;
        margin: 0;
    }

    .page {

        width: 100%;
        max-width: 100%;

        margin: 0;
        padding: 18px 16px;

        box-sizing: border-box;
    }

    .hero {

        width: 100%;
        max-width: 100%;

        margin: 20px 0;
        padding: 0;
    }

    .hero-logo {

        width: 90vw;
        max-width: 320px;

        margin-bottom: 24px;
    }

    h1 {
        font-size: 34px;
        line-height: 1.1;
    }

    h2 {
        font-size: 26px;
    }

    p {
        font-size: 18px;
        line-height: 1.5;
    }

    form {
        width: 100%;
    }

    input,
    textarea,
    select {

        width: 100%;

        font-size: 18px;

        padding: 16px;

        box-sizing: border-box;
    }

    button,
    .button,
    .cta-button {

        width: 100%;

        font-size: 18px;

        padding: 16px;
    }

    .buttons {
        width: 100%;
    }

    .success-link {

        width: 100%;

        box-sizing: border-box;
    }

    .success-row {

        display: flex;
        flex-direction: column;

        gap: 12px;
    }

    .success-url {

        font-size: 20px;

        word-break: break-all;
    }

    table {

        display: block;

        width: 100%;

        overflow-x: auto;

        font-size: 14px;
    }

    .bundle-grid {

        display: flex;
        flex-direction: column;

        gap: 16px;
    }

    .bundle-card {

        width: 100%;

        box-sizing: border-box;
    }

    .footer {

        display: flex;
        flex-direction: column;

        gap: 12px;

        text-align: center;
    }
    
    .totd-wrap, .aotd-wrap { margin-top: 0; }
    }    
    
}

.sr-wrap button,
.sr-wrap input,
.sr-wrap select {
    width: auto;
    max-width: none;
    padding: revert;
    margin-top: 0;
    font-size: revert;
    box-sizing: border-box;
}