/* _content/Trawick.Aggregator.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-kw2ujpribw] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-kw2ujpribw] {
    flex: 1;
}

.sidebar[b-kw2ujpribw] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-kw2ujpribw] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-kw2ujpribw]  a, .top-row[b-kw2ujpribw]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-kw2ujpribw]  a:hover, .top-row[b-kw2ujpribw]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-kw2ujpribw]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-kw2ujpribw] {
        justify-content: space-between;
    }

    .top-row[b-kw2ujpribw]  a, .top-row[b-kw2ujpribw]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-kw2ujpribw] {
        flex-direction: row;
    }

    .sidebar[b-kw2ujpribw] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-kw2ujpribw] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-kw2ujpribw]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-kw2ujpribw], article[b-kw2ujpribw] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-kw2ujpribw] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-kw2ujpribw] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Trawick.Aggregator.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-twf1esfkol] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-twf1esfkol] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-twf1esfkol] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-twf1esfkol] {
    font-size: 1.1rem;
}

.bi[b-twf1esfkol] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-twf1esfkol] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-twf1esfkol] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-twf1esfkol] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-twf1esfkol] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-twf1esfkol] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-twf1esfkol] {
        padding-bottom: 1rem;
    }

    .nav-item[b-twf1esfkol]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-twf1esfkol]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-twf1esfkol]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-twf1esfkol] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-twf1esfkol] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-twf1esfkol] {
        display: none;
    }

    .nav-scrollable[b-twf1esfkol] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Trawick.Aggregator.Web/Components/Shared/CompareFloater.razor.rz.scp.css */
.compare-floater[b-p6l3bulh40] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1045;
    padding: 0 1rem;
    pointer-events: none;
    animation: compare-slide-up-b-p6l3bulh40 0.3s ease-out;
}

@keyframes compare-slide-up-b-p6l3bulh40 {
    from { transform: translateY(100%); opacity: 0; }
    to   { transform: translateY(0); opacity: 1; }
}

.compare-floater-inner[b-p6l3bulh40] {
    max-width: 900px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.65rem 1rem;
    background: rgba(15, 27, 51, 0.94);
    backdrop-filter: blur(12px);
    border-radius: 14px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    pointer-events: auto;
}

/* ── Product chips ── */
.compare-chips[b-p6l3bulh40] {
    display: flex;
    gap: 0.5rem;
    flex: 1;
    min-width: 0;
    overflow-x: auto;
}

.compare-chip[b-p6l3bulh40] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 0.4rem 0.6rem 0.4rem 0.8rem;
    white-space: nowrap;
    min-width: 0;
}

.compare-chip-name[b-p6l3bulh40] {
    color: white;
    font-size: 0.82rem;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.compare-chip-remove[b-p6l3bulh40] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: none;
    background: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    font-size: 0.65rem;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.15s;
    padding: 0;
    line-height: 1;
}

.compare-chip-remove:hover[b-p6l3bulh40] {
    background: rgba(255, 80, 80, 0.5);
    color: white;
}

/* ── Actions ── */
.compare-actions[b-p6l3bulh40] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

.compare-count[b-p6l3bulh40] {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.78rem;
    white-space: nowrap;
}

.compare-btn[b-p6l3bulh40] {
    background: #6dca86;
    color: #0f1b33;
    border: none;
    border-radius: 8px;
    padding: 0.45rem 1.2rem;
    font-weight: 700;
    font-size: 0.85rem;
    cursor: pointer;
    transition: background 0.15s;
    white-space: nowrap;
}

.compare-btn:hover:not(:disabled)[b-p6l3bulh40] {
    background: #5bb975;
}

.compare-btn:disabled[b-p6l3bulh40] {
    opacity: 0.4;
    cursor: not-allowed;
}
/* _content/Trawick.Aggregator.Web/Components/Shared/MylesChat.razor.rz.scp.css */
/* ── Base chat bubble ── */
.chat-bubble[b-048y7csmnz] {
    max-width: 75%;
    padding: 8px 12px;
    border-radius: 12px;
    font-size: 0.78rem;
    line-height: 1.35;
}

.chat-bubble-user[b-048y7csmnz] {
    background: #1b6ec2;
    color: white;
    border-bottom-right-radius: 4px;
}

.chat-bubble-assistant[b-048y7csmnz] {
    background: white;
    color: #212529;
    border: 1px solid #e0e0e0;
    border-bottom-left-radius: 4px;
}

/* ── Markdown content inside bubbles ── */

/* Remove default paragraph spacing so text isn't overly spaced */
[b-048y7csmnz] .chat-bubble p {
    margin: 0 0 0.4em 0;
}

[b-048y7csmnz] .chat-bubble p:last-child {
    margin-bottom: 0;
}

