/* /Components/CarAnalysis/AiProviderSelector.razor.rz.scp.css */
@media (max-width: 480px) {
    .model-selector-row[b-0zahfoy7j6] {
        flex-direction: column;
    }

    .model-selector-row .model-btn[b-0zahfoy7j6] {
        flex: 1 1 auto !important;
        width: 100%;
    }
}
/* /Components/CarAnalysis/AnalysisResults.razor.rz.scp.css */
/* Web search summary panel — cyber-mechanic theme */
.ws-summary[b-b3evpe38gf] {
    background: linear-gradient(135deg, rgba(0, 200, 120, 0.06), rgba(0, 200, 200, 0.04));
    border: 1px solid rgba(0, 200, 120, 0.35);
    border-radius: 6px;
    padding: 12px 14px;
    font-family: var(--font-mono, monospace);
}

.ws-summary-head[b-b3evpe38gf] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--accent-success, #00c878);
    margin-bottom: 10px;
    font-size: 0.95rem;
}

.ws-summary-icon[b-b3evpe38gf] {
    font-size: 1.1rem;
}

.ws-summary-close[b-b3evpe38gf] {
    margin-left: auto;
    background: transparent;
    border: 1px solid #444;
    color: var(--text-muted, #888);
    border-radius: 4px;
    width: 24px;
    height: 24px;
    line-height: 1;
    cursor: pointer;
    font-size: 1rem;
    padding: 0;
}

.ws-summary-close:hover[b-b3evpe38gf] {
    color: #fff;
    border-color: #888;
}

.ws-summary-body[b-b3evpe38gf] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    align-items: end;
}

.ws-stat[b-b3evpe38gf] {
    padding: 6px 10px;
    border-left: 3px solid #444;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 3px;
}

