.ltiom-app {
    --ltiom-accent: #a50f0f;
    --ltiom-success: #049741;
    --ltiom-accent-rgb: 165, 15, 15;
    --ltiom-success-rgb: 4, 151, 65;
    --ltiom-ink: #101828;
    --ltiom-heading: #0b1220;
    --ltiom-muted: #667085;
    --ltiom-muted-2: #98a2b3;
    --ltiom-line: #e6eaf0;
    --ltiom-line-soft: #eef1f5;
    --ltiom-surface: #ffffff;
    --ltiom-surface-soft: #f8fafc;
    --ltiom-surface-tint: #f5f7fb;
    --ltiom-radius-xl: 30px;
    --ltiom-radius-lg: 22px;
    --ltiom-radius-md: 16px;
    --ltiom-radius-sm: 12px;
    --ltiom-shadow-xl: 0 34px 90px rgba(15, 23, 42, 0.13);
    --ltiom-shadow-lg: 0 22px 50px rgba(15, 23, 42, 0.1);
    --ltiom-shadow-md: 0 12px 30px rgba(15, 23, 42, 0.08);
    position: relative;
    isolation: isolate;
    width: 100%;
    margin: 32px 0;
    color: var(--ltiom-ink);
    font-family: "Manrope", "Segoe UI Variable", "Segoe UI", system-ui, -apple-system, sans-serif;
    font-size: 15px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.ltiom-app *,
.ltiom-app *::before,
.ltiom-app *::after {
    box-sizing: border-box;
}

.ltiom-app [hidden] {
    display: none !important;
}

.ltiom-app button,
.ltiom-app input,
.ltiom-app select,
.ltiom-app textarea {
    font: inherit;
}

.ltiom-app button,
.ltiom-app [role="button"],
.ltiom-app a,
.ltiom-app input[type="range"],
.ltiom-app select {
    -webkit-tap-highlight-color: transparent;
}

.ltiom-app button:focus-visible,
.ltiom-app [role="button"]:focus-visible,
.ltiom-app a:focus-visible,
.ltiom-app input:focus-visible,
.ltiom-app select:focus-visible,
.ltiom-app summary:focus-visible {
    outline: 3px solid rgba(var(--ltiom-accent-rgb), 0.2);
    outline-offset: 3px;
}

.ltiom-svg {
    display: block;
    width: 1em;
    height: 1em;
    flex: 0 0 auto;
}

.ltiom-app h2,
.ltiom-app h3,
.ltiom-app strong {
    font-family: "Plus Jakarta Sans", "Manrope", sans-serif;
}

.ltiom-app h2,
.ltiom-app h3,
.ltiom-app p {
    margin-top: 0;
}

.ltiom-app__ambient {
    position: absolute;
    inset: -40px;
    z-index: -2;
    overflow: hidden;
    pointer-events: none;
}

.ltiom-app__ambient i {
    position: absolute;
    border-radius: 999px;
    filter: blur(2px);
    opacity: 0.5;
    animation: ltiom-float 12s ease-in-out infinite;
}

.ltiom-app__ambient i:nth-child(1) {
    width: 240px;
    height: 240px;
    top: 2%;
    right: 3%;
    background: radial-gradient(circle, rgba(var(--ltiom-accent-rgb), 0.15), transparent 70%);
}

.ltiom-app__ambient i:nth-child(2) {
    width: 180px;
    height: 180px;
    left: -40px;
    top: 36%;
    animation-delay: -4s;
    background: radial-gradient(circle, rgba(var(--ltiom-success-rgb), 0.12), transparent 70%);
}

.ltiom-app__ambient i:nth-child(3) {
    width: 150px;
    height: 150px;
    right: 16%;
    bottom: 0;
    animation-delay: -7s;
    background: radial-gradient(circle, rgba(77, 114, 255, 0.1), transparent 70%);
}

.ltiom-app__hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.26fr) minmax(320px, 0.74fr);
    gap: 32px;
    padding: 44px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    /* border-radius: var(--ltiom-radius-xl) var(--ltiom-radius-xl) 0 0; */
    background: radial-gradient(circle at 10% 5%, rgba(255, 255, 255, 0.12), transparent 32%), radial-gradient(circle at 96% 0%, rgba(var(--ltiom-accent-rgb), 0.34), transparent 32%), linear-gradient(135deg, #0b1220 0%, #121b2e 58%, #151c2b 100%);
    box-shadow: var(--ltiom-shadow-xl);
    color: #fff;
}

.ltiom-app__hero::before {
    content: "";
    position: absolute;
    width: 480px;
    height: 480px;
    left: -240px;
    bottom: -320px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 80px rgba(255, 255, 255, 0.018), 0 0 0 160px rgba(255, 255, 255, 0.012);
}

.ltiom-app__hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.16;
    background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(to bottom right, #000, transparent 70%);
}

.ltiom-app__hero-main,
.ltiom-app__visual-card {
    position: relative;
    z-index: 1;
}

.ltiom-app__hero-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 0;
}

.ltiom-app__brandline {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}

.ltiom-app__brand-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 15px;
    background: linear-gradient(145deg, rgba(255,255,255,.15), rgba(255,255,255,.05));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 12px 30px rgba(0,0,0,.15);
    color: #fff;
}

.ltiom-app__brand-icon .ltiom-svg {
    width: 22px;
    height: 22px;
}

.ltiom-app__brandline > span:last-child {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.ltiom-app__brandline strong {
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.ltiom-app__brandline small {
    margin-top: 4px;
    color: rgba(255,255,255,.55);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.ltiom-app__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding: 8px 12px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 999px;
    background: rgba(255,255,255,.07);
    color: rgba(255,255,255,.83);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    backdrop-filter: blur(12px);
}

.ltiom-app__badge .ltiom-svg {
    width: 15px;
    height: 15px;
    color: #fbbf24;
}

.ltiom-app__hero h2 {
    max-width: 760px;
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(34px, 4.7vw, 62px);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.055em;
}

.ltiom-app__hero-main > p {
    max-width: 690px;
    margin-bottom: 26px;
    color: rgba(255,255,255,.68);
    font-size: 16px;
    line-height: 1.75;
}

.ltiom-app__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ltiom-app__trust span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 11px;
    border-radius: 10px;
    background: rgba(255,255,255,.06);
    color: rgba(255,255,255,.72);
    font-size: 12px;
    font-weight: 700;
}

.ltiom-app__trust .ltiom-svg {
    width: 15px;
    height: 15px;
    color: #86efac;
}

.ltiom-app__pipeline-card {
    align-self: stretch;
    padding: 24px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 24px;
    background: linear-gradient(155deg, rgba(255,255,255,.12), rgba(255,255,255,.055));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 24px 60px rgba(0,0,0,.2);
    backdrop-filter: blur(22px);
}

.ltiom-app__pipeline-card > header {
    display: flex;
    align-items: center;
    gap: 11px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.ltiom-section-icon {
    display: grid;
    place-items: center;
    width: 39px;
    height: 39px;
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(var(--ltiom-accent-rgb), .88), rgba(var(--ltiom-accent-rgb), .55));
    box-shadow: 0 10px 24px rgba(var(--ltiom-accent-rgb), .26);
}

.ltiom-section-icon .ltiom-svg {
    width: 18px;
    height: 18px;
}

.ltiom-app__pipeline-card header > div {
    display: flex;
    flex-direction: column;
    min-width: 0;
    line-height: 1.25;
}

.ltiom-app__pipeline-card header small {
    color: rgba(255,255,255,.5);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.ltiom-app__pipeline-card header strong {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 800;
}

.ltiom-app__live-dot {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
    padding: 6px 8px;
    border-radius: 999px;
    background: rgba(16,185,129,.12);
    color: #a7f3d0;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.ltiom-app__live-dot i,
.ltiom-control-panel__status i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #34d399;
    box-shadow: 0 0 0 5px rgba(52,211,153,.1);
    animation: ltiom-pulse 2s ease-in-out infinite;
}

.ltiom-app__pipeline-card ol {
    display: grid;
    gap: 12px;
    margin: 18px 0;
    padding: 0;
    list-style: none;
}

.ltiom-app__pipeline-card li {
    position: relative;
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 12px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 15px;
    background: rgba(5,10,20,.18);
    transition: transform .3s ease, border-color .3s ease, background .3s ease;
}

.ltiom-app__pipeline-card li:hover {
    transform: translateX(4px);
    border-color: rgba(255,255,255,.18);
    background: rgba(255,255,255,.07);
}

.ltiom-pipeline-icon {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(255,255,255,.09);
    color: rgba(255,255,255,.85);
}

.ltiom-pipeline-icon .ltiom-svg {
    width: 19px;
    height: 19px;
}

.ltiom-app__pipeline-card li > span:last-child {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 8px;
    align-items: center;
}

.ltiom-app__pipeline-card li b {
    color: rgba(255,255,255,.4);
    font-size: 9px;
    letter-spacing: .1em;
}

.ltiom-app__pipeline-card li strong {
    font-size: 12px;
    font-weight: 800;
}

.ltiom-app__pipeline-card li small {
    grid-column: 1 / -1;
    margin-top: 3px;
    color: rgba(255,255,255,.5);
    font-size: 10px;
    line-height: 1.5;
}

.ltiom-app__pipeline-card footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,.1);
}

.ltiom-app__pipeline-card footer > span:first-child {
    display: flex;
    flex-direction: column;
}

.ltiom-app__pipeline-card footer small {
    color: rgba(255,255,255,.5);
    font-size: 10px;
    font-weight: 700;
}

.ltiom-app__pipeline-card footer strong {
    margin-top: 2px;
    font-size: 20px;
    font-weight: 800;
}

.ltiom-app__quality-ring {
    position: relative;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: conic-gradient(#34d399 calc(var(--quality) * 1%), rgba(255,255,255,.1) 0);
}

.ltiom-app__quality-ring::before {
    content: "";
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #1c2638;
}

.ltiom-app__quality-ring i {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}

.ltiom-app__workspace {
    position: relative;
    padding: 28px;
    /* border: 1px solid var(--ltiom-line); */
    border-top: 0;
    /* border-radius: 0 0 var(--ltiom-radius-xl) var(--ltiom-radius-xl); */
    /* background: linear-gradient(180deg, #f8fafc, #fff 70%); */
    /* box-shadow: var(--ltiom-shadow-xl); */
}

.ltiom-workspace-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
    gap: 22px;
}

.ltiom-upload-panel,
.ltiom-control-panel {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--ltiom-line);
    border-radius: var(--ltiom-radius-lg);
    background: var(--ltiom-surface);
    box-shadow: var(--ltiom-shadow-md);
}

.ltiom-panel-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 84px;
    padding: 18px 20px;
    border-bottom: 1px solid var(--ltiom-line-soft);
    background: linear-gradient(180deg, #fff, #fcfdff);
}

.ltiom-panel-heading__title {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.ltiom-panel-heading__icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 13px;
    background: rgba(var(--ltiom-accent-rgb), .08);
    color: var(--ltiom-accent);
}

.ltiom-panel-heading__icon .ltiom-svg {
    width: 20px;
    height: 20px;
}

.ltiom-panel-heading__title > span:last-child {
    display: flex;
    flex-direction: column;
    min-width: 0;
    line-height: 1.25;
}

.ltiom-panel-heading small {
    color: var(--ltiom-accent);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.ltiom-panel-heading strong {
    margin-top: 3px;
    color: var(--ltiom-heading);
    font-size: 14px;
    font-weight: 800;
}

.ltiom-panel-heading em {
    margin-top: 3px;
    overflow: hidden;
    color: var(--ltiom-muted);
    font-size: 10px;
    font-style: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ltiom-panel-limit,
.ltiom-control-panel__status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    flex: 0 0 auto;
    padding: 7px 9px;
    border-radius: 10px;
    background: var(--ltiom-surface-tint);
    color: var(--ltiom-muted);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .03em;
}

.ltiom-panel-limit .ltiom-svg {
    width: 14px;
    height: 14px;
}

.ltiom-control-panel__status {
    background: rgba(var(--ltiom-success-rgb), .08);
    color: var(--ltiom-success);
}

.ltiom-control-panel__status i {
    width: 6px;
    height: 6px;
    box-shadow: 0 0 0 4px rgba(var(--ltiom-success-rgb), .08);
}

.ltiom-control-panel__status b {
    font: inherit;
}

.ltiom-dropzone {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 390px;
    margin: 20px;
    padding: 38px 24px;
    overflow: hidden;
    border: 1.5px dashed #cfd6e1;
    border-radius: 20px;
    background:
        radial-gradient(circle at 50% 0, rgba(var(--ltiom-accent-rgb), .04), transparent 40%),
        linear-gradient(180deg, #fbfcfe, #f7f9fc);
    text-align: center;
    cursor: pointer;
    transition: transform .35s cubic-bezier(.2,.8,.2,1), border-color .35s ease, box-shadow .35s ease, background .35s ease;
}

.ltiom-dropzone::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(var(--ltiom-accent-rgb), .1), transparent 30%);
    transition: opacity .3s ease;
}

