/* /Components/ContactDialog.razor.rz.scp.css */
.contact-dialog-backdrop[b-ystjy7c76v] {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(20, 26, 46, 0.55);
    backdrop-filter: blur(4px);
}

.contact-dialog[b-ystjy7c76v] {
    position: relative;
    width: min(100%, 480px);
    max-height: min(90vh, 720px);
    overflow-y: auto;
    background: var(--paper);
    color: var(--ink);
    border-radius: 4px;
    padding: 40px 36px 36px;
    box-shadow: 0 24px 60px rgba(20, 26, 46, 0.28);
}

.contact-dialog-close[b-ystjy7c76v] {
    position: absolute;
    top: 12px;
    right: 14px;
    border: none;
    background: transparent;
    color: var(--ink-muted);
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    padding: 4px 8px;
}

.contact-dialog-close:hover[b-ystjy7c76v] {
    color: var(--ink);
}

.contact-dialog h2[b-ystjy7c76v] {
    font-family: var(--font-display);
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 8px;
}

.contact-dialog-intro[b-ystjy7c76v] {
    font-size: 15px;
    line-height: 1.5;
    color: var(--ink-soft);
}

.contact-field[b-ystjy7c76v] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}

.contact-field label[b-ystjy7c76v] {
    font-size: 13px;
    font-weight: 600;
    color: var(--ink);
}

.contact-field[b-ystjy7c76v]  .contact-input,
.contact-field[b-ystjy7c76v]  .contact-textarea {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.5;
    color: var(--ink);
    background: var(--paper-tint);
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 16px 18px;
    width: 100%;
    outline: none;
    resize: vertical;
    transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.contact-field[b-ystjy7c76v]  .contact-input::placeholder,
.contact-field[b-ystjy7c76v]  .contact-textarea::placeholder {
    color: var(--ink-faint);
}

.contact-field[b-ystjy7c76v]  .contact-input:hover,
.contact-field[b-ystjy7c76v]  .contact-textarea:hover {
    background: #eceef5;
}

.contact-field[b-ystjy7c76v]  .contact-input:focus,
.contact-field[b-ystjy7c76v]  .contact-textarea:focus {
    background: #fff;
    border-color: var(--blue);
    box-shadow: 0 0 0 4px rgba(59, 116, 246, 0.18);
}

.contact-field[b-ystjy7c76v]  .contact-textarea {
    min-height: 140px;
}

.contact-field[b-ystjy7c76v]  .validation-message {
    font-size: 13px;
    color: #b32121;
}

.contact-dialog-error[b-ystjy7c76v] {
    font-size: 14px;
    color: #b32121;
    margin: 0 0 16px;
}

.contact-dialog-submit[b-ystjy7c76v] {
    width: 100%;
    margin-top: 8px;
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: var(--gradient);
    border: none;
    border-radius: 8px;
    padding: 16px 24px;
    cursor: pointer;
}

.contact-dialog-submit:hover:not(:disabled)[b-ystjy7c76v] {
    opacity: 0.92;
}

.contact-dialog-submit:disabled[b-ystjy7c76v] {
    opacity: 0.65;
    cursor: not-allowed;
}

.contact-dialog-privacy[b-ystjy7c76v] {
    margin: 14px 0 0;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--ink-muted);
    text-align: center;
}

@media (max-width: 800px) {
    .contact-dialog[b-ystjy7c76v] {
        padding: 40px 24px 28px;
    }

    .contact-dialog h2[b-ystjy7c76v] {
        padding-right: 36px;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-pswaab81fx] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-pswaab81fx] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-6gknji4nby],
.components-reconnect-repeated-attempt-visible[b-6gknji4nby],
.components-reconnect-failed-visible[b-6gknji4nby],
.components-pause-visible[b-6gknji4nby],
.components-resume-failed-visible[b-6gknji4nby],
.components-rejoining-animation[b-6gknji4nby] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-6gknji4nby],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-6gknji4nby],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-6gknji4nby],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-6gknji4nby],
#components-reconnect-modal.components-reconnect-retrying[b-6gknji4nby],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-6gknji4nby],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-6gknji4nby],
#components-reconnect-modal.components-reconnect-failed[b-6gknji4nby],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-6gknji4nby] {
    display: block;
}


