#body-wikiobras {
    --wo-header-offset: 0px;
    --wo-orange: #ea580c;
    --wo-orange-dark: #c2410c;
    --wo-ink: #0f172a;
    --wo-line: #e2e8f0;
}

#body-wikiobras[hidden] {
    display: none !important;
}

#body-wikiobras,
#body-wikiobras * {
    box-sizing: border-box;
}

#body-wikiobras a,
#body-wikiobras button,
#body-wikiobras input {
    -webkit-tap-highlight-color: transparent;
}

#body-wikiobras img { max-width: 100%; }

#wikiobras-corpo {
    display: flex;
    flex-direction: column;
}

.wo-order-discovery { order: 2; }
.wo-order-bases { order: 3; }
.wo-order-dashboard { order: 4; }
.wo-order-gallery { order: 5; }
.wo-order-ecosystem { order: 6; }
.wo-order-proof { order: 7; }

#search-form,
#wo-search-discovery,
#erp-wikiobras,
#div_bases,
#dashboard-orcamentario,
#depoimento {
    scroll-margin-top: calc(var(--wo-header-offset) + 1rem);
}

.wo-hero {
    display: flex;
    min-height: calc(100vh - var(--wo-header-offset));
    min-height: calc(100svh - var(--wo-header-offset));
    margin-top: var(--wo-header-offset);
}

.wo-hero-layout {
    z-index: 4;
    min-height: inherit;
    padding-top: clamp(2.75rem, 7vh, 5rem);
    padding-bottom: clamp(2.75rem, 7vh, 5rem);
}

.wo-city-network-hero {
    background:
        radial-gradient(circle at 50% 42%, rgba(11, 18, 32, .8) 0, rgba(3, 7, 18, .94) 48%, rgba(2, 6, 23, 1) 100%),
        #020617;
}

.wo-city-network-background {
    position: absolute;
    z-index: 0;
    inset: 0;
    overflow: hidden;
    background:
        linear-gradient(to bottom, rgba(2, 6, 23, .72), transparent 17%, transparent 82%, rgba(2, 6, 23, .94)),
        radial-gradient(circle at 50% 44%, rgba(7, 16, 31, .08), rgba(2, 6, 23, .52) 76%);
    contain: paint;
    pointer-events: none;
}

.wo-city-network-background::after {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 48%, rgba(2, 6, 23, .88) 0 10rem, rgba(2, 6, 23, .62) 23rem, rgba(2, 6, 23, .14) 43rem, transparent 66rem);
    content: "";
}

.wo-hero-webgl {
    position: absolute;
    z-index: 1;
    inset: 0;
    overflow: hidden;
    opacity: 0;
    contain: strict;
    pointer-events: none;
    transition: opacity 1.1s ease;
}

.wo-hero-webgl.is-ready { opacity: 1; }

.wo-hero-webgl canvas {
    display: block;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none;
}

.wo-hero-atmosphere {
    position: absolute;
    z-index: 2;
    inset: 0;
    background:
        radial-gradient(ellipse at 50% 45%, rgba(2, 6, 23, .91) 0 8rem, rgba(2, 6, 23, .65) 22rem, rgba(2, 6, 23, .13) 43rem, transparent 64rem),
        linear-gradient(to bottom, rgba(2, 6, 23, .36), transparent 20%, transparent 72%, rgba(2, 6, 23, .9));
    pointer-events: none;
}

.wo-hero-hud {
    position: absolute;
    z-index: 3;
    inset: clamp(1.25rem, 4vw, 3.25rem);
    opacity: .42;
    pointer-events: none;
}

.wo-hero-hud-horizon {
    position: absolute;
    top: 51%;
    right: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(56, 189, 248, .18) 13%, transparent 37% 63%, rgba(251, 146, 60, .18) 87%, transparent);
}

.wo-hero-hud-corner {
    position: absolute;
    top: 12%;
    width: clamp(4rem, 8vw, 7rem);
    height: clamp(2.4rem, 5vw, 4.25rem);
    border-top: 1px solid rgba(125, 211, 252, .42);
}

.wo-hero-hud-corner::after {
    position: absolute;
    top: -3px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #7dd3fc;
    box-shadow: 0 0 12px rgba(125, 211, 252, .9);
    content: "";
}

.wo-hero-hud-corner-left {
    left: 0;
    border-left: 1px solid rgba(125, 211, 252, .42);
}

.wo-hero-hud-corner-left::after { left: 0; }

.wo-hero-hud-corner-right {
    right: 0;
    border-right: 1px solid rgba(251, 146, 60, .42);
    border-top-color: rgba(251, 146, 60, .42);
}

.wo-hero-hud-corner-right::after {
    right: 0;
    background: #fb923c;
    box-shadow: 0 0 12px rgba(251, 146, 60, .9);
}

.wo-hero-webgl-ready .wo-city-network-background {
    opacity: .24;
    transition: opacity 1.1s ease;
}

.wo-hero-webgl-ready .wo-city-animated { animation: none !important; }