.ltiom-dropzone:hover,
.ltiom-dropzone.is-dragging {
    transform: translateY(-3px);
    border-color: rgba(var(--ltiom-accent-rgb), .55);
    background: linear-gradient(180deg, rgba(var(--ltiom-accent-rgb), .025), #fff);
    box-shadow: 0 20px 45px rgba(var(--ltiom-accent-rgb), .1);
}

.ltiom-dropzone:hover::before,
.ltiom-dropzone.is-dragging::before {
    opacity: 1;
}

.ltiom-dropzone__visual {
    position: relative;
    display: grid;
    place-items: center;
    width: 96px;
    height: 96px;
    margin-bottom: 18px;
}

.ltiom-dropzone__visual > span {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 66px;
    height: 66px;
    border: 1px solid rgba(var(--ltiom-accent-rgb), .12);
    border-radius: 22px;
    background: linear-gradient(145deg, #fff, #f2f5f9);
    box-shadow: 0 18px 34px rgba(15,23,42,.12), inset 0 1px 0 #fff;
    color: var(--ltiom-accent);
    transition: transform .35s cubic-bezier(.2,.8,.2,1);
}

.ltiom-dropzone:hover .ltiom-dropzone__visual > span,
.ltiom-dropzone.is-dragging .ltiom-dropzone__visual > span {
    transform: translateY(-5px) scale(1.04);
}

.ltiom-dropzone__visual .ltiom-svg {
    width: 29px;
    height: 29px;
}

.ltiom-dropzone__visual i {
    position: absolute;
    border: 1px solid rgba(var(--ltiom-accent-rgb), .09);
    border-radius: 50%;
    animation: ltiom-orbit 7s linear infinite;
}

.ltiom-dropzone__visual i:nth-of-type(1) { width: 82px; height: 82px; }
.ltiom-dropzone__visual i:nth-of-type(2) { width: 96px; height: 96px; animation-direction: reverse; animation-duration: 10s; }
.ltiom-dropzone__visual i:nth-of-type(3) { width: 5px; height: 5px; top: 9px; right: 12px; border: 0; background: var(--ltiom-accent); box-shadow: 0 0 0 5px rgba(var(--ltiom-accent-rgb), .08); }

.ltiom-dropzone__eyebrow {
    margin-bottom: 5px;
    color: var(--ltiom-accent);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.ltiom-dropzone h3 {
    margin: 0 0 5px;
    color: var(--ltiom-heading);
    font-size: 18px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: -.025em;
}

.ltiom-dropzone p {
    margin: 0 0 7px;
    color: var(--ltiom-muted);
    font-size: 12px;
}

.ltiom-dropzone p span {
    color: var(--ltiom-accent);
    font-weight: 800;
}

.ltiom-dropzone > small {
    color: var(--ltiom-muted-2);
    font-size: 10px;
}

.ltiom-queue {
    margin: 0 20px 20px;
    overflow: hidden;
    border: 1px solid var(--ltiom-line);
    border-radius: 16px;
    background: #fff;
    animation: ltiom-reveal .4s ease both;
}

.ltiom-queue > header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-bottom: 1px solid var(--ltiom-line-soft);
    background: #fbfcfe;
}

.ltiom-queue__title {
    display: flex;
    align-items: center;
    gap: 9px;
}

.ltiom-queue__title > .ltiom-svg {
    width: 17px;
    height: 17px;
    color: var(--ltiom-accent);
}

.ltiom-queue__title > span {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
}

.ltiom-queue__title strong {
    color: var(--ltiom-heading);
    font-size: 11px;
    font-weight: 800;
}

.ltiom-queue__title small {
    margin-top: 2px;
    color: var(--ltiom-muted);
    font-size: 9px;
}

.ltiom-queue button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 32px;
    padding: 6px 10px;
    border: 1px solid var(--ltiom-line);
    border-radius: 9px;
    background: #fff;
    color: #b42318;
    font-size: 9px;
    font-weight: 800;
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.ltiom-queue button:hover:not(:disabled) {
    transform: translateY(-1px);
    border-color: #fecdca;
    background: #fff5f4;
}

.ltiom-queue button:disabled {
    opacity: .45;
    cursor: not-allowed;
}

.ltiom-queue button .ltiom-svg {
    width: 13px;
    height: 13px;
}

.ltiom-file-list {
    display: grid;
    gap: 1px;
    max-height: 290px;
    overflow: auto;
    background: var(--ltiom-line-soft);
}

.ltiom-file-item {
    display: grid;
    grid-template-columns: 43px minmax(0, 1fr) 32px;
    gap: 11px;
    align-items: center;
    padding: 11px 12px;
    background: #fff;
    animation: ltiom-slide-in .28s ease both;
}

.ltiom-file-item:hover {
    background: #fbfcfe;
}

.ltiom-file-item__icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(var(--ltiom-accent-rgb), .1), rgba(var(--ltiom-accent-rgb), .04));
    color: var(--ltiom-accent);
}

.ltiom-file-item__icon .ltiom-svg {
    width: 20px;
    height: 20px;
}

.ltiom-file-item > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    min-width: 0;
    line-height: 1.3;
}