#components-reconnect-modal[b-6gknji4nby] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-6gknji4nby 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-6gknji4nby 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-6gknji4nby 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-6gknji4nby]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-6gknji4nby 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-6gknji4nby {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-6gknji4nby {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-6gknji4nby {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-6gknji4nby] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-6gknji4nby] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-6gknji4nby] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-6gknji4nby] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-6gknji4nby] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-6gknji4nby] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-6gknji4nby] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-6gknji4nby 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-6gknji4nby] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-6gknji4nby {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.landing[b-2xb9b27jjf] {
    font-family: var(--font-body);
    background: var(--paper);
    color: var(--ink);
}

.nav[b-2xb9b27jjf] {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 6vw;
    background: rgba(251, 251, 253, 0.85);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--ink-line-faint);
}

.brand[b-2xb9b27jjf] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.brand-mark[b-2xb9b27jjf] {
    height: 40px;
}

.nav-links[b-2xb9b27jjf] {
    display: flex;
    align-items: center;
    gap: 36px;
}

.nav-links a[b-2xb9b27jjf] {
    font-size: 15px;
    font-weight: 500;
    color: var(--ink);
}

.nav-links a:hover[b-2xb9b27jjf] {
    color: var(--blue);
}

.nav-cta[b-2xb9b27jjf] {
    font-family: inherit;
    font-size: 15px;
    font-weight: 600 !important;
    color: var(--paper) !important;
    background: var(--ink);
    padding: 10px 22px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.nav-cta:hover[b-2xb9b27jjf] {
    color: var(--paper) !important;
    opacity: 0.9;
}

.hero[b-2xb9b27jjf] {
    background: url("/assets/Background.png");
    padding: 140px 6vw 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 28px;
}

.hero-eyebrow[b-2xb9b27jjf] {
    font-family: var(--font-display);
    font-size: 13px;
    letter-spacing: 0.3em;
    color: var(--blue-light);
    text-transform: uppercase;
}

.hero h1[b-2xb9b27jjf] {
    font-family: var(--font-display);
    font-size: clamp(36px, 6vw, 64px);
    font-weight: 700;
    line-height: 1.08;
    color: var(--paper);
    max-width: 820px;
    margin: 0;
}

.hero p[b-2xb9b27jjf] {
    font-size: 19px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.65);
    max-width: 560px;
    margin: 0;
}

.cta[b-2xb9b27jjf] {
    margin-top: 12px;
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 600;
    color: white !important;
    background: var(--gradient);
    padding: 16px 36px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.cta:hover[b-2xb9b27jjf] {
    color: white !important;
    opacity: 0.9;
}

.services[b-2xb9b27jjf] {
    padding: 120px 6vw;
    display: flex;
    flex-direction: column;
    gap: 56px;
}

.section-intro[b-2xb9b27jjf] {
    max-width: 640px;
}

.section-label[b-2xb9b27jjf] {
    font-size: 13px;
    letter-spacing: 0.2em;
    color: var(--blue);
    font-weight: 600;
    margin-bottom: 12px;
}

.section-intro h2[b-2xb9b27jjf],
.contact h2[b-2xb9b27jjf] {
    font-family: var(--font-display);
    font-size: clamp(28px, 4vw, 40px);
    margin: 0;
}

.service-grid[b-2xb9b27jjf] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px;
}

.service-card[b-2xb9b27jjf] {
    border: 1px solid var(--ink-line);
    border-radius: 4px;
    padding: 40px;
}

.service-icon[b-2xb9b27jjf] {
    width: 40px;
    height: 40px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--paper);
    font-size: 18px;
}

.service-icon-apps[b-2xb9b27jjf] {
    background: var(--blue);
    border-radius: 8px;
}

.service-icon-websites[b-2xb9b27jjf] {
    background: var(--violet);
    border-radius: 50%;
}

.service-icon-automation[b-2xb9b27jjf] {
    background: var(--gradient);
    transform: rotate(45deg);
}

.service-icon-automation i[b-2xb9b27jjf] {
    transform: rotate(-45deg);
}

.service-title[b-2xb9b27jjf] {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
}

.service-card p[b-2xb9b27jjf] {
    font-size: 16px;
    line-height: 1.6;
    color: var(--ink-soft);
    margin: 0;
}

.services-aside[b-2xb9b27jjf] {
    margin: -24px auto 0;
    max-width: 540px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--ink-muted);
}

.services-aside-link[b-2xb9b27jjf] {
    font: inherit;
    color: var(--blue);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}

.services-aside-link:hover[b-2xb9b27jjf] {
    color: var(--ink);
}