.ws-stat-verified[b-b3evpe38gf] { border-left-color: var(--accent-success, #00c878); }
.ws-stat-fallback[b-b3evpe38gf] { border-left-color: var(--accent-secondary, #00bcd4); }
.ws-stat-time[b-b3evpe38gf]     { border-left-color: var(--accent-primary, #ff6b00); }

.ws-stat-value[b-b3evpe38gf] {
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
}

.ws-stat-total[b-b3evpe38gf],
.ws-stat-unit[b-b3evpe38gf] {
    font-size: 0.85rem;
    color: var(--text-muted, #888);
    font-weight: 400;
    margin-left: 2px;
}

.ws-stat-label[b-b3evpe38gf] {
    font-size: 0.7rem;
    color: var(--text-muted, #888);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 2px;
}

.ws-progress[b-b3evpe38gf] {
    grid-column: 1 / -1;
    height: 6px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    overflow: hidden;
    margin-top: 4px;
}

.ws-progress-bar[b-b3evpe38gf] {
    height: 100%;
    background: linear-gradient(90deg, var(--accent-success, #00c878), var(--accent-secondary, #00bcd4));
    transition: width 0.5s ease-out;
}

@media (max-width: 768px) {
    .ws-summary-body[b-b3evpe38gf] { grid-template-columns: 1fr; }
}

/* ═══ Przełącznik widoku: lista / model 3D ═══ */

.results-view-switch[b-b3evpe38gf] {
    display: inline-flex;
    gap: 0;
    margin: 0 0 0.75rem;
    border: 1px solid var(--border-color);
    border-radius: 6px;
    overflow: hidden;
}

.results-view-switch__btn[b-b3evpe38gf] {
    padding: 0.35rem 0.9rem;
    font-family: var(--font-tech);
    font-size: 0.85rem;
    letter-spacing: 0.02em;
    color: var(--text-muted);
    background: transparent;
    border: none;
    cursor: pointer;
    transition: color .15s, background .15s;
}

.results-view-switch__btn + .results-view-switch__btn[b-b3evpe38gf] {
    border-left: 1px solid var(--border-color);
}

.results-view-switch__btn:hover[b-b3evpe38gf] {
    color: var(--accent-secondary);
}

.results-view-switch__btn.is-active[b-b3evpe38gf] {
    color: var(--bg-dark);
    background: var(--accent-secondary);
}

@media (max-width: 480px) {
    .results-view-switch[b-b3evpe38gf] {
        width: 100%;
    }

    .results-view-switch__btn[b-b3evpe38gf] {
        flex: 1;
    }
}
/* /Components/CarAnalysis/CarInformationForm.razor.rz.scp.css */
.collapsible-section[b-t27r1zbq0h] {
    border: 1px solid var(--border-color, #2f3542);
    border-radius: 4px;
    padding: 0;
    overflow: hidden;
}

.collapsible-section-header[b-t27r1zbq0h] {
    padding: 0.6rem 1rem;
    cursor: pointer;
    background: var(--bg-input, #0a0b0e);
    transition: background 0.2s;
    user-select: none;
    -webkit-user-select: none;
}

.collapsible-section-header:hover[b-t27r1zbq0h] {
    background: var(--table-row-hover, rgba(0, 242, 255, 0.1));
}

.collapsible-section .row[b-t27r1zbq0h] {
    padding: 0 1rem;
}

/* Mobile: make form fields larger touch targets */
@media (max-width: 640px) {
    .collapsible-section-header[b-t27r1zbq0h] {
        padding: 0.75rem 1rem;
    }

    .collapsible-section-header h6[b-t27r1zbq0h] {
        font-size: 0.85rem;
    }
}
/* /Components/CarAnalysis/ManualAnalysisForm.razor.rz.scp.css */
.dropzone[b-n6u3jns066] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    border: 2px dashed var(--border-color, #2f3542);
    border-radius: 12px;
    background: var(--bg-input, #0a0b0e);
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.dropzone:hover[b-n6u3jns066] {
    border-color: var(--accent-primary, #ff6b00);
}

.dropzone--active[b-n6u3jns066] {
    border-color: var(--accent-primary, #ff6b00);
    box-shadow: var(--glow-orange, 0 0 10px rgba(255, 107, 0, 0.2));
    background: color-mix(in srgb, var(--accent-primary, #ff6b00) 6%, var(--bg-input, #0a0b0e));
}

.dropzone--uploading[b-n6u3jns066] {
    pointer-events: none;
    opacity: 0.7;
}

[b-n6u3jns066] .dropzone__input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.dropzone__content[b-n6u3jns066] {
    text-align: center;
    pointer-events: none;
    padding: 1rem;
}

.dropzone__icon[b-n6u3jns066] {
    font-size: 2.25rem;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.dropzone__text[b-n6u3jns066] {
    margin: 0;
    font-weight: 600;
    color: var(--text-main, inherit);
}

.dropzone__hint[b-n6u3jns066] {
    margin: 0.15rem 0 0;
    font-size: 0.8rem;
    color: var(--text-muted, #8b9bb4);
}

.dropzone__spinner[b-n6u3jns066] {
    margin-bottom: 0.5rem;
}

.dropzone__only-touch[b-n6u3jns066] {
    display: none;
}

/* Dotykowe: nie ma drag & drop, więc inny tekst i niższy kafelek — miejsca na ekranie mało. */
@media (pointer: coarse) {
    .dropzone[b-n6u3jns066] {
        min-height: 128px;
    }

    .dropzone__icon[b-n6u3jns066] {
        font-size: 1.6rem;
        margin-bottom: 0.35rem;
    }

    .dropzone__only-mouse[b-n6u3jns066] {
        display: none;
    }

    .dropzone__only-touch[b-n6u3jns066] {
        display: block;
    }
}

/* Ostrzeżenie o zdjęciach pojazdów — na telefonie zwijane do jednego wiersza. */
.warn-alert[b-n6u3jns066] {
    margin-bottom: 1rem;
}

.warn-alert__icon[b-n6u3jns066] {
    font-size: 1.25rem;
    line-height: 1;
}

.warn-toggle[b-n6u3jns066] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    width: 100%;
    min-height: 40px;
    padding: 0;
    border: none;
    background: none;
    color: inherit;
    font: inherit;
    font-weight: 600;
    font-size: 0.9rem;
    text-align: left;
}

.warn-toggle__chevron[b-n6u3jns066] {
    flex-shrink: 0;
    font-size: 0.7rem;
    opacity: 0.7;
}

/* Aparat: tylko na dotykowych. Desktop i tak ignoruje `capture`, ale przycisk byłby tam mylący. */
.camera-row[b-n6u3jns066] {
    display: none;
}

@media (pointer: coarse) {
    .camera-row[b-n6u3jns066] {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0.25rem;
        margin-top: 0.75rem;
    }
}

.camera-btn[b-n6u3jns066] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 48px;
    padding: 0.75rem 1rem;
    border: 1px solid var(--accent-primary, #ff6b00);
    border-radius: 10px;
    background: color-mix(in srgb, var(--accent-primary, #ff6b00) 10%, transparent);
    color: var(--accent-primary, #ff6b00);
    font-weight: 600;
    cursor: pointer;
}

.camera-btn--disabled[b-n6u3jns066] {
    opacity: 0.55;
    pointer-events: none;
}

[b-n6u3jns066] .camera-btn__input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.camera-row__hint[b-n6u3jns066] {
    font-size: 0.8rem;
    color: var(--text-muted, #8b9bb4);
    text-align: center;
}

.dropzone-thumbs[b-n6u3jns066] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    gap: 0.5rem;
}

.dropzone-thumb[b-n6u3jns066] {
    position: relative;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--border-color, #2f3542);
}

.dropzone-thumb img[b-n6u3jns066] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dropzone-thumb__remove[b-n6u3jns066] {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    font-size: 0.75rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0.85;
    transition: opacity 0.15s ease, background-color 0.15s ease;
}

.dropzone-thumb__remove:hover[b-n6u3jns066] {
    opacity: 1;
    background: var(--accent-error, #ef4444);
}

/* Wąski ekran bez dotyku (np. zwężone okno na desktopie) — rozmiar pośredni.
   Na telefonie wygrywa reguła `pointer: coarse` wyżej, bo ta jej nie dotyka. */
@media (max-width: 480px) and (pointer: fine) {
    .dropzone[b-n6u3jns066] {
        min-height: 160px;
    }

    .dropzone__icon[b-n6u3jns066] {
        font-size: 1.75rem;
    }
}
/* /Components/CarAnalysis/Results/Car3DViewer.razor.rz.scp.css */
/* Car3DViewer — widok 3D uszkodzeń. Styl spójny z motywem Cyber-Mechanic.
   Uwaga: canvas, overlay i markery tworzy JS, więc trafiają do nich reguły z ::deep. */

.car3d[b-hv9fec8wak] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* ═══ Pasek narzędzi ═══ */

.car3d__toolbar[b-hv9fec8wak] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0.75rem;
    background: var(--bg-input);
    border: var(--border-panel);
    border-radius: 6px;
}

.car3d__toolbar-title[b-hv9fec8wak] {
    font-family: var(--font-tech);
    font-size: 0.8rem;
    letter-spacing: 0.04em;
    color: var(--text-muted);
}

.car3d__actions[b-hv9fec8wak] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.car3d__switch[b-hv9fec8wak] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin: 0;
    font-size: 0.78rem;
    color: var(--text-muted);
    cursor: pointer;
    user-select: none;
}

.car3d__switch input[b-hv9fec8wak] {
    accent-color: var(--accent-secondary);
}

.car3d__btn[b-hv9fec8wak] {
    color: var(--accent-secondary);
    border: 1px solid var(--accent-secondary);
    background: transparent;
    font-family: var(--font-tech);
}

.car3d__btn:hover[b-hv9fec8wak] {
    background: var(--accent-secondary);
    color: var(--bg-dark);
}


/* ═══ Kafle warstw (na scenie) ═══ */

.car3d__deck[b-hv9fec8wak] {
    position: absolute;
    left: 0.6rem;
    top: 0.6rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    z-index: 3;
}

.car3d__deck-btn[b-hv9fec8wak] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.15rem;
    width: 74px;
    padding: 0.45rem 0.3rem 0.35rem;
    color: var(--text-muted);
    background: color-mix(in srgb, var(--bg-panel) 82%, transparent);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    cursor: pointer;
    backdrop-filter: blur(6px);
    transition: color .15s, border-color .15s, background .15s, transform .12s;
}

.car3d__deck-btn:hover:not(:disabled)[b-hv9fec8wak] {
    color: var(--accent-secondary);
    border-color: var(--accent-secondary);
    transform: translateX(2px);
}

.car3d__deck-btn.is-active[b-hv9fec8wak] {
    color: var(--accent-secondary);
    border-color: var(--accent-secondary);
    background: color-mix(in srgb, var(--accent-secondary) 14%, var(--bg-panel));
    box-shadow: var(--glow-cyan);
}

.car3d__deck-btn:disabled[b-hv9fec8wak] {
    opacity: 0.3;
    cursor: not-allowed;
}

.car3d__deck-art[b-hv9fec8wak] {
    display: block;
    width: 46px;
    height: 30px;
}

/* MarkupString wstawia <svg> jako dziecko — stąd ::deep. */
.car3d__deck-art[b-hv9fec8wak]  svg {
    width: 100%;
    height: 100%;
    display: block;
}

.car3d__deck-label[b-hv9fec8wak] {
    font-family: var(--font-tech);
    font-size: 0.64rem;
    letter-spacing: 0.02em;
    line-height: 1.1;
    text-align: center;
}

.car3d__deck-count[b-hv9fec8wak] {
    position: absolute;
    top: -5px;
    right: -5px;
    min-width: 17px;
    padding: 0 4px;
    font-family: var(--font-mono);
    font-size: 0.62rem;
    line-height: 17px;
    text-align: center;
    color: var(--bg-dark);
    background: var(--accent-primary);
    border-radius: 999px;
}

/* ═══ Scena ═══ */

.car3d__stage[b-hv9fec8wak] {
    position: relative;
    height: 460px;
    border: var(--border-panel);
    border-radius: 6px;
    overflow: hidden;
    background:
        radial-gradient(ellipse at 50% 120%, rgba(0, 242, 255, 0.10), transparent 60%),
        var(--bg-input);
}

.car3d__canvas-host[b-hv9fec8wak] {
    position: absolute;
    inset: 0;
}

.car3d__canvas-host[b-hv9fec8wak]  .car3d-canvas {
    display: block;
    width: 100%;
    height: 100%;
    touch-action: none;
    cursor: grab;
}

.car3d__canvas-host[b-hv9fec8wak]  .car3d-canvas:active {
    cursor: grabbing;
}

.car3d__canvas-host[b-hv9fec8wak]  .car3d-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.car3d__canvas-host[b-hv9fec8wak]  .car3d-leaders {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.car3d__canvas-host[b-hv9fec8wak]  .car3d-leader {
    fill: none;
    stroke-width: 1;
    stroke-linejoin: round;
    stroke-linecap: round;
}

/* Etykieta ze strzałką — jedna na uszkodzoną strefę. */
.car3d__canvas-host[b-hv9fec8wak]  .car3d-marker {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    max-width: 220px;
    padding: 0.18rem 0.5rem;
    font-family: var(--font-tech);
    font-size: 0.75rem;
    line-height: 1.3;
    white-space: nowrap;
    color: var(--text-main);
    background: color-mix(in srgb, var(--bg-panel) 88%, transparent);
    border: 1px solid var(--marker-color);
    border-radius: 3px;
    box-shadow: 0 0 12px color-mix(in srgb, var(--marker-color) 35%, transparent);
    pointer-events: auto;
    cursor: pointer;
    transition: transform .06s linear, background .15s;
}

.car3d__canvas-host[b-hv9fec8wak]  .car3d-marker.is-active {
    background: var(--marker-color);
    color: #08090c;
    z-index: 3;
}

.car3d__canvas-host[b-hv9fec8wak]  .car3d-marker__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--marker-color);
    flex: none;
}

.car3d__canvas-host[b-hv9fec8wak]  .car3d-marker.is-active .car3d-marker__dot {
    background: #08090c;
}

.car3d__canvas-host[b-hv9fec8wak]  .car3d-marker__text {
    overflow: hidden;
    text-overflow: ellipsis;
}

.car3d__canvas-host[b-hv9fec8wak]  .car3d-marker__cost {
    font-family: var(--font-mono);
    font-size: 0.68rem;
    opacity: 0.85;
}

.car3d__fallback[b-hv9fec8wak] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: var(--text-muted);
    background: var(--bg-input);
    z-index: 4;
}

.car3d__fallback-icon[b-hv9fec8wak] {
    font-size: 2.5rem;
}

.car3d__legend[b-hv9fec8wak] {
    position: absolute;
    left: 0.6rem;
    bottom: 0.6rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    padding: 0.3rem 0.55rem;
    font-size: 0.7rem;
    color: var(--text-muted);
    background: color-mix(in srgb, var(--bg-panel) 80%, transparent);
    border: var(--border-panel);
    border-radius: 4px;
    pointer-events: none;
}

.car3d__legend-item[b-hv9fec8wak] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.car3d__legend-dot[b-hv9fec8wak] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.car3d__hint[b-hv9fec8wak] {
    position: absolute;
    right: 0.6rem;
    top: 0.6rem;
    max-width: 240px;
    padding: 0.3rem 0.55rem;
    font-size: 0.72rem;
    color: var(--accent-secondary);
    background: color-mix(in srgb, var(--bg-panel) 85%, transparent);
    border: 1px solid var(--accent-secondary);
    border-radius: 4px;
    pointer-events: none;
}

/* ═══ Panele pod sceną ═══ */

.car3d__panels[b-hv9fec8wak] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
    gap: 0.75rem;
}

.car3d__list[b-hv9fec8wak],
.car3d__detail[b-hv9fec8wak] {
    border: var(--border-panel);
    border-radius: 6px;
    background: var(--bg-input);
    max-height: 320px;
    overflow-y: auto;
}

.car3d__list-head[b-hv9fec8wak] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.45rem 0.7rem;
    font-family: var(--font-tech);
    font-size: 0.85rem;
    color: var(--accent-secondary);
    border-bottom: var(--border-panel);
    position: sticky;
    top: 0;
    background: var(--bg-input);
    z-index: 1;
}

.car3d__list-count[b-hv9fec8wak] {
    font-family: var(--font-mono);
    font-size: 0.72rem;
    color: var(--text-muted);
}

.car3d__list-empty[b-hv9fec8wak],
.car3d__detail-empty[b-hv9fec8wak] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 1rem 0.7rem;
    font-size: 0.8rem;
    color: var(--text-muted);
}

.car3d__list-item[b-hv9fec8wak] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.45rem 0.7rem;
    text-align: left;
    background: transparent;
    border: none;
    border-left: 3px solid transparent;
    border-bottom: 1px solid var(--table-border);
    color: var(--text-main);
    font-size: 0.82rem;
    cursor: pointer;
    transition: background .12s, border-color .12s;
}

.car3d__list-item:hover[b-hv9fec8wak],
.car3d__list-item.is-hovered[b-hv9fec8wak] {
    background: var(--table-row-hover);
}

.car3d__list-item.is-selected[b-hv9fec8wak] {
    border-left-color: var(--zone-color);
    background: color-mix(in srgb, var(--zone-color) 14%, transparent);
}

.car3d__list-dot[b-hv9fec8wak] {
    width: 9px;
    height: 9px;
    flex: none;
    border-radius: 50%;
    background: var(--zone-color);
    box-shadow: 0 0 8px var(--zone-color);
}

.car3d__list-name[b-hv9fec8wak] {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.car3d__list-cost[b-hv9fec8wak] {
    font-family: var(--font-mono);
    font-size: 0.76rem;
    color: var(--text-muted);
}

.car3d__detail-head[b-hv9fec8wak] {
    padding: 0.45rem 0.7rem;
    font-family: var(--font-tech);
    font-size: 0.9rem;
    color: var(--zone-color);
    border-bottom: var(--border-panel);
    border-left: 3px solid var(--zone-color);
    position: sticky;
    top: 0;
    background: var(--bg-input);
    z-index: 1;
}

.car3d__detail-item[b-hv9fec8wak] {
    padding: 0.5rem 0.7rem;
    border-bottom: 1px solid var(--table-border);
}

.car3d__detail-item-top[b-hv9fec8wak] {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    font-size: 0.85rem;
}

.car3d__detail-element[b-hv9fec8wak] {
    font-weight: 600;
}

.car3d__detail-price[b-hv9fec8wak] {
    font-family: var(--font-mono);
    color: var(--accent-primary);
    white-space: nowrap;
}

.car3d__detail-desc[b-hv9fec8wak] {
    margin-top: 0.15rem;
    font-size: 0.76rem;
    color: var(--text-muted);
}

.car3d__detail-badges[b-hv9fec8wak] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    margin-top: 0.35rem;
}

.car3d__badge[b-hv9fec8wak] {
    padding: 0.05rem 0.4rem;
    font-size: 0.68rem;
    color: var(--b);
    border: 1px solid var(--b);
    border-radius: 3px;
}

.car3d__unlocated[b-hv9fec8wak] {
    padding: 0.5rem 0.7rem;
    border-top: var(--border-panel);
}

.car3d__unlocated-head[b-hv9fec8wak] {
    font-size: 0.75rem;
    color: var(--accent-primary);
    margin-bottom: 0.25rem;
}

.car3d__unlocated-item[b-hv9fec8wak] {
    font-size: 0.74rem;
    color: var(--text-muted);
}

/* ═══ Mobile ═══ */

@media (max-width: 768px) {
    .car3d__stage[b-hv9fec8wak] {
        height: 320px;
    }

    /* Na telefonie kafle idą poziomo u dołu — z boku zjadałyby połowę sceny. */
    .car3d__deck[b-hv9fec8wak] {
        left: 0.4rem;
        right: 0.4rem;
        top: auto;
        bottom: 0.4rem;
        flex-direction: row;
        justify-content: center;
    }

    .car3d__deck-btn[b-hv9fec8wak] {
        width: auto;
        flex: 1;
        max-width: 84px;
        padding: 0.3rem 0.2rem;
    }

    .car3d__deck-art[b-hv9fec8wak] {
        width: 38px;
        height: 24px;
    }

    .car3d__legend[b-hv9fec8wak] {
        display: none;
    }

    .car3d__panels[b-hv9fec8wak] {
        grid-template-columns: 1fr;
    }

    .car3d__list[b-hv9fec8wak],
    .car3d__detail[b-hv9fec8wak] {
        max-height: 240px;
    }

    .car3d__layer-label[b-hv9fec8wak] {
        display: none;
    }

    /* Etykiety na telefonie zjadają cały ekran — zostaje sam znacznik. */
    .car3d__canvas-host[b-hv9fec8wak]  .car3d-marker__cost {
        display: none;
    }

    .car3d__canvas-host[b-hv9fec8wak]  .car3d-marker {
        max-width: 130px;
        font-size: 0.68rem;
    }
}

@media (max-width: 480px) {
    .car3d__stage[b-hv9fec8wak] {
        height: 260px;
    }

    .car3d__legend[b-hv9fec8wak] {
        font-size: 0.62rem;
        gap: 0.35rem;
    }
}

/* ═══ Dwupoziomowa lista: obszary → elementy ═══ */

.car3d__list-item.is-group .car3d__list-name[b-hv9fec8wak] {
    font-family: var(--font-tech);
    font-size: 0.88rem;
}

.car3d__list-parts[b-hv9fec8wak] {
    min-width: 1.3rem;
    padding: 0 0.3rem;
    font-family: var(--font-mono);
    font-size: 0.64rem;
    line-height: 1.3rem;
    text-align: center;
    color: var(--text-muted);
    border: 1px solid var(--border-color);
    border-radius: 999px;
}

.car3d__list-chevron[b-hv9fec8wak] {
    color: var(--zone-color);
    font-size: 1.1rem;
    line-height: 1;
}

.car3d__crumb[b-hv9fec8wak] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    width: 100%;
    padding: 0.4rem 0.7rem;
    font-size: 0.76rem;
    text-align: left;
    color: var(--accent-secondary);
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--table-border);
    cursor: pointer;
}

.car3d__crumb:hover[b-hv9fec8wak] {
    background: var(--table-row-hover);
}

.car3d__crumb-back[b-hv9fec8wak] {
    font-size: 1.05rem;
    line-height: 1;
}

.car3d__list-head[b-hv9fec8wak] {
    border-left: 3px solid var(--zone-color, transparent);
}
/* /Components/CarAnalysis/Results/RepairItemsTable.razor.rz.scp.css */
.repair-cards[b-p34m2vmj5r] {
    display: flex;
    flex-direction: column;
}

.repair-card[b-p34m2vmj5r] {
    border-bottom: 1px solid var(--border-color, #2f3542);
}

.repair-card--hidden[b-p34m2vmj5r] {
    background: rgba(255, 107, 0, 0.06);
}

.repair-card--dim[b-p34m2vmj5r] {
    opacity: 0.5;
}

.repair-card__row[b-p34m2vmj5r] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.65rem 0.75rem;
    min-height: 44px;
    cursor: pointer;
}

.repair-card__main[b-p34m2vmj5r] {
    flex: 1;
    min-width: 0;
}

.repair-card__title[b-p34m2vmj5r] {
    font-weight: 600;
    color: var(--text-main, inherit);
    font-size: 0.9rem;
}

.repair-card__meta[b-p34m2vmj5r] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-top: 0.2rem;
    font-size: 0.72rem;
}

.repair-card__total[b-p34m2vmj5r] {
    font-family: var(--font-mono, monospace);
    color: var(--accent-success, #00ff9d);
    font-weight: 600;
    font-size: 0.85rem;
    white-space: nowrap;
}

.repair-card__chevron[b-p34m2vmj5r] {
    color: var(--text-muted, #8b9bb4);
    font-size: 0.8rem;
    width: 1rem;
    text-align: center;
}

.repair-card__details[b-p34m2vmj5r] {
    padding: 0 0.75rem 0.85rem 2.35rem;
}

.repair-card__desc[b-p34m2vmj5r] {
    color: var(--text-muted, #8b9bb4);
    font-size: 0.82rem;
    margin: 0 0 0.5rem;
}

.repair-card__pricing[b-p34m2vmj5r] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    font-family: var(--font-mono, monospace);
    font-size: 0.8rem;
}

.repair-card__pricing > div[b-p34m2vmj5r] {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
}

.repair-card__pricing > div > span:first-child[b-p34m2vmj5r] {
    color: var(--text-muted, #8b9bb4);
    font-family: var(--font-body, inherit);
}

.repair-card__tag[b-p34m2vmj5r] {
    margin-left: 0.3rem;
    font-size: 0.65rem;
    color: var(--text-muted, #8b9bb4);
}

/* Źródło ceny: pełnej szerokości wiersz do kliknięcia zamiast ikonki 0.7rem. */
.repair-card__source[b-p34m2vmj5r] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    min-height: 44px;
    margin-top: 0.6rem;
    padding: 0.5rem 0.7rem;
    border: 1px solid var(--border-color, #2f3542);
    border-radius: 8px;
    background: color-mix(in srgb, var(--accent-primary, #ff6b00) 8%, transparent);
    color: var(--accent-primary, #ff6b00);
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
}

.repair-card__source:active[b-p34m2vmj5r] {
    background: color-mix(in srgb, var(--accent-primary, #ff6b00) 16%, transparent);
}

.repair-card__source-host[b-p34m2vmj5r] {
    flex-shrink: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--text-muted, #8b9bb4);
    font-family: var(--font-mono, monospace);
    font-size: 0.72rem;
    font-weight: 400;
}
/* /Components/CarAnalysis/UrlInputSection.razor.rz.scp.css */
@media (max-width: 480px) {
    .input-group-lg[b-xjp45ahn8r] {
        flex-wrap: wrap;
    }

    .input-group-lg input.form-control[b-xjp45ahn8r] {
        flex: 1 1 100%;
        min-width: 0;
    }

    .input-group-lg .btn[b-xjp45ahn8r] {
        flex: 1 1 100%;
        width: 100%;
    }
}
/* /Components/Layout/LandingLayout.razor.rz.scp.css */
/* =========================================
   LANDING LAYOUT — Cyber-Mechanic Theme
   ========================================= */

/* ── Page Container ── */
.landing-page[b-l86b7lecvh] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--bg-dark);
    color: var(--text-main);
    overflow-x: hidden;
}

/* ── Header ── */
.landing-header[b-l86b7lecvh] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(26, 29, 36, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 107, 0, 0.15);
    transition: background 0.3s ease;
}

[data-theme="light"] .landing-header[b-l86b7lecvh] {
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

.landing-header__inner[b-l86b7lecvh] {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* ── Brand ── */
.landing-brand[b-l86b7lecvh] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: var(--text-main);
}

.landing-brand:hover[b-l86b7lecvh] {
    text-decoration: none;
    color: var(--text-main);
}

.landing-brand__icon[b-l86b7lecvh] {
    width: 32px;
    height: 32px;
    color: var(--accent-primary);
}

.landing-brand__icon svg[b-l86b7lecvh] {
    width: 100%;
    height: 100%;
}

.landing-brand__text[b-l86b7lecvh] {
    font-family: var(--font-tech);
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--text-main);
}

.landing-brand__accent[b-l86b7lecvh] {
    color: var(--accent-primary);
}

/* ── Navigation ── */
.landing-nav[b-l86b7lecvh] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.landing-nav__link[b-l86b7lecvh] {
    padding: 0.5rem 1rem;
    font-family: var(--font-tech);
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-main);
    text-decoration: none;
    transition: color 0.2s ease;
    border-radius: 4px;
    opacity: 0.8;
}

.landing-nav__link:hover[b-l86b7lecvh] {
    color: var(--accent-secondary);
    text-decoration: none;
    opacity: 1;
}

/* ── Header Actions ── */
.landing-header__actions[b-l86b7lecvh] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* Language Switcher */
.landing-lang[b-l86b7lecvh] {
    display: flex;
    gap: 0.35rem;
}

.landing-lang__btn[b-l86b7lecvh] {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    padding: 0.3rem 0.65rem;
    font-family: var(--font-tech);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--text-muted);
    cursor: pointer;
    transition: all 0.2s ease;
    line-height: 1;
}

.landing-lang__btn.active[b-l86b7lecvh] {
    color: var(--accent-secondary);
    border-color: var(--accent-secondary);
    background: rgba(0, 242, 255, 0.12);
    box-shadow: 0 0 8px rgba(0, 242, 255, 0.2);
}

.landing-lang__btn:hover[b-l86b7lecvh] {
    color: var(--text-main);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.4);
}

/* CTA Buttons */
.landing-cta[b-l86b7lecvh] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.25rem;
    font-family: var(--font-tech);
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.landing-cta:hover[b-l86b7lecvh] {
    text-decoration: none;
}

.landing-cta--login[b-l86b7lecvh] {
    background: linear-gradient(135deg, var(--accent-primary), #ff8533);
    color: #fff;
    border: none;
    box-shadow: 0 2px 8px rgba(255, 107, 0, 0.3);
}

.landing-cta--login:hover[b-l86b7lecvh] {
    color: #fff;
    box-shadow: 0 4px 16px rgba(255, 107, 0, 0.5);
    transform: translateY(-1px);
}

.landing-cta--app[b-l86b7lecvh] {
    background: linear-gradient(135deg, var(--accent-secondary), #33f5ff);
    color: #0f1115;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 242, 255, 0.3);
}

.landing-cta--app:hover[b-l86b7lecvh] {
    color: #0f1115;
    box-shadow: 0 4px 16px rgba(0, 242, 255, 0.5);
    transform: translateY(-1px);
}

/* Hamburger (mobile) */
.landing-hamburger[b-l86b7lecvh] {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}

.landing-hamburger span[b-l86b7lecvh] {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text-main);
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* ── Main ── */
.landing-main[b-l86b7lecvh] {
    flex: 1;
    margin-top: 4rem; /* header height */
}

/* ── Footer ── */
.landing-footer[b-l86b7lecvh] {
    background: var(--bg-panel);
    border-top: 1px solid var(--border-color);
    padding: 3rem 2rem 2rem;
}

.landing-footer__inner[b-l86b7lecvh] {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    text-align: center;
}

.landing-footer__tagline[b-l86b7lecvh] {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin: 0.5rem 0 0;
}

.landing-footer__links[b-l86b7lecvh] {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
}

.landing-footer__links a[b-l86b7lecvh] {
    font-family: var(--font-tech);
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.2s;
}

.landing-footer__links a:hover[b-l86b7lecvh] {
    color: var(--accent-secondary);
}

/* Bez opacity: --text-muted (#8b9bb4) przygaszony do 0.6 dawał na tle stopki (#1a1d24)
   kontrast 3.03:1 przy wymaganych 4.5:1 (Lighthouse a11y color-contrast). Sam --text-muted
   daje 5.98:1 i wystarczająco odróżnia copyright od reszty stopki. */
.landing-footer__copy[b-l86b7lecvh] {
    color: var(--text-muted);
    font-size: 0.8rem;
}

/* ═══════════════════════════
   RESPONSIVE
   ═══════════════════════════ */
@media (max-width: 768px) {
    .landing-nav[b-l86b7lecvh] {
        display: none;
        position: absolute;
        top: 4rem;
        left: 0;
        right: 0;
        flex-direction: column;
        background: var(--bg-panel);
        border-bottom: 1px solid var(--border-color);
        padding: 1rem;
        gap: 0;
    }

    .landing-nav.open[b-l86b7lecvh] {
        display: flex;
    }

    .landing-nav__link[b-l86b7lecvh] {
        padding: 0.75rem 1rem;
        width: 100%;
    }

    .landing-hamburger[b-l86b7lecvh] {
        display: flex;
    }

    .landing-header__actions .landing-lang[b-l86b7lecvh],
    .landing-header__actions .theme-toggle[b-l86b7lecvh] {
        display: none;
    }

    .landing-header__inner[b-l86b7lecvh] {
        padding: 0 1rem;
    }

    .landing-footer__links[b-l86b7lecvh] {
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .landing-brand__text[b-l86b7lecvh] {
        font-size: 1.1rem;
    }

    .landing-cta[b-l86b7lecvh] {
        padding: 0.4rem 0.75rem;
        font-size: 0.8rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-lw5ee5dxjp] {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    max-width: 100vw;
}

main[b-lw5ee5dxjp] {
    flex: 1;
    overflow-x: hidden;
    max-width: 100%;
    min-width: 0;
}

.sidebar[b-lw5ee5dxjp] {
    background-color: var(--sidebar-bg);
    border-right: 1px solid var(--border-color);
}

.top-row[b-lw5ee5dxjp] {
    background-color: var(--topbar-bg);
    border-bottom: 1px solid var(--border-color);
    justify-content: flex-end;
    display: flex;
    align-items: center;
}

.top-row[b-lw5ee5dxjp]  a,
.top-row[b-lw5ee5dxjp]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
    color: var(--text-main);
}

.top-row[b-lw5ee5dxjp]  a:hover,
.top-row[b-lw5ee5dxjp]  .btn-link:hover {
    text-decoration: none;
    color: var(--accent-secondary);
}

.top-row[b-lw5ee5dxjp]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    /* Portfel, przełącznik języka, motyw, konto i powrót na landing zjadały 2–3 linie
       nad treścią — na telefonie chowają się pod ten sam hamburger co nawigacja
       (NavMenu → IsMobileOpen). Powyżej 641px pasek zostaje bez zmian. */
    .top-row[b-lw5ee5dxjp] {
        display: none;
    }

    .page.mobile-menu-open .top-row[b-lw5ee5dxjp] {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0.75rem;
        padding: 0.75rem 1rem !important;
        height: auto;
    }

    .page.mobile-menu-open .top-row > div[b-lw5ee5dxjp] {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0.75rem !important;
    }

    .top-row[b-lw5ee5dxjp]  a,
    .top-row[b-lw5ee5dxjp]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-lw5ee5dxjp] {
        flex-direction: row;
    }

    .sidebar[b-lw5ee5dxjp] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        overflow: visible;
    }

    .sidebar.collapsed[b-lw5ee5dxjp] {
        width: 72px;
    }

    .top-row[b-lw5ee5dxjp] {
        position: sticky;
        top: 0;
        z-index: 1;
        height: 3.5rem;
    }

    .top-row.auth[b-lw5ee5dxjp]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-lw5ee5dxjp],
    article[b-lw5ee5dxjp] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-lw5ee5dxjp] {
    background: var(--bg-panel);
    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;
    color: var(--accent-error);
    border-top: 2px solid var(--accent-error);
}

#blazor-error-ui .dismiss[b-lw5ee5dxjp] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* ══════════════════════════════════════
   SIDEBAR NAVIGATION – Cyber Mechanic
   ══════════════════════════════════════ */

/* ── Layout ── */
.sidebar-content[b-x8jvgi1402] {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    overflow: hidden;
}

/* ── Header / Brand ── */
.sidebar-header[b-x8jvgi1402] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.65rem 1rem;
    min-height: 3.5rem;
    border-bottom: 1px solid var(--border-color, #2f3542);
    transition: padding 0.3s ease;
    overflow: hidden;
}

.brand-icon-wrap[b-x8jvgi1402] {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--accent-primary, #ff6b00), #ff8c33);
    border-radius: 10px;
    color: #fff;
    box-shadow: 0 2px 10px rgba(255, 107, 0, 0.35);
    transition: transform 0.2s ease;
}

.brand-icon-wrap:hover[b-x8jvgi1402] {
    transform: scale(1.08);
}

.brand-svg[b-x8jvgi1402] {
    width: 20px;
    height: 20px;
}

.brand-text[b-x8jvgi1402] {
    font-family: var(--font-tech, 'Rajdhani', sans-serif);
    font-weight: 700;
    font-size: 1.15rem;
    color: var(--text-main, #e0e6ed);
    white-space: nowrap;
    overflow: hidden;
    opacity: 1;
    max-width: 160px;
    transition: opacity 0.2s ease 0.08s, max-width 0.3s ease;
}

.brand-accent[b-x8jvgi1402] {
    color: var(--accent-primary, #ff6b00);
}

/* ── Mobile toggler ── */
.navbar-toggler[b-x8jvgi1402] {
    appearance: none;
    padding: 0;
    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);
}

.sidebar-content.mobile-open .navbar-toggler[b-x8jvgi1402] {
    background-color: rgba(255, 255, 255, 0.5);
}

/* ── Scrollable Nav Area ── */
.nav-scrollable[b-x8jvgi1402] {
    display: none;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.sidebar-content.mobile-open .nav-scrollable[b-x8jvgi1402] {
    display: block;
}

/* ── Nav ── */
.sidebar-nav[b-x8jvgi1402] {
    display: flex;
    flex-direction: column;
    padding: 0.5rem;
    gap: 1px;
}

/* ── Section Titles ── */
.nav-section[b-x8jvgi1402] {
    padding: 0.85rem 0.75rem 0.3rem;
    overflow: hidden;
    max-height: 2.5rem;
    opacity: 1;
    transition: opacity 0.15s ease, max-height 0.3s ease, padding 0.3s ease;
}

.nav-section-title[b-x8jvgi1402] {
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--text-muted, #8b9bb4);
    text-transform: uppercase;
}

/* ── Nav Items ── */
.nav-item[b-x8jvgi1402] {
    position: relative;
    border-radius: 8px;
}

.nav-item[b-x8jvgi1402]  a {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.55rem 0.75rem;
    border-radius: 8px;
    color: var(--nav-text, #d7d7d7);
    text-decoration: none !important;
    transition: all 0.15s ease;
    position: relative;
    border-left: 3px solid transparent;
    min-height: 2.5rem;
    overflow: hidden;
}

.nav-item[b-x8jvgi1402]  a:hover {
    background: var(--nav-hover-bg, rgba(255, 255, 255, 0.08));
    color: var(--text-main, #e0e6ed);
}

.nav-item[b-x8jvgi1402]  a.active {
    background: var(--nav-active-bg, rgba(0, 242, 255, 0.08));
    color: var(--accent-secondary, #00f2ff);
    border-left-color: var(--accent-secondary, #00f2ff);
    box-shadow: inset 0 0 30px rgba(0, 242, 255, 0.04);
}

/* ── Nav Icons ── */
.nav-icon[b-x8jvgi1402] {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
}

.nav-icon svg[b-x8jvgi1402] {
    width: 20px;
    height: 20px;
}

.nav-item[b-x8jvgi1402]  a:hover .nav-icon {
    transform: scale(1.1);
}

.nav-item[b-x8jvgi1402]  a.active .nav-icon {
    filter: drop-shadow(0 0 4px rgba(0, 242, 255, 0.5));
}

/* ── Nav Labels ── */
.nav-label[b-x8jvgi1402] {
    font-size: 0.875rem;
    font-weight: 500;
    font-family: var(--font-body, 'Inter', sans-serif);
    white-space: nowrap;
    overflow: hidden;
    opacity: 1;
    max-width: 160px;
    transition: opacity 0.2s ease 0.08s, max-width 0.3s ease;
}

/* ── Footer / Collapse Toggle ── */
.sidebar-footer[b-x8jvgi1402] {
    margin-top: auto;
    padding: 0.75rem 0.5rem;
    border-top: 1px solid var(--border-color, #2f3542);
    display: none;
}

.toggle-btn[b-x8jvgi1402] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: 1px solid var(--border-color, #2f3542);
    border-radius: 8px;
    background: transparent;
    color: var(--text-muted, #8b9bb4);
    cursor: pointer;
    font-size: 0.8rem;
    font-family: var(--font-body, 'Inter', sans-serif);
    transition: all 0.2s ease;
    overflow: hidden;
}

.toggle-btn:hover[b-x8jvgi1402] {
    background: var(--nav-hover-bg, rgba(255, 255, 255, 0.08));
    color: var(--text-main, #e0e6ed);
    border-color: var(--accent-secondary, #00f2ff);
    box-shadow: 0 0 8px rgba(0, 242, 255, 0.1);
}

.toggle-chevron[b-x8jvgi1402] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.toggle-label[b-x8jvgi1402] {
    white-space: nowrap;
    overflow: hidden;
    opacity: 1;
    max-width: 100px;
    transition: opacity 0.2s ease 0.08s, max-width 0.3s ease;
}

/* ═══════════════════════════════
   COLLAPSED STATE
   ═══════════════════════════════ */

.sidebar-content.collapsed .brand-text[b-x8jvgi1402],
.sidebar-content.collapsed .nav-label[b-x8jvgi1402],
.sidebar-content.collapsed .toggle-label[b-x8jvgi1402] {
    opacity: 0;
    max-width: 0;
    transition: opacity 0.1s ease, max-width 0.3s ease;
}

.sidebar-content.collapsed .nav-section[b-x8jvgi1402] {
    opacity: 0;
    max-height: 1px;
    padding: 0;
    margin: 0.25rem 0.75rem;
    border-bottom: 1px solid var(--border-color, #2f3542);
    pointer-events: none;
}

.sidebar-content.collapsed .sidebar-header[b-x8jvgi1402] {
    justify-content: center;
    padding: 0.65rem 0.5rem;
}

.sidebar-content.collapsed .nav-item[b-x8jvgi1402]  a {
    justify-content: center;
    padding: 0.55rem 0;
    border-left-color: transparent;
    gap: 0;
}

.sidebar-content.collapsed .nav-item[b-x8jvgi1402]  a.active {
    border-left-color: transparent;
    background: var(--nav-active-bg, rgba(0, 242, 255, 0.1));
}

.sidebar-content.collapsed .toggle-btn[b-x8jvgi1402] {
    justify-content: center;
    padding: 0.5rem;
}

.sidebar-content.collapsed .toggle-chevron[b-x8jvgi1402] {
    transform: rotate(180deg);
}

/* ═══════════════════════════════
   DESKTOP OVERRIDES
   ═══════════════════════════════ */

@media (min-width: 641px) {
    .navbar-toggler[b-x8jvgi1402] {
        display: none;
    }

    .nav-scrollable[b-x8jvgi1402] {
        display: block;
        flex: 1;
        min-height: 0;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .sidebar-footer[b-x8jvgi1402] {
        display: block;
    }

    /* CSS Tooltips when collapsed */
    .sidebar-content.collapsed[b-x8jvgi1402] {
        overflow: visible;
    }

    .sidebar-content.collapsed .nav-scrollable[b-x8jvgi1402] {
        overflow: visible;
    }

    .sidebar-content.collapsed .nav-item[b-x8jvgi1402]::after {
        content: attr(data-tooltip);
        position: absolute;
        left: calc(100% + 14px);
        top: 50%;
        transform: translateY(-50%);
        background: var(--bg-panel, #1a1d24);
        color: var(--text-main, #e0e6ed);
        padding: 0.35rem 0.75rem;
        border-radius: 6px;
        font-size: 0.8rem;
        font-family: var(--font-body, 'Inter', sans-serif);
        white-space: nowrap;
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.15s ease 0.3s;
        z-index: 1000;
        border: 1px solid var(--border-color, #2f3542);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
    }

    .sidebar-content.collapsed .nav-item:hover[b-x8jvgi1402]::after {
        opacity: 1;
    }
}
/* /Components/Pages/AccessDenied.razor.rz.scp.css */
.access-denied[b-lue42btzld] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    text-align: center;
    padding: 2rem;
}

.access-denied__icon[b-lue42btzld] {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.access-denied h1[b-lue42btzld] {
    color: var(--text-main);
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}

.access-denied p[b-lue42btzld] {
    color: var(--text-muted);
    font-size: 1rem;
    max-width: 400px;
}
/* /Components/Pages/Admin.razor.rz.scp.css */
.admin-panel[b-7bmf6qao7v] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
}

.admin-header h1[b-7bmf6qao7v] {
    color: var(--text-main);
    font-size: 1.6rem;
    margin-bottom: 0.3rem;
}

.admin-subtitle[b-7bmf6qao7v] {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

/* Stats Cards */
.admin-stats[b-7bmf6qao7v] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.stat-card[b-7bmf6qao7v] {
    background: var(--bg-panel);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 1rem 1.5rem;
    display: flex;
    flex-direction: column;
    min-width: 120px;
}

.stat-card--warning[b-7bmf6qao7v] {
    border-color: #ef4444;
}

.stat-value[b-7bmf6qao7v] {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--accent-secondary);
    font-family: 'Rajdhani', sans-serif;
}

.stat-card--warning .stat-value[b-7bmf6qao7v] {
    color: #ef4444;
}

.stat-label[b-7bmf6qao7v] {
    font-size: 0.75rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Toolbar */
.admin-toolbar[b-7bmf6qao7v] {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1rem;
    align-items: center;
}

.admin-search[b-7bmf6qao7v] {
    flex: 1;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    border: 1px solid var(--border-color);
    background: var(--bg-panel);
    color: var(--text-main);
    font-size: 0.85rem;
    outline: none;
    transition: border-color 0.2s;
}

.admin-search:focus[b-7bmf6qao7v] {
    border-color: var(--accent-secondary);
}

/* Table */
.admin-table-wrapper[b-7bmf6qao7v] {
    overflow-x: auto;
    border-radius: 10px;
    border: 1px solid var(--border-color);
}

.admin-table[b-7bmf6qao7v] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
}

.admin-table th[b-7bmf6qao7v] {
    background: var(--bg-panel);
    color: var(--text-muted);
    padding: 0.75rem 1rem;
    text-align: left;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 1px solid var(--border-color);
}

.admin-table td[b-7bmf6qao7v] {
    padding: 0.65rem 1rem;
    border-bottom: 1px solid var(--border-color);
    color: var(--text-main);
}

.admin-table tbody tr:hover[b-7bmf6qao7v] {
    background: rgba(59, 130, 246, 0.05);
}

.user-row--blocked[b-7bmf6qao7v] {
    opacity: 0.6;
}

.user-name-cell[b-7bmf6qao7v] {
    font-weight: 500;
}

.user-email-cell[b-7bmf6qao7v] {
    color: var(--text-muted);
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8rem;
}

.user-date-cell[b-7bmf6qao7v] {
    color: var(--text-muted);
    font-size: 0.8rem;
    white-space: nowrap;
}

/* Badges */
.badge[b-7bmf6qao7v] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.2rem 0.6rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 500;
}

.badge--active[b-7bmf6qao7v] {
    background: rgba(34, 197, 94, 0.15);
    color: #22c55e;
}

.badge--blocked[b-7bmf6qao7v] {
    background: rgba(239, 68, 68, 0.15);
    color: #ef4444;
}

/* Action Buttons */
.user-actions-cell[b-7bmf6qao7v] {
    display: flex;
    gap: 0.3rem;
    white-space: nowrap;
}

.action-btn[b-7bmf6qao7v] {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    border: 1px solid var(--border-color);
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    transition: all 0.2s;
}

.action-btn:disabled[b-7bmf6qao7v] {
    opacity: 0.4;
    cursor: not-allowed;
}

.action-btn--block:hover:not(:disabled)[b-7bmf6qao7v] {
    background: rgba(239, 68, 68, 0.15);
    border-color: #ef4444;
}

.action-btn--unblock:hover:not(:disabled)[b-7bmf6qao7v] {
    background: rgba(34, 197, 94, 0.15);
    border-color: #22c55e;
}

.action-btn--reset:hover:not(:disabled)[b-7bmf6qao7v] {
    background: rgba(234, 179, 8, 0.15);
    border-color: #eab308;
}

.action-btn--delete:hover:not(:disabled)[b-7bmf6qao7v] {
    background: rgba(239, 68, 68, 0.25);
    border-color: #ef4444;
}

/* Loading */
.admin-loading[b-7bmf6qao7v] {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    padding: 3rem;
    color: var(--text-muted);
}

.admin-error[b-7bmf6qao7v] {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    padding: 2rem;
    background: rgba(239, 68, 68, 0.1);
    border-radius: 10px;
    color: #ef4444;
}

.admin-empty[b-7bmf6qao7v] {
    text-align: center;
    padding: 2rem;
    color: var(--text-muted);
}

/* Confirm Dialog */
.modal-overlay[b-7bmf6qao7v] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    backdrop-filter: blur(4px);
}

.confirm-dialog[b-7bmf6qao7v] {
    background: var(--bg-panel);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 1.5rem;
    max-width: 440px;
    width: 90%;
}

.confirm-dialog h3[b-7bmf6qao7v] {
    color: var(--text-main);
    margin-bottom: 0.75rem;
    font-size: 1.1rem;
}

.confirm-dialog p[b-7bmf6qao7v] {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-bottom: 1.25rem;
    line-height: 1.5;
}

.confirm-actions[b-7bmf6qao7v] {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
}

/* Responsive */
@media (max-width: 768px) {
    .admin-stats[b-7bmf6qao7v] {
        flex-direction: column;
    }

    .admin-table[b-7bmf6qao7v] {
        font-size: 0.8rem;
    }

    .admin-table th[b-7bmf6qao7v],
    .admin-table td[b-7bmf6qao7v] {
        padding: 0.5rem;
    }
}

/* Pagination */
.admin-pagination[b-7bmf6qao7v] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1rem;
    margin-top: 0.5rem;
}

.pagination-info[b-7bmf6qao7v] {
    color: var(--text-muted);
    font-size: 0.85rem;
    white-space: nowrap;
}

/* Text utilities */
.text-success[b-7bmf6qao7v] {
    color: #22c55e !important;
    font-weight: 500;
}

.text-danger[b-7bmf6qao7v] {
    color: #ef4444 !important;
    font-weight: 500;
}
/* /Components/Pages/AdminFeedback.razor.rz.scp.css */
/* AdminFeedback styles are in wwwroot/app.css (shared with Feedback) */
/* /Components/Pages/AdminHistory.razor.rz.scp.css */
.admin-history-panel[b-oc18ube3t7] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1rem;
}

.admin-history-header h1[b-oc18ube3t7] {
    color: var(--text-main);
    font-size: 1.8rem;
    margin-bottom: 0.3rem;
}

.admin-history-subtitle[b-oc18ube3t7] {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.admin-history-loading[b-oc18ube3t7] {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    padding: 3rem;
    color: var(--text-muted);
}

.admin-history-error[b-oc18ube3t7] {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    padding: 2rem;
    background: rgba(239, 68, 68, 0.1);
    border-radius: 10px;
    color: #ef4444;
}

.admin-history-empty[b-oc18ube3t7] {
    text-align: center;
    padding: 3rem;
    color: var(--text-muted);
    font-size: 1.1rem;
}

/* Stats */
.admin-history-stats[b-oc18ube3t7] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.ah-stat-card[b-oc18ube3t7] {
    background: var(--bg-panel);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 1rem 1.5rem;
    display: flex;
    flex-direction: column;
    min-width: 140px;
}

.ah-stat-value[b-oc18ube3t7] {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--accent-secondary);
    font-family: 'Rajdhani', sans-serif;
}

.ah-stat-label[b-oc18ube3t7] {
    font-size: 0.75rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Filters */
.admin-history-filters[b-oc18ube3t7] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
    padding: 1rem;
    background: var(--bg-panel);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    align-items: flex-end;
}

.filter-group[b-oc18ube3t7] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    min-width: 160px;
}

.filter-group label[b-oc18ube3t7] {
    font-size: 0.75rem;
    color: var(--text-muted);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.filter-select[b-oc18ube3t7],
.filter-input[b-oc18ube3t7] {
    padding: 0.4rem 0.75rem;
    border-radius: 6px;
    border: 1px solid var(--border-color);
    background: var(--bg-input);
    color: var(--text-main);
    font-size: 0.85rem;
    outline: none;
    transition: border-color 0.2s;
}

.filter-select:focus[b-oc18ube3t7],
.filter-input:focus[b-oc18ube3t7] {
    border-color: var(--accent-secondary);
}

.filter-actions[b-oc18ube3t7] {
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    margin-left: auto;
}

.filtered-count[b-oc18ube3t7] {
    color: var(--text-muted);
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

/* Grid */
.admin-history-grid[b-oc18ube3t7] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(370px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

/* Card */
.ah-card[b-oc18ube3t7] {
    background: var(--bg-panel);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    transition: all 0.2s;
}

.ah-card:hover[b-oc18ube3t7] {
    border-color: var(--accent-secondary);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.12);
}

.ah-card-header[b-oc18ube3t7] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.ah-vehicle-info h3[b-oc18ube3t7] {
    color: var(--text-main);
    font-size: 1.05rem;
    margin: 0 0 0.2rem 0;
}

.ah-vehicle-id[b-oc18ube3t7] {
    color: var(--text-muted);
    font-size: 0.78rem;
    font-family: 'JetBrains Mono', monospace;
}

.ah-date[b-oc18ube3t7] {
    text-align: right;
    color: var(--text-muted);
    font-size: 0.82rem;
    white-space: nowrap;
}

.ah-date small[b-oc18ube3t7] {
    font-size: 0.72rem;
}

/* User badge */
.ah-card-user[b-oc18ube3t7] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0.75rem;
    background: rgba(59, 130, 246, 0.08);
    border-radius: 8px;
}

.ah-user-badge[b-oc18ube3t7] {
    color: var(--accent-secondary);
    font-weight: 600;
    font-size: 0.85rem;
}

.ah-user-email[b-oc18ube3t7] {
    color: var(--text-muted);
    font-size: 0.78rem;
}

/* Details */
.ah-card-details[b-oc18ube3t7] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    padding-top: 0.5rem;
    border-top: 1px solid var(--border-color);
}

.ah-detail[b-oc18ube3t7] {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
}

.ah-detail-label[b-oc18ube3t7] {
    color: var(--text-muted);
}

.ah-detail-value[b-oc18ube3t7] {
    color: var(--text-main);
    font-weight: 500;
}

.ah-detail-value.ah-cost[b-oc18ube3t7] {
    color: var(--accent-secondary);
    font-weight: 600;
}

.ah-card-footer[b-oc18ube3t7] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid var(--border-color);
}

/* Pagination */
.admin-history-pagination[b-oc18ube3t7] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1rem;
}

.ah-pagination-info[b-oc18ube3t7] {
    color: var(--text-muted);
    font-size: 0.85rem;
    white-space: nowrap;
}

/* Modal */
.modal-overlay[b-oc18ube3t7] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    backdrop-filter: blur(4px);
    padding: 1rem;
}

.ah-details-modal[b-oc18ube3t7] {
    background: var(--bg-panel);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    max-width: 900px;
    width: 100%;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.ah-modal-header[b-oc18ube3t7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid var(--border-color);
}

.ah-modal-header h2[b-oc18ube3t7] {
    color: var(--text-main);
    font-size: 1.3rem;
    margin: 0;
}

.btn-close-modal[b-oc18ube3t7] {
    background: transparent;
    border: none;
    color: var(--text-muted);
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all 0.2s;
}

.btn-close-modal:hover[b-oc18ube3t7] {
    background: rgba(239, 68, 68, 0.15);
    color: #ef4444;
}

.ah-modal-body[b-oc18ube3t7] {
    padding: 1.5rem;
    overflow-y: auto;
    flex: 1;
}

.ah-detail-section[b-oc18ube3t7] {
    margin-bottom: 1.5rem;
}

.ah-detail-section:last-child[b-oc18ube3t7] {
    margin-bottom: 0;
}

.ah-detail-section h3[b-oc18ube3t7] {
    color: var(--accent-secondary);
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0.4rem;
    border-bottom: 2px solid var(--accent-secondary);
}

.ah-info-grid[b-oc18ube3t7] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 0.6rem;
}

.ah-info-item[b-oc18ube3t7] {
    color: var(--text-main);
    font-size: 0.9rem;
}

.ah-info-item strong[b-oc18ube3t7] {
    color: var(--text-muted);
    margin-right: 0.4rem;
}

.ah-cost-summary[b-oc18ube3t7] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem;
    background: rgba(59, 130, 246, 0.06);
    border-radius: 8px;
    margin-bottom: 1rem;
}

.ah-cost-range[b-oc18ube3t7] {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--accent-secondary);
}

.ah-cost-meta[b-oc18ube3t7] {
    color: var(--text-muted);
    font-size: 0.85rem;
}

.ah-repair-list[b-oc18ube3t7] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.ah-repair-item[b-oc18ube3t7] {
    padding: 0.6rem;
    background: var(--bg-panel);
    border-radius: 6px;
    border: 1px solid var(--border-color);
    font-size: 0.88rem;
}

.ah-repair-item strong[b-oc18ube3t7] {
    color: var(--accent-secondary);
}

.ah-item-cost[b-oc18ube3t7] {
    color: var(--text-muted);
    font-size: 0.82rem;
    margin-left: 0.4rem;
}

.ah-modal-footer[b-oc18ube3t7] {
    padding: 1.25rem 1.5rem;
    border-top: 1px solid var(--border-color);
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
}

.text-muted[b-oc18ube3t7] {
    color: var(--text-muted);
    font-style: italic;
}

/* Responsive */

/* Karty mają minmax(370px) — poniżej ~820px druga kolumna już się nie mieści,
   a grid i tak wypycha wiersz poza ekran. Schodzimy na jedną kolumnę wcześniej niż breakpoint mobilny. */
@media (max-width: 820px) {
    .admin-history-grid[b-oc18ube3t7] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .admin-history-panel[b-oc18ube3t7] {
        padding: 0.75rem 0.6rem 2rem;
    }

    .admin-history-header h1[b-oc18ube3t7] {
        font-size: 1.35rem;
    }

    .admin-history-subtitle[b-oc18ube3t7] {
        margin-bottom: 1rem;
    }

    .admin-history-grid[b-oc18ube3t7] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    /* Statystyki jako siatka 2×2 — pozioma lista kart zjadała cały pierwszy ekran telefonu. */
    .admin-history-stats[b-oc18ube3t7] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.6rem;
        margin-bottom: 1rem;
    }

    .ah-stat-card[b-oc18ube3t7] {
        min-width: 0;
        padding: 0.6rem 0.75rem;
    }

    .ah-stat-value[b-oc18ube3t7] {
        font-size: 1.15rem;
        overflow-wrap: anywhere;
    }

    .ah-stat-label[b-oc18ube3t7] {
        font-size: 0.65rem;
    }

    /* align-items: flex-end z desktopu w kolumnie działa na osi poziomej — filtry kurczyły się
       do szerokości treści i uciekały do prawej krawędzi. stretch daje pełną szerokość. */
    .admin-history-filters[b-oc18ube3t7] {
        flex-direction: column;
        align-items: stretch;
        gap: 0.6rem;
        padding: 0.75rem;
    }

    .filter-group[b-oc18ube3t7] {
        min-width: 0;
        width: 100%;
    }

    /* 16px = iOS Safari nie zoomuje strony przy focusie na polu. */
    .filter-select[b-oc18ube3t7],
    .filter-input[b-oc18ube3t7] {
        width: 100%;
        min-height: 44px;
        font-size: 16px;
    }

    .filter-actions[b-oc18ube3t7] {
        flex-direction: row;
        margin-left: 0;
    }

    .filter-actions .btn[b-oc18ube3t7] {
        flex: 1;
    }

    .ah-card[b-oc18ube3t7] {
        padding: 1rem;
    }

    .ah-card-header[b-oc18ube3t7] {
        flex-direction: column;
        gap: 0.35rem;
    }

    .ah-vehicle-info h3[b-oc18ube3t7] {
        font-size: 1rem;
        overflow-wrap: anywhere;
    }

    .ah-vehicle-id[b-oc18ube3t7] {
        overflow-wrap: anywhere;
    }

    /* Data w jednej linii zamiast dwóch — po zwinięciu nagłówka w kolumnę nie ma czego oszczędzać w poziomie. */
    .ah-date[b-oc18ube3t7] {
        display: flex;
        gap: 0.4rem;
        text-align: left;
    }

    .ah-date br[b-oc18ube3t7] {
        display: none;
    }

    /* Długi mail rozpychał kartę i dawał poziomy scroll całej strony. */
    .ah-card-user[b-oc18ube3t7] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.15rem;
    }

    .ah-user-email[b-oc18ube3t7] {
        overflow-wrap: anywhere;
    }

    .ah-card-footer[b-oc18ube3t7] {
        flex-direction: column;
    }

    .ah-card-footer .btn[b-oc18ube3t7] {
        width: 100%;
        min-height: 44px;
    }

    .admin-history-pagination[b-oc18ube3t7] {
        gap: 0.5rem;
        padding: 0.75rem 0;
    }

    .admin-history-pagination .btn[b-oc18ube3t7] {
        min-height: 44px;
    }

    .ah-info-grid[b-oc18ube3t7] {
        grid-template-columns: 1fr;
    }

    /* Modal na pełny ekran. Reguła z app.css (.modal-overlay { padding: 0 }) przegrywa
       ze scoped selektorem tego komponentu, więc powtarzamy ją tutaj. */
    .modal-overlay[b-oc18ube3t7] {
        padding: 0;
        align-items: stretch;
    }

    .ah-details-modal[b-oc18ube3t7] {
        max-width: 100%;
        width: 100%;
        height: 100dvh;
        max-height: 100dvh;
        border: none;
        border-radius: 0;
    }

    .ah-modal-header[b-oc18ube3t7] {
        padding: 0.9rem 1rem;
    }

    .ah-modal-header h2[b-oc18ube3t7] {
        font-size: 1.1rem;
    }

    .ah-modal-body[b-oc18ube3t7] {
        padding: 1rem;
    }

    .ah-detail-section h3[b-oc18ube3t7] {
        font-size: 1rem;
    }

    .ah-modal-footer[b-oc18ube3t7] {
        padding: 0.9rem 1rem;
        flex-direction: column;
    }

    .ah-modal-footer .btn[b-oc18ube3t7] {
        width: 100%;
        min-height: 44px;
    }
}

/* 360 px (Galaxy S) po odjęciu paska przewijania to wciąż ~345 px — dwie kolumny kart
   statystyk tam działają. Na jedną schodzimy dopiero poniżej. */
@media (max-width: 340px) {
    .admin-history-stats[b-oc18ube3t7] {
        grid-template-columns: 1fr;
    }

    .filter-actions[b-oc18ube3t7] {
        flex-direction: column;
    }
}
/* /Components/Pages/AdminTransactions.razor.rz.scp.css */
.admin-transactions-panel[b-nmk7w91eqy] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1rem;
}

.at-header h1[b-nmk7w91eqy] {
    color: var(--text-main);
    font-size: 1.8rem;
    margin-bottom: 0.3rem;
}

.at-subtitle[b-nmk7w91eqy] {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.at-loading[b-nmk7w91eqy] {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    padding: 3rem;
    color: var(--text-muted);
}

.at-error[b-nmk7w91eqy] {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    padding: 2rem;
    background: rgba(239, 68, 68, 0.1);
    border-radius: 10px;
    color: #ef4444;
}

.at-empty[b-nmk7w91eqy] {
    text-align: center;
    padding: 3rem;
    color: var(--text-muted);
    font-size: 1.1rem;
}

/* Stats */
.at-stats[b-nmk7w91eqy] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.at-stat-card[b-nmk7w91eqy] {
    background: var(--bg-panel);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 1rem 1.5rem;
    display: flex;
    flex-direction: column;
    min-width: 140px;
}

.at-stat-value[b-nmk7w91eqy] {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--accent-secondary);
    font-family: 'Rajdhani', sans-serif;
}

.at-stat-label[b-nmk7w91eqy] {
    font-size: 0.75rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Filters */
.at-filters[b-nmk7w91eqy] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
    padding: 1rem;
    background: var(--bg-panel);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    align-items: flex-end;
}

.at-filter-group[b-nmk7w91eqy] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    min-width: 160px;
}

.at-filter-group label[b-nmk7w91eqy] {
    font-size: 0.75rem;
    color: var(--text-muted);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.at-filter-select[b-nmk7w91eqy],
.at-filter-input[b-nmk7w91eqy] {
    padding: 0.4rem 0.75rem;
    border-radius: 6px;
    border: 1px solid var(--border-color);
    background: var(--bg-input);
    color: var(--text-main);
    font-size: 0.85rem;
    outline: none;
    transition: border-color 0.2s;
}

.at-filter-select:focus[b-nmk7w91eqy],
.at-filter-input:focus[b-nmk7w91eqy] {
    border-color: var(--accent-secondary);
}

.at-filter-actions[b-nmk7w91eqy] {
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    margin-left: auto;
}

.at-filtered-count[b-nmk7w91eqy] {
    color: var(--text-muted);
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

/* Table */
.at-table-wrapper[b-nmk7w91eqy] {
    overflow-x: auto;
    border-radius: 10px;
    border: 1px solid var(--border-color);
    margin-bottom: 1rem;
}

.at-table[b-nmk7w91eqy] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
}

.at-table th[b-nmk7w91eqy] {
    background: var(--bg-panel);
    color: var(--text-muted);
    padding: 0.75rem 1rem;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.04em;
    border-bottom: 2px solid var(--border-color);
    white-space: nowrap;
}

.at-table td[b-nmk7w91eqy] {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--border-color);
    color: var(--text-main);
    vertical-align: top;
}

.at-table tbody tr:hover[b-nmk7w91eqy] {
    background: rgba(59, 130, 246, 0.05);
}

.at-col-right[b-nmk7w91eqy] {
    text-align: right !important;
}

.at-cell-date[b-nmk7w91eqy] {
    white-space: nowrap;
    color: var(--text-muted);
    font-size: 0.82rem;
}

.at-cell-date small[b-nmk7w91eqy] {
    color: var(--text-muted);
    opacity: 0.7;
}

.at-cell-user[b-nmk7w91eqy] {
    min-width: 160px;
}

.at-user-name[b-nmk7w91eqy] {
    font-weight: 500;
}

.at-user-email[b-nmk7w91eqy] {
    color: var(--text-muted);
    font-size: 0.78rem;
}

.at-cell-desc[b-nmk7w91eqy] {
    max-width: 300px;
    word-break: break-word;
    font-size: 0.82rem;
    color: var(--text-muted);
}

.at-cell-amount[b-nmk7w91eqy] {
    font-weight: 600;
    font-family: 'JetBrains Mono', monospace;
    white-space: nowrap;
}

.at-amount--negative[b-nmk7w91eqy] {
    color: #ef4444;
}

.at-amount--positive[b-nmk7w91eqy] {
    color: #22c55e;
}

.at-cell-balance[b-nmk7w91eqy] {
    font-family: 'JetBrains Mono', monospace;
    white-space: nowrap;
    color: var(--text-muted);
}

/* Type Badge */
.at-type-badge[b-nmk7w91eqy] {
    display: inline-block;
    padding: 0.2rem 0.6rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
}

.at-type-badge--analysischarge[b-nmk7w91eqy] {
    background: rgba(239, 68, 68, 0.12);
    color: #ef4444;
}

.at-type-badge--adminadjustment[b-nmk7w91eqy] {
    background: rgba(251, 191, 36, 0.12);
    color: #fbbf24;
}

.at-type-badge--topup[b-nmk7w91eqy] {
    background: rgba(34, 197, 94, 0.12);
    color: #22c55e;
}

/* Row styling */
.at-row--charge[b-nmk7w91eqy] {
    border-left: 3px solid rgba(239, 68, 68, 0.3);
}

.at-row--topup[b-nmk7w91eqy] {
    border-left: 3px solid rgba(34, 197, 94, 0.3);
}

/* Pagination */
.at-pagination[b-nmk7w91eqy] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1rem;
}

.at-pagination-info[b-nmk7w91eqy] {
    color: var(--text-muted);
    font-size: 0.85rem;
    white-space: nowrap;
}

/* Responsive */
@media (max-width: 768px) {
    .at-filters[b-nmk7w91eqy] {
        flex-direction: column;
    }

    .at-filter-actions[b-nmk7w91eqy] {
        margin-left: 0;
    }

    .at-stats[b-nmk7w91eqy] {
        flex-direction: column;
    }
}
/* /Components/Pages/AnalysisHistory.razor.rz.scp.css */
.analysis-history-panel[b-mipmnh3kgl] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1rem;
}

.history-header h1[b-mipmnh3kgl] {
    color: var(--text-main);
    font-size: 1.8rem;
    margin-bottom: 0.3rem;
}

.history-subtitle[b-mipmnh3kgl] {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.history-loading[b-mipmnh3kgl] {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    padding: 3rem;
    color: var(--text-muted);
}

.history-error[b-mipmnh3kgl] {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    padding: 2rem;
    background: rgba(239, 68, 68, 0.1);
    border-radius: 10px;
    color: #ef4444;
}

.history-empty[b-mipmnh3kgl] {
    text-align: center;
    padding: 3rem;
    color: var(--text-muted);
}

.history-empty p[b-mipmnh3kgl] {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.history-toolbar[b-mipmnh3kgl] {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1.5rem;
}

.history-count[b-mipmnh3kgl] {
    color: var(--text-muted);
    font-size: 0.9rem;
}

/* Grid Layout */
.history-grid[b-mipmnh3kgl] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

/* History Card */
.history-card[b-mipmnh3kgl] {
    background: var(--bg-panel);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 1.5rem;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.history-card:hover[b-mipmnh3kgl] {
    border-color: var(--accent-secondary);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
    transform: translateY(-2px);
}

.card-header-row[b-mipmnh3kgl] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.vehicle-info h3[b-mipmnh3kgl] {
    color: var(--text-main);
    font-size: 1.1rem;
    margin: 0 0 0.25rem 0;
}

.vehicle-id[b-mipmnh3kgl] {
    color: var(--text-muted);
    font-size: 0.8rem;
    font-family: 'JetBrains Mono', monospace;
}

.analysis-date[b-mipmnh3kgl] {
    text-align: right;
    color: var(--text-muted);
    font-size: 0.85rem;
    white-space: nowrap;
}

.analysis-date small[b-mipmnh3kgl] {
    font-size: 0.75rem;
}

/* Card Details */
.card-details[b-mipmnh3kgl] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid var(--border-color);
}

.detail-item[b-mipmnh3kgl] {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
}

.detail-label[b-mipmnh3kgl] {
    color: var(--text-muted);
}

.detail-value[b-mipmnh3kgl] {
    color: var(--text-main);
    font-weight: 500;
}

.detail-value.cost[b-mipmnh3kgl] {
    color: var(--accent-secondary);
    font-weight: 600;
}

.card-footer[b-mipmnh3kgl] {
    display: flex;
    justify-content: flex-end;
    padding-top: 0.5rem;
    border-top: 1px solid var(--border-color);
}

/* Pagination */
.history-pagination[b-mipmnh3kgl] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1rem;
}

.pagination-info[b-mipmnh3kgl] {
    color: var(--text-muted);
    font-size: 0.85rem;
    white-space: nowrap;
}

/* Modal */
.modal-overlay[b-mipmnh3kgl] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    backdrop-filter: blur(4px);
    padding: 1rem;
}

.analysis-details-modal[b-mipmnh3kgl] {
    background: var(--bg-panel);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    max-width: 900px;
    width: 100%;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.modal-header-row[b-mipmnh3kgl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid var(--border-color);
}

.modal-header-row h2[b-mipmnh3kgl] {
    color: var(--text-main);
    font-size: 1.4rem;
    margin: 0;
}

.btn-close[b-mipmnh3kgl] {
    background: transparent;
    border: none;
    color: var(--text-muted);
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all 0.2s;
}

.btn-close:hover[b-mipmnh3kgl] {
    background: rgba(239, 68, 68, 0.15);
    color: #ef4444;
}

.modal-body[b-mipmnh3kgl] {
    padding: 1.5rem;
    overflow-y: auto;
    flex: 1;
}

.detail-section[b-mipmnh3kgl] {
    margin-bottom: 2rem;
}

.detail-section:last-child[b-mipmnh3kgl] {
    margin-bottom: 0;
}

.detail-section h3[b-mipmnh3kgl] {
    color: var(--accent-secondary);
    font-size: 1.2rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--accent-secondary);
}

.result-subsection[b-mipmnh3kgl] {
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: rgba(59, 130, 246, 0.05);
    border-radius: 8px;
}

.result-subsection h4[b-mipmnh3kgl] {
    color: var(--text-main);
    font-size: 1rem;
    margin-bottom: 0.75rem;
}

.info-grid[b-mipmnh3kgl] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 0.75rem;
}

.info-item[b-mipmnh3kgl] {
    color: var(--text-main);
    font-size: 0.9rem;
}

.info-item strong[b-mipmnh3kgl] {
    color: var(--text-muted);
    font-weight: 600;
    margin-right: 0.5rem;
}

.cost-summary[b-mipmnh3kgl] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cost-range[b-mipmnh3kgl] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--accent-secondary);
}

.cost-separator[b-mipmnh3kgl] {
    color: var(--text-muted);
}

.repair-items-list[b-mipmnh3kgl] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.repair-item[b-mipmnh3kgl] {
    padding: 0.75rem;
    background: var(--bg-panel);
    border-radius: 6px;
    border: 1px solid var(--border-color);
}

.repair-item strong[b-mipmnh3kgl] {
    color: var(--accent-secondary);
}

.item-cost[b-mipmnh3kgl] {
    color: var(--text-muted);
    font-size: 0.85rem;
    margin-left: 0.5rem;
}

/* Źródło ceny jako klikalny wiersz — ikonka w rogu była na telefonie niewidoczna. */
.item-source[b-mipmnh3kgl] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    min-height: 44px;
    margin-top: 0.5rem;
    padding: 0.45rem 0.65rem;
    border: 1px solid var(--border-color);
    border-radius: 6px;
    background: color-mix(in srgb, var(--accent-primary) 8%, transparent);
    color: var(--accent-primary);
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
}

.item-source:active[b-mipmnh3kgl] {
    background: color-mix(in srgb, var(--accent-primary) 16%, transparent);
}

.item-source__host[b-mipmnh3kgl] {
    flex-shrink: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--text-muted);
    font-size: 0.72rem;
    font-weight: 400;
}

.modal-footer[b-mipmnh3kgl] {
    padding: 1.5rem;
    border-top: 1px solid var(--border-color);
    display: flex;
    justify-content: flex-end;
}

.text-muted[b-mipmnh3kgl] {
    color: var(--text-muted);
    font-style: italic;
}

/* Responsive */
@media (max-width: 768px) {
    .history-grid[b-mipmnh3kgl] {
        grid-template-columns: 1fr;
    }
    
    .card-header-row[b-mipmnh3kgl] {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .analysis-date[b-mipmnh3kgl] {
        text-align: left;
    }
    
    .info-grid[b-mipmnh3kgl] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/BillingCancel.razor.rz.scp.css */
.billing-result-page[b-mgqnasgtoq] {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
}

.billing-result-card[b-mgqnasgtoq] {
    max-width: 540px;
    width: 100%;
    background: var(--bs-body-bg, #fff);
    border: 2px solid var(--bs-border-color, #dee2e6);
    border-radius: 16px;
    padding: 3rem 2rem 2.5rem;
    text-align: center;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.billing-result-card.success[b-mgqnasgtoq] {
    border-color: #22c55e;
    background: linear-gradient(180deg, rgba(34, 197, 94, 0.05) 0%, transparent 60%);
}

.billing-result-card.cancel[b-mgqnasgtoq] {
    border-color: #f59e0b;
}

.billing-icon[b-mgqnasgtoq] {
    font-size: 4rem;
    line-height: 1;
    margin-bottom: 1rem;
}

.billing-result-card h1[b-mgqnasgtoq] {
    font-size: 1.75rem;
    margin: 0 0 0.5rem;
    font-weight: 700;
}

.billing-result-card p[b-mgqnasgtoq] {
    color: var(--bs-secondary-color, #6c757d);
    margin: 0 0 1.5rem;
    font-size: 1rem;
}

.billing-result-card .muted[b-mgqnasgtoq] {
    font-size: 0.85rem;
    color: var(--bs-secondary-color, #6c757d);
    margin-top: 0.5rem;
}

.billing-stats[b-mgqnasgtoq] {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 1.5rem 0 2rem;
    flex-wrap: wrap;
}

.billing-stat[b-mgqnasgtoq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.billing-stat-label[b-mgqnasgtoq] {
    font-size: 0.8rem;
    color: var(--bs-secondary-color, #6c757d);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.billing-stat-value[b-mgqnasgtoq] {
    font-size: 1.5rem;
    font-weight: 800;
    color: #22c55e;
}

.btn-primary-lg[b-mgqnasgtoq] {
    display: inline-block;
    padding: 0.75rem 2rem;
    background: #0074d4;
    color: white !important;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.15s, transform 0.15s;
}

.btn-primary-lg:hover[b-mgqnasgtoq] {
    background: #0061b3;
    transform: translateY(-1px);
}

.spinner-lg[b-mgqnasgtoq] {
    width: 48px;
    height: 48px;
    border: 4px solid rgba(0, 116, 212, 0.2);
    border-top-color: #0074d4;
    border-radius: 50%;
    animation: spin-b-mgqnasgtoq 0.8s linear infinite;
    margin: 1rem auto;
}

@keyframes spin-b-mgqnasgtoq { to { transform: rotate(360deg); } }
/* /Components/Pages/BillingSuccess.razor.rz.scp.css */
.billing-result-page[b-zg15efs9lw] {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
}

.billing-result-card[b-zg15efs9lw] {
    max-width: 540px;
    width: 100%;
    background: var(--bs-body-bg, #fff);
    border: 2px solid var(--bs-border-color, #dee2e6);
    border-radius: 16px;
    padding: 3rem 2rem 2.5rem;
    text-align: center;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.billing-result-card.success[b-zg15efs9lw] {
    border-color: #22c55e;
    background: linear-gradient(180deg, rgba(34, 197, 94, 0.05) 0%, transparent 60%);
}

.billing-result-card.cancel[b-zg15efs9lw] {
    border-color: #f59e0b;
}

.billing-icon[b-zg15efs9lw] {
    font-size: 4rem;
    line-height: 1;
    margin-bottom: 1rem;
}

.billing-result-card h1[b-zg15efs9lw] {
    font-size: 1.75rem;
    margin: 0 0 0.5rem;
    font-weight: 700;
}

.billing-result-card p[b-zg15efs9lw] {
    color: var(--bs-secondary-color, #6c757d);
    margin: 0 0 1.5rem;
    font-size: 1rem;
}

.billing-result-card .muted[b-zg15efs9lw] {
    font-size: 0.85rem;
    color: var(--bs-secondary-color, #6c757d);
    margin-top: 0.5rem;
}

.billing-stats[b-zg15efs9lw] {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 1.5rem 0 2rem;
    flex-wrap: wrap;
}

.billing-stat[b-zg15efs9lw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.billing-stat-label[b-zg15efs9lw] {
    font-size: 0.8rem;
    color: var(--bs-secondary-color, #6c757d);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.billing-stat-value[b-zg15efs9lw] {
    font-size: 1.5rem;
    font-weight: 800;
    color: #22c55e;
}

.btn-primary-lg[b-zg15efs9lw] {
    display: inline-block;
    padding: 0.75rem 2rem;
    background: #0074d4;
    color: white !important;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.15s, transform 0.15s;
}

.btn-primary-lg:hover[b-zg15efs9lw] {
    background: #0061b3;
    transform: translateY(-1px);
}

.spinner-lg[b-zg15efs9lw] {
    width: 48px;
    height: 48px;
    border: 4px solid rgba(0, 116, 212, 0.2);
    border-top-color: #0074d4;
    border-radius: 50%;
    animation: spin-b-zg15efs9lw 0.8s linear infinite;
    margin: 1rem auto;
}

@keyframes spin-b-zg15efs9lw { to { transform: rotate(360deg); } }
/* /Components/Pages/Feedback.razor.rz.scp.css */
/* Feedback page styles are in wwwroot/app.css (shared with AdminFeedback) */
/* /Components/Pages/Home.razor.rz.scp.css */
.mode-chooser[b-ca4yrzcfhk] {
    padding: 1.5rem 0;
    text-align: center;
}

.mode-chooser-title[b-ca4yrzcfhk] {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.mode-chooser-subtitle[b-ca4yrzcfhk] {
    color: var(--text-muted, #6c757d);
    margin-bottom: 1.5rem;
}

.mode-tiles[b-ca4yrzcfhk] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    max-width: 900px;
    margin: 0 auto;
}

.mode-tile[b-ca4yrzcfhk] {
    background: var(--bg-panel, #fff);
    border: 2px solid var(--border-color, #dee2e6);
    border-radius: 2px;
    padding: 2rem 1.5rem;
    cursor: pointer;
    text-align: center;
    transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--text-main, inherit);
    position: relative;
    box-shadow: var(--card-shadow, none);
}

.mode-tile[b-ca4yrzcfhk]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-top: 2px solid var(--accent-secondary, #0d6efd);
    border-left: 2px solid var(--accent-secondary, #0d6efd);
    opacity: var(--card-corner-opacity, 0.5);
}

.mode-tile:hover[b-ca4yrzcfhk],
.mode-tile:focus[b-ca4yrzcfhk] {
    border-color: var(--accent-secondary, #0d6efd);
    box-shadow: var(--glow-cyan, 0 6px 24px rgba(13, 110, 253, 0.18));
    transform: translateY(-2px);
    outline: none;
}

.mode-tile:hover[b-ca4yrzcfhk]::before,
.mode-tile:focus[b-ca4yrzcfhk]::before {
    opacity: 1;
}

.mode-tile-icon[b-ca4yrzcfhk] {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 0.75rem;
}

.mode-tile-title[b-ca4yrzcfhk] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-main);
}

.mode-tile-desc[b-ca4yrzcfhk] {
    font-size: 0.9rem;
    color: var(--text-muted, #6c757d);
    line-height: 1.35;
}

@media (max-width: 768px) {
    .mode-tiles[b-ca4yrzcfhk] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .mode-tile[b-ca4yrzcfhk] {
        min-height: 160px;
        padding: 1.5rem 1rem;
    }

    .mode-tile-icon[b-ca4yrzcfhk] {
        font-size: 2.5rem;
    }
}
/* /Components/Pages/Landing.razor.rz.scp.css */
/* =========================================
   LANDING PAGE — Cyber-Mechanic Theme
   ========================================= */

/* Skala lokalna landingu — reszta aplikacji ma ostrzejsze narożniki (4px),
   tutaj świadomie łagodniejsze, żeby strona sprzedażowa wyglądała nowocześniej. */
.hero[b-15tmjf6zz2],
.features[b-15tmjf6zz2],
.how-it-works[b-15tmjf6zz2],
.showcase[b-15tmjf6zz2],
.pricing[b-15tmjf6zz2],
.faq[b-15tmjf6zz2],
.final-cta[b-15tmjf6zz2] {
    --lp-radius: 18px;
    --lp-radius-sm: 12px;
    --lp-surface: color-mix(in srgb, var(--bg-panel) 92%, transparent);
    --lp-hairline: color-mix(in srgb, var(--border-color) 85%, transparent);
}

/* ── Shared Section Styles ── */
.section__inner[b-15tmjf6zz2] {
    max-width: 1240px;
    margin: 0 auto;
    padding: clamp(3.5rem, 7vw, 6.5rem) 2rem;
}

.section__header[b-15tmjf6zz2] {
    text-align: center;
    margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.section__title[b-15tmjf6zz2] {
    font-family: var(--font-tech);
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    text-wrap: balance;
    background: linear-gradient(135deg, var(--text-main), var(--accent-secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section__subtitle[b-15tmjf6zz2] {
    color: var(--text-muted);
    font-size: 1.05rem;
    max-width: 620px;
    margin: 0 auto;
    line-height: 1.7;
    text-wrap: pretty;
}

/* ═══════════════════════════════════════════
   HERO SECTION
   ═══════════════════════════════════════════ */
.hero[b-15tmjf6zz2] {
    position: relative;
    min-height: 88vh;
    display: flex;
    align-items: center;
    padding: clamp(5rem, 10vw, 7rem) 2rem 4rem;
    max-width: 1240px;
    margin: 0 auto;
    gap: clamp(2rem, 5vw, 4.5rem);
}

/* Animated background */
.hero__bg[b-15tmjf6zz2] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    pointer-events: none;
    z-index: -1;
    overflow: hidden;
}

.hero__grid[b-15tmjf6zz2] {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(47, 53, 66, 0.15) 1px, transparent 1px),
        linear-gradient(90deg, rgba(47, 53, 66, 0.15) 1px, transparent 1px);
    background-size: 60px 60px;
    /* Siatka wygasza się ku dołowi — bez tego ciągnie się przez całą stronę i zaśmieca sekcje. */
    -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, #000 40%, transparent 100%);
    mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, #000 40%, transparent 100%);
}

[data-theme="light"] .hero__grid[b-15tmjf6zz2] {
    background-image:
        linear-gradient(rgba(200, 210, 220, 0.35) 1px, transparent 1px),
        linear-gradient(90deg, rgba(200, 210, 220, 0.35) 1px, transparent 1px);
}

.hero__glow[b-15tmjf6zz2] {
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    filter: blur(130px);
    opacity: 0.15;
}

.hero__glow--orange[b-15tmjf6zz2] {
    background: var(--accent-primary);
    top: -120px;
    right: 8%;
    animation: glow-pulse-b-15tmjf6zz2 9s ease-in-out infinite;
}

.hero__glow--cyan[b-15tmjf6zz2] {
    background: var(--accent-secondary);
    bottom: -120px;
    left: 8%;
    animation: glow-pulse-b-15tmjf6zz2 9s ease-in-out 4.5s infinite;
}

@keyframes glow-pulse-b-15tmjf6zz2 {
    0%, 100% { opacity: 0.1; transform: scale(1); }
    50% { opacity: 0.2; transform: scale(1.1); }
}

/* Hero Content */
.hero__content[b-15tmjf6zz2] {
    flex: 1 1 52%;
    min-width: 0;
}

.hero__badge[b-15tmjf6zz2] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--font-tech);
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--accent-secondary);
    background: color-mix(in srgb, var(--accent-secondary) 10%, transparent);
    border: 1px solid color-mix(in srgb, var(--accent-secondary) 28%, transparent);
    padding: 0.4rem 1rem;
    border-radius: 999px;
    margin-bottom: 1.5rem;
}

.hero__badge-dot[b-15tmjf6zz2] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--accent-secondary);
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--accent-secondary) 60%, transparent);
    animation: badge-ping-b-15tmjf6zz2 2.4s ease-out infinite;
}

@keyframes badge-ping-b-15tmjf6zz2 {
    0%   { box-shadow: 0 0 0 0 color-mix(in srgb, var(--accent-secondary) 55%, transparent); }
    70%  { box-shadow: 0 0 0 8px transparent; }
    100% { box-shadow: 0 0 0 0 transparent; }
}

.hero__title[b-15tmjf6zz2] {
    font-family: var(--font-tech);
    font-size: clamp(2.1rem, 5.2vw, 3.6rem);
    font-weight: 800;
    line-height: 1.06;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 1.5rem;
    text-wrap: balance;
    background: linear-gradient(135deg, var(--text-main) 30%, var(--accent-primary) 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* FocusOnNavigate ustawia tabindex="-1" na h1 i fokusuje je po nawigacji — na landingu
   zostawia to brzydką ramkę wokół nagłówka. Element i tak nie jest osiągalny z klawiatury. */
.hero__title:focus[b-15tmjf6zz2],
.hero__title:focus-visible[b-15tmjf6zz2] {
    outline: none;
}

.hero__subtitle[b-15tmjf6zz2] {
    font-size: clamp(1rem, 1.6vw, 1.15rem);
    line-height: 1.75;
    color: var(--text-muted);
    margin-bottom: 2rem;
    max-width: 540px;
    text-wrap: pretty;
}

/* Hero buttons */
.hero__actions[b-15tmjf6zz2] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.75rem;
    flex-wrap: wrap;
}

.hero__btn[b-15tmjf6zz2] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.95rem 2.1rem;
    min-height: 48px;
    font-family: var(--font-tech);
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: var(--lp-radius-sm);
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, border-color 0.25s ease;
    cursor: pointer;
}

.hero__btn:hover[b-15tmjf6zz2] {
    text-decoration: none;
}

.hero__btn--primary[b-15tmjf6zz2] {
    background: linear-gradient(135deg, var(--accent-primary), #ff8533);
    color: #fff;
    border: none;
    box-shadow: 0 8px 26px -8px rgba(255, 107, 0, 0.65);
}

.hero__btn--primary:hover[b-15tmjf6zz2] {
    color: #fff;
    box-shadow: 0 14px 34px -10px rgba(255, 107, 0, 0.8);
    transform: translateY(-2px);
}

.hero__btn--outline[b-15tmjf6zz2] {
    background: transparent;
    color: var(--text-main);
    border: 1px solid var(--border-color);
}

.hero__btn--outline:hover[b-15tmjf6zz2] {
    color: var(--accent-secondary);
    border-color: var(--accent-secondary);
    transform: translateY(-2px);
}

/* Trust chips */
.hero__trust[b-15tmjf6zz2] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    list-style: none;
    padding: 0;
    margin: 0 0 2.25rem;
}

.hero__trust-item[b-15tmjf6zz2] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    font-size: 0.82rem;
    color: var(--text-muted);
    background: var(--lp-surface);
    border: 1px solid var(--lp-hairline);
}

.hero__trust-item[b-15tmjf6zz2]::before {
    content: '✓';
    color: var(--accent-success);
    font-weight: 700;
}

/* Hero Stats */
.hero__stats[b-15tmjf6zz2] {
    display: flex;
    align-items: center;
    gap: clamp(1rem, 3vw, 2rem);
}

.hero__stat[b-15tmjf6zz2] {
    display: flex;
    flex-direction: column;
}

.hero__stat-value[b-15tmjf6zz2] {
    font-family: var(--font-tech);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--accent-secondary);
    white-space: nowrap;
}

.hero__stat-label[b-15tmjf6zz2] {
    font-size: 0.72rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0.25rem;
}

.hero__stat-divider[b-15tmjf6zz2] {
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, transparent, var(--border-color), transparent);
}

/* Hero Screenshot */
.hero__visual[b-15tmjf6zz2] {
    flex: 1 1 48%;
    min-width: 0;
    display: flex;
    justify-content: center;
}

.hero__screenshot-frame[b-15tmjf6zz2] {
    width: 100%;
    max-width: 620px;
    background: var(--bg-panel);
    border: 1px solid var(--lp-hairline);
    border-radius: var(--lp-radius);
    overflow: hidden;
    box-shadow: 0 30px 70px -20px rgba(0, 0, 0, 0.55),
                0 0 60px -20px color-mix(in srgb, var(--accent-secondary) 35%, transparent);
    transform: perspective(1600px) rotateY(-5deg) rotateX(2deg);
    transition: transform 0.5s ease;
}

.hero__screenshot-frame:hover[b-15tmjf6zz2] {
    transform: perspective(1600px) rotateY(0deg) rotateX(0deg);
}

.hero__screenshot-dots[b-15tmjf6zz2] {
    display: flex;
    gap: 6px;
    padding: 10px 14px;
    background: color-mix(in srgb, var(--bg-dark) 70%, transparent);
    border-bottom: 1px solid var(--lp-hairline);
}

.hero__screenshot-dots span[b-15tmjf6zz2] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--border-color);
}

.hero__screenshot-dots span:first-child[b-15tmjf6zz2] { background: #ff5f57; }
.hero__screenshot-dots span:nth-child(2)[b-15tmjf6zz2] { background: #ffbd2e; }
.hero__screenshot-dots span:nth-child(3)[b-15tmjf6zz2] { background: #28c840; }

.hero__screenshot-img[b-15tmjf6zz2] {
    width: 100%;
    height: auto;
    display: block;
}

.hero__screenshot-fallback[b-15tmjf6zz2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 320px;
    gap: 1rem;
    color: var(--text-muted);
    font-size: 0.9rem;
}

.hero__screenshot-icon[b-15tmjf6zz2] {
    font-size: 3rem;
}

.hero__screenshot-placeholder[b-15tmjf6zz2] {
    position: relative;
}

/* ═══════════════════════════════════════════
   FEATURES SECTION
   ═══════════════════════════════════════════ */
.features[b-15tmjf6zz2] {
    background: var(--bg-panel);
    border-top: 1px solid var(--lp-hairline);
    border-bottom: 1px solid var(--lp-hairline);
}

.features__grid[b-15tmjf6zz2] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.25rem;
}

.feature-card[b-15tmjf6zz2] {
    position: relative;
    padding: 1.9rem;
    background: var(--bg-dark);
    border: 1px solid var(--lp-hairline);
    border-radius: var(--lp-radius);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

/* Delikatna poświata w rogu — zamiast twardego obrysu na hover. */
.feature-card[b-15tmjf6zz2]::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: var(--accent-secondary);
    filter: blur(60px);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

.feature-card:hover[b-15tmjf6zz2] {
    border-color: color-mix(in srgb, var(--accent-secondary) 45%, var(--border-color));
    box-shadow: 0 18px 40px -22px rgba(0, 0, 0, 0.75);
    transform: translateY(-4px);
}

.feature-card:hover[b-15tmjf6zz2]::before {
    opacity: 0.16;
}

.feature-card__icon[b-15tmjf6zz2] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 1.15rem;
    border-radius: 13px;
    color: var(--accent-secondary);
    background: linear-gradient(135deg,
        color-mix(in srgb, var(--accent-secondary) 16%, transparent),
        color-mix(in srgb, var(--accent-primary) 10%, transparent));
    border: 1px solid color-mix(in srgb, var(--accent-secondary) 22%, transparent);
}

.feature-card__icon svg[b-15tmjf6zz2] {
    width: 24px;
    height: 24px;
}

.feature-card__title[b-15tmjf6zz2] {
    font-family: var(--font-tech);
    font-size: 1.05rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.6rem;
    color: var(--text-main);
}

.feature-card__desc[b-15tmjf6zz2] {
    color: var(--text-muted);
    font-size: 0.92rem;
    line-height: 1.65;
    margin: 0;
    text-wrap: pretty;
}

/* ═══════════════════════════════════════════
   HOW IT WORKS
   ═══════════════════════════════════════════ */
.how-it-works[b-15tmjf6zz2] {
    background: var(--bg-dark);
}

.steps[b-15tmjf6zz2] {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 0 0 2.25rem;
    list-style: none;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Pionowa szyna łącząca kroki — zastępuje osobne .step__connector z poprzedniej wersji. */
.steps[b-15tmjf6zz2]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1.75rem;
    bottom: 1.75rem;
    width: 2px;
    background: linear-gradient(to bottom,
        var(--accent-primary),
        color-mix(in srgb, var(--accent-secondary) 70%, transparent));
    opacity: 0.45;
}

.step[b-15tmjf6zz2] {
    position: relative;
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
    padding: 1.4rem 1.5rem;
    background: var(--bg-panel);
    border: 1px solid var(--lp-hairline);
    border-radius: var(--lp-radius);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.step:hover[b-15tmjf6zz2] {
    border-color: color-mix(in srgb, var(--accent-primary) 50%, var(--border-color));
    transform: translateX(4px);
}

.step__number[b-15tmjf6zz2] {
    font-family: var(--font-tech);
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--accent-primary);
    line-height: 1;
    min-width: 44px;
    padding-top: 0.15rem;
}

.step__content[b-15tmjf6zz2] {
    flex: 1;
}

.step__title[b-15tmjf6zz2] {
    font-family: var(--font-tech);
    font-size: 1.02rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.4rem;
}

.step__desc[b-15tmjf6zz2] {
    color: var(--text-muted);
    font-size: 0.92rem;
    line-height: 1.65;
    margin: 0;
    text-wrap: pretty;
}

/* ═══════════════════════════════════════════
   SHOWCASE (screenshots)
   ═══════════════════════════════════════════ */
.showcase[b-15tmjf6zz2] {
    background: var(--bg-panel);
    border-top: 1px solid var(--lp-hairline);
    border-bottom: 1px solid var(--lp-hairline);
}

.showcase__tabs[b-15tmjf6zz2] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.4rem;
    margin-bottom: 2rem;
    padding: 0.35rem;
    border-radius: 999px;
    width: fit-content;
    margin-inline: auto;
    background: var(--bg-dark);
    border: 1px solid var(--lp-hairline);
}

.showcase__tab[b-15tmjf6zz2] {
    appearance: none;
    border: none;
    background: transparent;
    color: var(--text-muted);
    font-family: var(--font-tech);
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.65rem 1.4rem;
    min-height: 44px;
    border-radius: 999px;
    cursor: pointer;
    transition: color 0.25s ease, background 0.25s ease;
}

.showcase__tab:hover[b-15tmjf6zz2] {
    color: var(--text-main);
}

.showcase__tab.is-active[b-15tmjf6zz2] {
    color: #fff;
    background: linear-gradient(135deg, var(--accent-primary), #ff8533);
    box-shadow: 0 6px 18px -8px rgba(255, 107, 0, 0.7);
}

.showcase__stage[b-15tmjf6zz2] {
    margin: 0;
    max-width: 1000px;
    margin-inline: auto;
}

.showcase__frame[b-15tmjf6zz2] {
    background: var(--bg-dark);
    border: 1px solid var(--lp-hairline);
    border-radius: var(--lp-radius);
    overflow: hidden;
    box-shadow: 0 30px 60px -25px rgba(0, 0, 0, 0.6);
}

.showcase__dots[b-15tmjf6zz2] {
    display: flex;
    gap: 6px;
    padding: 9px 13px;
    background: color-mix(in srgb, var(--bg-panel) 70%, transparent);
    border-bottom: 1px solid var(--lp-hairline);
}

.showcase__dots span[b-15tmjf6zz2] {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--border-color);
}

.showcase__dots span:first-child[b-15tmjf6zz2] { background: #ff5f57; }
.showcase__dots span:nth-child(2)[b-15tmjf6zz2] { background: #ffbd2e; }
.showcase__dots span:nth-child(3)[b-15tmjf6zz2] { background: #28c840; }

.showcase__img[b-15tmjf6zz2] {
    width: 100%;
    height: auto;
    display: block;
    animation: shot-fade-b-15tmjf6zz2 0.35s ease;
}

@keyframes shot-fade-b-15tmjf6zz2 {
    from { opacity: 0; transform: scale(0.995); }
    to { opacity: 1; transform: scale(1); }
}

.showcase__fallback[b-15tmjf6zz2] {
    align-items: center;
    justify-content: center;
    height: 320px;
    font-size: 2.5rem;
    color: var(--text-muted);
}

.showcase__caption[b-15tmjf6zz2] {
    margin-top: 1rem;
    text-align: center;
    color: var(--text-muted);
    font-size: 0.92rem;
    line-height: 1.6;
    text-wrap: pretty;
}

/* ═══════════════════════════════════════════
   PRICING
   ═══════════════════════════════════════════ */
.pricing[b-15tmjf6zz2] {
    background: var(--bg-dark);
}

.credit-costs[b-15tmjf6zz2] {
    max-width: 640px;
    margin: 2.75rem auto 0;
    padding: 1.75rem;
    background: var(--bg-panel);
    border: 1px solid var(--lp-hairline);
    border-radius: var(--lp-radius);
}

.credit-costs__title[b-15tmjf6zz2] {
    font-family: var(--font-tech);
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 0 1.25rem;
    color: var(--text-main);
}

.credit-costs__list[b-15tmjf6zz2] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.credit-costs__row[b-15tmjf6zz2] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    padding: 0.7rem 0;
    border-bottom: 1px dashed var(--lp-hairline);
    font-size: 0.92rem;
    color: var(--text-muted);
}

.credit-costs__row:last-child[b-15tmjf6zz2] {
    border-bottom: none;
}

.credit-costs__value[b-15tmjf6zz2] {
    font-family: var(--font-tech);
    font-weight: 700;
    font-size: 1rem;
    color: var(--text-main);
    white-space: nowrap;
}

.credit-costs__note[b-15tmjf6zz2] {
    margin: 1.25rem 0 0;
    text-align: center;
    color: var(--text-muted);
    font-size: 0.85rem;
    line-height: 1.6;
}

/* ═══════════════════════════════════════════
   FAQ
   ═══════════════════════════════════════════ */
.faq[b-15tmjf6zz2] {
    background: var(--bg-panel);
    border-top: 1px solid var(--lp-hairline);
    border-bottom: 1px solid var(--lp-hairline);
}

.faq__list[b-15tmjf6zz2] {
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.faq-item[b-15tmjf6zz2] {
    background: var(--bg-dark);
    border: 1px solid var(--lp-hairline);
    border-radius: var(--lp-radius-sm);
    overflow: hidden;
    transition: border-color 0.3s ease;
}

.faq-item[open][b-15tmjf6zz2] {
    border-color: color-mix(in srgb, var(--accent-secondary) 45%, var(--border-color));
}

.faq-item__question[b-15tmjf6zz2] {
    padding: 1.15rem 1.4rem;
    font-family: var(--font-tech);
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    transition: color 0.2s;
}

.faq-item__question[b-15tmjf6zz2]::-webkit-details-marker {
    display: none;
}

.faq-item__question[b-15tmjf6zz2]::after {
    content: '+';
    font-size: 1.4rem;
    font-weight: 300;
    color: var(--accent-secondary);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-item[open] .faq-item__question[b-15tmjf6zz2]::after {
    transform: rotate(45deg);
}

.faq-item__question:hover[b-15tmjf6zz2] {
    color: var(--accent-secondary);
}

.faq-item__answer[b-15tmjf6zz2] {
    padding: 0 1.4rem 1.2rem;
    color: var(--text-muted);
    font-size: 0.92rem;
    line-height: 1.7;
    text-wrap: pretty;
}

.faq-item__answer p[b-15tmjf6zz2] {
    margin: 0;
}

/* ═══════════════════════════════════════════
   FINAL CTA
   ═══════════════════════════════════════════ */
.final-cta[b-15tmjf6zz2] {
    background: var(--bg-dark);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.final-cta[b-15tmjf6zz2]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 340px;
    height: 340px;
    background: var(--accent-primary);
    filter: blur(150px);
    opacity: 0.09;
    border-radius: 50%;
    pointer-events: none;
}

.final-cta__title[b-15tmjf6zz2] {
    font-family: var(--font-tech);
    font-size: clamp(1.5rem, 3.5vw, 2.2rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    text-wrap: balance;
}

.final-cta__subtitle[b-15tmjf6zz2] {
    color: var(--text-muted);
    font-size: 1.05rem;
    margin: 0 auto 2rem;
    max-width: 520px;
    text-wrap: pretty;
}

/* ═══════════════════════════════════════════
   SCROLL REVEAL (progressive enhancement)
   Bez JS — przeglądarki bez animation-timeline po prostu widzą treść od razu.
   ═══════════════════════════════════════════ */
@supports (animation-timeline: view()) {
    @media (prefers-reduced-motion: no-preference) {
        .feature-card[b-15tmjf6zz2],
        .step[b-15tmjf6zz2],
        .credit-costs[b-15tmjf6zz2],
        .showcase__stage[b-15tmjf6zz2],
        .section__header[b-15tmjf6zz2] {
            animation: lp-reveal-b-15tmjf6zz2 linear both;
            animation-timeline: view();
            animation-range: entry 5% cover 22%;
        }
    }
}

@keyframes lp-reveal-b-15tmjf6zz2 {
    from { opacity: 0; transform: translateY(22px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
    .hero__glow[b-15tmjf6zz2],
    .hero__badge-dot[b-15tmjf6zz2],
    .showcase__img[b-15tmjf6zz2] {
        animation: none;
    }

    .hero__screenshot-frame[b-15tmjf6zz2] {
        transform: none;
    }
}

/* ═══════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════ */
@media (max-width: 1024px) {
    .hero[b-15tmjf6zz2] {
        flex-direction: column;
        text-align: center;
        padding-top: 7.5rem;
        gap: 3rem;
        min-height: auto;
    }

    .hero__subtitle[b-15tmjf6zz2] {
        margin-left: auto;
        margin-right: auto;
    }

    .hero__actions[b-15tmjf6zz2],
    .hero__trust[b-15tmjf6zz2],
    .hero__stats[b-15tmjf6zz2] {
        justify-content: center;
    }

    .hero__stat[b-15tmjf6zz2] {
        align-items: center;
    }

    .hero__visual[b-15tmjf6zz2] {
        width: 100%;
    }

    .hero__screenshot-frame[b-15tmjf6zz2] {
        transform: none;
    }
}

@media (max-width: 768px) {
    .section__inner[b-15tmjf6zz2] {
        padding: 3.25rem 1.25rem;
    }

    .hero[b-15tmjf6zz2] {
        padding: 6.5rem 1.25rem 3rem;
    }

    .features__grid[b-15tmjf6zz2] {
        grid-template-columns: 1fr;
    }

    .steps[b-15tmjf6zz2] {
        padding-left: 1.5rem;
    }

    .step[b-15tmjf6zz2] {
        padding: 1.15rem 1.15rem;
        gap: 0.9rem;
    }

    .showcase__tabs[b-15tmjf6zz2] {
        width: 100%;
        justify-content: stretch;
    }

    .showcase__tab[b-15tmjf6zz2] {
        flex: 1;
        padding-inline: 0.75rem;
        font-size: 0.78rem;
        letter-spacing: 0.5px;
    }

    .hero__stats[b-15tmjf6zz2] {
        gap: 1.25rem;
    }

    .credit-costs[b-15tmjf6zz2] {
        padding: 1.25rem;
    }

    .credit-costs__row[b-15tmjf6zz2] {
        flex-direction: column;
        gap: 0.2rem;
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .hero__actions[b-15tmjf6zz2] {
        flex-direction: column;
        align-items: stretch;
    }

    .hero__stats[b-15tmjf6zz2] {
        flex-direction: column;
        gap: 1rem;
    }

    .hero__stat-divider[b-15tmjf6zz2] {
        width: 40px;
        height: 1px;
        background: var(--border-color);
    }

    .feature-card[b-15tmjf6zz2] {
        padding: 1.4rem;
    }

    .step[b-15tmjf6zz2] {
        flex-direction: column;
        gap: 0.5rem;
    }
}
/* /Components/Pages/Profile.razor.rz.scp.css */
.profile-panel[b-w93jyocf9j] {
    max-width: 720px;
    margin: 0 auto;
    padding: 24px 16px;
}

.profile-header h1[b-w93jyocf9j] {
    color: var(--accent-primary, #ff6b00);
    margin-bottom: 4px;
}

.profile-subtitle[b-w93jyocf9j] {
    color: var(--text-muted, #888);
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.profile-loading[b-w93jyocf9j] {
    display: flex;
    justify-content: center;
    padding: 40px;
}

.profile-card[b-w93jyocf9j] {
    background: var(--bg-input, #1a1a1a);
    border: 1px solid #2f3542;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.profile-row[b-w93jyocf9j] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.profile-row label[b-w93jyocf9j] {
    color: var(--text-muted, #aaa);
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.profile-row input.form-control[b-w93jyocf9j] {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #444;
    color: #fff;
    padding: 10px 12px;
    border-radius: 4px;
    min-height: 44px;
    font-family: var(--font-mono, monospace);
}

.profile-row input.form-control:disabled[b-w93jyocf9j] {
    opacity: 0.6;
}

.profile-row input.form-control:focus[b-w93jyocf9j] {
    border-color: var(--accent-secondary, #00bcd4);
    box-shadow: 0 0 0 2px rgba(0, 188, 212, 0.15);
    outline: none;
}

.form-hint[b-w93jyocf9j] {
    color: var(--text-muted, #888);
    font-size: 0.75rem;
}

.profile-section-title[b-w93jyocf9j] {
    margin-top: 8px;
    padding-top: 12px;
    border-top: 1px dashed #444;
    color: var(--accent-secondary, #00bcd4);
    font-weight: 600;
    font-size: 0.9rem;
}

.profile-actions[b-w93jyocf9j] {
    display: flex;
    justify-content: flex-end;
    margin-top: 8px;
}

@media (max-width: 480px) {
    .profile-actions[b-w93jyocf9j] { justify-content: stretch; }
    .profile-actions .btn[b-w93jyocf9j] { flex: 1; }
}
/* /Components/Shared/GuidedTour.razor.rz.scp.css */
/* ═══ GUIDED TOUR OVERLAY ═══ */

.tour-overlay[b-isirme25cb] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.7);
    animation: fadeIn-b-isirme25cb 0.3s ease;
}

.tour-spotlight[b-isirme25cb] {
    position: absolute;
    border-radius: 12px;
    background: transparent;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.7);
    border: 2px solid rgba(0, 242, 255, 0.5);
    transition: all 0.4s ease;
    z-index: 10000;
    pointer-events: none;
}

.tour-tooltip[b-isirme25cb] {
    position: absolute;
    z-index: 10001;
    width: 360px;
    max-width: calc(100vw - 32px);
    padding: 1.5rem;
    background: var(--bg-card, #16213e);
    border: 1px solid var(--border-color, #2f3542);
    border-radius: 16px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.5),
                0 0 20px rgba(0, 242, 255, 0.1);
    animation: tooltipPop-b-isirme25cb 0.35s ease;
}

.tour-tooltip-header[b-isirme25cb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.tour-step-badge[b-isirme25cb] {
    font-family: var(--font-tech, 'Rajdhani', sans-serif);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--accent-secondary, #00f2ff);
    background: rgba(0, 242, 255, 0.1);
    padding: 0.2rem 0.6rem;
    border-radius: 6px;
}

.tour-close-btn[b-isirme25cb] {
    background: none;
    border: none;
    color: var(--text-muted, #636e72);
    font-size: 1.1rem;
    cursor: pointer;
    padding: 0.25rem;
    border-radius: 4px;
    transition: all 0.2s;
    line-height: 1;
}

.tour-close-btn:hover[b-isirme25cb] {
    color: var(--text-main, #e8e8e8);
    background: rgba(255, 255, 255, 0.1);
}

.tour-tooltip-icon[b-isirme25cb] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.tour-tooltip-title[b-isirme25cb] {
    font-family: var(--font-tech, 'Rajdhani', sans-serif);
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-main, #e8e8e8);
    margin: 0 0 0.5rem 0;
}

.tour-tooltip-desc[b-isirme25cb] {
    color: var(--text-muted, #636e72);
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0 0 1.25rem 0;
}

.tour-tooltip-actions[b-isirme25cb] {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
}

.tour-btn[b-isirme25cb] {
    padding: 0.5rem 1.25rem;
    font-size: 0.85rem;
    font-weight: 600;
    font-family: var(--font-tech, 'Rajdhani', sans-serif);
    letter-spacing: 0.5px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.tour-btn--primary[b-isirme25cb] {
    background: linear-gradient(135deg, #0d9488, #00f2ff);
    color: #fff;
    box-shadow: 0 2px 12px rgba(13, 148, 136, 0.3);
}

.tour-btn--primary:hover[b-isirme25cb] {
    box-shadow: 0 4px 16px rgba(13, 148, 136, 0.5);
    transform: translateY(-1px);
}

.tour-btn--secondary[b-isirme25cb] {
    background: var(--bg-input, rgba(255, 255, 255, 0.05));
    color: var(--text-muted, #636e72);
    border: 1px solid var(--border-color, rgba(255, 255, 255, 0.1));
}

.tour-btn--secondary:hover[b-isirme25cb] {
    color: var(--text-main, #e8e8e8);
    background: rgba(255, 255, 255, 0.1);
}

.tour-progress[b-isirme25cb] {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 1rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--border-color, rgba(255, 255, 255, 0.06));
}

.tour-dot[b-isirme25cb] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--border-color, rgba(255, 255, 255, 0.15));
    transition: all 0.3s ease;
}

.tour-dot.active[b-isirme25cb] {
    background: var(--accent-secondary, #00f2ff);
    box-shadow: 0 0 8px rgba(0, 242, 255, 0.4);
    transform: scale(1.2);
}

.tour-dot.completed[b-isirme25cb] {
    background: var(--accent-primary, #0d9488);
}

@keyframes fadeIn-b-isirme25cb {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes tooltipPop-b-isirme25cb {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}
/* /Components/Shared/LoginDisplay.razor.rz.scp.css */
.user-menu[b-tf5fci7clr] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.user-name[b-tf5fci7clr] {
    color: var(--text-main);
    font-size: 0.85rem;
    font-weight: 500;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.auth-btn[b-tf5fci7clr] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.3rem 0.7rem;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
    border: 1px solid transparent;
}

.auth-btn--login[b-tf5fci7clr] {
    background: var(--accent-secondary);
    color: white;
    border-color: var(--accent-secondary);
}

.auth-btn--login:hover[b-tf5fci7clr] {
    filter: brightness(1.15);
    text-decoration: none;
    color: white;
}

.auth-btn--logout[b-tf5fci7clr] {
    background: transparent;
    color: var(--text-muted, #888);
    border-color: var(--border-color);
}

.auth-btn--logout:hover[b-tf5fci7clr] {
    background: rgba(239, 68, 68, 0.1);
    color: #ef4444;
    border-color: #ef4444;
    text-decoration: none;
}

.auth-btn--profile[b-tf5fci7clr] {
    background: transparent;
    color: var(--text-muted, #888);
    border-color: transparent;
    padding: 0.3rem;
    font-size: 1rem;
}

.auth-btn--profile:hover[b-tf5fci7clr] {
    color: var(--accent-secondary);
    text-decoration: none;
}
/* /Components/Shared/LoginRequiredModal.razor.rz.scp.css */
/* ═══ LOGIN REQUIRED OVERLAY ═══ */

.login-required-overlay[b-kdax6wjn7m] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.88);
    backdrop-filter: blur(10px);
    animation: loginFadeIn-b-kdax6wjn7m 0.5s ease;
}

.login-required-modal[b-kdax6wjn7m] {
    text-align: center;
    max-width: 520px;
    width: 90%;
    padding: 3rem 2.5rem;
    background: var(--bg-card, #16213e);
    border: 1px solid var(--border-color, #2f3542);
    border-radius: 20px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5),
                0 0 40px rgba(0, 242, 255, 0.08);
    animation: loginSlideUp-b-kdax6wjn7m 0.6s ease;
}

.login-icon[b-kdax6wjn7m] {
    font-size: 4rem;
    margin-bottom: 1rem;
    animation: loginPulse-b-kdax6wjn7m 2s ease-in-out infinite;
}

.login-title[b-kdax6wjn7m] {
    font-family: var(--font-tech, 'Rajdhani', sans-serif);
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-main, #e8e8e8);
    margin-bottom: 0.5rem;
    letter-spacing: 1px;
}

.login-subtitle[b-kdax6wjn7m] {
    color: var(--text-muted, #636e72);
    font-size: 1.05rem;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.login-features[b-kdax6wjn7m] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 2rem;
    text-align: left;
}

.login-feature[b-kdax6wjn7m] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    border-radius: 10px;
    background: var(--bg-input, rgba(255, 255, 255, 0.03));
    border: 1px solid var(--border-color, rgba(255, 255, 255, 0.06));
    color: var(--text-main, #e8e8e8);
    font-size: 0.95rem;
}

.login-feature .feature-icon[b-kdax6wjn7m] {
    font-size: 1.4rem;
    flex-shrink: 0;
}

.login-btn[b-kdax6wjn7m] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.95rem 3rem;
    font-size: 1.15rem;
    font-weight: 600;
    font-family: var(--font-tech, 'Rajdhani', sans-serif);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(135deg, #0d9488, #00f2ff);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(13, 148, 136, 0.4);
}

.login-btn:hover[b-kdax6wjn7m] {
    transform: translateY(-2px);
    box-shadow: 0 6px 28px rgba(13, 148, 136, 0.5);
}

@media (max-width: 640.98px) {
    .login-required-overlay[b-kdax6wjn7m] {
        align-items: flex-start;
        padding: 1.5rem 0;
    }

    .login-required-modal[b-kdax6wjn7m] {
        padding: 1.75rem 1.25rem;
        margin: auto;
    }

    .login-icon[b-kdax6wjn7m] {
        font-size: 2.75rem;
        margin-bottom: 0.5rem;
    }

    .login-title[b-kdax6wjn7m] {
        font-size: 1.5rem;
        margin-bottom: 0.4rem;
    }

    .login-subtitle[b-kdax6wjn7m] {
        font-size: 0.95rem;
        margin-bottom: 1.25rem;
    }

    .login-features[b-kdax6wjn7m] {
        gap: 0.5rem;
        margin-bottom: 1.25rem;
    }

    .login-feature[b-kdax6wjn7m] {
        padding: 0.6rem 0.85rem;
        font-size: 0.9rem;
    }

    .login-btn[b-kdax6wjn7m] {
        padding: 0.85rem 2rem;
        font-size: 1.05rem;
        width: 100%;
    }
}

@keyframes loginFadeIn-b-kdax6wjn7m {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes loginSlideUp-b-kdax6wjn7m {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes loginPulse-b-kdax6wjn7m {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}
/* /Components/Shared/PhotoGallery.razor.rz.scp.css */
@media (max-width: 480px) {
    .card-body .form-check[b-6t7knamlfx] {
        min-height: 44px;
        display: flex;
        align-items: center;
    }

    .card-body .form-check-input[b-6t7knamlfx] {
        width: 1.3em;
        height: 1.3em;
        margin-top: 0;
    }
}
/* /Components/Shared/PricingPlansGrid.razor.rz.scp.css */
.pricing-grid-wrapper[b-qcy09opzmh] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.pricing-balance-banner[b-qcy09opzmh] {
    background: linear-gradient(135deg, rgba(255, 138, 0, 0.15), rgba(255, 138, 0, 0.05));
    border: 2px solid #ff8a00;
    border-radius: 14px;
    padding: 1.25rem 1.75rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.pricing-balance-info[b-qcy09opzmh] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.pricing-balance-icon[b-qcy09opzmh] { font-size: 2.5rem; }

.pricing-balance-label[b-qcy09opzmh] {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pricing-balance-amount[b-qcy09opzmh] {
    font-size: 1.6rem;
    font-weight: 800;
    color: #ff8a00;
}

.pricing-balance-topup[b-qcy09opzmh] {
    background: #b35c00;
    color: white;
    border: none;
    padding: 0.75rem 1.75rem;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.15s;
}

.pricing-balance-topup:hover[b-qcy09opzmh] {
    background: #9c4e00;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255, 138, 0, 0.4);
}

.pricing-currency-row[b-qcy09opzmh] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.pricing-currency-label[b-qcy09opzmh] {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    font-size: 0.9rem;
}

.pricing-currency-buttons[b-qcy09opzmh] { display: flex; gap: 0.5rem; }

.pricing-cur-btn[b-qcy09opzmh] {
    padding: 0.45rem 1rem;
    border: 2px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    color: rgba(255, 255, 255, 0.85);
    border-radius: 8px;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.15s;
}

.pricing-cur-btn:hover:not(:disabled)[b-qcy09opzmh] { border-color: #ff8a00; color: #ff8a00; }

.pricing-cur-btn.active[b-qcy09opzmh] {
    border-color: #ff8a00;
    background: rgba(255, 138, 0, 0.18);
    color: #ff8a00;
}

.pricing-cur-btn:disabled[b-qcy09opzmh] { opacity: 0.5; cursor: not-allowed; }

.pricing-loading[b-qcy09opzmh],
.pricing-error[b-qcy09opzmh] {
    text-align: center;
    padding: 3rem 1rem;
    color: rgba(255, 255, 255, 0.7);
}

.pricing-error[b-qcy09opzmh] { color: #ff6b6b; }

.spinner[b-qcy09opzmh] {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(255, 138, 0, 0.2);
    border-top-color: #ff8a00;
    border-radius: 50%;
    animation: spin-b-qcy09opzmh 0.8s linear infinite;
    margin: 0 auto;
}

@keyframes spin-b-qcy09opzmh { to { transform: rotate(360deg); } }

.spinner-sm[b-qcy09opzmh] {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid currentColor;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin-b-qcy09opzmh 0.8s linear infinite;
    margin-right: 0.4rem;
    vertical-align: middle;
}

.pricing-error-toast[b-qcy09opzmh] {
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    background: rgba(255, 107, 107, 0.1);
    border: 1px solid rgba(255, 107, 107, 0.3);
    border-radius: 8px;
    color: #ff6b6b;
    text-align: center;
}

.pricing-tiles[b-qcy09opzmh] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 1rem;
    transition: opacity 0.15s;
}

.pricing-tiles.is-reloading[b-qcy09opzmh] { opacity: 0.55; pointer-events: none; }

.pricing-tile[b-qcy09opzmh] {
    background: rgba(255, 255, 255, 0.04);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 1.5rem 1rem 1.25rem;
    text-align: center;
    position: relative;
    transition: all 0.2s;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.95);
}

.pricing-tile:hover:not(.disabled)[b-qcy09opzmh] {
    border-color: #ff8a00;
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(255, 138, 0, 0.2);
    background: rgba(255, 255, 255, 0.06);
}

.pricing-tile.recommended[b-qcy09opzmh] {
    border-color: #ff8a00;
    background: linear-gradient(180deg, rgba(255, 138, 0, 0.12), rgba(255, 138, 0, 0.03));
}

.pricing-tile.disabled[b-qcy09opzmh] { opacity: 0.5; }

.pricing-tile-badge[b-qcy09opzmh] {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #b35c00;
    color: white;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 0.3rem 0.85rem;
    border-radius: 999px;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 10px rgba(255, 138, 0, 0.4);
}

.pricing-tile-name[b-qcy09opzmh] {
    margin: 0.25rem 0 0;
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.95);
}

.pricing-tile-price[b-qcy09opzmh] {
    font-size: 1.7rem;
    font-weight: 800;
    color: #ff8a00;
    margin: 0.5rem 0 0.25rem;
}

.pricing-tile-credits[b-qcy09opzmh] {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.95rem;
}

.pricing-tile-credits-icon[b-qcy09opzmh] { margin-right: 0.2rem; }

.pricing-tile-credits strong[b-qcy09opzmh] { color: #ffffff; font-weight: 800; }

.pricing-tile-perunit[b-qcy09opzmh] {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.55);
}

.pricing-tile-btn[b-qcy09opzmh] {
    margin-top: auto;
    display: inline-block;
    padding: 0.65rem 1rem;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    transition: all 0.15s;
    font-size: 0.95rem;
}

.pricing-tile-btn:hover:not(:disabled)[b-qcy09opzmh] {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-1px);
}

.pricing-tile-btn.primary[b-qcy09opzmh] {
    background: #b35c00;
    border-color: #b35c00;
    color: white;
}

.pricing-tile-btn.primary:hover:not(:disabled)[b-qcy09opzmh] {
    background: #9c4e00;
}

.pricing-tile-btn:disabled[b-qcy09opzmh] {
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.4);
    cursor: not-allowed;
}

.pricing-tile-note[b-qcy09opzmh] {
    font-size: 0.7rem;
    color: #ff8a00;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin-top: 0.4rem;
}

@media (max-width: 768px) {
    .pricing-balance-banner[b-qcy09opzmh] {
        padding: 1rem;
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .pricing-balance-info[b-qcy09opzmh] { justify-content: center; }
    .pricing-tiles[b-qcy09opzmh] { grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); }
}

@media (max-width: 480px) {
    .pricing-tiles[b-qcy09opzmh] { grid-template-columns: 1fr; }
}
/* /Components/Shared/SecuritySettings.razor.rz.scp.css */
.security-panel[b-swik1e0930] {
    margin-top: 2rem;
}

.security-loading[b-swik1e0930] {
    display: flex;
    align-items: center;
    gap: .6rem;
    color: var(--text-muted);
    padding: .75rem 0;
}

.security-block[b-swik1e0930] {
    padding: 1rem 0;
    border-top: 1px solid var(--border-color);
}

.security-block__header[b-swik1e0930] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.security-block__title[b-swik1e0930] {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-weight: 600;
    color: var(--text-main);
}

.security-block__hint[b-swik1e0930] {
    margin: .4rem 0 0;
    font-size: .85rem;
    color: var(--text-muted);
    line-height: 1.5;
}

.security-block__footer[b-swik1e0930] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: .75rem;
}

.security-form[b-swik1e0930] {
    margin-top: 1rem;
    padding: 1rem;
    background: var(--bg-input);
    border: 1px solid var(--border-color);
    border-radius: 8px;
}

.security-qr[b-swik1e0930] {
    display: block;
    width: 190px;
    height: 190px;
    margin: 0 auto 1rem;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
}

.security-key[b-swik1e0930] {
    text-align: center;
    font-size: .85rem;
    color: var(--text-muted);
}

.security-key code[b-swik1e0930] {
    display: inline-block;
    margin-left: .35rem;
    font-family: var(--font-mono);
    color: var(--accent-secondary);
}

.security-code[b-swik1e0930] {
    font-family: var(--font-mono);
    font-size: 1.2rem;
    letter-spacing: .3em;
    text-align: center;
}

.security-codes[b-swik1e0930] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .5rem;
    padding: 1rem;
    background: var(--bg-input);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    font-family: var(--font-mono);
    font-size: .9rem;
    color: var(--accent-success);
}

/* Min. 44px pola dotyku i jedna kolumna kodów na telefonie */
@media (max-width: 480px) {
    .security-block__header[b-swik1e0930],
    .security-block__footer[b-swik1e0930] {
        flex-direction: column;
        align-items: stretch;
    }

    .security-block__header .btn[b-swik1e0930],
    .security-block__footer .btn[b-swik1e0930] {
        min-height: 44px;
    }

    .security-codes[b-swik1e0930] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Shared/TopUpModal.razor.rz.scp.css */
.topup-overlay[b-ffme1mxgt7] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    padding: 1rem;
    animation: fadeIn-b-ffme1mxgt7 0.2s ease;
}

.topup-modal[b-ffme1mxgt7] {
    background: var(--bg-panel, #1a1d24);
    color: var(--text-main, #e0e6ed);
    border-radius: 16px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.7);
    border: 1px solid var(--border-color, #2f3542);
    width: 100%;
    max-width: 1100px;
    max-height: 92vh;
    overflow-y: auto;
    padding: 2rem;
    position: relative;
    animation: slideUp-b-ffme1mxgt7 0.25s ease;
}

@keyframes fadeIn-b-ffme1mxgt7 {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp-b-ffme1mxgt7 {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.topup-close[b-ffme1mxgt7] {
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    background: transparent;
    border: none;
    font-size: 2rem;
    line-height: 1;
    color: var(--text-secondary, #94a3b8);
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    border-radius: 8px;
    transition: background 0.15s;
}

.topup-close:hover[b-ffme1mxgt7] { background: rgba(255, 255, 255, 0.08); color: var(--text-main, #e0e6ed); }

.topup-title[b-ffme1mxgt7] {
    margin: 0 0 0.25rem;
    font-size: 1.75rem;
    font-weight: 700;
}

.topup-subtitle[b-ffme1mxgt7] {
    margin: 0 0 1.5rem;
    color: var(--text-secondary, #94a3b8);
    font-size: 0.95rem;
}

.topup-currency-row[b-ffme1mxgt7] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.topup-currency-label[b-ffme1mxgt7] {
    font-weight: 600;
    color: var(--text-secondary, #94a3b8);
    font-size: 0.9rem;
}

.topup-currency-buttons[b-ffme1mxgt7] { display: flex; gap: 0.5rem; }

.topup-cur-btn[b-ffme1mxgt7] {
    padding: 0.4rem 0.85rem;
    border: 2px solid var(--border-color, #2f3542);
    background: transparent;
    border-radius: 8px;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.15s;
    color: var(--text-main, #e0e6ed);
}

.topup-cur-btn:hover:not(:disabled)[b-ffme1mxgt7] { border-color: #ff8a00; color: #ff8a00; }

.topup-cur-btn.active[b-ffme1mxgt7] {
    border-color: #ff8a00;
    background: rgba(255, 138, 0, 0.18);
    color: #ff8a00;
}

.topup-cur-btn:disabled[b-ffme1mxgt7] { opacity: 0.6; cursor: not-allowed; }

.topup-loading[b-ffme1mxgt7],
.topup-error[b-ffme1mxgt7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 3rem 1rem;
    color: var(--text-secondary, #94a3b8);
}

.topup-error[b-ffme1mxgt7] { color: #ff6b6b; }

.topup-retry-btn[b-ffme1mxgt7] {
    padding: 0.4rem 1rem;
    border: 1px solid #dc3545;
    background: transparent;
    color: #dc3545;
    border-radius: 6px;
    cursor: pointer;
}

.spinner[b-ffme1mxgt7] {
    width: 36px;
    height: 36px;
    border: 3px solid rgba(255, 138, 0, 0.2);
    border-top-color: #ff8a00;
    border-radius: 50%;
    animation: spin-b-ffme1mxgt7 0.8s linear infinite;
}

.spinner-sm[b-ffme1mxgt7] {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid currentColor;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin-b-ffme1mxgt7 0.8s linear infinite;
    margin-right: 0.4rem;
    vertical-align: middle;
}

@keyframes spin-b-ffme1mxgt7 { to { transform: rotate(360deg); } }

.topup-plans[b-ffme1mxgt7] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 1rem;
    margin-bottom: 1.25rem;
    transition: opacity 0.15s;
}

.topup-plans.is-reloading[b-ffme1mxgt7] { opacity: 0.55; pointer-events: none; }

.topup-plan[b-ffme1mxgt7] {
    border: 2px solid var(--border-color, #2f3542);
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    padding: 1.25rem 1rem;
    text-align: center;
    position: relative;
    transition: all 0.2s;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    color: var(--text-main, #e0e6ed);
}

.topup-plan:hover:not(.disabled)[b-ffme1mxgt7] {
    border-color: #ff8a00;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 138, 0, 0.2);
    background: rgba(255, 255, 255, 0.05);
}

.topup-plan.recommended[b-ffme1mxgt7] {
    border-color: #ff8a00;
    background: linear-gradient(135deg, rgba(255, 138, 0, 0.12), rgba(255, 138, 0, 0.03));
}

.topup-plan.disabled[b-ffme1mxgt7] { opacity: 0.55; }

.topup-badge[b-ffme1mxgt7] {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #ff8a00;
    color: white;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.2rem 0.7rem;
    border-radius: 999px;
    white-space: nowrap;
}

.topup-badge-once[b-ffme1mxgt7] {
    background: #f59e0b;
    top: auto;
    bottom: -10px;
}

.topup-plan-name[b-ffme1mxgt7] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
}

.topup-plan-price[b-ffme1mxgt7] { margin: 0.25rem 0; }

.topup-price-amount[b-ffme1mxgt7] {
    font-size: 1.6rem;
    font-weight: 800;
    color: #ff8a00;
}

.topup-plan-credits[b-ffme1mxgt7] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    font-weight: 600;
}

.topup-credits-icon[b-ffme1mxgt7] { font-size: 1.1rem; }

.topup-plan-per-credit[b-ffme1mxgt7] {
    font-size: 0.78rem;
    color: var(--text-secondary, #94a3b8);
}

.topup-buy-btn[b-ffme1mxgt7] {
    margin-top: auto;
    padding: 0.6rem 1rem;
    border: none;
    background: #ff8a00;
    color: white;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.15s, transform 0.15s;
}

.topup-buy-btn:hover:not(:disabled)[b-ffme1mxgt7] { background: #ff7700; transform: translateY(-1px); }
.topup-buy-btn:disabled[b-ffme1mxgt7] { background: rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.4); cursor: not-allowed; }

.topup-footer[b-ffme1mxgt7] {
    text-align: center;
    padding-top: 1rem;
    border-top: 1px solid var(--border-color, #2f3542);
}

.topup-secure[b-ffme1mxgt7] {
    color: var(--text-secondary, #94a3b8);
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .topup-modal[b-ffme1mxgt7] {
        padding: 1.25rem;
        max-height: 100vh;
        border-radius: 0;
    }

    .topup-overlay[b-ffme1mxgt7] { padding: 0; }
    .topup-title[b-ffme1mxgt7] { font-size: 1.4rem; }
    .topup-plans[b-ffme1mxgt7] { grid-template-columns: 1fr; }
}
/* /Components/Shared/WalletBalance.razor.rz.scp.css */
.wallet-balance[b-lf9xwplp8b] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.25rem 0.75rem;
    background: var(--bg-panel, #f8f9fa);
    border: 1px solid var(--border-color, #dee2e6);
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--text-main, #333);
    white-space: nowrap;
}

.wallet-icon[b-lf9xwplp8b] {
    font-size: 1rem;
}

.wallet-amount[b-lf9xwplp8b] {
    font-variant-numeric: tabular-nums;
}

.wallet-topup-btn[b-lf9xwplp8b] {
    margin-left: 0.35rem;
    width: 22px;
    height: 22px;
    line-height: 1;
    border: none;
    border-radius: 50%;
    background: #0074d4;
    color: white;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: background 0.15s, transform 0.15s;
}

.wallet-topup-btn:hover[b-lf9xwplp8b] {
    background: #0061b3;
    transform: scale(1.1);
}

.wallet-topup-btn:active[b-lf9xwplp8b] {
    transform: scale(0.95);
}