.ltiom-file-item strong {
    overflow: hidden;
    color: var(--ltiom-heading);
    font-size: 10px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ltiom-file-item span {
    margin-top: 4px;
    color: var(--ltiom-muted);
    font-size: 9px;
}

.ltiom-file-item button {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: var(--ltiom-muted-2);
    cursor: pointer;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

.ltiom-file-item button:hover {
    transform: rotate(8deg);
    background: #fff1f0;
    color: #d92d20;
}

.ltiom-file-item button .ltiom-svg {
    width: 16px;
    height: 16px;
}

.ltiom-control-panel__body {
    display: grid;
    gap: 15px;
    padding: 20px;
}

.ltiom-control-field {
    display: block;
    padding: 16px;
    border: 1px solid var(--ltiom-line-soft);
    border-radius: 15px;
    background: linear-gradient(180deg, #fff, #fbfcfe);
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.ltiom-control-field:hover {
    transform: translateY(-2px);
    border-color: rgba(var(--ltiom-accent-rgb), .18);
    box-shadow: 0 12px 24px rgba(15,23,42,.06);
}

.ltiom-control-field__heading {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ltiom-control-field__heading > i {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: rgba(var(--ltiom-accent-rgb), .08);
    color: var(--ltiom-accent);
}

.ltiom-control-field__heading > i .ltiom-svg {
    width: 16px;
    height: 16px;
}

.ltiom-control-field__heading > span {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.ltiom-control-field__heading strong {
    color: var(--ltiom-heading);
    font-size: 11px;
    font-weight: 800;
}

.ltiom-control-field__heading small {
    margin-top: 2px;
    color: var(--ltiom-muted);
    font-size: 9px;
}

.ltiom-control-field__range {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 50px;
    gap: 12px;
    align-items: center;
    margin-top: 14px;
}

.ltiom-control-field__range input,
.ltiom-range input {
    width: 100%;
    height: 6px;
    margin: 0;
    appearance: none;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--ltiom-accent), rgba(var(--ltiom-accent-rgb), .14));
    cursor: pointer;
}

.ltiom-control-field__range input::-webkit-slider-thumb,
.ltiom-range input::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
    appearance: none;
    border: 4px solid #fff;
    border-radius: 50%;
    background: var(--ltiom-accent);
    box-shadow: 0 4px 12px rgba(var(--ltiom-accent-rgb), .35);
    transition: transform .2s ease;
}

.ltiom-control-field__range input:hover::-webkit-slider-thumb,
.ltiom-range input:hover::-webkit-slider-thumb {
    transform: scale(1.12);
}

.ltiom-control-field__range input::-moz-range-thumb,
.ltiom-range input::-moz-range-thumb {
    width: 12px;
    height: 12px;
    border: 4px solid #fff;
    border-radius: 50%;
    background: var(--ltiom-accent);
    box-shadow: 0 4px 12px rgba(var(--ltiom-accent-rgb), .35);
}

.ltiom-control-field__range output {
    display: grid;
    place-items: center;
    min-height: 38px;
    border: 1px solid var(--ltiom-line);
    border-radius: 10px;
    background: #fff;
    color: var(--ltiom-accent);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 11px;
    font-weight: 800;
}

.ltiom-range-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 7px;
    color: var(--ltiom-muted-2);
    font-size: 8px;
    font-weight: 700;
}

.ltiom-control-field select {
    width: 100%;
    min-height: 44px;
    margin-top: 14px;
    padding: 0 38px 0 12px;
    border: 1px solid var(--ltiom-line);
    border-radius: 11px;
    background-color: #fff;
    color: var(--ltiom-ink);
    font-size: 10px;
    font-weight: 700;
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.ltiom-control-field select:focus {
    border-color: rgba(var(--ltiom-accent-rgb), .5);
    box-shadow: 0 0 0 4px rgba(var(--ltiom-accent-rgb), .08);
}

.ltiom-control-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.ltiom-control-summary > div {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    padding: 10px;
    border: 1px solid var(--ltiom-line-soft);
    border-radius: 12px;
    background: var(--ltiom-surface-soft);
}

.ltiom-control-summary > div > i {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
    border-radius: 9px;
    background: #fff;
    color: var(--ltiom-accent);
    box-shadow: 0 4px 10px rgba(15,23,42,.05);
}

.ltiom-control-summary .ltiom-svg {
    width: 14px;
    height: 14px;
}

.ltiom-control-summary > div > span {
    display: flex;
    flex-direction: column;
    min-width: 0;
    line-height: 1.2;
}

.ltiom-control-summary small {
    color: var(--ltiom-muted-2);
    font-size: 7px;
    font-weight: 700;
}

.ltiom-control-summary strong {
    margin-top: 3px;
    overflow: hidden;
    color: var(--ltiom-heading);
    font-size: 8px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ltiom-primary-button {
    --ltiom-progress: 0%;
    position: relative;
    display: grid;
    grid-template-columns: 42px minmax(0,1fr) 24px;
    gap: 12px;
    align-items: center;
    min-height: 68px;
    padding: 11px 14px;
    overflow: hidden;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--ltiom-accent), color-mix(in srgb, var(--ltiom-accent) 72%, #411212));
    box-shadow: 0 16px 32px rgba(var(--ltiom-accent-rgb), .24);
    color: #fff;
    text-align: left;
    cursor: pointer;
    transition: transform .28s cubic-bezier(.2,.8,.2,1), box-shadow .28s ease, filter .28s ease;
}

.ltiom-primary-button::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    width: var(--ltiom-progress);
    height: 4px;
    background: rgba(255,255,255,.8);
    transition: width .25s ease;
}

.ltiom-primary-button:hover:not(:disabled) {
    transform: translateY(-3px);
    box-shadow: 0 22px 42px rgba(var(--ltiom-accent-rgb), .32);
    filter: saturate(1.05);
}

.ltiom-primary-button:active:not(:disabled) {
    transform: translateY(-1px) scale(.995);
}

.ltiom-primary-button:disabled {
    background: #d7dce4;
    box-shadow: none;
    cursor: not-allowed;
}

.ltiom-primary-button__glow {
    position: absolute;
    width: 130px;
    height: 130px;
    right: -40px;
    top: -80px;
    border-radius: 50%;
    background: rgba(255,255,255,.14);
    transition: transform .4s ease;
}

.ltiom-primary-button:hover .ltiom-primary-button__glow {
    transform: scale(1.3);
}

.ltiom-primary-button__icon {
    position: relative;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 13px;
    background: rgba(255,255,255,.12);
}

.ltiom-primary-button__icon .ltiom-svg {
    width: 19px;
    height: 19px;
}

.ltiom-primary-button > span:nth-of-type(3) {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    line-height: 1.25;
}

.ltiom-primary-button strong {
    font-size: 11px;
    font-weight: 800;
}

.ltiom-primary-button small {
    margin-top: 4px;
    color: rgba(255,255,255,.68);
    font-size: 8px;
}

.ltiom-primary-button__arrow {
    position: relative;
    display: grid;
    place-items: center;
    transition: transform .25s ease;
}

.ltiom-primary-button:hover .ltiom-primary-button__arrow {
    transform: translateX(4px);
}

.ltiom-primary-button__arrow .ltiom-svg {
    width: 18px;
    height: 18px;
}

.ltiom-live {
    min-height: 0;
    padding: 0;
    border-radius: 16px;
    color: var(--ltiom-muted);
    transition: padding .25s ease, background .25s ease, border-color .25s ease;
}

.ltiom-live:not(:empty) {
    min-height: 56px;
    padding: 0;
    animation: ltiom-reveal .3s ease both;
}

.ltiom-smart-alert {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
    border: 1px solid transparent;
    border-radius: 16px;
    background: #f8fafc;
    box-shadow: 0 10px 24px rgba(16, 24, 40, .06);
}

.ltiom-live.is-info .ltiom-smart-alert {
    border-color: #b2ddff;
    background: linear-gradient(180deg, #eff8ff, #f8fbff);
    color: #175cd3;
}

.ltiom-live.is-success .ltiom-smart-alert {
    border-color: #abefc6;
    background: linear-gradient(180deg, #ecfdf3, #f6fffa);
    color: #027a48;
}

.ltiom-live.is-warning .ltiom-smart-alert {
    border-color: #fedf89;
    background: linear-gradient(180deg, #fffaeb, #fffdf7);
    color: #b54708;
}

.ltiom-live.is-error .ltiom-smart-alert {
    border-color: #fecdca;
    background: linear-gradient(180deg, #fef3f2, #fff8f7);
    color: #b42318;
}

.ltiom-smart-alert__icon {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .76);
    box-shadow: 0 8px 18px rgba(16, 24, 40, .08);
}

.ltiom-smart-alert__icon .ltiom-svg {
    width: 21px;
    height: 21px;
}

.ltiom-smart-alert__content {
    min-width: 0;
}

.ltiom-smart-alert__heading {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 10px;
}

.ltiom-smart-alert__heading strong {
    color: currentColor;
    font-size: 14px;
    line-height: 1.35;
}

.ltiom-smart-alert__heading code,
.ltiom-smart-alert__files code {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 3px 7px;
    border: 1px solid rgba(16, 24, 40, .08);
    border-radius: 7px;
    background: rgba(255, 255, 255, .65);
    color: #475467;
    font: 700 9px/1.2 "Manrope", sans-serif;
    letter-spacing: .04em;
    overflow-wrap: anywhere;
}

.ltiom-smart-alert__content > p {
    margin: 5px 0 0;
    color: #475467;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.55;
}

.ltiom-smart-alert__guidance {
    margin-top: 12px;
    padding: 11px 12px;
    border: 1px solid rgba(16, 24, 40, .07);
    border-radius: 12px;
    background: rgba(255, 255, 255, .58);
}

.ltiom-smart-alert__guidance > b {
    display: block;
    margin-bottom: 5px;
    color: #344054;
    font-size: 10px;
}

.ltiom-smart-alert__guidance ol {
    margin: 0;
    padding-left: 18px;
    color: #475467;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.55;
}

.ltiom-smart-alert__guidance li + li {
    margin-top: 3px;
}

.ltiom-smart-alert__files {
    margin-top: 11px;
    overflow: hidden;
    border: 1px solid rgba(16, 24, 40, .08);
    border-radius: 12px;
    background: rgba(255, 255, 255, .58);
}

.ltiom-smart-alert__files summary {
    padding: 10px 12px;
    cursor: pointer;
    color: #344054;
    font-size: 10px;
    font-weight: 800;
}

.ltiom-smart-alert__files ul {
    display: grid;
    gap: 7px;
    margin: 0;
    padding: 0 12px 12px;
    list-style: none;
}

.ltiom-smart-alert__files li {
    display: grid;
    grid-template-columns: minmax(110px, .55fr) minmax(0, 1fr) auto;
    gap: 8px;
    align-items: start;
    padding: 9px 10px;
    border-radius: 9px;
    background: #fff;
    color: #475467;
    font-size: 9px;
}

.ltiom-smart-alert__files li strong {
    overflow: hidden;
    color: #344054;
    font-size: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ltiom-smart-alert__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
}

.ltiom-smart-alert__meta span {
    padding: 4px 7px;
    border-radius: 7px;
    background: rgba(255, 255, 255, .62);
    color: #667085;
    font-size: 8px;
    font-weight: 700;
}

.ltiom-smart-alert__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 11px;
}

.ltiom-smart-alert__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 34px;
    margin: 0;
    padding: 7px 11px;
    border: 0;
    border-radius: 9px;
    background: #344054;
    color: #fff;
    cursor: pointer;
    font-size: 9px;
    font-weight: 800;
    box-shadow: none;
    transition: transform .2s ease, opacity .2s ease;
}


.ltiom-live.is-info .ltiom-smart-alert__button:not(.is-secondary) { background: #175cd3; }
.ltiom-live.is-success .ltiom-smart-alert__button:not(.is-secondary) { background: #027a48; }
.ltiom-live.is-warning .ltiom-smart-alert__button:not(.is-secondary) { background: #b54708; }
.ltiom-live.is-error .ltiom-smart-alert__button:not(.is-secondary) { background: #b42318; }

.ltiom-smart-alert__button .ltiom-svg {
    width: 14px;
    height: 14px;
}

.ltiom-smart-alert__button:hover {
    transform: translateY(-1px);
    opacity: .9;
}

.ltiom-smart-alert__button.is-secondary {
    border: 1px solid rgba(16, 24, 40, .1);
    background: rgba(255, 255, 255, .72);
    color: #344054;
}

@media (max-width: 549px) {
    .ltiom-smart-alert {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 10px;
        padding: 13px;
    }

    .ltiom-smart-alert__icon {
        width: 36px;
        height: 36px;
        border-radius: 11px;
    }

    .ltiom-smart-alert__files li {
        grid-template-columns: 1fr;
    }

    .ltiom-smart-alert__files li strong {
        white-space: normal;
    }
}

.ltiom-app.is-processing .ltiom-primary-button__icon .ltiom-svg {
    animation: ltiom-spin 1.2s linear infinite;
}

.ltiom-app.is-processing .ltiom-control-panel__status i {
    background: #f59e0b;
    box-shadow: 0 0 0 5px rgba(245,158,11,.1);
}

.ltiom-results {
    margin-top: 24px;
    overflow: hidden;
    border: 1px solid var(--ltiom-line);
    border-radius: var(--ltiom-radius-lg);
    background: #fff;
    box-shadow: var(--ltiom-shadow-md);
    animation: ltiom-reveal .55s cubic-bezier(.2,.8,.2,1) both;
}

.ltiom-results__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px;
    border-bottom: 1px solid var(--ltiom-line-soft);
    background: linear-gradient(135deg, rgba(var(--ltiom-success-rgb), .06), #fff 55%);
}

.ltiom-results__heading {
    display: flex;
    align-items: center;
    gap: 13px;
    min-width: 0;
}

.ltiom-results__icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
    border-radius: 15px;
    background: rgba(var(--ltiom-success-rgb), .1);
    color: var(--ltiom-success);
}

.ltiom-results__icon .ltiom-svg { width: 22px; height: 22px; }

.ltiom-results__heading > div { min-width: 0; }
.ltiom-results__heading small { color: var(--ltiom-success); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.ltiom-results__heading h3 { margin: 3px 0 2px; color: var(--ltiom-heading); font-size: 18px; font-weight: 800; letter-spacing: -.025em; }
.ltiom-results__heading p { margin: 0; color: var(--ltiom-muted); font-size: 10px; }
.ltiom-results__header > strong { flex: 0 0 auto; padding: 9px 12px; border-radius: 11px; background: rgba(var(--ltiom-success-rgb), .09); color: var(--ltiom-success); font-size: 10px; font-weight: 800; }

.ltiom-results__summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 1px;
    background: var(--ltiom-line-soft);
}

.ltiom-results__summary > div {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 15px 18px;
    background: #fbfcfe;
}

.ltiom-results__summary > div > i {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    border-radius: 10px;
    background: #fff;
    color: var(--ltiom-accent);
    box-shadow: 0 4px 12px rgba(15,23,42,.06);
}

.ltiom-results__summary .ltiom-svg { width: 16px; height: 16px; }
.ltiom-results__summary > div > span { display: flex; flex-direction: column; min-width: 0; line-height: 1.2; }
.ltiom-results__summary small { color: var(--ltiom-muted); font-size: 8px; }
.ltiom-results__summary strong { margin-top: 4px; color: var(--ltiom-heading); font-size: 12px; font-weight: 800; }

.ltiom-results__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 16px;
    padding: 20px;
}

.ltiom-result-card {
    overflow: hidden;
    border: 1px solid var(--ltiom-line);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15,23,42,.06);
    animation: ltiom-card-in .45s cubic-bezier(.2,.8,.2,1) both;
    transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease, border-color .3s ease;
}

.ltiom-result-card:hover {
    transform: translateY(-5px);
    border-color: rgba(var(--ltiom-accent-rgb), .18);
    box-shadow: 0 20px 42px rgba(15,23,42,.11);
}

.ltiom-result-card__preview {
    position: relative;
    aspect-ratio: 16/10;
    overflow: hidden;
    background: #f3f5f8;
}

.ltiom-result-card__preview img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s cubic-bezier(.2,.8,.2,1);
}

.ltiom-result-card:hover .ltiom-result-card__preview img { transform: scale(1.035); }

.ltiom-result-card__preview > span {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 8px;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 999px;
    background: rgba(4,151,65,.9);
    box-shadow: 0 8px 18px rgba(0,0,0,.12);
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    backdrop-filter: blur(8px);
}

.ltiom-result-card__preview > span .ltiom-svg { width: 12px; height: 12px; }

.ltiom-result-card__body { padding: 15px; }
.ltiom-result-card__body > strong { display: block; overflow: hidden; color: var(--ltiom-heading); font-size: 11px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }

.ltiom-result-card__pipeline {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 6px;
    margin: 12px 0;
}

.ltiom-result-card__pipeline > div { min-width: 0; padding: 8px; border-radius: 10px; background: var(--ltiom-surface-soft); }
.ltiom-result-card__pipeline dt { color: var(--ltiom-muted); font-size: 7px; }
.ltiom-result-card__pipeline dd { margin: 3px 0 0; color: var(--ltiom-heading); font-family: "Plus Jakarta Sans", sans-serif; font-size: 9px; font-weight: 800; }

.ltiom-result-card__meta { display: flex; justify-content: space-between; gap: 8px; margin-bottom: 12px; color: var(--ltiom-muted); font-size: 8px; }

.ltiom-result-card__body > a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 38px;
    border-radius: 11px;
    background: var(--ltiom-heading);
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.ltiom-result-card__body > a:hover {
    transform: translateY(-2px);
    background: var(--ltiom-accent);
    box-shadow: 0 10px 20px rgba(var(--ltiom-accent-rgb), .2);
    color: #fff;
}

.ltiom-result-card__body > a .ltiom-svg { width: 14px; height: 14px; }

.ltiom-faq {
    margin-top: 26px;
    padding: 28px;
    border: 1px solid var(--ltiom-line);
    border-radius: var(--ltiom-radius-lg);
    background: #fff;
    box-shadow: var(--ltiom-shadow-md);
}

.ltiom-faq > header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

.ltiom-faq__icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
    border-radius: 15px;
    background: rgba(var(--ltiom-accent-rgb), .08);
    color: var(--ltiom-accent);
}

.ltiom-faq__icon .ltiom-svg { width: 21px; height: 21px; }
.ltiom-faq > header small { color: var(--ltiom-accent); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.ltiom-faq > header h2 { margin: 3px 0 2px; color: var(--ltiom-heading); font-size: 20px; font-weight: 800; letter-spacing: -.03em; }
.ltiom-faq > header p { margin: 0; color: var(--ltiom-muted); font-size: 11px; }

.ltiom-faq__grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
.ltiom-faq details { overflow: hidden; border: 1px solid var(--ltiom-line); border-radius: 14px; background: #fff; transition: border-color .25s ease, box-shadow .25s ease; }
.ltiom-faq details[open] { border-color: rgba(var(--ltiom-accent-rgb), .22); box-shadow: 0 12px 26px rgba(15,23,42,.06); }
.ltiom-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 58px; padding: 13px 14px; color: var(--ltiom-heading); font-family: "Plus Jakarta Sans", sans-serif; font-size: 10px; font-weight: 800; cursor: pointer; list-style: none; }
.ltiom-faq summary::-webkit-details-marker { display: none; }
.ltiom-faq summary i { display: grid; place-items: center; width: 25px; height: 25px; flex: 0 0 auto; border-radius: 8px; background: var(--ltiom-surface-soft); color: var(--ltiom-muted); transition: transform .3s ease, background .3s ease, color .3s ease; }
.ltiom-faq summary .ltiom-svg { width: 13px; height: 13px; }
.ltiom-faq details[open] summary i { transform: rotate(90deg); background: rgba(var(--ltiom-accent-rgb), .08); color: var(--ltiom-accent); }
.ltiom-faq details p { margin: 0; padding: 0 14px 15px; color: var(--ltiom-muted); font-size: 10px; line-height: 1.7; }

.ltiom-app--compact .ltiom-app__hero { grid-template-columns: 1fr; padding: 28px; }
.ltiom-app--compact .ltiom-app__visual-card { display: none; }
.ltiom-app--compact .ltiom-workspace-grid { grid-template-columns: 1fr; }

@keyframes ltiom-float {
    0%, 100% { transform: translate3d(0,0,0) scale(1); }
    50% { transform: translate3d(14px,-18px,0) scale(1.06); }
}

@keyframes ltiom-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: .55; transform: scale(.86); }
}

@keyframes ltiom-orbit {
    to { transform: rotate(360deg); }
}

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

@keyframes ltiom-reveal {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes ltiom-slide-in {
    from { opacity: 0; transform: translateX(-8px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes ltiom-card-in {
    from { opacity: 0; transform: translateY(16px) scale(.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 1050px) {
    .ltiom-app__hero { grid-template-columns: 1fr; }
    .ltiom-app__visual-card { display: block; }
    .ltiom-workspace-grid { grid-template-columns: 1fr; }
    .ltiom-control-panel__body { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .ltiom-control-panel__body .ltiom-control-summary,
    .ltiom-control-panel__body .ltiom-primary-button,
    .ltiom-control-panel__body .ltiom-live { grid-column: 1 / -1; }
    .ltiom-results__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 760px) {
    .ltiom-app { margin: 18px 0; }
    .ltiom-app__hero { padding: 28px 22px; border-radius: 22px 22px 0 0; }
    .ltiom-app__hero h2 { font-size: clamp(30px, 11vw, 44px); }
    .ltiom-app__hero-main > p { font-size: 14px; }
    .ltiom-app__visual-card { padding: 18px; }
    .ltiom-app__workspace { padding: 14px; border-radius: 0 0 22px 22px; }
    .ltiom-panel-heading { align-items: flex-start; min-height: auto; padding: 15px; }
    .ltiom-panel-heading em { white-space: normal; }
    .ltiom-panel-limit { display: none; }
    .ltiom-dropzone { min-height: 310px; margin: 14px; }
    .ltiom-queue { margin: 0 14px 14px; }
    .ltiom-control-panel__body { grid-template-columns: 1fr; padding: 14px; }
    .ltiom-control-summary { grid-template-columns: 1fr; }
    .ltiom-results__header { align-items: flex-start; flex-direction: column; }
    .ltiom-results__summary { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .ltiom-results__grid { grid-template-columns: 1fr; padding: 14px; }
    .ltiom-faq { padding: 20px 14px; }
    .ltiom-faq__grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
    .ltiom-app__brandline { margin-bottom: 22px; }
    .ltiom-app__trust { display: grid; grid-template-columns: 1fr; width: 100%; }
    .ltiom-app__trust span { justify-content: center; }
    .ltiom-app__visual-card { min-height: 0; }
    .ltiom-app__live-dot { margin-left: 0; }
    .ltiom-panel-heading__icon { width: 38px; height: 38px; }
    .ltiom-control-panel__status { padding: 6px; }
    .ltiom-control-panel__status b { display: none; }
    .ltiom-dropzone h3 { font-size: 16px; }
    .ltiom-results__summary { grid-template-columns: 1fr; }
    .ltiom-result-card__pipeline { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    .ltiom-app *,
    .ltiom-app *::before,
    .ltiom-app *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

.ltiom-smart-alert__files li > small {
    grid-column: 1 / -1;
    color: #667085;
    font-size: 8px;
    font-weight: 600;
    line-height: 1.5;
}


/* v1.2.4 — Compact premium success alert */
.ltiom-live.is-success .ltiom-smart-alert {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    padding: 12px 14px;
    border-color: rgba(3, 152, 85, .22);
    border-radius: 14px;
    background:
        radial-gradient(circle at 0 0, rgba(18, 183, 106, .11), transparent 40%),
        linear-gradient(180deg, #f2fff8 0%, #f8fffb 100%);
    box-shadow: 0 8px 22px rgba(3, 89, 55, .08);
}

.ltiom-live.is-success .ltiom-smart-alert__icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(145deg, #12b76a 0%, #039855 100%);
    box-shadow: 0 8px 18px rgba(3, 152, 85, .2), inset 0 1px 0 rgba(255,255,255,.28);
}

.ltiom-live.is-success .ltiom-smart-alert__icon .ltiom-svg {
    width: 19px;
    height: 19px;
    stroke-width: 2.2;
}

.ltiom-live.is-success .ltiom-smart-alert__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
        "heading actions"
        "message actions"
        "meta actions";
    column-gap: 14px;
    align-items: center;
}

.ltiom-live.is-success .ltiom-smart-alert__heading {
    grid-area: heading;
    gap: 7px;
    min-width: 0;
}

.ltiom-live.is-success .ltiom-smart-alert__heading strong {
    color: #05603a;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: -.01em;
}

.ltiom-live.is-success .ltiom-smart-alert__heading code {
    min-height: 20px;
    padding: 3px 7px;
    border-color: rgba(3, 152, 85, .12);
    border-radius: 999px;
    background: rgba(3, 152, 85, .08);
    color: #027a48;
    font-size: 8px;
    letter-spacing: .055em;
}

.ltiom-live.is-success .ltiom-smart-alert__content > p {
    grid-area: message;
    margin: 2px 0 0;
    color: #344054;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.45;
}

.ltiom-live.is-success .ltiom-smart-alert__meta {
    grid-area: meta;
    margin-top: 5px;
    gap: 5px;
}

.ltiom-live.is-success .ltiom-smart-alert__meta span {
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #667085;
    font-size: 8px;
    font-weight: 700;
}

.ltiom-live.is-success .ltiom-smart-alert__meta span::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 6px;
    border-radius: 999px;
    background: #12b76a;
    vertical-align: 1px;
}

.ltiom-live.is-success .ltiom-smart-alert__actions {
    grid-area: actions;
    align-self: center;
    margin: 0;
}

.ltiom-live.is-success .ltiom-smart-alert__button {
    min-height: 32px;
    padding: 6px 10px;
    border-radius: 9px;
    font-size: 8px;
    white-space: nowrap;
}

.ltiom-live.is-success .ltiom-smart-alert__button.is-secondary {
    border-color: rgba(3, 152, 85, .15);
    background: rgba(255, 255, 255, .78);
    color: #027a48;
    box-shadow: 0 3px 10px rgba(3, 89, 55, .06);
}

.ltiom-live.is-success .ltiom-smart-alert__button.is-secondary:hover {
    border-color: rgba(3, 152, 85, .28);
    background: #fff;
    color: #05603a;
}

@media (max-width: 680px) {
    .ltiom-live.is-success .ltiom-smart-alert__content {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "heading"
            "message"
            "meta"
            "actions";
    }

    .ltiom-live.is-success .ltiom-smart-alert__actions {
        margin-top: 8px;
    }
}

@media (max-width: 480px) {
    .ltiom-live.is-success .ltiom-smart-alert {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 10px;
        padding: 11px 12px;
    }

    .ltiom-live.is-success .ltiom-smart-alert__icon {
        width: 34px;
        height: 34px;
        border-radius: 10px;
    }

    .ltiom-live.is-success .ltiom-smart-alert__heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .ltiom-live.is-success .ltiom-smart-alert__button {
        width: 100%;
    }
}


/* v1.2.5 — Compact premium information / ready alert */
.ltiom-live.is-info .ltiom-smart-alert {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    padding: 12px 14px;
    border-color: rgba(23, 92, 211, .18);
    border-radius: 14px;
    background:
        radial-gradient(circle at 0 0, rgba(46, 144, 250, .12), transparent 42%),
        linear-gradient(180deg, #f2f8ff 0%, #f8fbff 100%);
    color: #175cd3;
    box-shadow: 0 8px 22px rgba(23, 92, 211, .07);
}

.ltiom-live.is-info .ltiom-smart-alert__icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(145deg, #53b1fd 0%, #2e90fa 50%, #1570ef 100%);
    box-shadow: 0 8px 18px rgba(46, 144, 250, .22), inset 0 1px 0 rgba(255,255,255,.3);
}

.ltiom-live.is-info .ltiom-smart-alert__icon .ltiom-svg {
    width: 19px;
    height: 19px;
    stroke-width: 2.1;
}

.ltiom-live.is-info .ltiom-smart-alert__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    align-content: center;
    min-width: 0;
}

.ltiom-live.is-info .ltiom-smart-alert__heading {
    gap: 7px;
    min-width: 0;
}

.ltiom-live.is-info .ltiom-smart-alert__heading strong {
    color: #1849a9;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: -.01em;
}

.ltiom-live.is-info .ltiom-smart-alert__heading code {
    min-height: 20px;
    padding: 3px 7px;
    border-color: rgba(23, 92, 211, .11);
    border-radius: 999px;
    background: rgba(23, 92, 211, .07);
    color: #175cd3;
    font-size: 8px;
    letter-spacing: .055em;
}

.ltiom-live.is-info .ltiom-smart-alert__content > p {
    margin: 3px 0 0;
    color: #475467;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.45;
}

.ltiom-live.is-info .ltiom-smart-alert__meta {
    margin-top: 6px;
    gap: 5px;
}

.ltiom-live.is-info .ltiom-smart-alert__meta span {
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #667085;
    font-size: 8px;
    font-weight: 700;
}

.ltiom-live.is-info .ltiom-smart-alert__meta span::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 6px;
    border-radius: 999px;
    background: #2e90fa;
    vertical-align: 1px;
}

.ltiom-live.is-info .ltiom-smart-alert__actions {
    margin-top: 8px;
}

.ltiom-live.is-info .ltiom-smart-alert__button {
    min-height: 32px;
    padding: 6px 10px;
    border-radius: 9px;
    font-size: 8px;
    white-space: nowrap;
}

.ltiom-live.is-info .ltiom-smart-alert__button.is-secondary {
    border-color: rgba(23, 92, 211, .14);
    background: rgba(255, 255, 255, .78);
    color: #175cd3;
    box-shadow: 0 3px 10px rgba(23, 92, 211, .05);
}

.ltiom-live.is-info .ltiom-smart-alert__button.is-secondary:hover {
    border-color: rgba(23, 92, 211, .26);
    background: #fff;
    color: #1849a9;
}

@media (max-width: 480px) {
    .ltiom-live.is-info .ltiom-smart-alert {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 10px;
        padding: 11px 12px;
    }

    .ltiom-live.is-info .ltiom-smart-alert__icon {
        width: 34px;
        height: 34px;
        border-radius: 10px;
    }

    .ltiom-live.is-info .ltiom-smart-alert__heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .ltiom-live.is-info .ltiom-smart-alert__button {
        width: 100%;
    }
}

/* Smart Size Advisor */
.ltiom-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.ltiom-control-field--smart-size {
    overflow: hidden;
}

.ltiom-size-advisor {
    position: relative;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    gap: 11px;
    align-items: start;
    margin-top: 11px;
    padding: 12px;
    border: 1px solid #dbeafe;
    border-radius: 13px;
    background:
        radial-gradient(circle at 100% 0, rgba(59, 130, 246, .12), transparent 42%),
        linear-gradient(145deg, #f8fbff, #f2f7ff);
    color: #1e3a5f;
    transition: border-color .25s ease, background .25s ease, box-shadow .25s ease, transform .25s ease;
}

.ltiom-size-advisor.is-analyzing {
    border-color: #bfdbfe;
    box-shadow: 0 8px 22px rgba(37, 99, 235, .08);
}

.ltiom-size-advisor.is-ready {
    border-color: #a7f3d0;
    background:
        radial-gradient(circle at 100% 0, rgba(16, 185, 129, .12), transparent 42%),
        linear-gradient(145deg, #f7fffb, #effcf6);
    box-shadow: 0 10px 24px rgba(5, 150, 105, .08);
}

.ltiom-size-advisor.is-manual {
    border-color: #fde68a;
    background:
        radial-gradient(circle at 100% 0, rgba(245, 158, 11, .12), transparent 42%),
        linear-gradient(145deg, #fffdf7, #fff9e9);
}

.ltiom-size-advisor__icon {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 11px;
    background: linear-gradient(145deg, #2563eb, #60a5fa);
    color: #fff;
    box-shadow: 0 8px 16px rgba(37, 99, 235, .2);
}

.ltiom-size-advisor.is-ready .ltiom-size-advisor__icon {
    background: linear-gradient(145deg, #059669, #34d399);
    box-shadow: 0 8px 16px rgba(5, 150, 105, .2);
}

.ltiom-size-advisor.is-manual .ltiom-size-advisor__icon {
    background: linear-gradient(145deg, #d97706, #fbbf24);
    box-shadow: 0 8px 16px rgba(217, 119, 6, .18);
}

.ltiom-size-advisor__icon .ltiom-svg {
    width: 17px;
    height: 17px;
}

.ltiom-size-advisor.is-analyzing .ltiom-size-advisor__icon .ltiom-svg {
    animation: ltiom-size-scan 1.2s ease-in-out infinite;
}

@keyframes ltiom-size-scan {
    0%, 100% { transform: rotate(-5deg) scale(1); }
    50% { transform: rotate(8deg) scale(1.08); }
}

.ltiom-size-advisor__content {
    min-width: 0;
    line-height: 1.32;
}

.ltiom-size-advisor__eyebrow {
    display: block;
    color: #2563eb;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ltiom-size-advisor.is-ready .ltiom-size-advisor__eyebrow {
    color: #047857;
}

.ltiom-size-advisor.is-manual .ltiom-size-advisor__eyebrow {
    color: #b45309;
}

.ltiom-size-advisor__content > strong {
    display: block;
    margin-top: 3px;
    color: #102a43;
    font-size: 11px;
    font-weight: 800;
}

.ltiom-size-advisor__content > p {
    margin: 4px 0 0;
    color: #52677d;
    font-size: 9px;
}

.ltiom-size-advisor dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin: 9px 0 0;
}

.ltiom-size-advisor dl > div {
    min-width: 0;
    padding: 7px 8px;
    border: 1px solid rgba(148, 163, 184, .16);
    border-radius: 9px;
    background: rgba(255, 255, 255, .72);
}

.ltiom-size-advisor dt,
.ltiom-size-advisor dd {
    margin: 0;
}

.ltiom-size-advisor dt {
    color: #8291a4;
    font-size: 7px;
    font-weight: 700;
    text-transform: uppercase;
}

.ltiom-size-advisor dd {
    margin-top: 2px;
    overflow: hidden;
    color: #25364a;
    font-size: 8px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ltiom-size-advisor__apply {
    align-self: center;
    min-height: 34px;
    padding: 0 11px;
    border: 1px solid #bfdbfe;
    border-radius: 10px;
    background: #fff;
    color: #1d4ed8;
    font-size: 8px;
    font-weight: 800;
    cursor: pointer;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.ltiom-size-advisor__apply:hover {
    transform: translateY(-1px);
    border-color: #60a5fa;
    box-shadow: 0 7px 16px rgba(37, 99, 235, .12);
}

.ltiom-file-item__dimensions {
    color: #3b82f6;
    font-weight: 800;
}

@media (max-width: 550px) {
    .ltiom-size-advisor {
        grid-template-columns: 36px minmax(0, 1fr);
    }

    .ltiom-size-advisor__apply {
        grid-column: 1 / -1;
        width: 100%;
    }

    .ltiom-size-advisor dl {
        grid-template-columns: 1fr;
    }
}
.ltiom-file-item span .ltiom-file-item__dimensions {
    display: inline;
    margin: 0;
}

/* v1.2.9 — Premium Step 02 control panel */
.ltiom-control-panel--pro {
    position: relative;
    border-color: rgba(var(--ltiom-accent-rgb), .12);
    background: #f8fafc;
    box-shadow: 0 20px 48px rgba(15, 23, 42, .1);
}

.ltiom-control-panel--pro::before {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 0 18px auto;
    height: 3px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, var(--ltiom-accent), color-mix(in srgb, var(--ltiom-accent) 55%, #ff9f76), var(--ltiom-success));
    opacity: .92;
}

.ltiom-control-panel--pro > .ltiom-panel-heading {
    min-height: 88px;
    padding: 18px;
    background:
        radial-gradient(circle at 100% 0, rgba(var(--ltiom-accent-rgb), .07), transparent 38%),
        linear-gradient(180deg, #ffffff, #fbfcff);
}

.ltiom-control-panel--pro .ltiom-panel-heading__icon {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(var(--ltiom-accent-rgb), .12);
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(var(--ltiom-accent-rgb), .12), rgba(var(--ltiom-accent-rgb), .04));
    box-shadow: 0 8px 20px rgba(var(--ltiom-accent-rgb), .1);
}

.ltiom-control-panel--pro .ltiom-panel-heading small {
    font-size: 9px;
}

.ltiom-control-panel--pro .ltiom-panel-heading strong {
    margin-top: 4px;
    font-size: 16px;
    letter-spacing: -.015em;
}

.ltiom-control-panel--pro .ltiom-panel-heading em {
    margin-top: 4px;
    font-size: 10px;
}

.ltiom-control-panel--pro .ltiom-control-panel__status {
    padding: 8px 10px;
    border: 1px solid rgba(var(--ltiom-success-rgb), .12);
    background: rgba(var(--ltiom-success-rgb), .07);
    font-size: 9px;
}

.ltiom-control-panel--pro .ltiom-control-panel__body {
    gap: 12px;
    padding: 16px;
    background:
        radial-gradient(circle at 100% 0, rgba(var(--ltiom-accent-rgb), .035), transparent 30%),
        #f8fafc;
}

.ltiom-control-panel--pro .ltiom-control-field {
    position: relative;
    padding: 15px;
    overflow: hidden;
    border-color: #e7ebf1;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff, #fcfdff);
    box-shadow: 0 8px 22px rgba(15, 23, 42, .045);
}

.ltiom-control-panel--pro .ltiom-control-field::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(180deg, var(--ltiom-accent), rgba(var(--ltiom-accent-rgb), .25));
    opacity: .78;
}

.ltiom-control-panel--pro .ltiom-control-field--smart-size::after {
    background: linear-gradient(180deg, #3b82f6, #60a5fa);
}

.ltiom-control-panel--pro .ltiom-control-field:hover {
    transform: translateY(-2px);
    border-color: rgba(var(--ltiom-accent-rgb), .16);
    box-shadow: 0 14px 30px rgba(15, 23, 42, .075);
}

.ltiom-control-panel--pro .ltiom-control-field__heading {
    align-items: flex-start;
    gap: 11px;
}

.ltiom-control-panel--pro .ltiom-control-field__heading > i {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border: 1px solid rgba(var(--ltiom-accent-rgb), .1);
    border-radius: 13px;
    background: linear-gradient(145deg, rgba(var(--ltiom-accent-rgb), .11), rgba(var(--ltiom-accent-rgb), .04));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
}

.ltiom-control-panel--pro .ltiom-control-field--smart-size .ltiom-control-field__heading > i {
    border-color: rgba(59, 130, 246, .12);
    background: linear-gradient(145deg, rgba(59, 130, 246, .12), rgba(59, 130, 246, .04));
    color: #2563eb;
}

.ltiom-control-panel--pro .ltiom-control-field__heading > i .ltiom-svg {
    width: 18px;
    height: 18px;
}

.ltiom-control-panel--pro .ltiom-control-field__heading > .ltiom-control-field__copy {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    line-height: 1.3;
}

.ltiom-control-panel--pro .ltiom-control-field__heading strong {
    color: #101828;
    font-size: 13px;
    letter-spacing: -.01em;
}

.ltiom-control-panel--pro .ltiom-control-field__heading small {
    margin-top: 3px;
    color: #667085;
    font-size: 10px;
    line-height: 1.45;
}

.ltiom-control-panel--pro .ltiom-control-field__heading > .ltiom-control-field__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 26px;
    padding: 0 9px;
    border: 1px solid rgba(var(--ltiom-success-rgb), .13);
    border-radius: 999px;
    background: rgba(var(--ltiom-success-rgb), .075);
    color: #047857;
    font-size: 8px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.ltiom-control-panel--pro .ltiom-control-field__heading > .ltiom-control-field__badge.is-blue {
    border-color: rgba(37, 99, 235, .13);
    background: rgba(37, 99, 235, .075);
    color: #1d4ed8;
}

.ltiom-control-panel--pro .ltiom-control-field__range {
    grid-template-columns: minmax(0, 1fr) 58px;
    gap: 12px;
    margin-top: 15px;
}

.ltiom-control-panel--pro .ltiom-control-field__range input {
    height: 7px;
}

.ltiom-control-panel--pro .ltiom-control-field__range output {
    min-height: 40px;
    border-color: rgba(var(--ltiom-accent-rgb), .12);
    border-radius: 12px;
    background: rgba(var(--ltiom-accent-rgb), .045);
    font-size: 13px;
}

.ltiom-control-panel--pro .ltiom-range-labels {
    margin-top: 8px;
    font-size: 9px;
}

.ltiom-control-select {
    position: relative;
    margin-top: 13px;
}

.ltiom-control-select::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 7px;
    height: 7px;
    border-right: 1.7px solid #667085;
    border-bottom: 1.7px solid #667085;
    pointer-events: none;
    transform: translateY(-68%) rotate(45deg);
}

.ltiom-control-panel--pro .ltiom-control-select select {
    min-height: 48px;
    margin-top: 0;
    padding: 0 42px 0 13px;
    appearance: none;
    border-color: #dfe4eb;
    border-radius: 13px;
    background: #fff;
    color: #25314a;
    font-size: 11px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
}

.ltiom-control-panel--pro .ltiom-size-advisor {
    grid-template-columns: 38px minmax(0, 1fr) auto;
    gap: 10px;
    margin-top: 10px;
    padding: 11px;
    border-radius: 14px;
}

.ltiom-control-panel--pro .ltiom-size-advisor__icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
}

.ltiom-control-panel--pro .ltiom-size-advisor__eyebrow {
    font-size: 8px;
}

.ltiom-control-panel--pro .ltiom-size-advisor__content > strong {
    margin-top: 2px;
    font-size: 11px;
}

.ltiom-control-panel--pro .ltiom-size-advisor__content > p {
    margin-top: 3px;
    font-size: 9px;
    line-height: 1.4;
}

.ltiom-control-panel--pro .ltiom-size-advisor dl {
    gap: 6px;
    margin-top: 8px;
}

.ltiom-control-panel--pro .ltiom-size-advisor dl > div {
    padding: 7px 8px;
}

.ltiom-control-panel--pro .ltiom-size-advisor dt {
    font-size: 7px;
}

.ltiom-control-panel--pro .ltiom-size-advisor dd {
    font-size: 8px;
}

.ltiom-control-panel--pro .ltiom-size-advisor__apply {
    min-height: 34px;
    padding: 0 10px;
    border-radius: 10px;
    font-size: 8px;
}

.ltiom-control-panel--pro .ltiom-control-summary {
    gap: 8px;
}

.ltiom-control-panel--pro .ltiom-control-summary > div {
    min-height: 58px;
    padding: 10px;
    border-color: #e7ebf1;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 6px 16px rgba(15, 23, 42, .035);
}

.ltiom-control-panel--pro .ltiom-control-summary > div > i {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background: #f8fafc;
}

.ltiom-control-panel--pro .ltiom-control-summary small {
    font-size: 8px;
}

.ltiom-control-panel--pro .ltiom-control-summary strong {
    margin-top: 3px;
    font-size: 10px;
}

.ltiom-control-panel--pro .ltiom-primary-button {
    min-height: 72px;
    padding: 12px 15px;
    border-radius: 18px;
    box-shadow: 0 18px 38px rgba(var(--ltiom-accent-rgb), .26);
}

.ltiom-control-panel--pro .ltiom-primary-button strong {
    font-size: 13px;
}

.ltiom-control-panel--pro .ltiom-primary-button small {
    margin-top: 3px;
    font-size: 9px;
    letter-spacing: .005em;
}

@media (max-width: 1050px) {
    .ltiom-control-panel--pro .ltiom-control-field {
        height: 100%;
    }
}

@media (max-width: 760px) {
    .ltiom-control-panel--pro > .ltiom-panel-heading {
        align-items: center;
    }

    .ltiom-control-panel--pro .ltiom-control-field__heading {
        flex-wrap: wrap;
    }

    .ltiom-control-panel--pro .ltiom-control-field__heading > .ltiom-control-field__badge {
        margin-left: 51px;
    }
}

@media (max-width: 480px) {
    .ltiom-control-panel--pro .ltiom-panel-heading strong {
        font-size: 15px;
    }

    .ltiom-control-panel--pro .ltiom-panel-heading em {
        font-size: 9px;
    }

    .ltiom-control-panel--pro .ltiom-control-field__heading > .ltiom-control-field__badge {
        margin-left: 0;
    }

    .ltiom-control-panel--pro .ltiom-size-advisor {
        grid-template-columns: 36px minmax(0, 1fr);
    }

    .ltiom-control-panel--pro .ltiom-size-advisor__apply {
        grid-column: 1 / -1;
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ltiom-control-panel--pro *,
    .ltiom-control-panel--pro *::before,
    .ltiom-control-panel--pro *::after {
        animation: none !important;
        transition: none !important;
    }
}


/* v1.2.10 — Balanced size advisor metadata and multi-download ZIP */
.ltiom-control-panel--pro .ltiom-size-advisor dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    align-items: stretch;
}

.ltiom-control-panel--pro .ltiom-size-advisor dl > div {
    display: grid;
    grid-template-columns: minmax(74px, .8fr) minmax(0, 1.2fr);
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 8px 10px;
    border: 1px solid rgba(148, 163, 184, .18);
    border-radius: 11px;
    background: rgba(255, 255, 255, .84);
}

.ltiom-control-panel--pro .ltiom-size-advisor dt,
.ltiom-control-panel--pro .ltiom-size-advisor dd {
    display: block;
    min-width: 0;
    margin: 0;
    line-height: 1.35;
}

.ltiom-control-panel--pro .ltiom-size-advisor dt {
    color: #77869a;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

.ltiom-control-panel--pro .ltiom-size-advisor dd {
    overflow: visible;
    color: #24354a;
    font-size: 9px;
    font-weight: 800;
    text-align: right;
    text-overflow: clip;
    white-space: normal;
    overflow-wrap: anywhere;
}

.ltiom-results__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex: 0 0 auto;
}

.ltiom-results__actions > strong {
    padding: 9px 12px;
    border-radius: 11px;
    background: rgba(var(--ltiom-success-rgb), .09);
    color: var(--ltiom-success);
    font-size: 10px;
    font-weight: 800;
    white-space: nowrap;
}

.ltiom-download-all {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 8px 13px 8px 9px;
    border: 1px solid rgba(var(--ltiom-success-rgb), .22);
    border-radius: 13px;
    background: linear-gradient(135deg, var(--ltiom-success), #20b967);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(var(--ltiom-success-rgb), .2);
    transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

.ltiom-download-all:hover {
    color: #fff;
    transform: translateY(-2px);
    filter: saturate(1.08);
    box-shadow: 0 14px 30px rgba(var(--ltiom-success-rgb), .28);
}

.ltiom-download-all__icon {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border-radius: 9px;
    background: rgba(255,255,255,.16);
}

.ltiom-download-all__icon .ltiom-svg {
    width: 16px;
    height: 16px;
}

.ltiom-download-all > span:last-child {
    display: flex;
    flex-direction: column;
    min-width: 0;
    line-height: 1.15;
}

.ltiom-download-all b {
    color: #fff;
    font-size: 10px;
    font-weight: 800;
}

.ltiom-download-all small {
    margin-top: 3px;
    color: rgba(255,255,255,.8);
    font-size: 8px;
    font-weight: 600;
}

@media (max-width: 850px) {
    .ltiom-results__actions {
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

@media (max-width: 550px) {
    .ltiom-control-panel--pro .ltiom-size-advisor dl {
        grid-template-columns: 1fr;
    }

    .ltiom-control-panel--pro .ltiom-size-advisor dl > div {
        grid-template-columns: minmax(84px, .85fr) minmax(0, 1.15fr);
    }

    .ltiom-results__actions,
    .ltiom-download-all {
        width: 100%;
    }

    .ltiom-download-all {
        justify-content: center;
    }
}


/* v1.2.11 — Frontend typography normalization */
.ltiom-app {
    --ltiom-font-ui: "Be Vietnam Pro", "Segoe UI Variable", "Segoe UI", system-ui, -apple-system, sans-serif;
    --ltiom-font-heading: "Be Vietnam Pro", "Segoe UI Variable", "Segoe UI", system-ui, -apple-system, sans-serif;
    font-family: var(--ltiom-font-ui);
    font-size: 16px;
    line-height: 1.65;
    font-weight: 400;
    letter-spacing: -0.005em;
}

.ltiom-app h1,
.ltiom-app h2,
.ltiom-app h3,
.ltiom-app h4,
.ltiom-app h5,
.ltiom-app h6,
.ltiom-app strong,
.ltiom-app b,
.ltiom-app button,
.ltiom-app summary,
.ltiom-app output,
.ltiom-app select {
    font-family: var(--ltiom-font-heading);
}

.ltiom-app p,
.ltiom-app small,
.ltiom-app em,
.ltiom-app dt,
.ltiom-app dd,
.ltiom-app span {
    text-rendering: optimizeLegibility;
}

/* Hero */
.ltiom-app__brandline strong { font-size: 17px; line-height: 1.3; }
.ltiom-app__brandline small { font-size: 12px; line-height: 1.45; }
.ltiom-app__badge { font-size: 12px; line-height: 1.35; }
.ltiom-app__hero h2 { font-size: clamp(38px, 4.6vw, 62px); line-height: 1.08; letter-spacing: -0.045em; }
.ltiom-app__hero-main > p { font-size: 17px; line-height: 1.72; }
.ltiom-app__trust span { font-size: 13px; line-height: 1.35; }

/* Hero visual card */
.ltiom-app__visual-card header small { font-size: 11px; line-height: 1.35; }
.ltiom-app__visual-card header strong { font-size: 17px; line-height: 1.3; }
.ltiom-app__live-dot { font-size: 11px; }
.ltiom-visual-meta b { font-size: 14px; line-height: 1.35; }
.ltiom-visual-meta small { font-size: 12px; line-height: 1.55; }
.ltiom-visual-mini figcaption strong { font-size: 14px; line-height: 1.35; }
.ltiom-visual-mini figcaption small { font-size: 12px; line-height: 1.55; }

/* Panel headings */
.ltiom-panel-heading small,
.ltiom-control-panel--pro .ltiom-panel-heading small { font-size: 11px; line-height: 1.3; }
.ltiom-panel-heading strong,
.ltiom-control-panel--pro .ltiom-panel-heading strong { font-size: 18px; line-height: 1.35; letter-spacing: -0.02em; }
.ltiom-panel-heading em,
.ltiom-control-panel--pro .ltiom-panel-heading em { font-size: 13px; line-height: 1.55; }
.ltiom-control-panel--pro .ltiom-control-panel__status { font-size: 11px; }

/* Upload area */
.ltiom-dropzone__eyebrow { font-size: 12px; line-height: 1.35; }
.ltiom-dropzone h3 { font-size: 23px; line-height: 1.28; }
.ltiom-dropzone p { font-size: 15px; line-height: 1.6; }
.ltiom-dropzone > small { font-size: 12px; line-height: 1.55; }
.ltiom-queue__title strong { font-size: 14px; }
.ltiom-queue__title small { font-size: 12px; }
.ltiom-queue header button { font-size: 12px; }
.ltiom-file-item strong { font-size: 14px; line-height: 1.35; }
.ltiom-file-item span { font-size: 12px; line-height: 1.5; }
.ltiom-file-item__dimensions { font-size: 11px; }

/* Step 02 control panel */
.ltiom-control-panel--pro .ltiom-control-field__heading strong { font-size: 15px; line-height: 1.4; }
.ltiom-control-panel--pro .ltiom-control-field__heading small { font-size: 12px; line-height: 1.55; }
.ltiom-control-panel--pro .ltiom-control-field__heading > .ltiom-control-field__badge { min-height: 28px; font-size: 10px; }
.ltiom-control-panel--pro .ltiom-control-field__range output { font-size: 15px; }
.ltiom-control-panel--pro .ltiom-range-labels { font-size: 11px; line-height: 1.4; }
.ltiom-control-panel--pro .ltiom-control-select select { font-size: 13px; line-height: 1.45; }
.ltiom-control-panel--pro .ltiom-size-advisor__eyebrow { font-size: 10px; line-height: 1.35; }
.ltiom-control-panel--pro .ltiom-size-advisor__content > strong { font-size: 14px; line-height: 1.42; }
.ltiom-control-panel--pro .ltiom-size-advisor__content > p { font-size: 12px; line-height: 1.55; }
.ltiom-control-panel--pro .ltiom-size-advisor dt { font-size: 11px; line-height: 1.4; }
.ltiom-control-panel--pro .ltiom-size-advisor dd { font-size: 12px; line-height: 1.45; }
.ltiom-control-panel--pro .ltiom-size-advisor__apply { min-height: 38px; font-size: 11px; }
.ltiom-control-panel--pro .ltiom-control-summary small { font-size: 10px; line-height: 1.35; }
.ltiom-control-panel--pro .ltiom-control-summary strong { font-size: 12px; line-height: 1.35; }
.ltiom-control-panel--pro .ltiom-primary-button strong { font-size: 15px; line-height: 1.35; }
.ltiom-control-panel--pro .ltiom-primary-button small { font-size: 11px; line-height: 1.45; }

/* Smart alerts */
.ltiom-smart-alert__heading strong,
.ltiom-live.is-success .ltiom-smart-alert__heading strong,
.ltiom-live.is-info .ltiom-smart-alert__heading strong { font-size: 14px; line-height: 1.35; }
.ltiom-smart-alert__heading code,
.ltiom-smart-alert__files code,
.ltiom-live.is-success .ltiom-smart-alert__heading code,
.ltiom-live.is-info .ltiom-smart-alert__heading code { font-size: 10px; line-height: 1.35; }
.ltiom-smart-alert__content > p,
.ltiom-live.is-success .ltiom-smart-alert__content > p,
.ltiom-live.is-info .ltiom-smart-alert__content > p { font-size: 12px; line-height: 1.55; }
.ltiom-smart-alert__guidance,
.ltiom-smart-alert__files,
.ltiom-smart-alert__meta { font-size: 11px; line-height: 1.55; }
.ltiom-smart-alert__button,
.ltiom-live.is-success .ltiom-smart-alert__button,
.ltiom-live.is-info .ltiom-smart-alert__button { font-size: 11px; }

/* Results */
.ltiom-results__heading small { font-size: 11px; }
.ltiom-results__heading h3 { font-size: 21px; line-height: 1.3; }
.ltiom-results__heading p { font-size: 13px; line-height: 1.55; }
.ltiom-results__actions > strong,
.ltiom-results__header > strong { font-size: 12px; }
.ltiom-results__summary small { font-size: 10px; line-height: 1.35; }
.ltiom-results__summary strong { font-size: 14px; line-height: 1.35; }
.ltiom-result-card__preview > span { font-size: 11px; }
.ltiom-result-card__body > strong { font-size: 14px; line-height: 1.4; }
.ltiom-result-card__pipeline dt { font-size: 10px; line-height: 1.35; }
.ltiom-result-card__pipeline dd { font-family: var(--ltiom-font-heading); font-size: 12px; line-height: 1.35; }
.ltiom-result-card__meta { font-size: 10px; line-height: 1.45; }
.ltiom-result-card__body > a { font-size: 12px; }
.ltiom-download-all b { font-size: 12px; line-height: 1.35; }
.ltiom-download-all small { font-size: 10px; line-height: 1.4; }

/* FAQ */
.ltiom-faq > header small { font-size: 11px; }
.ltiom-faq > header h2 { font-size: 23px; line-height: 1.3; }
.ltiom-faq > header p { font-size: 13px; line-height: 1.6; }
.ltiom-faq summary { font-family: var(--ltiom-font-heading); font-size: 13px; line-height: 1.5; }
.ltiom-faq details p { font-size: 12px; line-height: 1.75; }

@media (max-width: 760px) {
    .ltiom-app { font-size: 15px; }
    .ltiom-app__hero h2 { font-size: clamp(32px, 10vw, 46px); }
    .ltiom-app__hero-main > p { font-size: 15px; }
    .ltiom-panel-heading strong,
    .ltiom-control-panel--pro .ltiom-panel-heading strong { font-size: 17px; }
    .ltiom-dropzone h3 { font-size: 20px; }
    .ltiom-control-panel--pro .ltiom-control-field__heading strong { font-size: 14px; }
    .ltiom-control-panel--pro .ltiom-size-advisor dl > div { min-height: 46px; }
}

@media (max-width: 480px) {
    .ltiom-app { font-size: 15px; line-height: 1.62; }
    .ltiom-app__brandline strong { font-size: 16px; }
    .ltiom-app__brandline small { font-size: 11px; }
    .ltiom-panel-heading em,
    .ltiom-control-panel--pro .ltiom-panel-heading em { font-size: 12px; }
    .ltiom-control-panel--pro .ltiom-control-select select { font-size: 12px; }
    .ltiom-results__heading h3 { font-size: 19px; }
    .ltiom-faq > header h2 { font-size: 21px; }
}

/* v1.2.14 — Hero kinetic illustration display fix */
.ltiom-app__hero {
    border-radius: 0;
}

.ltiom-app__visual-card {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.ltiom-app__visual-card--kinetic {
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 430px;
    padding: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 24px;
    background:
        radial-gradient(circle at 50% 50%, rgba(var(--ltiom-accent-rgb), 0.12), transparent 38%),
        linear-gradient(155deg, rgba(255,255,255,.11), rgba(255,255,255,.045));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.13), 0 24px 60px rgba(0,0,0,.20);
    backdrop-filter: blur(22px);
}

.ltiom-app__visual-card--kinetic::before,
.ltiom-app__visual-card--kinetic::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.ltiom-app__visual-card--kinetic::before {
    width: 240px;
    height: 240px;
    top: -140px;
    right: -100px;
    background: radial-gradient(circle, rgba(96,165,250,.20), transparent 68%);
}

.ltiom-app__visual-card--kinetic::after {
    width: 220px;
    height: 220px;
    left: -120px;
    bottom: -130px;
    background: radial-gradient(circle, rgba(var(--ltiom-success-rgb),.17), transparent 68%);
}

.ltiom-kinetic-stage {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 96px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    width: 100%;
    min-width: 0;
}

.ltiom-kinetic-panel {
    position: relative;
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 12px;
    min-width: 0;
    min-height: 264px;
    padding: 14px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 21px;
    background: linear-gradient(180deg, rgba(6,12,22,.52), rgba(255,255,255,.055));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 18px 36px rgba(0,0,0,.16);
}

.ltiom-kinetic-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255,255,255,.09), transparent 42%);
}

.ltiom-kinetic-chip {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 14px;
    color: #fff;
    background: rgba(255,255,255,.13);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 10px 22px rgba(0,0,0,.16);
}

.ltiom-kinetic-chip--output {
    background: rgba(var(--ltiom-success-rgb), .20);
    color: #d1fae5;
}

.ltiom-kinetic-chip .ltiom-svg {
    width: 19px;
    height: 19px;
}

.ltiom-kinetic-canvas {
    position: relative;
    z-index: 1;
    min-width: 0;
    min-height: 150px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 18px;
    background: #0b1220;
}

.ltiom-kinetic-bg,
.ltiom-kinetic-shape,
.ltiom-kinetic-badge,
.ltiom-kinetic-lines,
.ltiom-kinetic-bars {
    position: absolute;
    display: block;
}

.ltiom-kinetic-bg {
    inset: 0;
    background: linear-gradient(180deg, #67e8f9 0%, #2563eb 46%, #0b1120 100%);
}

.ltiom-kinetic-shape--sun {
    top: 18px;
    left: 19px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,.98), rgba(255,255,255,.25) 58%, transparent 61%);
    animation: ltiom-kinetic-float 4.2s ease-in-out infinite;
}

.ltiom-kinetic-shape--hill-a {
    left: -20px;
    right: 20px;
    bottom: -17px;
    height: 92px;
    border-radius: 58% 52% 0 0;
    background: linear-gradient(135deg, #22c55e, #14532d);
    transform: rotate(-5deg);
}

.ltiom-kinetic-shape--hill-b {
    right: -30px;
    bottom: -24px;
    width: 76%;
    height: 105px;
    border-radius: 56% 48% 0 0;
    background: linear-gradient(135deg, rgba(16,185,129,.96), rgba(15,118,110,.90));
    transform: rotate(7deg);
}

.ltiom-kinetic-dots {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 10px;
}

.ltiom-kinetic-dots i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255,255,255,.42);
    animation: ltiom-kinetic-dot 1.75s ease-in-out infinite;
}

.ltiom-kinetic-dots i:nth-child(2) { animation-delay: .18s; }
.ltiom-kinetic-dots i:nth-child(3) { animation-delay: .36s; }
.ltiom-kinetic-dots--success i { background: rgba(52,211,153,.88); }

.ltiom-kinetic-core {
    position: relative;
    display: grid;
    place-items: center;
    min-width: 0;
    min-height: 264px;
}

.ltiom-kinetic-core__ring,
.ltiom-kinetic-core__pulse {
    position: absolute;
    border-radius: 50%;
}

.ltiom-kinetic-core__ring--outer {
    width: 92px;
    height: 92px;
    border: 1px dashed rgba(255,255,255,.24);
    animation: ltiom-kinetic-spin 12s linear infinite;
}

.ltiom-kinetic-core__ring--mid {
    width: 72px;
    height: 72px;
    border: 1px solid rgba(255,255,255,.14);
}

.ltiom-kinetic-core__ring--inner {
    width: 56px;
    height: 56px;
    background: radial-gradient(circle, rgba(var(--ltiom-accent-rgb), .45), rgba(var(--ltiom-accent-rgb), .10));
    box-shadow: 0 0 0 10px rgba(255,255,255,.025), 0 0 36px rgba(var(--ltiom-accent-rgb), .34);
}

.ltiom-kinetic-core__pulse {
    width: 56px;
    height: 56px;
    background: radial-gradient(circle, rgba(255,255,255,.18), transparent 66%);
    animation: ltiom-kinetic-pulse 2.3s ease-out infinite;
}

.ltiom-kinetic-core__icon,
.ltiom-kinetic-node {
    position: absolute;
    display: grid;
    place-items: center;
    color: #fff;
}

.ltiom-kinetic-core__icon {
    z-index: 3;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(var(--ltiom-accent-rgb), .96), rgba(255,255,255,.16));
    box-shadow: 0 12px 28px rgba(var(--ltiom-accent-rgb), .32);
}

.ltiom-kinetic-core__icon .ltiom-svg,
.ltiom-kinetic-node .ltiom-svg {
    width: 18px;
    height: 18px;
}

.ltiom-kinetic-node {
    width: 32px;
    height: 32px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 11px;
    background: rgba(255,255,255,.10);
    backdrop-filter: blur(10px);
}

.ltiom-kinetic-node--a { top: 34px; animation: ltiom-kinetic-node-a 5.6s ease-in-out infinite; }
.ltiom-kinetic-node--b { right: 1px; animation: ltiom-kinetic-node-b 6.2s ease-in-out infinite; }
.ltiom-kinetic-node--c { left: 0; bottom: 38px; animation: ltiom-kinetic-node-c 5.9s ease-in-out infinite; }

.ltiom-kinetic-stream {
    position: absolute;
    top: 50%;
    width: 58px;
    height: 2px;
    overflow: hidden;
    transform: translateY(-50%);
    background: rgba(255,255,255,.07);
}

.ltiom-kinetic-stream::before,
.ltiom-kinetic-stream::after {
    content: "";
    position: absolute;
    top: 0;
    width: 24px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.96), transparent);
    animation: ltiom-kinetic-stream 2s linear infinite;
}

.ltiom-kinetic-stream::after { animation-delay: 1s; }
.ltiom-kinetic-stream--left { right: calc(100% - 6px); }
.ltiom-kinetic-stream--right { left: calc(100% - 6px); }

.ltiom-kinetic-canvas--output {
    background: linear-gradient(135deg, rgba(7,18,29,.92), rgba(12,42,34,.86));
}

.ltiom-kinetic-badge {
    top: 16px;
    left: 16px;
    width: 56px;
    height: 22px;
    border-radius: 999px;
    background: linear-gradient(145deg, rgba(52,211,153,.90), rgba(255,255,255,.16));
    box-shadow: 0 10px 24px rgba(16,185,129,.25);
}

.ltiom-kinetic-lines {
    left: 15px;
    right: 15px;
    bottom: 18px;
    height: 56px;
    border-radius: 15px;
    background:
        linear-gradient(180deg, transparent 0 23%, rgba(255,255,255,.08) 23% 27%, transparent 27% 55%, rgba(255,255,255,.08) 55% 59%, transparent 59% 100%),
        linear-gradient(90deg, rgba(255,255,255,.13) 0 36%, rgba(var(--ltiom-success-rgb), .62) 36% 65%, rgba(255,255,255,.13) 65% 100%);
    animation: ltiom-kinetic-scan 3.1s ease-in-out infinite;
}

.ltiom-kinetic-bars {
    bottom: 88px;
    width: 14px;
    border-radius: 9px 9px 4px 4px;
    background: linear-gradient(180deg, rgba(255,255,255,.20), rgba(255,255,255,.06));
    transform-origin: bottom;
    animation: ltiom-kinetic-bar 2.7s ease-in-out infinite;
}

.ltiom-kinetic-bars--a { right: 24px; height: 56px; }
.ltiom-kinetic-bars--b { right: 46px; height: 38px; animation-delay: .38s; }

@keyframes ltiom-kinetic-float {
    0%, 100% { transform: translateY(0); opacity: .92; }
    50% { transform: translateY(-6px); opacity: 1; }
}

@keyframes ltiom-kinetic-dot {
    0%, 100% { transform: scale(.82); opacity: .44; }
    50% { transform: scale(1.18); opacity: 1; }
}

@keyframes ltiom-kinetic-spin {
    to { transform: rotate(360deg); }
}

@keyframes ltiom-kinetic-pulse {
    0% { transform: scale(.72); opacity: .76; }
    100% { transform: scale(1.75); opacity: 0; }
}

@keyframes ltiom-kinetic-node-a {
    0%,100% { transform: translate(0,0); }
    50% { transform: translate(14px,7px); }
}

@keyframes ltiom-kinetic-node-b {
    0%,100% { transform: translate(0,0); }
    50% { transform: translate(-12px,-10px); }
}

@keyframes ltiom-kinetic-node-c {
    0%,100% { transform: translate(0,0); }
    50% { transform: translate(13px,-8px); }
}

@keyframes ltiom-kinetic-stream {
    0% { left: -26px; opacity: 0; }
    20% { opacity: 1; }
    100% { left: calc(100% + 28px); opacity: 0; }
}

@keyframes ltiom-kinetic-scan {
    0%,100% { transform: translateX(0); opacity: .82; }
    50% { transform: translateX(4px); opacity: 1; }
}

@keyframes ltiom-kinetic-bar {
    0%,100% { transform: scaleY(.78); opacity: .62; }
    50% { transform: scaleY(1.08); opacity: 1; }
}

@media (max-width: 1050px) {
    .ltiom-app__visual-card--kinetic {
        min-height: 370px;
    }

    .ltiom-kinetic-stage {
        grid-template-columns: minmax(0, 1fr) 130px minmax(0, 1fr);
        gap: 18px;
    }

    .ltiom-kinetic-stream {
        width: 88px;
    }
}

@media (max-width: 760px) {
    .ltiom-app__hero {
        border-radius: 0;
    }

    .ltiom-app__visual-card--kinetic {
        min-height: auto;
        padding: 18px;
        border-radius: 20px;
    }

    .ltiom-kinetic-stage {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .ltiom-kinetic-panel {
        min-height: 220px;
    }

    .ltiom-kinetic-core {
        min-height: 170px;
    }

    .ltiom-kinetic-stream {
        top: auto;
        left: 50%;
        right: auto;
        width: 64px;
        transform: translateX(-50%) rotate(90deg);
    }

    .ltiom-kinetic-stream--left { bottom: calc(100% - 8px); }
    .ltiom-kinetic-stream--right { top: calc(100% - 8px); bottom: auto; }
}

@media (prefers-reduced-motion: reduce) {
    .ltiom-kinetic-stage *,
    .ltiom-kinetic-stage *::before,
    .ltiom-kinetic-stage *::after {
        animation: none !important;
    }
}



/* v1.2.15 — Frontend support center */
.ltiom-support-center {
    position: relative;
    overflow: hidden;
    padding: 30px;
    background:
        radial-gradient(circle at 100% 0, rgba(var(--ltiom-accent-rgb), .06), transparent 30%),
        linear-gradient(180deg, #fff, #fbfcfe);
}

.ltiom-support-center::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -90px;
    bottom: -110px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(var(--ltiom-success-rgb), .08), transparent 70%);
    pointer-events: none;
}

.ltiom-support-center > header {
    position: relative;
    z-index: 1;
    align-items: flex-start;
    margin-bottom: 22px;
}

.ltiom-support-center > header h2 {
    margin-top: 4px;
    font-size: 24px;
}

.ltiom-support-center > header p {
    max-width: 680px;
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.65;
}

.ltiom-support-center__highlights {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 24px;
}

.ltiom-support-center__highlights article {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 13px;
    align-items: center;
    min-height: 112px;
    padding: 16px;
    border: 1px solid var(--ltiom-line);
    border-radius: 17px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 12px 30px rgba(15,23,42,.045);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.ltiom-support-center__highlights article:hover {
    transform: translateY(-3px);
    border-color: rgba(var(--ltiom-accent-rgb), .22);
    box-shadow: 0 16px 34px rgba(15,23,42,.075);
}

.ltiom-support-center__highlights article > span {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: rgba(var(--ltiom-accent-rgb), .08);
    color: var(--ltiom-accent);
}

.ltiom-support-center__highlights article:nth-child(2) > span {
    background: rgba(37,99,235,.08);
    color: #2563eb;
}

.ltiom-support-center__highlights article:nth-child(3) > span {
    background: rgba(var(--ltiom-success-rgb), .10);
    color: var(--ltiom-success);
}

.ltiom-support-center__highlights .ltiom-svg {
    width: 21px;
    height: 21px;
}

.ltiom-support-center__highlights article > div {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.ltiom-support-center__highlights small {
    color: var(--ltiom-muted);
    font-size: 10px;
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.ltiom-support-center__highlights strong {
    color: var(--ltiom-heading);
    font-size: 19px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: -.025em;
}

.ltiom-support-center__highlights p {
    margin: 2px 0 0;
    color: var(--ltiom-muted);
    font-size: 12px;
    line-height: 1.55;
}

.ltiom-support-center__label {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    margin-bottom: 11px;
}

.ltiom-support-center__label span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--ltiom-heading);
    font-size: 12px;
    line-height: 1.4;
    font-weight: 800;
}

.ltiom-support-center__label .ltiom-svg {
    width: 15px;
    height: 15px;
    color: var(--ltiom-success);
}

.ltiom-support-center .ltiom-faq__grid {
    position: relative;
    z-index: 1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.ltiom-support-center details {
    border-radius: 15px;
    background: rgba(255,255,255,.96);
}

.ltiom-support-center details[open] {
    border-color: rgba(var(--ltiom-accent-rgb), .20);
    box-shadow: 0 12px 28px rgba(15,23,42,.055);
}

.ltiom-support-center summary {
    min-height: 66px;
    padding: 15px 16px;
    font-size: 13px;
    line-height: 1.5;
}

.ltiom-support-center summary i {
    width: 28px;
    height: 28px;
    border-radius: 9px;
}

.ltiom-support-center details p {
    padding: 0 16px 17px;
    font-size: 12px;
    line-height: 1.75;
}

@media (max-width: 850px) {
    .ltiom-support-center__highlights {
        grid-template-columns: 1fr;
    }

    .ltiom-support-center__highlights article {
        min-height: 0;
    }

    .ltiom-support-center .ltiom-faq__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 550px) {
    .ltiom-support-center {
        padding: 22px 16px;
    }

    .ltiom-support-center > header {
        gap: 11px;
    }

    .ltiom-support-center > header h2 {
        font-size: 21px;
    }

    .ltiom-support-center__highlights article {
        grid-template-columns: 42px minmax(0, 1fr);
        padding: 14px;
    }

    .ltiom-support-center__highlights article > span {
        width: 42px;
        height: 42px;
    }
}


/* v1.2.16 — Frontend Light / Dark Theme Switcher */
.ltiom-app {
    --ltiom-theme-ease: 280ms cubic-bezier(.2,.8,.2,1);
}

.ltiom-theme-switcher {
    position: absolute;
    z-index: 20;
    top: 18px;
    right: 18px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 5px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 15px;
    background: rgba(8,15,28,.54);
    box-shadow: 0 14px 34px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.12);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.ltiom-theme-switcher__label {
    padding: 0 7px 0 5px;
    color: rgba(255,255,255,.62);
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.ltiom-theme-switcher__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 34px;
    padding: 0 11px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: rgba(255,255,255,.70);
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    cursor: pointer;
    transition: color var(--ltiom-theme-ease), background var(--ltiom-theme-ease), box-shadow var(--ltiom-theme-ease), transform var(--ltiom-theme-ease);
}

.ltiom-theme-switcher__button:hover {
    color: #fff;
    transform: translateY(-1px);
}

.ltiom-theme-switcher__button.is-active {
    background: rgba(255,255,255,.96);
    color: #111827;
    box-shadow: 0 7px 18px rgba(0,0,0,.18);
}

.ltiom-theme-switcher__button .ltiom-svg {
    width: 15px;
    height: 15px;
}

.ltiom-app__hero,
.ltiom-app__workspace,
.ltiom-upload-panel,
.ltiom-control-panel,
.ltiom-panel-heading,
.ltiom-dropzone,
.ltiom-queue,
.ltiom-file-item,
.ltiom-control-field,
.ltiom-size-advisor,
.ltiom-results,
.ltiom-result-card,
.ltiom-faq,
.ltiom-faq details,
.ltiom-support-center,
.ltiom-support-center__highlights article,
.ltiom-control-summary > div,
.ltiom-results__summary > div,
.ltiom-control-panel--pro,
.ltiom-control-panel--pro > .ltiom-panel-heading,
.ltiom-control-panel--pro .ltiom-control-panel__body,
.ltiom-control-panel--pro .ltiom-control-field,
.ltiom-control-panel--pro .ltiom-control-summary > div,
.ltiom-control-panel--pro .ltiom-control-select select {
    transition: color var(--ltiom-theme-ease), background var(--ltiom-theme-ease), border-color var(--ltiom-theme-ease), box-shadow var(--ltiom-theme-ease);
}

.ltiom-app__hero {
    padding-top: 76px;
}

/* Light theme */
.ltiom-app[data-ltiom-theme="light"] {
    --ltiom-ink: #172033;
    --ltiom-heading: #0b1324;
    --ltiom-muted: #5f6b7d;
    --ltiom-muted-2: #8b96a7;
    --ltiom-line: #dfe5ed;
    --ltiom-line-soft: #e9edf3;
    --ltiom-surface: #ffffff;
    --ltiom-surface-soft: #f6f8fb;
    --ltiom-surface-tint: #f1f4f8;
    --ltiom-shadow-xl: 0 30px 80px rgba(31,41,55,.13);
    --ltiom-shadow-lg: 0 20px 46px rgba(31,41,55,.10);
    --ltiom-shadow-md: 0 12px 28px rgba(31,41,55,.075);
}

.ltiom-app[data-ltiom-theme="light"] .ltiom-app__hero {
    border-color: #dce3ec;
    background:
        radial-gradient(circle at 10% 0, rgba(var(--ltiom-accent-rgb), .10), transparent 32%),
        radial-gradient(circle at 96% 0, rgba(37,99,235,.10), transparent 30%),
        linear-gradient(135deg, #ffffff 0%, #f5f7fb 56%, #eef3f8 100%);
    color: var(--ltiom-heading);
    box-shadow: 0 30px 80px rgba(31,41,55,.12);
}

.ltiom-app[data-ltiom-theme="light"] .ltiom-app__hero::before {
    border-color: rgba(15,23,42,.06);
    box-shadow: 0 0 0 80px rgba(15,23,42,.018), 0 0 0 160px rgba(15,23,42,.012);
}

.ltiom-app[data-ltiom-theme="light"] .ltiom-app__hero::after {
    opacity: .12;
    background-image: linear-gradient(rgba(15,23,42,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(15,23,42,.055) 1px, transparent 1px);
}

.ltiom-app[data-ltiom-theme="light"] .ltiom-app__brandline strong,
.ltiom-app[data-ltiom-theme="light"] .ltiom-app__hero h2 {
    color: var(--ltiom-heading);
}

.ltiom-app[data-ltiom-theme="light"] .ltiom-app__brandline small,
.ltiom-app[data-ltiom-theme="light"] .ltiom-app__hero-main > p {
    color: #667085;
}

.ltiom-app[data-ltiom-theme="light"] .ltiom-app__brand-icon {
    border-color: rgba(var(--ltiom-accent-rgb), .14);
    background: linear-gradient(145deg, rgba(var(--ltiom-accent-rgb), .11), #fff);
    box-shadow: inset 0 1px 0 #fff, 0 12px 28px rgba(31,41,55,.10);
    color: var(--ltiom-accent);
}

.ltiom-app[data-ltiom-theme="light"] .ltiom-app__badge,
.ltiom-app[data-ltiom-theme="light"] .ltiom-app__trust span {
    border: 1px solid rgba(15,23,42,.07);
    background: rgba(255,255,255,.72);
    color: #475467;
    box-shadow: 0 8px 18px rgba(31,41,55,.045);
}

.ltiom-app[data-ltiom-theme="light"] .ltiom-theme-switcher {
    border-color: #dbe2eb;
    background: rgba(255,255,255,.82);
    box-shadow: 0 14px 34px rgba(31,41,55,.12), inset 0 1px 0 #fff;
}

.ltiom-app[data-ltiom-theme="light"] .ltiom-theme-switcher__label,
.ltiom-app[data-ltiom-theme="light"] .ltiom-theme-switcher__button {
    color: #667085;
}

.ltiom-app[data-ltiom-theme="light"] .ltiom-theme-switcher__button:hover {
    color: #101828;
}

.ltiom-app[data-ltiom-theme="light"] .ltiom-theme-switcher__button.is-active {
    background: #111827;
    color: #fff;
    box-shadow: 0 8px 18px rgba(17,24,39,.18);
}

.ltiom-app[data-ltiom-theme="light"] .ltiom-app__visual-card--kinetic {
    border-color: rgba(15,23,42,.10);
    background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(237,242,248,.88));
    box-shadow: inset 0 1px 0 #fff, 0 22px 50px rgba(31,41,55,.12);
}

.ltiom-app[data-ltiom-theme="light"] .ltiom-kinetic-panel {
    border-color: rgba(15,23,42,.10);
    background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(235,240,247,.92));
    box-shadow: inset 0 1px 0 #fff, 0 18px 36px rgba(31,41,55,.10);
}

.ltiom-app[data-ltiom-theme="light"] .ltiom-kinetic-chip,
.ltiom-app[data-ltiom-theme="light"] .ltiom-kinetic-node {
    border-color: rgba(15,23,42,.09);
    background: rgba(255,255,255,.90);
    color: #1f2937;
    box-shadow: 0 8px 20px rgba(31,41,55,.10);
}

.ltiom-app[data-ltiom-theme="light"] .ltiom-kinetic-chip--output {
    background: rgba(var(--ltiom-success-rgb), .12);
    color: #047857;
}

.ltiom-app[data-ltiom-theme="light"] .ltiom-kinetic-core__ring--outer,
.ltiom-app[data-ltiom-theme="light"] .ltiom-kinetic-core__ring--mid {
    border-color: rgba(15,23,42,.16);
}

.ltiom-app[data-ltiom-theme="light"] .ltiom-kinetic-dots i {
    background: rgba(15,23,42,.34);
}

.ltiom-app[data-ltiom-theme="light"] .ltiom-app__workspace {
    background: linear-gradient(180deg, #f7f9fc, #ffffff 72%);
}

/* Dark theme */
.ltiom-app[data-ltiom-theme="dark"] {
    --ltiom-ink: #d9e2ef;
    --ltiom-heading: #f8fafc;
    --ltiom-muted: #9aa8ba;
    --ltiom-muted-2: #718096;
    --ltiom-line: #293548;
    --ltiom-line-soft: #202b3b;
    --ltiom-surface: #111a28;
    --ltiom-surface-soft: #162131;
    --ltiom-surface-tint: #1a2637;
    --ltiom-shadow-xl: 0 34px 90px rgba(0,0,0,.36);
    --ltiom-shadow-lg: 0 22px 52px rgba(0,0,0,.30);
    --ltiom-shadow-md: 0 12px 30px rgba(0,0,0,.24);
    color-scheme: dark;
}

.ltiom-app[data-ltiom-theme="dark"] .ltiom-app__hero {
    border-color: rgba(255,255,255,.10);
    background:
        radial-gradient(circle at 10% 5%, rgba(255,255,255,.10), transparent 32%),
        radial-gradient(circle at 96% 0, rgba(var(--ltiom-accent-rgb), .34), transparent 32%),
        linear-gradient(135deg, #07101d 0%, #101a2b 58%, #111827 100%);
    color: #fff;
}

.ltiom-app[data-ltiom-theme="dark"] .ltiom-theme-switcher {
    border-color: rgba(255,255,255,.15);
    background: rgba(5,10,19,.68);
}

.ltiom-app[data-ltiom-theme="dark"] .ltiom-theme-switcher__button.is-active {
    background: linear-gradient(145deg, #ffffff, #dbe4ef);
    color: #111827;
}

.ltiom-app[data-ltiom-theme="dark"] .ltiom-app__workspace {
    border-color: var(--ltiom-line);
    background:
        radial-gradient(circle at 100% 0, rgba(var(--ltiom-accent-rgb), .065), transparent 30%),
        linear-gradient(180deg, #0c1522, #101927 72%);
}

.ltiom-app[data-ltiom-theme="dark"] .ltiom-upload-panel,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-control-panel,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-results,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-faq,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-support-center {
    border-color: var(--ltiom-line);
    background: var(--ltiom-surface);
    box-shadow: var(--ltiom-shadow-md);
}

.ltiom-app[data-ltiom-theme="dark"] .ltiom-panel-heading,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-control-panel--pro > .ltiom-panel-heading,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-queue > header,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-results__header {
    border-color: var(--ltiom-line-soft);
    background: linear-gradient(180deg, #172233, #131d2b);
}

.ltiom-app[data-ltiom-theme="dark"] .ltiom-panel-heading strong,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-dropzone h3,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-queue__title strong,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-file-item strong,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-control-field__heading strong,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-control-panel--pro .ltiom-control-field__heading strong,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-control-panel--pro .ltiom-control-summary strong,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-results__heading h3,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-results__summary strong,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-result-card__body > strong,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-result-card__pipeline dd,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-faq > header h2,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-faq summary,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-support-center__highlights strong,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-support-center__label span,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-size-advisor__content > strong {
    color: var(--ltiom-heading);
}

.ltiom-app[data-ltiom-theme="dark"] .ltiom-dropzone {
    border-color: #3a485c;
    background:
        radial-gradient(circle at 50% 0, rgba(var(--ltiom-accent-rgb), .10), transparent 42%),
        linear-gradient(180deg, #131e2d, #101927);
}

.ltiom-app[data-ltiom-theme="dark"] .ltiom-dropzone:hover,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-dropzone.is-dragging {
    border-color: rgba(var(--ltiom-accent-rgb), .62);
    background: linear-gradient(180deg, rgba(var(--ltiom-accent-rgb), .08), #151f2e);
    box-shadow: 0 20px 46px rgba(0,0,0,.30);
}

.ltiom-app[data-ltiom-theme="dark"] .ltiom-dropzone__visual > span {
    border-color: rgba(var(--ltiom-accent-rgb), .20);
    background: linear-gradient(145deg, #202c3d, #121b29);
    box-shadow: 0 18px 34px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.08);
}

.ltiom-app[data-ltiom-theme="dark"] .ltiom-queue,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-file-item,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-control-field,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-control-panel--pro,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-control-panel--pro .ltiom-control-panel__body,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-control-panel--pro .ltiom-control-field,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-control-panel--pro .ltiom-control-summary > div,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-result-card,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-results__summary > div,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-faq details,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-support-center__highlights article,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-support-center details {
    border-color: var(--ltiom-line);
    background: #131e2d;
    box-shadow: 0 12px 28px rgba(0,0,0,.18);
}

.ltiom-app[data-ltiom-theme="dark"] .ltiom-file-item:hover {
    background: #172334;
}

.ltiom-app[data-ltiom-theme="dark"] .ltiom-queue button {
    border-color: #344156;
    background: #172233;
    color: #fda29b;
}

.ltiom-app[data-ltiom-theme="dark"] .ltiom-file-item button:hover {
    background: rgba(217,45,32,.14);
}

.ltiom-app[data-ltiom-theme="dark"] .ltiom-control-panel--pro .ltiom-control-select select {
    border-color: #354258;
    background: #101a28;
    color: #e5edf7;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}

.ltiom-app[data-ltiom-theme="dark"] .ltiom-control-select::after {
    border-color: #9aa8ba;
}

.ltiom-app[data-ltiom-theme="dark"] .ltiom-size-advisor,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-control-panel--pro .ltiom-size-advisor {
    border-color: #344156;
    background: linear-gradient(180deg, #162335, #121c2a);
}

.ltiom-app[data-ltiom-theme="dark"] .ltiom-size-advisor dl > div,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-control-panel--pro .ltiom-size-advisor dl > div,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-result-card__pipeline > div,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-faq summary i {
    background: #1a2637;
}

.ltiom-app[data-ltiom-theme="dark"] .ltiom-control-panel--pro .ltiom-control-field__heading > i,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-control-panel--pro .ltiom-control-summary > div > i,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-results__summary > div > i,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-support-center__highlights article > span {
    box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}

.ltiom-app[data-ltiom-theme="dark"] .ltiom-control-panel--pro .ltiom-control-field__range output {
    background: rgba(var(--ltiom-accent-rgb), .12);
    color: #fff;
}

.ltiom-app[data-ltiom-theme="dark"] .ltiom-control-panel--pro .ltiom-control-field__heading > .ltiom-control-field__badge {
    color: #6ee7b7;
}

.ltiom-app[data-ltiom-theme="dark"] .ltiom-control-panel--pro .ltiom-control-field__heading > .ltiom-control-field__badge.is-blue {
    color: #93c5fd;
}

.ltiom-app[data-ltiom-theme="dark"] .ltiom-control-panel--pro .ltiom-control-field__heading small,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-control-panel--pro .ltiom-range-labels,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-control-panel--pro .ltiom-size-advisor__content > p,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-control-panel--pro .ltiom-size-advisor dt,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-control-panel--pro .ltiom-control-summary small,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-results__heading p,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-results__summary small,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-result-card__pipeline dt,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-result-card__meta,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-support-center > header p,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-support-center__highlights small,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-support-center__highlights p,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-faq details p {
    color: var(--ltiom-muted);
}

.ltiom-app[data-ltiom-theme="dark"] .ltiom-control-panel--pro .ltiom-size-advisor dd,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-file-item__dimensions {
    color: #c5d0df;
}

.ltiom-app[data-ltiom-theme="dark"] .ltiom-results__grid,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-file-list {
    background: var(--ltiom-line-soft);
}

.ltiom-app[data-ltiom-theme="dark"] .ltiom-result-card__body > a {
    background: #e7edf6;
    color: #111827;
}

.ltiom-app[data-ltiom-theme="dark"] .ltiom-result-card__body > a:hover {
    background: var(--ltiom-accent);
    color: #fff;
}

.ltiom-app[data-ltiom-theme="dark"] .ltiom-support-center {
    background:
        radial-gradient(circle at 100% 0, rgba(var(--ltiom-accent-rgb), .10), transparent 30%),
        linear-gradient(180deg, #121d2b, #0f1825);
}

.ltiom-app[data-ltiom-theme="dark"] .ltiom-support-center__highlights article:nth-child(2) > span {
    background: rgba(59,130,246,.16);
    color: #93c5fd;
}

.ltiom-app[data-ltiom-theme="dark"] .ltiom-faq details[open],
.ltiom-app[data-ltiom-theme="dark"] .ltiom-support-center details[open] {
    border-color: rgba(var(--ltiom-accent-rgb), .38);
    box-shadow: 0 14px 32px rgba(0,0,0,.22);
}

@media (max-width: 760px) {
    .ltiom-theme-switcher {
        top: 12px;
        right: 12px;
    }

    .ltiom-theme-switcher__label {
        display: none;
    }

    .ltiom-theme-switcher__button {
        min-height: 32px;
        padding: 0 9px;
    }

    .ltiom-app__hero {
        padding-top: 68px;
    }
}

@media (max-width: 430px) {
    .ltiom-theme-switcher__button span {
        display: none;
    }

    .ltiom-theme-switcher__button {
        width: 34px;
        padding: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ltiom-theme-switcher__button,
    .ltiom-app__hero,
    .ltiom-app__workspace,
    .ltiom-upload-panel,
    .ltiom-control-panel,
    .ltiom-panel-heading,
    .ltiom-dropzone,
    .ltiom-queue,
    .ltiom-file-item,
    .ltiom-control-field,
    .ltiom-size-advisor,
    .ltiom-results,
    .ltiom-result-card,
    .ltiom-faq,
    .ltiom-support-center {
        transition: none !important;
    }
}


/* v1.2.17 — Compact aligned theme switcher and seamless workspace */
.ltiom-theme-switcher {
    top: 16px;
    right: 16px;
    display: inline-grid;
    grid-template-columns: auto auto auto;
    align-items: center;
    column-gap: 3px;
    min-height: 34px;
    padding: 3px;
    border-radius: 12px;
    box-sizing: border-box;
}

.ltiom-theme-switcher__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    margin: 0;
    padding: 0 7px;
    border-right: 1px solid rgba(255,255,255,.12);
    color: inherit;
    font-size: 9px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .055em;
    white-space: nowrap;
    box-sizing: border-box;
}

.ltiom-theme-switcher__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: auto;
    min-width: 54px;
    min-height: 0;
    height: 28px;
    margin: 0;
    padding: 0 8px;
    border-radius: 8px;
    font-size: 10px;
    line-height: 1;
    box-sizing: border-box;
    white-space: nowrap;
}

.ltiom-theme-switcher__button .ltiom-svg {
    display: block;
    width: 13px;
    height: 13px;
    flex: 0 0 13px;
}

.ltiom-theme-switcher__button span {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.ltiom-app[data-ltiom-theme="light"] .ltiom-theme-switcher__label {
    border-right-color: rgba(15,23,42,.10);
}

.ltiom-app[data-ltiom-theme="dark"] .ltiom-theme-switcher__label {
    border-right-color: rgba(255,255,255,.12);
}

/* Keep Hero and workspace visually continuous. */
.ltiom-app__workspace,
.ltiom-app[data-ltiom-theme="light"] .ltiom-app__workspace,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-app__workspace {
    border: 0;
    border-top: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

@media (max-width: 760px) {
    .ltiom-theme-switcher {
        top: 12px;
        right: 12px;
        min-height: 32px;
        padding: 3px;
    }

    .ltiom-theme-switcher__label {
        height: 26px;
        padding: 0 6px;
        font-size: 8.5px;
    }

    .ltiom-theme-switcher__button {
        min-width: 50px;
        height: 26px;
        padding: 0 7px;
        font-size: 9.5px;
    }

    .ltiom-theme-switcher__button .ltiom-svg {
        width: 12px;
        height: 12px;
        flex-basis: 12px;
    }
}

@media (max-width: 430px) {
    .ltiom-theme-switcher__label {
        display: none;
    }

    .ltiom-theme-switcher__button span {
        display: inline-flex;
    }

    .ltiom-theme-switcher__button {
        width: auto;
        min-width: 46px;
        padding: 0 7px;
    }
}


/* v1.2.18 — Unified dark application background */
.ltiom-app[data-ltiom-theme="dark"] {
    background: #0c1522;
}

.ltiom-app[data-ltiom-theme="dark"] .ltiom-app__workspace {
    background: #0c1522;
}

.ltiom-app[data-ltiom-theme="dark"] .ltiom-app__workspace + .ltiom-support-center,
.ltiom-app[data-ltiom-theme="dark"] .ltiom-faq.ltiom-support-center {
    margin-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
}

.ltiom-app[data-ltiom-theme="dark"] .ltiom-app__workspace + .ltiom-support-center {
    border-top: 1px solid rgba(255,255,255,.07);
}

/* Keep the gap inside the dark surface instead of exposing the page background. */
.ltiom-app[data-ltiom-theme="dark"] .ltiom-support-center {
    padding-top: 34px;
    padding-bottom: 34px;
    background:
        radial-gradient(circle at 100% 0, rgba(var(--ltiom-accent-rgb), .08), transparent 30%),
        linear-gradient(180deg, #0f1927 0%, #0d1724 100%);
}

@media (max-width: 760px) {
    .ltiom-app[data-ltiom-theme="dark"] .ltiom-support-center {
        padding-top: 26px;
        padding-bottom: 26px;
    }
}


/* v1.2.19 — Original dimensions and intelligent size guidance */
.ltiom-size-choice-note {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    margin-top: 8px;
    padding: 8px 10px;
    border: 1px solid rgba(59,130,246,.16);
    border-radius: 10px;
    background: rgba(59,130,246,.055);
    color: #365f91;
    transition: border-color .22s ease, background .22s ease, color .22s ease;
}

.ltiom-size-choice-note > i {
    display: grid;
    place-items: center;
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    margin-top: 1px;
    border-radius: 6px;
    background: rgba(59,130,246,.12);
}

.ltiom-size-choice-note .ltiom-svg {
    width: 11px;
    height: 11px;
}

.ltiom-size-choice-note small {
    color: inherit;
    font-size: 10.5px;
    line-height: 1.55;
    font-weight: 650;
}

.ltiom-size-choice-note.is-safe {
    border-color: rgba(5,150,105,.18);
    background: rgba(5,150,105,.065);
    color: #087454;
}

.ltiom-size-choice-note.is-safe > i {
    background: rgba(5,150,105,.12);
}

.ltiom-size-choice-note.is-warning {
    border-color: rgba(217,119,6,.22);
    background: rgba(245,158,11,.075);
    color: #9a5b08;
}

.ltiom-size-choice-note.is-warning > i {
    background: rgba(245,158,11,.14);
}

.ltiom-control-panel--pro .ltiom-size-advisor dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ltiom-control-panel--pro .ltiom-size-advisor dl > div.is-wide {
    grid-column: 1 / -1;
}

.ltiom-control-panel--pro .ltiom-size-advisor dl > div.is-wide dd {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
}

.ltiom-app[data-ltiom-theme="dark"] .ltiom-size-choice-note {
    border-color: rgba(96,165,250,.22);
    background: rgba(59,130,246,.09);
    color: #a9c8f5;
}

.ltiom-app[data-ltiom-theme="dark"] .ltiom-size-choice-note > i {
    background: rgba(96,165,250,.15);
}

.ltiom-app[data-ltiom-theme="dark"] .ltiom-size-choice-note.is-safe {
    border-color: rgba(52,211,153,.24);
    background: rgba(16,185,129,.09);
    color: #8be2c0;
}

.ltiom-app[data-ltiom-theme="dark"] .ltiom-size-choice-note.is-safe > i {
    background: rgba(52,211,153,.14);
}

.ltiom-app[data-ltiom-theme="dark"] .ltiom-size-choice-note.is-warning {
    border-color: rgba(251,191,36,.26);
    background: rgba(245,158,11,.10);
    color: #f5ce78;
}

.ltiom-app[data-ltiom-theme="dark"] .ltiom-size-choice-note.is-warning > i {
    background: rgba(251,191,36,.15);
}

@media (max-width: 550px) {
    .ltiom-size-choice-note {
        padding: 8px 9px;
    }

    .ltiom-size-choice-note small {
        font-size: 10px;
    }
}


/* v1.2.20 — Compact advisor headline and stacked metadata */
.ltiom-control-panel--pro .ltiom-size-advisor {
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: start;
}

.ltiom-control-panel--pro .ltiom-size-advisor__content {
    min-width: 0;
}

.ltiom-control-panel--pro .ltiom-size-advisor__headline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-width: 0;
    margin-top: 3px;
}

.ltiom-control-panel--pro .ltiom-size-advisor__headline > strong {
    min-width: 0;
    margin: 0;
    color: #13243a;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: -.015em;
    overflow-wrap: anywhere;
}

.ltiom-control-panel--pro .ltiom-size-advisor__apply {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 28px;
    padding: 5px 9px;
    margin: 0;
    border: 1px solid rgba(37,99,235,.20);
    border-radius: 9px;
    background: linear-gradient(180deg, #ffffff, #f5f8ff);
    color: #2457c5;
    box-shadow: 0 5px 12px rgba(37,99,235,.08);
    font-size: 9px;
    line-height: 1;
    font-weight: 800;
    white-space: nowrap;
}

.ltiom-control-panel--pro .ltiom-size-advisor__apply[hidden] {
    display: none !important;
}

.ltiom-control-panel--pro .ltiom-size-advisor__apply .ltiom-svg {
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
}

.ltiom-control-panel--pro .ltiom-size-advisor__apply:hover {
    transform: translateY(-1px);
    border-color: rgba(37,99,235,.38);
    background: #fff;
    box-shadow: 0 8px 16px rgba(37,99,235,.13);
}

.ltiom-control-panel--pro .ltiom-size-advisor dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin-top: 9px;
}

.ltiom-control-panel--pro .ltiom-size-advisor dl > div {
    min-height: 0;
    padding: 8px 10px;
}

.ltiom-control-panel--pro .ltiom-size-advisor dl > div.is-stacked {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 3px;
}

.ltiom-control-panel--pro .ltiom-size-advisor dl > div.is-stacked dt,
.ltiom-control-panel--pro .ltiom-size-advisor dl > div.is-stacked dd {
    width: 100%;
    text-align: left;
}

.ltiom-control-panel--pro .ltiom-size-advisor dl > div.is-stacked dt {
    color: #77869a;
    font-size: 9px;
    line-height: 1.25;
    font-weight: 700;
}

.ltiom-control-panel--pro .ltiom-size-advisor dl > div.is-stacked dd {
    margin-top: 0;
    color: #213349;
    font-size: 10px;
    line-height: 1.4;
    font-weight: 800;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    overflow-wrap: anywhere;
}

.ltiom-app[data-ltiom-theme="dark"] .ltiom-control-panel--pro .ltiom-size-advisor__headline > strong {
    color: #f5f8fc;
}

.ltiom-app[data-ltiom-theme="dark"] .ltiom-control-panel--pro .ltiom-size-advisor__apply {
    border-color: rgba(96,165,250,.24);
    background: linear-gradient(180deg, rgba(37,99,235,.20), rgba(30,64,175,.12));
    color: #b8d4ff;
    box-shadow: 0 6px 14px rgba(0,0,0,.16);
}

.ltiom-app[data-ltiom-theme="dark"] .ltiom-control-panel--pro .ltiom-size-advisor__apply:hover {
    border-color: rgba(96,165,250,.42);
    background: rgba(37,99,235,.24);
}

.ltiom-app[data-ltiom-theme="dark"] .ltiom-control-panel--pro .ltiom-size-advisor dl > div.is-stacked dt {
    color: #8fa2b9;
}

.ltiom-app[data-ltiom-theme="dark"] .ltiom-control-panel--pro .ltiom-size-advisor dl > div.is-stacked dd {
    color: #eef4fb;
}

@media (max-width: 550px) {
    .ltiom-control-panel--pro .ltiom-size-advisor__headline {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .ltiom-control-panel--pro .ltiom-size-advisor__apply {
        min-height: 27px;
        padding: 5px 8px;
    }

    .ltiom-control-panel--pro .ltiom-size-advisor dl {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ltiom-control-panel--pro .ltiom-size-advisor dl > div.is-wide {
        grid-column: 1 / -1;
    }
}