.work[b-2xb9b27jjf] {
    padding: 120px 6vw;
    background: var(--paper-tint);
}

.work-grid[b-2xb9b27jjf] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 56px;
    align-items: start;
}

.work-copy[b-2xb9b27jjf] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.work-copy .section-intro[b-2xb9b27jjf] {
    margin-bottom: 8px;
}

.work-copy > p[b-2xb9b27jjf] {
    font-size: 17px;
    line-height: 1.7;
    color: rgba(20, 26, 46, 0.7);
    margin: 0;
}

.work-bullets[b-2xb9b27jjf] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 8px;
}

.work-bullet[b-2xb9b27jjf] {
    display: flex;
    gap: 12px;
    align-items: baseline;
    font-size: 16px;
    color: var(--ink);
}

.dot[b-2xb9b27jjf] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--blue);
    flex-shrink: 0;
    margin-top: 0.45em;
}

.work-result[b-2xb9b27jjf] {
    margin-top: 8px;
    font-size: 15px;
    color: var(--ink);
    font-weight: 600;
}

.work-link[b-2xb9b27jjf] {
    font: inherit;
    color: var(--blue);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}

.work-link:hover[b-2xb9b27jjf] {
    color: var(--ink);
}

.work-link i[b-2xb9b27jjf] {
    font-size: 13px;
    color: var(--blue);
    margin-left: 5px;
}

.work-visual[b-2xb9b27jjf] {
    position: relative;
    width: 100%;
    padding-bottom: 48px;
    padding-right: 28px;
}

.browser-frame[b-2xb9b27jjf] {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--ink-line);
    background: #fff;
    box-shadow: 0 18px 50px rgba(20, 26, 46, 0.12);
}

.browser-chrome[b-2xb9b27jjf] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    background: #e8eaf0;
    border-bottom: 1px solid var(--ink-line);
}

.browser-dots[b-2xb9b27jjf] {
    display: flex;
    gap: 6px;
}

.browser-dots span[b-2xb9b27jjf] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c5c9d4;
}

.browser-url[b-2xb9b27jjf] {
    flex: 1;
    font-size: 12px;
    color: var(--ink-muted);
    background: #fff;
    border-radius: 4px;
    padding: 6px 12px;
}

.browser-viewport[b-2xb9b27jjf] {
    background: var(--paper-tint);
    display: grid;
}

.phone-viewport[b-2xb9b27jjf] {
    width: 100%;
    height: 100%;
    border-radius: 14px;
    overflow: hidden;
    background: var(--paper-tint);
    display: grid;
}

.screenshot[b-2xb9b27jjf],
.screenshot-label[b-2xb9b27jjf] {
    grid-area: 1 / 1;
}

.browser-viewport .screenshot[b-2xb9b27jjf] {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.phone-viewport .screenshot[b-2xb9b27jjf] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    position: relative;
    z-index: 1;
}

.screenshot-label[b-2xb9b27jjf] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: var(--ink-muted);
    letter-spacing: 0.04em;
    text-align: center;
    padding: 12px;
    z-index: 0;
    min-height: 200px;
}

.phone-viewport .screenshot-label[b-2xb9b27jjf] {
    font-size: 11px;
    letter-spacing: 0.03em;
    min-height: 0;
}

.phone-frame[b-2xb9b27jjf] {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: clamp(108px, 28%, 148px);
    aspect-ratio: 9 / 19;
    padding: 8px;
    border-radius: 22px;
    background: var(--ink);
    box-shadow: 0 16px 40px rgba(20, 26, 46, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.phone-notch[b-2xb9b27jjf] {
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    width: 36%;
    height: 5px;
    border-radius: 999px;
    background: #0a0e1a;
}

.testimonial[b-2xb9b27jjf] {
    padding: 120px 6vw;
    display: flex;
    justify-content: center;
}

.testimonial-inner[b-2xb9b27jjf] {
    max-width: 720px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.quote-mark[b-2xb9b27jjf] {
    font-family: var(--font-display);
    font-size: 60px;
    line-height: 1;
    color: var(--blue);
}

.quote-text[b-2xb9b27jjf] {
    font-family: var(--font-display);
    font-size: clamp(22px, 3vw, 28px);
    font-weight: 600;
    line-height: 1.4;
    color: var(--ink);
}

.quote-attr[b-2xb9b27jjf] {
    font-size: 15px;
    color: var(--ink-muted);
}

.contact[b-2xb9b27jjf] {
    background: var(--ink);
    padding: 120px 6vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 28px;
}

.contact h2[b-2xb9b27jjf] {
    font-weight: 700;
    color: var(--paper);
    max-width: 620px;
    font-size: clamp(28px, 4vw, 42px);
}

.contact p[b-2xb9b27jjf] {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.65);
    max-width: 480px;
    margin: 0;
}

.contact .cta[b-2xb9b27jjf] {
    margin-top: 8px;
}

.footer[b-2xb9b27jjf] {
    padding: 40px 6vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--ink-line-soft);
    flex-wrap: wrap;
    gap: 16px;
}

.footer-brand[b-2xb9b27jjf] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(20, 26, 46, 0.5);
}