/* Lists */
[b-048y7csmnz] .chat-bubble ul,
[b-048y7csmnz] .chat-bubble ol {
    margin: 0.3em 0;
    padding-left: 1.3em;
}

[b-048y7csmnz] .chat-bubble li {
    margin-bottom: 0.15em;
}

/* Bold / strong */
[b-048y7csmnz] .chat-bubble strong {
    font-weight: 600;
}

/* Links */
[b-048y7csmnz] .chat-bubble-assistant a {
    color: #1b6ec2;
    text-decoration: underline;
}

[b-048y7csmnz] .chat-bubble-user a {
    color: #c5e1ff;
    text-decoration: underline;
}

/* Headings – scale down for chat context */
[b-048y7csmnz] .chat-bubble h1,
[b-048y7csmnz] .chat-bubble h2,
[b-048y7csmnz] .chat-bubble h3,
[b-048y7csmnz] .chat-bubble h4 {
    font-size: 0.82rem;
    font-weight: 600;
    margin: 0.5em 0 0.2em 0;
}

/* Code spans */
[b-048y7csmnz] .chat-bubble code {
    font-size: 0.72rem;
    background: rgba(0, 0, 0, 0.06);
    padding: 1px 4px;
    border-radius: 3px;
}

/* Horizontal rules */
[b-048y7csmnz] .chat-bubble hr {
    margin: 0.5em 0;
    border-color: #ddd;
}
/* _content/Trawick.Aggregator.Web/Components/Shared/OptionsLoadingAnimation.razor.rz.scp.css */
.options-loading-container[b-960nytqk5l] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 320px;
    padding: 2rem;
    text-align: center;
}

/* ── Visual area ── */
.options-loading-visual[b-960nytqk5l] {
    position: relative;
    width: 180px;
    height: 140px;
    margin-bottom: 1.5rem;
}

/* ── Gears ── */
.gear-wrapper[b-960nytqk5l] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}

.gear[b-960nytqk5l] {
    position: absolute;
}

.gear-lg[b-960nytqk5l] {
    width: 72px;
    height: 72px;
    left: 28px;
    top: 0;
    animation: spin-cw-b-960nytqk5l 3s linear infinite;
}

.gear-sm[b-960nytqk5l] {
    width: 48px;
    height: 48px;
    left: 88px;
    top: 40px;
    animation: spin-ccw-b-960nytqk5l 2.5s linear infinite;
}

@keyframes spin-cw-b-960nytqk5l {
    to { transform: rotate(360deg); }
}

@keyframes spin-ccw-b-960nytqk5l {
    to { transform: rotate(-360deg); }
}

/* ── Price tags ── */
.price-tags[b-960nytqk5l] {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 0.5rem;
}

.price-tag[b-960nytqk5l] {
    font-size: 1.4rem;
    animation: bounce-tag-b-960nytqk5l 1.6s ease-in-out infinite;
}

.tag-1[b-960nytqk5l] { animation-delay: 0s; }
.tag-2[b-960nytqk5l] { animation-delay: 0.3s; }
.tag-3[b-960nytqk5l] { animation-delay: 0.6s; }

@keyframes bounce-tag-b-960nytqk5l {
    0%, 100% { transform: translateY(0); opacity: 0.5; }
    50%      { transform: translateY(-8px); opacity: 1; }
}

/* ── Status text ── */
.options-loading-status[b-960nytqk5l] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
    max-width: 340px;
}

.options-status-text[b-960nytqk5l] {
    font-size: 1.05rem;
    font-weight: 600;
    color: #212529;
    margin: 0;
    transition: opacity 0.3s ease;
}

.options-product-name[b-960nytqk5l] {
    font-size: 0.85rem;
    color: #1a8fe0;
    font-weight: 500;
    margin: 0;
}

/* ── Progress bar ── */
.options-progress-bar[b-960nytqk5l] {
    width: 220px;
    height: 4px;
    background: #e9ecef;
    border-radius: 2px;
    overflow: hidden;
    margin-top: 0.8rem;
}

.options-progress-fill[b-960nytqk5l] {
    height: 100%;
    width: 40%;
    background: linear-gradient(90deg, #1a8fe0, #6dca86);
    border-radius: 2px;
    animation: progress-sweep-b-960nytqk5l 1.5s ease-in-out infinite;
}

@keyframes progress-sweep-b-960nytqk5l {
    0%   { transform: translateX(-100%); }
    100% { transform: translateX(350%); }
}
/* _content/Trawick.Aggregator.Web/Components/Shared/QuoteLoadingAnimation.razor.rz.scp.css */
/* ── Container ── */
.quote-loading-container[b-55ruw90c9p] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 120px);
    padding: 2rem;
    text-align: center;
}

