/* FastWebTools — home tool workspace (matches brand.css design system) */
.container.container--tools {
    width: min(920px, 100%);
    max-width: 100%;
    box-sizing: border-box;
}

/* ── Sprint 1: compact hero (homepage only) ── */
.container--tools .home-brand-banner--static {
    gap: 10px;
    margin: 0 auto 6px;
    padding: 8px 18px 8px 12px;
}

.container--tools .home-brand-banner--static .home-brand-logo {
    width: 46px;
    height: 46px;
}

.container--tools .home-brand-banner--static .home-brand-text {
    font-size: 26px;
}

.container--tools .home-tagline {
    margin: 0 auto 16px;
    font-size: 14px;
    font-weight: 500;
    color: var(--fw-text-3, #6B7280);
}

/* ── Sprint 1: Tip contextual help (replaces story-box) ── */
.fw-tip {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    margin: 0 0 20px;
    padding: 12px 14px;
    border: 1px solid var(--fw-border, #E6E8EC);
    border-radius: var(--fw-radius-md, 12px);
    background: var(--fw-surface-2, #F8F9FB);
    text-align: left;
    box-sizing: border-box;
}

.fw-tip__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: var(--fw-accent-soft, #EEF2FF);
    color: var(--fw-accent, #4F46E5);
}

.fw-tip__content {
    min-width: 0;
    flex: 1 1 auto;
}

.fw-tip__title {
    margin: 0 0 2px;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.35;
    color: var(--fw-text, #0F172A);
    word-break: keep-all;
    overflow-wrap: anywhere;
}

.fw-tip__body {
    margin: 0;
    font-size: 12.5px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--fw-text-3, #6B7280);
    word-break: keep-all;
    overflow-wrap: anywhere;
}

.fw-tip.is-clamped .fw-tip__body {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fw-tip__more {
    margin-top: 6px;
    padding: 0;
    border: none;
    background: none;
    color: var(--fw-accent, #4F46E5);
    font: inherit;
    font-size: 12.5px;
    font-weight: 600;
    cursor: pointer;
}

.fw-tip__more:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.fw-tip__more:focus-visible {
    outline: 2px solid var(--fw-accent, #4F46E5);
    outline-offset: 2px;
    border-radius: 4px;
}

/* ── v83: convert stage (Input State preview + trigger) ── */
.convert-stage {
    margin-top: 18px;
    padding: 20px;
    border: 1px solid var(--fw-border, #E6E8EC);
    border-radius: var(--fw-radius-lg, 16px);
    background: var(--fw-surface, #FFFFFF);
    box-shadow: var(--fw-shadow-1, 0 1px 2px rgba(15, 23, 42, 0.06));
    text-align: center;
}

.convert-stage__preview {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 14px;
}

.convert-stage__preview img {
    max-width: 100%;
    max-height: 280px;
    border-radius: 12px;
    object-fit: contain;
    box-shadow: 0 8px 20px -10px rgba(15, 23, 42, 0.3);
}

.convert-stage__name {
    margin: 0 0 16px;
    font-size: 14px;
    font-weight: 600;
    color: #475569;
    word-break: keep-all;
    overflow-wrap: anywhere;
}

.convert-stage__actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.convert-stage__trigger {
    min-width: 240px;
    max-width: 100%;
}

.convert-stage__cancel {
    background: none;
    border: none;
    color: #64748b;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
    padding: 4px 8px;
}

.convert-stage__cancel:hover {
    color: #0f172a;
}

.qr-btn--ghost {
    background: #f1f5f9;
    color: #334155;
}

.qr-btn--ghost:hover {
    background: #e2e8f0;
}

/* ── v84: optimizer output-format selector ── */
.optimizer-format {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px dashed #e2e8f0;
}

.optimizer-format__label {
    font-size: 13px;
    font-weight: 600;
    color: #475569;
}

.optimizer-format__opt {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    cursor: pointer;
}

.optimizer-format__opt input {
    accent-color: #6366f1;
    cursor: pointer;
}

/* ── v82: compact extra-utility toggle bar (URL / QR isolation) ── */
.fw-tool-toggle-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 16px 0 0;
}

.fw-tool-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 40px;
    padding: 9px 16px;
    border: 1px solid var(--fw-border, #E6E8EC);
    border-radius: var(--fw-radius-md, 12px);
    background: var(--fw-surface, #FFFFFF);
    box-shadow: var(--fw-shadow-1, 0 1px 2px rgba(15, 23, 42, 0.06));
    color: var(--fw-text-2, #3F4B5A);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.fw-tool-toggle:hover {
    background: var(--fw-surface-2, #F8F9FB);
    color: var(--fw-text, #0F172A);
    border-color: #c7d2fe;
}

.fw-tool-toggle.is-active {
    background: var(--fw-inverse, #0B1220);
    color: var(--fw-inverse-text, #E8ECF4);
    border-color: var(--fw-inverse, #0B1220);
    box-shadow: var(--fw-shadow-2, 0 8px 24px -8px rgba(15, 23, 42, 0.12));
}

a.fw-tool-toggle--nav {
    text-decoration: none;
    color: var(--fw-text-2, #3F4B5A);
    background: var(--fw-surface, #FFFFFF);
    border-color: var(--fw-border, #E6E8EC);
}

a.fw-tool-toggle--nav:hover {
    background: var(--fw-surface-2, #F8F9FB);
    color: var(--fw-text, #0F172A);
    border-color: #c7d2fe;
}

/* Collapsed by default → occupies 0px (hidden attribute). */
.fw-collapsible[hidden] {
    display: none !important;
}

.fw-collapsible {
    margin-top: 16px;
}

.fw-collapsible.fw-collapse-anim {
    animation: fwCollapseIn 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes fwCollapseIn {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
    .fw-collapsible.fw-collapse-anim { animation: none; }
}

.tabs--tools {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 120px), 1fr));
    gap: 8px;
    margin-bottom: 28px;
    padding-bottom: 22px;
    border-bottom: 1px solid #f1f5f9;
}

.tabs--tools .tab {
    padding: 11px 12px;
    font-size: 13px;
    text-align: center;
    min-width: min-content;
    flex: 1 1 min-content;
    white-space: normal;
    line-height: 1.35;
    hyphens: auto;
}

.drop-zone--hero {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: min(52vw, 420px);
    max-height: 420px;
    aspect-ratio: 1;
    width: 100%;
    margin: 0 auto;
    padding: 32px 24px;
    border: 2px dashed var(--fw-border-strong, #D0D4DC);
    border-radius: var(--fw-radius-lg, 16px);
    background: #FCFCFD;
    box-shadow: var(--fw-shadow-1, 0 1px 2px rgba(15, 23, 42, 0.06));
    cursor: pointer;
    transition:
        border-color 0.25s ease,
        background 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.2s ease;
}

.drop-zone--hero:hover {
    border-color: var(--fw-accent, #4F46E5);
    background: #F5F8FF;
}

.drop-zone--hero.highlight,
.drop-zone--hero.drag-over {
    border-color: #6366f1;
    border-width: 3px;
    background: #eef2ff;
    box-shadow:
        0 0 0 4px rgba(99, 102, 241, 0.12),
        0 12px 32px rgba(99, 102, 241, 0.15);
    transform: scale(1.01);
    animation: fw-drop-pulse 1.2s ease-in-out infinite;
}

@keyframes fw-drop-pulse {
    0%, 100% { box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.12), 0 12px 32px rgba(99, 102, 241, 0.12); }
    50% { box-shadow: 0 0 0 8px rgba(99, 102, 241, 0.18), 0 16px 40px rgba(99, 102, 241, 0.2); }
}

.drop-zone--hero p {
    color: var(--fw-text, #0F172A);
    font-weight: 700;
    font-size: 21px;
    letter-spacing: -0.01em;
    margin: 0;
}

.drop-zone--hero span {
    font-size: 13px;
    color: var(--fw-text-3, #6B7280);
    display: block;
    margin-top: 10px;
    max-width: 420px;
    line-height: 1.5;
}

.drop-zone__icon {
    font-size: 56px;
    margin-bottom: 14px;
    opacity: 0.9;
    line-height: 1;
}

.paste-zone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 12px 0 0;
    padding: 14px 18px;
    border: 1px dashed var(--fw-border-strong, #D0D4DC);
    border-radius: var(--fw-radius-md, 12px);
    background: var(--fw-surface-2, #F8F9FB);
    color: var(--fw-text-2, #3F4B5A);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    cursor: pointer;
    text-align: center;
    transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
    outline: none;
}

.paste-zone:hover {
    border-color: #c7d2fe;
    background: var(--fw-accent-soft, #EEF2FF);
    color: var(--fw-accent, #4F46E5);
}

.paste-zone:focus-visible,
.paste-zone.is-armed {
    border-color: var(--fw-accent, #4F46E5);
    background: var(--fw-accent-soft, #EEF2FF);
    box-shadow: var(--fw-focus-ring, 0 0 0 3px rgba(79, 70, 229, 0.22));
}

.paste-zone__icon {
    font-size: 18px;
    line-height: 1;
    flex-shrink: 0;
}

.paste-zone__label {
    color: inherit;
}

.fw-paste-toast {
    position: fixed;
    left: 50%;
    bottom: 28px;
    transform: translateX(-50%) translateY(12px);
    max-width: min(92vw, 420px);
    padding: 12px 18px;
    border-radius: 12px;
    background: rgba(15, 23, 42, 0.92);
    color: #f8fafc;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.28);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 1200;
}

.fw-paste-toast.is-visible {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* WebP optimizer (client-side) */
.optimizer-panel {
    display: none;
    width: 100%;
    text-align: left;
}

.optimizer-panel.active {
    display: block;
}

.optimizer-preview {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 20px;
}

.optimizer-pane {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
}

.optimizer-pane__label {
    display: block;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #64748b;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.optimizer-pane__img {
    width: 100%;
    height: 180px;
    object-fit: contain;
    display: block;
    background: repeating-conic-gradient(#f1f5f9 0% 25%, #fff 0% 50%) 50% / 16px 16px;
}

.optimizer-controls {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 18px 20px;
    margin-bottom: 16px;
}

.optimizer-controls label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #334155;
    margin-bottom: 8px;
}

.optimizer-controls input[type="range"] {
    flex: 1;
    accent-color: #6366f1;
}

.optimizer-quality-val {
    min-width: 42px;
    text-align: right;
    color: #6366f1;
    font-weight: 700;
}

.optimizer-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 14px;
}

.optimizer-metric {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 10px 12px;
    text-align: center;
}

.optimizer-metric__label {
    display: block;
    font-size: 11px;
    color: #94a3b8;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 4px;
}

.optimizer-metric__value {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
}

.optimizer-metric__value--saved {
    color: #059669;
}

.optimizer-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #ecfdf5;
    color: #047857;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 14px;
}

@media (max-width: 640px) {
    .optimizer-preview {
        grid-template-columns: 1fr;
    }
    .optimizer-metrics {
        grid-template-columns: 1fr;
    }
    .drop-zone--hero {
        min-height: 280px;
        aspect-ratio: auto;
        max-height: none;
    }
}

/* ── Fast QR Code Generator (standalone — no dropzone coupling) ── */
.url-shortener-section {
    box-sizing: border-box;
    width: 100%;
    margin: 20px 0 8px;
    padding: 20px 18px;
    text-align: left;
    background: var(--fw-surface, #FFFFFF);
    border: 1px solid var(--fw-border, #E6E8EC);
    border-radius: var(--fw-radius-lg, 16px);
    box-shadow: var(--fw-shadow-1, 0 1px 2px rgba(15, 23, 42, 0.06));
}

.url-shortener-section__title {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 650;
    color: var(--fw-text, #0F172A);
    letter-spacing: -0.2px;
    line-height: 1.35;
}

.url-shortener-section__hint {
    margin: 0 0 14px;
    font-size: 13px;
    color: var(--fw-text-3, #6B7280);
    line-height: 1.5;
}

.url-zone--section {
    display: block !important;
    padding: 0;
}

.url-zone--section input {
    width: 100%;
    box-sizing: border-box;
    min-height: var(--fw-control-h-touch, 44px);
    padding: 12px 16px;
    border-radius: var(--fw-radius-md, 12px);
    border: 1px solid var(--fw-border, #E6E8EC);
    font-size: 15px;
    font-family: inherit;
    background: var(--fw-surface, #ffffff);
    color: var(--fw-text, #0f172a);
    margin-bottom: 10px;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.url-zone--section input:focus {
    outline: none;
    border-color: var(--fw-accent, #4F46E5);
    box-shadow: var(--fw-focus-ring, 0 0 0 3px rgba(79, 70, 229, 0.22));
}

.url-shortener-section__btn {
    width: 100%;
    margin-top: 4px;
    min-height: var(--fw-control-h-touch, 44px);
    padding: 12px 20px;
    border: none;
    border-radius: var(--fw-radius-md, 12px);
    background: var(--fw-success, #059669);
    color: #ffffff;
    font-size: 15px;
    font-weight: 650;
    cursor: pointer;
    touch-action: manipulation;
    box-shadow: var(--fw-shadow-1, 0 1px 2px rgba(15, 23, 42, 0.06));
    transition: background 0.15s ease, box-shadow 0.15s ease;
}

.url-shortener-section__btn:hover {
    background: #047857;
}

.url-shortener-section__btn:active {
    background: #047857;
}

.url-shortener-section__btn:focus-visible {
    outline: 2px solid var(--fw-accent, #4F46E5);
    outline-offset: 2px;
}

.url-zone--section .url-result {
    display: none;
    margin-top: 14px;
    gap: 10px;
    align-items: stretch;
    flex-direction: column;
}

.url-zone--section .url-result input {
    margin-bottom: 0;
    background: #ecfdf5;
    color: #065f46;
    font-weight: 600;
}

.url-zone--section .copy-btn {
    width: 100%;
}

.fast-qr-section {
    box-sizing: border-box;
    width: 100%;
    margin: 20px 0 8px;
    padding: 20px 18px;
    text-align: left;
    background: var(--fw-surface, #FFFFFF);
    border: 1px solid var(--fw-border, #E6E8EC);
    border-radius: var(--fw-radius-lg, 16px);
    box-shadow: var(--fw-shadow-1, 0 1px 2px rgba(15, 23, 42, 0.06));
}

.fast-qr-section__title {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 650;
    color: var(--fw-text, #0F172A);
    letter-spacing: -0.2px;
    line-height: 1.35;
}

.fast-qr-section__hint {
    margin: 0 0 14px;
    font-size: 13px;
    color: var(--fw-text-3, #6B7280);
    line-height: 1.5;
}

.fast-qr-section__row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: stretch;
}

.fast-qr-section__input {
    flex: 1 1 220px;
    min-width: 0;
    box-sizing: border-box;
    min-height: var(--fw-control-h-touch, 44px);
    padding: 12px 16px;
    border-radius: var(--fw-radius-md, 12px);
    border: 1px solid var(--fw-border, #E6E8EC);
    font-size: 15px;
    font-family: inherit;
    background: var(--fw-surface, #ffffff);
    color: var(--fw-text, #0f172a);
    transition: border-color 0.15s, box-shadow 0.15s;
}

.fast-qr-section__input:focus {
    outline: none;
    border-color: var(--fw-accent, #4F46E5);
    box-shadow: var(--fw-focus-ring, 0 0 0 3px rgba(79, 70, 229, 0.22));
}

.fast-qr-section__btn {
    flex: 0 1 auto;
    min-height: var(--fw-control-h-touch, 44px);
    padding: 12px 20px;
    border: none;
    border-radius: var(--fw-radius-md, 12px);
    background: var(--fw-accent, #4F46E5);
    color: #ffffff;
    font-size: 15px;
    font-weight: 650;
    cursor: pointer;
    white-space: nowrap;
    touch-action: manipulation;
    box-shadow: var(--fw-shadow-1, 0 1px 2px rgba(15, 23, 42, 0.06));
    transition: background 0.15s ease, box-shadow 0.15s ease;
}

.fast-qr-section__btn:hover {
    background: #4338CA;
}

.fast-qr-section__btn:active {
    background: #3730A3;
}

.fast-qr-section__btn:focus-visible {
    outline: 2px solid var(--fw-accent, #4F46E5);
    outline-offset: 2px;
}

@media (max-width: 520px) {
    .fast-qr-section__btn {
        width: 100%;
    }
}

.fast-qr-section__output {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.fast-qr-section__preview {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    padding: 12px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
}

.fast-qr-section__preview canvas,
.fast-qr-section__preview img {
    display: block;
    max-width: 200px;
    height: auto;
    border-radius: 6px;
}

.fast-qr-section__download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    color: #334155;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s;
}

.fast-qr-section__download:hover {
    background: #f8fafc;
    border-color: #94a3b8;
}

/* ── ToolLauncher — shared featured + advanced utility rows ── */
.fw-tool-launcher-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    margin: 0 0 16px;
    text-align: left;
    box-sizing: border-box;
}

.fw-tool-launcher {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-width: 0;
    padding: 10px 12px;
    border: 1px solid var(--fw-border, #E6E8EC);
    border-radius: var(--fw-radius-md, 12px);
    background: var(--fw-surface, #FFFFFF);
    box-shadow: var(--fw-shadow-1, 0 1px 2px rgba(15, 23, 42, 0.06));
    color: var(--fw-text, #0F172A);
    text-decoration: none;
    box-sizing: border-box;
    transition:
        border-color 0.18s ease,
        box-shadow 0.18s ease,
        background-color 0.18s ease,
        transform 0.18s ease;
}

.fw-tool-launcher:hover {
    border-color: #c7d2fe;
    background: var(--fw-surface-2, #F8F9FB);
    box-shadow: var(--fw-shadow-2, 0 8px 24px -8px rgba(15, 23, 42, 0.12));
}

.fw-tool-launcher:active {
    box-shadow: var(--fw-shadow-1, 0 1px 2px rgba(15, 23, 42, 0.06));
    background: var(--fw-accent-soft, #EEF2FF);
}

.fw-tool-launcher:focus-visible {
    outline: 2px solid var(--fw-accent, #4F46E5);
    outline-offset: 2px;
    box-shadow: var(--fw-focus-ring, 0 0 0 3px rgba(79, 70, 229, 0.22));
}

.fw-tool-launcher__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: var(--fw-accent-soft, #EEF2FF);
    border: 1px solid rgba(79, 70, 229, 0.12);
    overflow: hidden;
}

.fw-tool-launcher__icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    display: block;
}

.fw-tool-launcher__icon--indigo { background: #EEF2FF; border-color: rgba(79, 70, 229, 0.14); }
.fw-tool-launcher__icon--violet { background: #F5F3FF; border-color: rgba(124, 58, 237, 0.14); }
.fw-tool-launcher__icon--teal { background: #ECFEFF; border-color: rgba(8, 145, 178, 0.16); }
.fw-tool-launcher__icon--blue { background: #EFF6FF; border-color: rgba(37, 99, 235, 0.14); }
.fw-tool-launcher__icon--green { background: #ECFDF5; border-color: rgba(16, 185, 129, 0.18); }
.fw-tool-launcher__icon--rose { background: #FEF2F2; border-color: rgba(244, 63, 94, 0.16); }

.fw-tool-launcher__chip {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: var(--fw-accent, #4F46E5);
}

.fw-tool-launcher__icon--green .fw-tool-launcher__chip { color: #047857; }
.fw-tool-launcher__icon--rose .fw-tool-launcher__chip { color: #BE123C; }

.fw-tool-launcher__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    min-width: 0;
    flex: 1 1 auto;
}

.fw-tool-launcher__title {
    font-size: 14.5px;
    font-weight: 650;
    line-height: 1.25;
    color: var(--fw-text, #0F172A);
    word-break: keep-all;
    overflow-wrap: anywhere;
}

.fw-tool-launcher__desc {
    font-size: 12.5px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--fw-text-3, #6B7280);
    word-break: keep-all;
    overflow-wrap: anywhere;
}

.fw-tool-launcher__badge {
    display: inline-flex;
    align-items: center;
    margin-top: 3px;
    padding: 1px 6px;
    border-radius: 999px;
    border: 1px solid rgba(79, 70, 229, 0.16);
    background: #EEF2FF;
    color: #4338CA;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.fw-tool-launcher__chevron {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 16px;
    color: var(--fw-text-3, #6B7280);
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    opacity: 0.6;
}

.fw-tool-launcher:hover .fw-tool-launcher__chevron {
    color: var(--fw-accent, #4F46E5);
    opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
    .fw-tool-launcher {
        transition: none;
    }
    .fw-tool-launcher:hover,
    .fw-tool-launcher:active {
        transform: none;
    }
}

/* More Tools — same launcher language in a compact grid */
.fw-advanced-utilities {
    width: 100%;
    margin: 0 0 18px;
    text-align: left;
    box-sizing: border-box;
}

.fw-advanced-utilities__title {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--fw-text-3, #6B7280);
}

.fw-advanced-utilities__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.fw-advanced-utilities__grid .fw-tool-launcher {
    height: 100%;
}

@media (max-width: 640px) {
    .fw-advanced-utilities__grid {
        grid-template-columns: 1fr;
    }
}