.footer-mark[b-2xb9b27jjf] {
    height: 22px;
}

.footer-tagline[b-2xb9b27jjf] {
    font-size: 13px;
    letter-spacing: 0.15em;
    color: rgba(20, 26, 46, 0.4);
}

@media (max-width: 800px) {
    .nav[b-2xb9b27jjf] {
        padding-left: 10px;
    }

    .brand-mark[b-2xb9b27jjf] {
        height: 35px;
    }

    .nav-links[b-2xb9b27jjf] {
        gap: 16px;
    }

    .nav-links a[b-2xb9b27jjf] {
        display: none;
    }

    .work-grid[b-2xb9b27jjf] {
        grid-template-columns: 1fr;
    }

    .work-visual[b-2xb9b27jjf] {
        padding-bottom: 36px;
        padding-right: 18px;
    }

    .phone-frame[b-2xb9b27jjf] {
        width: clamp(96px, 32%, 128px);
        border-radius: 18px;
        padding: 6px;
    }

    .phone-notch[b-2xb9b27jjf] {
        top: 11px;
        height: 4px;
    }

    .phone-viewport[b-2xb9b27jjf] {
        border-radius: 12px;
    }

    .hero[b-2xb9b27jjf] {
        padding: 100px 6vw 80px;
    }

    .services[b-2xb9b27jjf],
    .work[b-2xb9b27jjf],
    .testimonial[b-2xb9b27jjf],
    .contact[b-2xb9b27jjf] {
        padding: 80px 6vw;
    }
}
/* /Components/Pages/Invoice.razor.rz.scp.css */
.invoice-shell[b-5v0zvvx4fv] {
    min-height: 100vh;
    padding: 40px 16px;
    display: flex;
    justify-content: center;
}

.invoice-page[b-5v0zvvx4fv] {
    font-family: var(--font-body);
    color: var(--ink);
    width: 210mm;
    max-width: 100%;
    min-height: 297mm;
    background: #fff;
    padding: 56px 60px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 60px rgba(20, 26, 46, 0.1);
}

.invoice-header[b-5v0zvvx4fv] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 28px;
    border-bottom: 2px solid var(--ink);
}

.brand[b-5v0zvvx4fv] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.brand-mark[b-5v0zvvx4fv] {
    height: 45px;
}

.header-right[b-5v0zvvx4fv] {
    text-align: right;
}