.wo-city-network {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.wo-city-network-layer {
    transform-box: fill-box;
    transform-origin: center;
}

.wo-city-network-layer-a { transform: translate3d(-3px, -2px, 0); }
.wo-city-network-layer-b { transform: translate3d(4px, -3px, 0); }
.wo-city-network-active .wo-city-network-layer-a { animation: wo-city-drift-a 79s ease-in-out infinite alternate; }
.wo-city-network-active .wo-city-network-layer-b { animation: wo-city-drift-b 91s ease-in-out infinite alternate; }

.wo-city-route,
.wo-city-branch,
.wo-city-block,
.wo-city-street {
    fill: none;
    vector-effect: non-scaling-stroke;
}

.wo-city-route { stroke-linecap: round; stroke-linejoin: round; stroke-width: .85; }
.wo-city-route-blue { stroke: url(#wo-city-blue-route); }
.wo-city-route-orange { stroke: url(#wo-city-orange-route); }
.wo-city-route-far { opacity: .105; stroke-width: .65; }
.wo-city-route-main { opacity: .24; stroke-width: 1; }
.wo-city-route-main.wo-city-route-orange { opacity: .27; }
.wo-city-route-soft { opacity: .14; }

.wo-city-route-flow {
    opacity: .48;
    stroke-dasharray: 2 23;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    stroke-width: 1.15;
}

.wo-city-network-active .wo-city-route-flow.wo-city-animated {
    animation: wo-city-route-flow var(--wo-flow-duration, 58s) linear infinite;
}

.wo-city-route-flow.wo-city-route-orange { opacity: .4; }

.wo-city-block {
    opacity: .09;
    stroke: #4f83b6;
    stroke-width: .65;
}

.wo-city-street {
    opacity: .11;
    stroke: #315b88;
    stroke-width: .72;
}

.wo-city-branch {
    opacity: .17;
    stroke-width: .72;
    stroke-linecap: round;
}

.wo-city-node { vector-effect: non-scaling-stroke; }
.wo-city-node-blue { fill: #7cb5e8; opacity: .72; }
.wo-city-node-orange { fill: #fb923c; opacity: .68; }

.wo-city-node-halo {
    fill: #7cb5e8;
    opacity: .085;
    stroke: #7cb5e8;
    stroke-opacity: .12;
    vector-effect: non-scaling-stroke;
}

.wo-city-node-active {
    opacity: .32;
    transform-box: fill-box;
    transform-origin: center;
    transform: scale(.92);
}

.wo-city-network-active .wo-city-node-active.wo-city-animated { animation: wo-city-node-pulse var(--wo-node-duration, 11s) ease-in-out infinite; }

.wo-city-network-paused .wo-city-animated,
.wo-city-network-tab-hidden .wo-city-animated {
    animation-play-state: paused !important;
}

.wo-city-network-hero h1 { color: #f8fafc; text-shadow: 0 2px 22px rgba(2, 6, 23, .72), 0 0 48px rgba(56, 189, 248, .08); }
.wo-city-network-hero .wo-hero-links { color: #cbd5e1; }
.wo-city-network-hero .wo-hero-links a { text-decoration-color: #475569; }
.wo-city-network-hero .wo-scroll-cue { color: #94a3b8; }

@keyframes wo-city-route-flow {
    to { stroke-dashoffset: -260; }
}

@keyframes wo-city-drift-a {
    from { transform: translate3d(-3px, -2px, 0); }
    to { transform: translate3d(4px, 3px, 0); }
}

@keyframes wo-city-drift-b {
    from { transform: translate3d(4px, -3px, 0); }
    to { transform: translate3d(-4px, 3px, 0); }
}

@keyframes wo-city-node-pulse {
    0%, 100% { opacity: .32; transform: scale(.92); }
    50% { opacity: .68; transform: scale(1.12); }
}

.wo-search-surface {
    position: relative;
    z-index: 30;
    overflow: visible;
    border: 1px solid #e2e8f0;
    border-radius: .9rem;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 18px 45px rgba(15, 23, 42, .09);
}

.dark .wo-search-surface {
    border-color: #334155;
    background: rgba(15, 23, 42, .96);
    box-shadow: 0 22px 55px rgba(0, 0, 0, .28);
}

.wo-command-bar {
    display: grid;
    grid-template-columns: 5.5rem minmax(0, 1fr);
    grid-template-areas:
        "type type"
        "uf city"
        "query query"
        "submit submit";
    overflow: visible;
}

.wo-search-type { grid-area: type; }
.wo-command-uf { grid-area: uf; }
.wo-command-city { grid-area: city; }
.wo-command-query { grid-area: query; }
.wo-search-submit { grid-area: submit; }

.wo-command-segment,
.wo-command-query {
    min-height: 3.35rem;
    border-bottom: 1px solid #e2e8f0;
}

.wo-command-segment + .wo-command-segment {
    border-left: 1px solid #e2e8f0;
}

.dark .wo-command-segment,
.dark .wo-command-query {
    border-color: #334155;
}

.wo-command-control {
    display: flex;
    width: 100%;
    min-height: 3.35rem;
    align-items: center;
    justify-content: space-between;
    gap: .4rem;
    padding: 0 .5rem;
    border: 0;
    background: transparent;
    color: #1e293b;
    font-size: .875rem;
    font-weight: 800;
    outline: 0;
}

.wo-search-type,
.wo-command-uf { flex-shrink: 0; }
.wo-command-uf { border-left: 0 !important; }

.wo-command-label {
    flex-shrink: 0;
    overflow: visible;
    text-overflow: clip;
    white-space: nowrap;
}

.dark .wo-command-control { color: #f8fafc; }

.wo-command-control:disabled {
    cursor: not-allowed;
    background: rgba(241, 245, 249, .72);
    color: #94a3b8;
}

.dark .wo-command-control:disabled {
    background: rgba(15, 23, 42, .6);
    color: #64748b;
}

.wo-command-control:hover,
.wo-command-control:focus-visible { background: #fff7ed; }
.dark .wo-command-control:hover,
.dark .wo-command-control:focus-visible { background: rgba(154, 52, 18, .17); }

.wo-type-segment-shell {
    display: grid;
    min-height: 3.35rem;
    align-items: center;
    padding: .32rem;
}

.wo-type-segment {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .2rem;
    border: 1px solid #e2e8f0;
    border-radius: .7rem;
    background: #f1f5f9;
    padding: .2rem;
}

.dark .wo-type-segment { border-color: #334155; background: #020617; }

.wo-type-segment button {
    min-width: 0;
    min-height: 2.2rem;
    border-radius: .5rem;
    padding: .4rem .65rem;
    color: #64748b;
    font-size: .78rem;
    font-weight: 850;
    white-space: nowrap;
    transition: background-color .16s ease, color .16s ease, box-shadow .16s ease;
}

.wo-type-segment button:hover { color: #334155; }
.dark .wo-type-segment button { color: #94a3b8; }
.dark .wo-type-segment button:hover { color: #e2e8f0; }

.wo-type-segment button[aria-checked="true"] {
    background: #ea580c;
    color: #fff;
    box-shadow: 0 2px 7px rgba(234, 88, 12, .2);
}

.dark .wo-type-segment button[aria-checked="true"] { background: #f97316; color: #fff; }
.wo-type-segment button:focus-visible { outline: 2px solid #fb923c; outline-offset: 2px; }

.wo-command-query input {
    width: 100%;
    min-height: 3.35rem;
    border: 0;
    background: transparent;
    padding: 0 1rem 0 3rem;
    color: #0f172a;
    font-size: 1rem;
    outline: 0;
}

.wo-command-query input::placeholder { color: #94a3b8; }
.dark .wo-command-query input { color: #fff; }

.wo-search-icon {
    top: calc(50% + 1px);
    line-height: 1;
    transform: translateY(-50%);
}

.wo-search-submit {
    min-height: 3.35rem;
    border: 0;
    border-radius: 0 0 calc(.9rem - 1px) calc(.9rem - 1px);
}

.wo-search-support {
    display: flex;
    flex-direction: column;
    gap: .2rem;
    border-top: 1px solid #e2e8f0;
    padding: .7rem 1rem;
    color: #64748b;
    font-size: .75rem;
    line-height: 1.35;
}

.dark .wo-search-support { border-color: #334155; color: #94a3b8; }
.wo-search-support button { font-weight: 800; }
.wo-search-support button:hover { color: #c2410c; }
.wo-search-support p:last-child { font-weight: 600; }

.wo-city-network-hero .wo-search-surface {
    border-color: rgba(71, 85, 105, .92);
    background: rgba(7, 16, 31, .88);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .38), inset 0 1px 0 rgba(255, 255, 255, .035), 0 0 0 1px rgba(56, 189, 248, .04);
    backdrop-filter: blur(16px);
}

.wo-city-network-hero .wo-command-segment,
.wo-city-network-hero .wo-command-query,
.wo-city-network-hero .wo-search-support { border-color: #334155; }

.wo-city-network-hero .wo-command-control,
.wo-city-network-hero .wo-command-query input { color: #f8fafc; }

.wo-city-network-hero .wo-command-control:disabled {
    background: rgba(15, 23, 42, .58);
    color: #64748b;
}

.wo-city-network-hero .wo-command-control:hover,
.wo-city-network-hero .wo-command-control:focus-visible { background: rgba(154, 52, 18, .17); }

.wo-city-network-hero .wo-type-segment {
    border-color: #334155;
    background: rgba(2, 6, 23, .88);
}

.wo-city-network-hero .wo-type-segment button { color: #94a3b8; }
.wo-city-network-hero .wo-type-segment button:hover { color: #e2e8f0; }
.wo-city-network-hero .wo-type-segment button[aria-checked="true"] { background: #f97316; color: #fff; }
.wo-city-network-hero .wo-search-support { color: #94a3b8; }
.wo-city-network-hero .wo-search-menu { border-color: #334155 !important; background: #0f172a !important; color: #f8fafc; }
.wo-city-network-hero .wo-search-menu input { border-color: #334155 !important; background: #020617 !important; color: #f8fafc !important; }

.wo-hero-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .55rem 1.25rem;
    color: #475569;
    font-size: .82rem;
    font-weight: 700;
}

.dark .wo-hero-links { color: #cbd5e1; }
.wo-hero-links a {
    display: inline-flex;
    align-items: center;
    gap: .2rem;
    text-decoration: underline;
    text-decoration-color: #cbd5e1;
    text-underline-offset: .24rem;
}

.wo-hero-links a::after {
    content: "→";
    opacity: 0;
    transform: translateX(-.2rem);
    transition: opacity .18s ease, transform .18s ease;
}

.wo-hero-links a:hover,
.wo-hero-links a:focus-visible { color: #c2410c; text-decoration-color: #f97316; }
.wo-hero-links a:hover::after,
.wo-hero-links a:focus-visible::after { opacity: 1; transform: translateX(0); }
.wo-hero-links a:focus-visible { border-radius: .2rem; outline: 2px solid #fb923c; outline-offset: .25rem; }

.wo-scroll-cue {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    margin-top: 1.5rem;
    color: #64748b;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.wo-scroll-cue:hover { color: #c2410c; }

.wo-location-assist {
    position: relative;
    z-index: 20;
    width: fit-content;
    max-width: min(100%, 42rem);
    margin: .75rem auto 0;
    color: #475569;
    font-size: .75rem;
    font-weight: 700;
}

.wo-location-assist[hidden],
.wo-location-assist [hidden] { display: none !important; }

.wo-location-question {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: .35rem .65rem;
}

.wo-location-question > .material-symbols-outlined { color: #ea580c; font-size: 1rem; }
.dark .wo-location-assist { color: #94a3b8; }

.wo-location-actions { display: inline-flex; align-items: center; gap: .65rem; }
.wo-location-actions button { color: #1d4ed8; font-weight: 800; text-decoration: underline; text-underline-offset: .2rem; }
.wo-location-actions button:hover,
.wo-location-actions button:focus-visible { color: #c2410c; }
.dark .wo-location-actions button { color: #7dd3fc; }
.dark .wo-location-actions button:hover,
.dark .wo-location-actions button:focus-visible { color: #fb923c; }
.wo-location-actions button:focus-visible { border-radius: .15rem; outline: 2px solid #fb923c; outline-offset: .2rem; }
.wo-location-assist [data-wo-location-status] { color: #0369a1; text-align: center; }
.dark .wo-location-assist [data-wo-location-status] { color: #7dd3fc; }

.wo-search-menu {
    position: absolute !important;
    top: calc(100% + .45rem) !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 12000 !important;
    width: 100% !important;
    max-width: min(22rem, calc(100vw - 2rem)) !important;
    margin: 0 !important;
    transform: none !important;
}

.wo-search-error {
    border-color: #f97316 !important;
    box-shadow: 0 0 0 3px rgba(249, 115, 22, .16) !important;
}

.wo-product-shell {
    position: relative;
    isolation: isolate;
}

.wo-product-shell::after {
    position: absolute;
    right: 1%;
    bottom: -6%;
    z-index: -1;
    width: 92%;
    height: 48%;
    content: "";
    border-radius: 999px;
    background: rgba(234, 88, 12, .16);
    filter: blur(48px);
}

.wo-dashboard-shell {
    box-shadow: 0 32px 80px rgba(15, 23, 42, .16), 0 8px 24px rgba(15, 23, 42, .08);
}

.dark .wo-dashboard-shell {
    box-shadow: 0 32px 90px rgba(0, 0, 0, .4), 0 0 0 1px rgba(249, 115, 22, .04);
}

.wo-floating-panel {
    position: absolute;
    z-index: 4;
    border: 1px solid #fed7aa;
    border-radius: .75rem;
    background: rgba(255, 255, 255, .95);
    padding: .7rem .85rem;
    color: #0f172a;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .13);
    backdrop-filter: blur(12px);
}

.dark .wo-floating-panel {
    border-color: rgba(194, 65, 12, .7);
    background: rgba(15, 23, 42, .92);
    color: #f8fafc;
}

.wo-floating-sinapi { top: 17%; right: -2.5rem; }
.wo-floating-abc { right: 1.25rem; bottom: -1.6rem; }

.wo-hero-bar,
.wo-composition-bar,
.wo-module-bar {
    display: grid;
    align-items: center;
    gap: .55rem;
    font-size: .75rem;
}

.wo-hero-bar { grid-template-columns: 5.8rem minmax(0, 1fr) 2.25rem; }
.wo-composition-bar { grid-template-columns: 6rem minmax(0, 1fr) 2.5rem; }
.wo-module-bar { grid-template-columns: 6.5rem minmax(0, 1fr) 2.4rem; }

.wo-hero-bar i,
.wo-composition-bar i,
.wo-module-bar i,
.wo-track {
    display: block;
    width: 100%;
    height: .45rem;
    overflow: hidden;
    border-radius: 999px;
    background: #e2e8f0;
}

.dark .wo-hero-bar i,
.dark .wo-composition-bar i,
.dark .wo-module-bar i,
.dark .wo-track { background: #1e293b; }

.wo-hero-bar em,
.wo-composition-bar em,
.wo-module-bar em,
.wo-bar-grow {
    display: block;
    width: var(--wo-value);
    height: 100%;
    border-radius: inherit;
    transform-origin: left center;
}

.wo-timeline-fill {
    display: block;
    width: 100%;
    height: .45rem;
    overflow: hidden;
    border-radius: 999px;
    transform-origin: left center;
}

.wo-timeline-fill + span {
    display: block;
    margin-top: .35rem;
    overflow: hidden;
    color: #64748b;
    font-size: .68rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wo-donut {
    position: relative;
    aspect-ratio: 1;
    border-radius: 50%;
    background: conic-gradient(#ea580c 0 46%, #3b82f6 46% 77%, #06b6d4 77% 91%, #94a3b8 91% 100%);
}

.wo-donut::after {
    position: absolute;
    inset: 18%;
    content: "";
    border-radius: inherit;
    background: #fff;
}

.dark .wo-donut::after { background: #0f172a; }
.wo-donut-hero { width: 7.25rem; }
.wo-donut-ecosystem { width: 8.5rem; }

.wo-chart-gridline,
.wo-chart-gridline-dark {
    fill: none;
    stroke-width: 1;
}

.wo-chart-gridline { stroke: rgba(148, 163, 184, .22); }
.wo-chart-gridline-dark { stroke: rgba(148, 163, 184, .15); }

.wo-line-draw {
    fill: none;
    stroke: #ea580c;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.wo-line-blue { stroke: #3b82f6; }
.wo-line-orange { stroke: #f97316; }
.wo-area-fill { fill: rgba(59, 130, 246, .08); }
.wo-chart-points circle { fill: #f97316; stroke: #020617; stroke-width: 2; }

.wo-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.wo-eyebrow {
    color: #ea580c;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.wo-section-title {
    max-width: 48rem;
    margin-top: .65rem;
    color: #020617;
    font-size: clamp(1.85rem, 3.3vw, 2.7rem);
    font-weight: 900;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.dark .wo-section-title { color: #fff; }

#erp-wikiobras .wo-section-title { color: #fff; }

.wo-budget-heading {
    display: grid;
    gap: 1.5rem;
    margin-bottom: 1.75rem;
}

.wo-commercial-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .85rem 1.1rem;
}

.wo-trial-cta {
    display: inline-flex;
    min-height: 2.8rem;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    border-radius: .7rem;
    background: linear-gradient(135deg, #ea580c, #f97316);
    padding: .7rem 1rem;
    color: #fff;
    font-size: .82rem;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(234, 88, 12, .16);
    transition: box-shadow .18s ease, filter .18s ease, transform .18s ease;
}

.wo-trial-cta:hover { filter: brightness(.94); transform: translateY(-1px); box-shadow: 0 14px 28px rgba(234, 88, 12, .22); }
.wo-trial-cta:focus-visible { outline: 3px solid rgba(249, 115, 22, .35); outline-offset: 3px; }
.wo-trial-cta .material-symbols-outlined { font-size: 1.05rem; }

.wo-inline-link {
    display: inline-flex;
    min-height: 2.5rem;
    align-items: center;
    gap: .35rem;
    color: #c2410c;
    font-size: .82rem;
    font-weight: 850;
    text-underline-offset: .22rem;
}

.wo-inline-link:hover { color: #9a3412; text-decoration: underline; }
.wo-inline-link:focus-visible { border-radius: .25rem; outline: 2px solid #fb923c; outline-offset: .2rem; }
.dark .wo-inline-link { color: #fb923c; }
.dark .wo-inline-link:hover { color: #fdba74; }

.wo-budget-tabs {
    display: flex;
    gap: 1.5rem;
    overflow-x: auto;
    overflow-y: hidden;
    border-bottom: 1px solid #cbd5e1;
    scrollbar-width: thin;
}

.dark .wo-budget-tabs { border-color: #334155; }

.wo-budget-tab {
    position: relative;
    min-height: 2.9rem;
    flex: 0 0 auto;
    padding: .65rem .05rem;
    color: #64748b;
    font-size: .83rem;
    font-weight: 850;
    transition: color .18s ease;
}

.wo-budget-tab::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    background: #ea580c;
    content: '';
    opacity: 0;
    transform: scaleX(.45);
    transition: opacity .18s ease, transform .18s ease;
}

.wo-budget-tab:hover { color: #334155; }
.dark .wo-budget-tab { color: #94a3b8; }
.dark .wo-budget-tab:hover { color: #e2e8f0; }
.wo-budget-tab[aria-selected="true"] { color: #c2410c; }
.dark .wo-budget-tab[aria-selected="true"] { color: #fb923c; }
.wo-budget-tab[aria-selected="true"]::after { opacity: 1; transform: scaleX(1); }
.wo-budget-tab:focus-visible { border-radius: .25rem; outline: 2px solid #fb923c; outline-offset: -2px; }

.wo-budget-panels { min-height: 31rem; margin-top: 1.25rem; }
.wo-budget-panel[hidden] { display: none; }
.wo-budget-panel { animation: wo-budget-panel-in .24s ease both; }

@keyframes wo-budget-panel-in {
    from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
}

.wo-panel-intro {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
}

.wo-panel-intro h3 {
    margin-top: .45rem;
    color: #0f172a;
    font-size: clamp(1.3rem, 2.2vw, 1.7rem);
    font-weight: 900;
    letter-spacing: -.025em;
}

.dark .wo-panel-intro h3 { color: #fff; }

.wo-bdi-summary {
    border-left: 2px solid #f97316;
    padding: .25rem 0 .25rem 1rem;
}

.wo-bdi-summary span,
.wo-bdi-summary small { display: block; color: #64748b; font-size: .7rem; line-height: 1.45; }
.dark .wo-bdi-summary span,
.dark .wo-bdi-summary small { color: #94a3b8; }
.wo-bdi-summary b { display: block; margin: .15rem 0; color: #ea580c; font-size: 1.75rem; font-weight: 950; }
.dark .wo-bdi-summary b { color: #fb923c; }

.wo-search-discovery {
    border-bottom: 1px solid #e2e8f0;
    background: #fff;
    padding: 4.5rem 0;
}

.dark .wo-search-discovery { border-color: #1e293b; background: #020617; }

.wo-discovery-inner {
    width: min(100%, 80rem);
    margin: 0 auto;
    padding: 0 1rem;
}

.wo-discovery-header { max-width: 48rem; }
.wo-discovery-header h2 {
    margin-top: .65rem;
    color: #020617;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    letter-spacing: -.04em;
    line-height: 1.05;
}

.dark .wo-discovery-header h2 { color: #fff; }
.wo-discovery-header > p:not(.wo-eyebrow):not(.wo-discovery-context) { margin-top: .9rem; color: #64748b; font-size: 1rem; line-height: 1.7; }
.dark .wo-discovery-header > p:not(.wo-eyebrow):not(.wo-discovery-context) { color: #94a3b8; }

.wo-discovery-context {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    margin-top: 1rem;
    color: #0369a1;
    font-size: .8rem;
    font-weight: 800;
}

.wo-discovery-context[hidden] { display: none; }
.dark .wo-discovery-context { color: #7dd3fc; }

.wo-need-list {
    display: grid;
    margin-top: 2.25rem;
    border-top: 1px solid #e2e8f0;
}

.dark .wo-need-list { border-color: #1e293b; }

.wo-need-item {
    min-width: 0;
    border-bottom: 1px solid #e2e8f0;
    padding: 1.15rem 0;
}

.dark .wo-need-item { border-color: #1e293b; }

.wo-need-item a {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    color: #1d4ed8;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.35;
    text-underline-offset: .22rem;
}

.wo-need-item a > span:last-child { opacity: .55; transition: opacity .18s ease, transform .18s ease; }
.wo-need-item a:hover,
.wo-need-item a:focus-visible { color: #c2410c; text-decoration: underline; }
.wo-need-item a:hover > span:last-child,
.wo-need-item a:focus-visible > span:last-child { opacity: 1; transform: translateX(.18rem); }
.wo-need-item a:focus-visible { border-radius: .2rem; outline: 2px solid #fb923c; outline-offset: .25rem; }
.dark .wo-need-item a { color: #7dd3fc; }
.dark .wo-need-item a:hover,
.dark .wo-need-item a:focus-visible { color: #fb923c; }
.wo-need-item p { max-width: 34rem; margin-top: .35rem; color: #64748b; font-size: .82rem; line-height: 1.55; }
.dark .wo-need-item p { color: #94a3b8; }

.wo-suggested-searches {
    margin-top: 2.75rem;
    border-top: 1px solid #e2e8f0;
    padding-top: 1.75rem;
}

.dark .wo-suggested-searches { border-color: #1e293b; }
.wo-suggested-searches h3 { color: #0f172a; font-size: 1.15rem; font-weight: 900; }
.dark .wo-suggested-searches h3 { color: #fff; }
.wo-suggested-searches [data-wo-suggested-subtitle] { margin-top: .25rem; color: #64748b; font-size: .8rem; }
.dark .wo-suggested-searches [data-wo-suggested-subtitle] { color: #94a3b8; }

.wo-suggested-searches ul {
    display: grid;
    gap: .6rem;
    margin-top: 1rem;
}

.wo-suggested-searches ul[hidden] { display: none; }

.wo-suggested-link {
    display: flex;
    min-height: 2.75rem;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    border: 1px solid #e2e8f0;
    border-radius: .55rem;
    background: #fff;
    padding: .6rem .8rem;
    color: #334155;
    font-size: .78rem;
    font-weight: 750;
    line-height: 1.35;
    transition: border-color .18s ease, color .18s ease, background .18s ease;
}

.wo-suggested-link span:last-child { color: #94a3b8; transition: transform .18s ease; }
.wo-suggested-link:hover,
.wo-suggested-link:focus-visible { border-color: #fb923c; background: #fff7ed; color: #c2410c; outline: 0; }
.wo-suggested-link:hover span:last-child,
.wo-suggested-link:focus-visible span:last-child { transform: translateX(.18rem); }
.dark .wo-suggested-link { border-color: #334155; background: #0f172a; color: #cbd5e1; }
.dark .wo-suggested-link:hover,
.dark .wo-suggested-link:focus-visible { border-color: #f97316; background: rgba(154, 52, 18, .14); color: #fdba74; }

.wo-dark-grid {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(148, 163, 184, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148, 163, 184, .055) 1px, transparent 1px);
    background-size: 34px 34px;
    -webkit-mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 88%, transparent);
    mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 88%, transparent);
}

.wo-base-rail {
    display: grid;
    grid-auto-columns: minmax(10rem, 46vw);
    grid-auto-flow: column;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
}

.wo-base-item {
    position: relative;
    min-width: 0;
    scroll-snap-align: start;
}

.wo-base-link {
    display: flex;
    min-height: 7.5rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    padding: 1.25rem;
    color: #64748b;
    font-size: .75rem;
    font-weight: 700;
    transition: background-color .2s ease, color .2s ease;
}

.wo-base-link:hover { background: #fff7ed; color: #c2410c; }
.dark .wo-base-link:hover { background: rgba(124, 45, 18, .18); color: #fdba74; }

.wo-base-help {
    position: absolute;
    top: .65rem;
    right: .65rem;
    color: #94a3b8;
}

.wo-base-help:hover { color: #ea580c; }

.wo-metrics > div {
    position: relative;
    padding: 1.75rem .75rem;
    text-align: center;
}

.wo-metrics > div:not(:last-child) { border-right: 1px solid #e2e8f0; }
.dark .wo-metrics > div:not(:last-child) { border-color: #1e293b; }

.wo-metrics b {
    display: block;
    color: #020617;
    font-size: clamp(1.75rem, 4vw, 3.2rem);
    font-weight: 900;
    letter-spacing: -.04em;
    line-height: 1;
}

.dark .wo-metrics b { color: #fff; }

.wo-metrics span {
    display: block;
    margin-top: .55rem;
    color: #64748b;
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.wo-metrics::before {
    position: absolute;
    top: -1px;
    left: 0;
    width: 35%;
    height: 2px;
    content: "";
    background: #ea580c;
    transform-origin: left;
}

.wo-metrics { position: relative; }

.wo-analytics-shell {
    overflow: hidden;
    border: 1px solid #334155;
    border-radius: 1.15rem;
    background: rgba(15, 23, 42, .93);
    box-shadow: 0 28px 80px rgba(0, 0, 0, .3);
}

.wo-analytics-head {
    display: flex;
    min-height: 3.2rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid #334155;
    padding: .75rem 1.25rem;
    color: #94a3b8;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.wo-data-surface {
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 12px 35px rgba(15, 23, 42, .055);
}

.dark .wo-data-surface { border-color: #334155; background: #0f172a; box-shadow: none; }

.wo-data-head {
    display: flex;
    min-height: 4.3rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid #e2e8f0;
    padding: .85rem 1.25rem;
}

.dark .wo-data-head { border-color: #1e293b; }
.wo-data-head span { display: block; color: #94a3b8; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.wo-data-head b { display: block; margin-top: .2rem; font-size: .85rem; }
.wo-data-head > div:last-child { text-align: right; }

.wo-data-surface table th {
    padding: .85rem 1.15rem;
    background: #f8fafc;
    color: #64748b;
    font-size: .68rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.dark .wo-data-surface table th { background: #020617; color: #94a3b8; }
.wo-data-surface table td { padding: .9rem 1.15rem; border-top: 1px solid #e2e8f0; }
.dark .wo-data-surface table td { border-color: #1e293b; }
.wo-data-surface table tbody tr { transition: background-color .18s ease; }
.wo-data-surface table tbody tr:hover { background: #fff7ed; }
.dark .wo-data-surface table tbody tr:hover { background: rgba(124, 45, 18, .16); }
.wo-data-surface table tfoot td { background: #f8fafc; color: #0f172a; font-weight: 900; }
.dark .wo-data-surface table tfoot td { background: #020617; color: #fff; }
.wo-data-surface table tfoot td:last-child { color: #ea580c; font-size: 1rem; }

.wo-table-dot {
    display: inline-block;
    width: .48rem;
    height: .48rem;
    margin-right: .45rem;
    border-radius: 999px;
}

.wo-gantt {
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 12px 35px rgba(15, 23, 42, .05);
}

.dark .wo-gantt { border-color: #334155; background: #0f172a; box-shadow: none; }

.wo-gantt-head {
    display: grid;
    grid-template-columns: 9rem repeat(8, 1fr);
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
}

.dark .wo-gantt-head { border-color: #1e293b; background: #020617; }
.wo-gantt-head span { padding: .85rem .5rem; color: #64748b; font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-align: center; }
.wo-gantt-head span:first-child { padding-left: 1.25rem; text-align: left; }

.wo-gantt-row {
    display: grid;
    grid-template-columns: 9rem minmax(0, 1fr) 3.5rem;
    align-items: center;
    min-height: 4.25rem;
    border-bottom: 1px solid #e2e8f0;
    padding: 0 1rem 0 1.25rem;
}

.dark .wo-gantt-row { border-color: #1e293b; }
.wo-gantt-row b { font-size: .82rem; }
.wo-gantt-row em { color: #64748b; font-size: .72rem; font-style: normal; font-weight: 800; text-align: right; }

.wo-gantt-lane {
    position: relative;
    height: 2rem;
    background-image: linear-gradient(90deg, rgba(148, 163, 184, .15) 1px, transparent 1px);
    background-size: 12.5% 100%;
}

.wo-gantt-plan,
.wo-gantt-real,
.wo-gantt-critical {
    position: absolute;
    left: var(--wo-left);
    width: var(--wo-width);
    border-radius: .2rem;
    transform-origin: left;
}

.wo-gantt-plan { top: .3rem; height: .55rem; }
.wo-gantt-real { bottom: .3rem; height: .55rem; }
.wo-gantt-critical { top: .1rem; bottom: .1rem; border: 1px dashed #f43f5e; }

.wo-gantt-foot {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: .8rem 1.25rem;
    color: #64748b;
    font-size: .7rem;
    font-weight: 700;
}

.wo-gallery-layout {
    display: grid;
    gap: 2.5rem;
    align-items: center;
}

.wo-gallery-copy { max-width: 34rem; }

.wo-gallery-benefits {
    display: grid;
    gap: .95rem;
    margin-top: 2rem;
}

.wo-gallery-benefits li {
    display: grid;
    grid-template-columns: 2.65rem minmax(0, 1fr);
    gap: .9rem;
    align-items: start;
}

.wo-gallery-benefits li > span {
    display: grid;
    width: 2.65rem;
    height: 2.65rem;
    place-items: center;
    border: 1px solid #fed7aa;
    border-radius: .75rem;
    background: #fff7ed;
    color: #ea580c;
    font-size: 1.2rem;
}

.dark .wo-gallery-benefits li > span { border-color: #7c2d12; background: rgba(124, 45, 18, .2); color: #fb923c; }
.wo-gallery-benefits b { display: block; color: #0f172a; font-size: .88rem; }
.dark .wo-gallery-benefits b { color: #f8fafc; }
.wo-gallery-benefits p { margin-top: .2rem; color: #64748b; font-size: .78rem; line-height: 1.55; }
.dark .wo-gallery-benefits p { color: #94a3b8; }

.wo-gallery-actions { margin-top: 2rem; }

.wo-gallery-frame {
    width: 100%;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #cbd5e1;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 20px 48px rgba(15, 23, 42, .1);
}

.dark .wo-gallery-frame { border-color: #334155; background: #0f172a; box-shadow: 0 24px 70px rgba(0, 0, 0, .3); }
.wo-gallery-frame:focus-visible { outline: 3px solid rgba(249, 115, 22, .4); outline-offset: 3px; }

.wo-gallery-head {
    display: flex;
    min-height: 3.9rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid #e2e8f0;
    padding: .7rem 1rem;
}

.dark .wo-gallery-head { border-color: #1e293b; }

.wo-gallery-stage {
    display: block;
    background: #f1f5f9;
}

.dark .wo-gallery-stage { background: #020617; }

.wo-gallery-stage > div {
    height: clamp(16rem, 29vw, 23rem);
    overflow: hidden;
}

.wo-gallery-controls {
    display: flex;
    align-items: stretch;
    gap: .6rem;
    border-top: 1px solid #e2e8f0;
    padding: .6rem;
}

.dark .wo-gallery-controls { border-color: #1e293b; }

.wo-gallery-arrow {
    display: grid;
    width: 3rem;
    flex: 0 0 3rem;
    place-items: center;
    border: 1px solid #e2e8f0;
    border-radius: .65rem;
    color: #475569;
    transition: border-color .18s ease, color .18s ease, background-color .18s ease;
}

.wo-gallery-arrow:hover { border-color: #fdba74; background: #fff7ed; color: #c2410c; }
.dark .wo-gallery-arrow { border-color: #334155; color: #cbd5e1; }
.dark .wo-gallery-arrow:hover { border-color: #c2410c; background: rgba(124, 45, 18, .2); color: #fdba74; }

.wo-gallery-thumb {
    display: grid;
    width: 6.5rem;
    flex: 0 0 6.5rem;
    grid-template-rows: 3rem auto;
    gap: .35rem;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: .65rem;
    background: #fff;
    padding: .3rem;
    color: #64748b;
    font-size: .68rem;
    font-weight: 800;
    text-align: left;
}

.dark .wo-gallery-thumb { border-color: #334155; background: #020617; color: #94a3b8; }
.wo-gallery-thumb img { width: 100%; height: 100%; border-radius: .35rem; object-fit: cover; }

.wo-gallery-thumb[aria-current="true"] {
    border-color: #f97316;
    color: #c2410c;
    box-shadow: 0 0 0 2px rgba(249, 115, 22, .16);
}

.dark .wo-gallery-thumb[aria-current="true"] { color: #fdba74; }

.wo-ecosystem-tabs {
    display: flex;
    min-width: 0;
    gap: .5rem;
    overflow-x: auto;
    border-bottom: 1px solid #334155;
    padding-bottom: .7rem;
    scrollbar-width: none;
}

.wo-ecosystem-tabs::-webkit-scrollbar { display: none; }

.wo-ecosystem-tabs .erpwiki-tab {
    min-height: 2.8rem;
    flex: 0 0 auto;
    border: 1px solid transparent;
    border-radius: .65rem;
    padding: .65rem .9rem;
    color: #94a3b8;
    font-size: .8rem;
    font-weight: 800;
    transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}

.wo-ecosystem-tabs .erpwiki-tab:hover { color: #fff; }

.wo-ecosystem-tabs .erpwiki-tab[aria-selected="true"] {
    border-color: rgba(249, 115, 22, .65);
    background: rgba(124, 45, 18, .28);
    color: #fdba74;
}

.wo-ecosystem-tabs .erpwiki-tab:focus-visible { outline: 3px solid rgba(249, 115, 22, .32); outline-offset: 2px; }

.wo-ecosystem-content {
    min-height: 25rem;
    margin-top: 1rem;
    overflow: hidden;
    border: 1px solid #334155;
    border-radius: 1rem;
    background: rgba(15, 23, 42, .92);
}

.wo-module-layout {
    display: grid;
    min-height: 25rem;
    gap: 2rem;
    padding: 1.5rem;
}

.wo-module-layout > div:first-child { align-self: center; }
.wo-module-layout h3 { margin-top: .6rem; font-size: clamp(1.55rem, 3vw, 2.25rem); font-weight: 900; letter-spacing: -.03em; line-height: 1.1; }
.wo-module-layout > div:first-child > p:last-child { max-width: 34rem; margin-top: 1rem; color: #94a3b8; font-size: .9rem; line-height: 1.65; }
.wo-module-kicker { color: #fb923c; font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.wo-module-viz {
    align-self: stretch;
    border-left: 1px solid #334155;
    background-image:
        linear-gradient(rgba(148, 163, 184, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148, 163, 184, .055) 1px, transparent 1px);
    background-size: 24px 24px;
    padding: 1.5rem;
}

.wo-mini-table { overflow: hidden; border: 1px solid #334155; border-radius: .75rem; }
.wo-mini-table > div { display: grid; grid-template-columns: minmax(0, 1fr) 4rem 5rem; gap: .5rem; border-top: 1px solid #334155; padding: .8rem; font-size: .75rem; }
.wo-mini-table > div:first-child { border-top: 0; background: #020617; color: #64748b; font-size: .68rem; text-transform: uppercase; }
.wo-mini-table em { color: #fb923c; font-style: normal; font-weight: 700; }

.wo-mini-waterfall {
    display: grid;
    height: 11rem;
    grid-template-columns: repeat(6, 1fr);
    align-items: end;
    gap: .75rem;
    border-bottom: 1px solid #475569;
    background-image: linear-gradient(rgba(148, 163, 184, .1) 1px, transparent 1px);
    background-size: 100% 25%;
    padding: 0 .5rem;
}

.wo-mini-waterfall span { display: block; height: var(--wo-height); border-radius: .25rem .25rem 0 0; transform-origin: bottom; }

.wo-mini-gantt { display: grid; grid-template-columns: 6.5rem minmax(0, 1fr); align-items: center; gap: .75rem; }
.wo-mini-gantt b { color: #cbd5e1; font-size: .75rem; }
.wo-mini-gantt i { position: relative; display: block; height: 1.15rem; background: #1e293b; border-radius: .2rem; }
.wo-mini-gantt em { position: absolute; left: var(--wo-left); width: var(--wo-width); height: 100%; border-radius: inherit; transform-origin: left; }

.wo-search-overlay {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: grid;
    place-items: center;
    padding: 1rem;
    background: rgba(2, 6, 23, .42);
    backdrop-filter: blur(6px);
}

.wo-search-overlay[hidden] { display: none; }

.wo-search-spinner {
    width: 1.15rem;
    height: 1.15rem;
    border: 2px solid rgba(234, 88, 12, .22);
    border-top-color: #ea580c;
    border-radius: 50%;
    animation: wo-spin .75s linear infinite;
}

@keyframes wo-spin { to { transform: rotate(360deg); } }

.wo-scroll-progress {
    position: fixed;
    top: var(--wo-header-offset);
    left: 0;
    z-index: 49;
    width: var(--wo-scroll-progress, 0%);
    height: 2px;
    background: #f97316;
    pointer-events: none;
    transform-origin: left;
}

.wo-motion-ready [data-wo-hero],
.wo-motion-ready [data-wo-reveal] {
    opacity: 0;
    transform: translateY(16px);
}

.wo-motion-ready [data-wo-hero].is-visible,
.wo-motion-ready [data-wo-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .62s cubic-bezier(.22, 1, .36, 1), transform .62s cubic-bezier(.22, 1, .36, 1);
    transition-delay: var(--wo-delay, 0ms);
}

.wo-motion-ready .wo-bar-grow,
.wo-motion-ready .wo-hero-bar em,
.wo-motion-ready .wo-composition-bar em,
.wo-motion-ready .wo-module-bar em,
.wo-motion-ready .wo-timeline-fill,
.wo-motion-ready .wo-gantt-plan,
.wo-motion-ready .wo-gantt-real,
.wo-motion-ready .wo-mini-waterfall span,
.wo-motion-ready .wo-mini-gantt em {
    transform: scaleX(0);
}

.wo-motion-ready .wo-mini-waterfall span { transform: scaleY(0); }

.wo-motion-ready [data-wo-chart].is-visible .wo-bar-grow,
.wo-motion-ready [data-wo-chart].is-visible .wo-hero-bar em,
.wo-motion-ready [data-wo-chart].is-visible .wo-composition-bar em,
.wo-motion-ready [data-wo-chart].is-visible .wo-module-bar em,
.wo-motion-ready [data-wo-chart].is-visible .wo-timeline-fill,
.wo-motion-ready [data-wo-chart].is-visible .wo-gantt-plan,
.wo-motion-ready [data-wo-chart].is-visible .wo-gantt-real,
.wo-motion-ready [data-wo-chart].is-visible .wo-mini-gantt em {
    transform: scaleX(1);
    transition: transform .75s cubic-bezier(.22, 1, .36, 1);
}

.wo-motion-ready [data-wo-chart].is-visible .wo-mini-waterfall span {
    transform: scaleY(1);
    transition: transform .7s cubic-bezier(.22, 1, .36, 1);
}

.wo-motion-ready .wo-line-draw {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
}

.wo-motion-ready [data-wo-chart].is-visible .wo-line-draw {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset .95s ease .12s;
}

.wo-motion-ready .wo-chart-points { opacity: 0; }
.wo-motion-ready [data-wo-chart].is-visible .wo-chart-points { opacity: 1; transition: opacity .4s ease .55s; }

#noticias section > div[class*="max-w"],
#agenda section > div[class*="max-w"],
#curso section > div[class*="max-w"] {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

#noticias .blur-3xl,
#agenda .blur-3xl,
#curso .blur-3xl { display: none !important; }

@media (min-width: 640px) {
    .wo-discovery-inner { padding-right: 1.5rem; padding-left: 1.5rem; }
    .wo-suggested-searches ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }

    .wo-base-rail {
        grid-auto-flow: row;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        overflow: visible;
    }
}

@media (min-width: 768px) {
    .wo-command-bar {
        grid-template-columns: 13rem 6rem 10rem minmax(14rem, 1fr) 8.5rem;
        grid-template-areas: "type uf city query submit";
    }

    .wo-command-segment,
    .wo-command-query { min-height: 3.85rem; border-bottom: 0; }
    .wo-command-query { border-left: 1px solid #e2e8f0; }
    .dark .wo-command-query { border-left-color: #334155; }
    .wo-command-control,
    .wo-command-query input,
    .wo-search-submit { min-height: 3.85rem; }
    .wo-type-segment-shell { min-height: 3.85rem; }
    .wo-command-uf { border-left: 1px solid #e2e8f0 !important; }
    .dark .wo-command-uf { border-left-color: #334155 !important; }
    .wo-command-control { padding-inline: .9rem; }
    .wo-search-submit { border-radius: 0 calc(.9rem - 1px) calc(.9rem - 1px) 0; }
    .wo-search-support { flex-direction: row; justify-content: space-between; text-align: left; }
    .wo-budget-heading { grid-template-columns: minmax(0, 1fr) auto; align-items: end; }
    .wo-budget-heading .wo-commercial-actions { justify-content: flex-end; }

    .wo-need-list { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 3rem; }

    .wo-module-layout { grid-template-columns: minmax(16rem, .72fr) minmax(0, 1.28fr); padding: 0; }
    .wo-module-layout > div:first-child { padding: 2rem; }
    .wo-module-viz { display: grid; align-content: center; padding: 2rem; }
}

@media (min-width: 1024px) {
    .wo-hero-layout {
        padding-top: clamp(3rem, 7vh, 5rem);
        padding-bottom: clamp(3rem, 7vh, 5rem);
    }

    .wo-section { padding-top: 5rem; padding-bottom: 5rem; }
    .wo-search-discovery { padding-top: 5.5rem; padding-bottom: 5.5rem; }
    .wo-discovery-inner { padding-right: 2rem; padding-left: 2rem; }
    .wo-suggested-searches ul { grid-template-columns: repeat(4, minmax(0, 1fr)); }

    .wo-base-rail { grid-template-columns: repeat(6, minmax(0, 1fr)); }

    .wo-gallery-layout { grid-template-columns: minmax(18rem, .68fr) minmax(0, 1.32fr); }
    .wo-gallery-frame { justify-self: end; }

    #noticias section > div[class*="max-w"],
    #agenda section > div[class*="max-w"],
    #curso section > div[class*="max-w"] {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
}

@media (min-width: 1440px) {
    .wo-section { padding-top: 6rem; padding-bottom: 6rem; }
}

@media (max-width: 1023px) {
    .wo-city-network-detail { opacity: .58; }
    .wo-city-route-far { opacity: .075; }
    .wo-floating-sinapi { right: 1rem; }
}

@media (max-width: 767px) {
    .wo-hero-hud { inset: 1rem; opacity: .25; }
    .wo-hero-hud-corner { top: 8%; width: 3.5rem; height: 2rem; }
    .wo-hero-hud-horizon { opacity: .55; }
    .wo-hero-atmosphere {
        background:
            radial-gradient(ellipse at 50% 43%, rgba(2, 6, 23, .82) 0 5rem, rgba(2, 6, 23, .42) 11rem, rgba(2, 6, 23, .08) 17rem, transparent 23rem),
            linear-gradient(to bottom, rgba(2, 6, 23, .38), transparent 20%, transparent 72%, rgba(2, 6, 23, .92));
    }
    .wo-city-network-detail,
    .wo-city-network-far-secondary { display: none; }
    .wo-city-halos,
    .wo-city-route-flow-secondary { display: none; }
    .wo-city-network-active .wo-city-network-layer-a,
    .wo-city-network-active .wo-city-network-layer-b,
    .wo-city-network-active .wo-city-node-active.wo-city-animated { animation: none; }
    .wo-city-route-main { opacity: .18; }
    .wo-city-route-main.wo-city-route-orange { opacity: .2; }
    .wo-city-route-flow { opacity: .34; }
    .wo-city-nodes .wo-city-node:nth-child(3n) { display: none; }
    .wo-module-viz { border-top: 1px solid #334155; border-left: 0; }
    .wo-ecosystem-content { min-height: 0; }
    .wo-module-layout { min-height: 0; }
    .wo-gallery-head > span { display: none; }
    .wo-gallery-stage > div { height: clamp(13rem, 58vw, 19rem); }
    .wo-gantt { overflow-x: auto; }
    .wo-gantt-head,
    .wo-gantt-row,
    .wo-gantt-foot { min-width: 46rem; }
    .wo-analytics-head { align-items: flex-start; flex-direction: column; }
    .wo-budget-panels { min-height: 0; }
    .wo-panel-intro { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 639px) {
    .wo-hero-layout { padding-top: 2.5rem; padding-bottom: 2.5rem; }
    .wo-section { padding-top: 3.5rem; padding-bottom: 3.5rem; }
    .wo-floating-abc { right: .75rem; bottom: -1.35rem; }
    .wo-dashboard-shell { border-radius: .9rem; }
    .wo-dashboard-secondary { display: block; }
    .wo-dashboard-secondary > div:last-child { display: none; }
    .wo-gallery-layout { gap: 2rem; }
    .wo-gallery-arrow { width: 2.65rem; flex-basis: 2.65rem; }
    .wo-gallery-thumb { width: 5.75rem; flex-basis: 5.75rem; grid-template-rows: 2.65rem auto; }
    .wo-metrics > div { padding: 1.35rem .35rem; }
    .wo-metrics b { font-size: clamp(1.45rem, 8vw, 2rem); }
    .wo-metrics span { font-size: .62rem; letter-spacing: .04em; }
    .wo-location-question { line-height: 1.5; }
    .wo-location-actions { width: 100%; justify-content: center; }
}

@media (max-width: 374px) {
    .wo-command-bar { grid-template-columns: 4.25rem minmax(0, 1fr); }
    .wo-dashboard-secondary { display: none !important; }
    .wo-floating-abc { display: none; }
    .wo-module-bar { grid-template-columns: 5.75rem minmax(0, 1fr) 2.15rem; }
}

@media (prefers-reduced-motion: reduce) {
    #body-wikiobras *,
    #body-wikiobras *::before,
    #body-wikiobras *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }

    .wo-motion-ready [data-wo-hero],
    .wo-motion-ready [data-wo-reveal],
    .wo-motion-ready .wo-chart-points {
        opacity: 1 !important;
        transform: none !important;
    }

    .wo-motion-ready .wo-bar-grow,
    .wo-motion-ready .wo-hero-bar em,
    .wo-motion-ready .wo-composition-bar em,
    .wo-motion-ready .wo-module-bar em,
    .wo-motion-ready .wo-timeline-fill,
    .wo-motion-ready .wo-gantt-plan,
    .wo-motion-ready .wo-gantt-real,
    .wo-motion-ready .wo-mini-waterfall span,
    .wo-motion-ready .wo-mini-gantt em {
        transform: none !important;
    }

    .wo-motion-ready .wo-line-draw { stroke-dashoffset: 0 !important; }

    .wo-city-network-background *,
    .wo-city-network-background *::before,
    .wo-city-network-background *::after {
        animation: none !important;
        transition: none !important;
        transform: none !important;
    }
}