/* ── Sky area ── */
.sky[b-55ruw90c9p] {
    position: relative;
    width: 100%;
    max-width: 700px;
    height: 220px;
    background: linear-gradient(180deg, #1a8fe0 0%, #5cb8f5 40%, #a8ddf7 100%);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 20px rgba(26, 143, 224, 0.25);
}

/* ── Clouds ── */
.cloud[b-55ruw90c9p] {
    position: absolute;
}

.cloud-1[b-55ruw90c9p] {
    top: 20px;
    animation: drift-b-55ruw90c9p 14s linear infinite;
}

.cloud-2[b-55ruw90c9p] {
    top: 80px;
    animation: drift-b-55ruw90c9p 20s linear infinite;
    animation-delay: -6s;
}

.cloud-3[b-55ruw90c9p] {
    top: 50px;
    animation: drift-b-55ruw90c9p 17s linear infinite;
    animation-delay: -10s;
}

@keyframes drift-b-55ruw90c9p {
    from { left: 110%; }
    to   { left: -20%; }
}

/* ── Flight path ── */
.flight-path[b-55ruw90c9p] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ── Airplane ── */
.airplane[b-55ruw90c9p] {
    position: absolute;
    animation: fly-b-55ruw90c9p 5s ease-in-out infinite;
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.2));
}

@keyframes fly-b-55ruw90c9p {
    0%   { left: -8%; top: 65%; transform: rotate(-18deg) scale(0.8); }
    30%  { left: 25%; top: 25%; transform: rotate(-12deg) scale(0.95); }
    50%  { left: 48%; top: 38%; transform: rotate(-5deg) scale(1); }
    70%  { left: 68%; top: 20%; transform: rotate(-15deg) scale(0.95); }
    100% { left: 105%; top: 10%; transform: rotate(-20deg) scale(0.8); }
}

/* ── Status area ── */
.loading-status[b-55ruw90c9p] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
}

.status-spinner[b-55ruw90c9p] {
    width: 36px;
    height: 36px;
    border: 3px solid #e0e0e0;
    border-top-color: #1a8fe0;
    border-radius: 50%;
    animation: spin-b-55ruw90c9p 0.8s linear infinite;
}

@keyframes spin-b-55ruw90c9p {
    to { transform: rotate(360deg); }
}

.status-text[b-55ruw90c9p] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #212529;
    margin: 0;
    transition: opacity 0.3s ease;
}

.status-sub[b-55ruw90c9p] {
    font-size: 0.82rem;
    color: #888;
    margin: 0;
}

/* ── Destination emojis ── */
.destinations[b-55ruw90c9p] {
    display: flex;
    gap: 1.2rem;
    margin-top: 1.2rem;
}

.dest-dot[b-55ruw90c9p] {
    font-size: 1.5rem;
    animation: pop-b-55ruw90c9p 1.8s ease-in-out infinite;
}

@keyframes pop-b-55ruw90c9p {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50%      { transform: scale(1.3); opacity: 1; }
}
/* _content/Trawick.Aggregator.Web/Components/Shared/SelectedPlanFloater.razor.rz.scp.css */
.plan-floater[b-jw7y0mtlfx] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1045;
    padding: 0 1rem;
    pointer-events: none;
    animation: floater-slide-up-b-jw7y0mtlfx 0.35s ease-out;
}

@keyframes floater-slide-up-b-jw7y0mtlfx {
    from { transform: translateY(100%); opacity: 0; }
    to   { transform: translateY(0); opacity: 1; }
}

.plan-floater-inner[b-jw7y0mtlfx] {
    max-width: 720px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 1.25rem;
    background: rgba(15, 27, 51, 0.92);
    backdrop-filter: blur(12px);
    border-radius: 14px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    color: white;
    pointer-events: auto;
}

.plan-floater-logo[b-jw7y0mtlfx] {
    height: 32px;
    max-width: 80px;
    object-fit: contain;
    flex-shrink: 0;
    filter: brightness(0) invert(1);
    opacity: 0.85;
}

.plan-floater-info[b-jw7y0mtlfx] {
    flex: 1;
    min-width: 0;
}

.plan-floater-name[b-jw7y0mtlfx] {
    font-weight: 600;
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.plan-floater-provider[b-jw7y0mtlfx] {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
}

.plan-floater-divider[b-jw7y0mtlfx] {
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
}

.plan-floater-price[b-jw7y0mtlfx] {
    text-align: right;
    flex-shrink: 0;
}

.plan-floater-price-label[b-jw7y0mtlfx] {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.5);
}

.plan-floater-price-value[b-jw7y0mtlfx] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #6dca86;
}