.invoice-title[b-5v0zvvx4fv] {
    font-family: var(--font-display);
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.invoice-number[b-5v0zvvx4fv] {
    font-size: 13px;
    color: var(--ink-muted);
    margin-top: 4px;
}

.meta-row[b-5v0zvvx4fv] {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
    gap: 40px;
}

.meta-label[b-5v0zvvx4fv] {
    font-size: 11px;
    letter-spacing: 0.15em;
    color: var(--blue);
    font-weight: 600;
    margin-bottom: 8px;
}

.client-name[b-5v0zvvx4fv] {
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 600;
}

.client-details[b-5v0zvvx4fv] {
    font-size: 14px;
    color: var(--ink-soft);
    line-height: 1.6;
    margin-top: 4px;
}

.dates[b-5v0zvvx4fv] {
    text-align: right;
    min-width: 220px;
}

.date-row[b-5v0zvvx4fv] {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    font-size: 14px;
    margin-bottom: 6px;
}

.date-label[b-5v0zvvx4fv] {
    color: var(--ink-muted);
}

.date-value[b-5v0zvvx4fv] {
    font-weight: 600;
}

.line-items[b-5v0zvvx4fv] {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    margin-top: 40px;
}

.line-items col.col-desc[b-5v0zvvx4fv] {
    width: auto;
}

.line-items col.col-qty[b-5v0zvvx4fv] {
    width: 56px;
}

.line-items col.col-rate[b-5v0zvvx4fv],
.line-items col.col-amount[b-5v0zvvx4fv] {
    width: 100px;
}

.line-items th[b-5v0zvvx4fv] {
    text-align: left;
    font-size: 11px;
    letter-spacing: 0.1em;
    color: var(--ink-muted);
    padding: 0 12px 10px 0;
    font-weight: 600;
    border-bottom: 1.5px solid var(--ink);
}

.line-items th.num[b-5v0zvvx4fv] {
    text-align: right;
    padding-right: 0;
    padding-left: 12px;
}

.line-items td[b-5v0zvvx4fv] {
    padding: 16px 12px 16px 0;
    font-size: 14px;
    border-bottom: 1px solid var(--ink-line-soft);
    vertical-align: top;
}

.line-items td.desc[b-5v0zvvx4fv] {
    max-width: 0;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}

.line-items .num[b-5v0zvvx4fv] {
    text-align: right;
    white-space: nowrap;
    padding-right: 0;
    padding-left: 12px;
}

.line-items .amount[b-5v0zvvx4fv] {
    font-weight: 600;
}

.totals-wrap[b-5v0zvvx4fv] {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
}

.totals[b-5v0zvvx4fv] {
    width: 260px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.total-row[b-5v0zvvx4fv] {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: var(--ink-soft);
}

.total-due[b-5v0zvvx4fv] {
    display: flex;
    justify-content: space-between;
    font-family: var(--font-display);
    font-size: 19px;
    font-weight: 700;
    padding-top: 12px;
    border-top: 1.5px solid var(--ink);
}

.payment[b-5v0zvvx4fv] {
    margin-top: 48px;
    padding-top: 24px;
    border-top: 1px solid var(--ink-line);
}

.payment-details[b-5v0zvvx4fv] {
    font-size: 13px;
    color: var(--ink-soft);
    line-height: 1.7;
}

.paid-banner[b-5v0zvvx4fv] {
    margin-top: 48px;
    padding: 28px 24px;
    border: 2px solid var(--blue);
    border-radius: 4px;
    text-align: center;
    background: rgba(59, 116, 246, 0.06);
}

.paid-stamp[b-5v0zvvx4fv] {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--blue);
}

.paid-thanks[b-5v0zvvx4fv] {
    margin-top: 8px;
    font-size: 14px;
    color: var(--ink-soft);
}

.invoice-footer[b-5v0zvvx4fv] {
    margin-top: auto;
    padding-top: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: var(--ink-faint);
    letter-spacing: 0.05em;
    flex-wrap: wrap;
    gap: 12px;
}

@media print {
    .invoice-shell[b-5v0zvvx4fv] {
        background: #fff;
        padding: 0 !important;
        min-height: auto;
        display: block;
    }

    .invoice-page[b-5v0zvvx4fv] {
        box-shadow: none;
        width: 100% !important;
        max-width: none;
        min-height: 297mm;
        padding: 15mm 16mm;
    }
}

@media (max-width: 700px) {
    .invoice-page[b-5v0zvvx4fv] {
        padding: 32px 24px;
    }

    .meta-row[b-5v0zvvx4fv] {
        flex-direction: column;
    }

    .dates[b-5v0zvvx4fv] {
        text-align: left;
        min-width: 0;
    }
}
/* /Components/Pages/ThankYou.razor.rz.scp.css */
.thank-you[b-77or53bpx4] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 28px 6vw 80px;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--font-body);
}

.thank-you-brand[b-77or53bpx4] {
    align-self: flex-start;
    display: flex;
    align-items: center;
}

.thank-you-brand-mark[b-77or53bpx4] {
    height: 40px;
}

.thank-you-content[b-77or53bpx4] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
    max-width: 480px;
    width: 100%;
    padding: 40px 0;
}

.thank-you-content h1[b-77or53bpx4] {
    font-family: var(--font-display);
    font-size: clamp(32px, 5vw, 44px);
    font-weight: 700;
    margin: 0;
}

.thank-you-content p[b-77or53bpx4] {
    font-size: 17px;
    line-height: 1.6;
    color: var(--ink-soft);
    margin: 0;
}

.thank-you-back[b-77or53bpx4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: var(--gradient);
    border-radius: 8px;
    padding: 16px 28px;
}

.thank-you-back:hover[b-77or53bpx4] {
    color: #fff;
    opacity: 0.92;
}
