@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';
@import '_content/MUnique.OpenMU.Web.ItemEditor/MUnique.OpenMU.Web.ItemEditor.q0ye5b48k9.bundle.scp.css';
@import '_content/MUnique.OpenMU.Web.Shared/MUnique.OpenMU.Web.Shared.yd8mh3jemc.bundle.scp.css';

/* _content/MUnique.OpenMU.Web.AdminPanel/Components/Layout/ConfigurationSearch.razor.rz.scp.css */
.configuration-search[b-s4kqu3il7t] {
    position: relative;
    width: min(100%, 48rem);
    min-width: 16rem;
    z-index: 90;
}

.configuration-search__results[b-s4kqu3il7t] {
    position: absolute;
    top: calc(100% + 0.15rem);
    left: 0;
    width: 100%;
    max-height: min(68vh, 28rem);
    z-index: 1060;
    overflow-y: auto;
    margin: 0;
    padding: 0.25rem 0;
}

.configuration-search__result[b-s4kqu3il7t] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 0.14rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
    white-space: normal;
}

.configuration-search__result-caption[b-s4kqu3il7t] {
    font-weight: 600;
    color: inherit;
}

.configuration-search__result-path[b-s4kqu3il7t] {
    font-size: 0.78rem;
    color: var(--omu-text-muted);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.configuration-search__result:hover .configuration-search__result-path[b-s4kqu3il7t],
.configuration-search__result:focus .configuration-search__result-path[b-s4kqu3il7t] {
    color: var(--omu-text);
}

@media (max-width: 767.98px) {
    .configuration-search[b-s4kqu3il7t] {
        width: 100%;
        min-width: 0;
    }

    .configuration-search__results[b-s4kqu3il7t] {
        max-height: min(56vh, 22rem);
    }
}
/* _content/MUnique.OpenMU.Web.AdminPanel/Components/Layout/CreationPanel.razor.rz.scp.css */
.creation-panel[b-zjti31u6jh] {
    position: sticky;
    top: 0;
    align-self: flex-start;
    height: 100vh;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    background-color: var(--omu-surface-2);
    color: var(--omu-text);
    border-left: var(--bs-border-width) solid var(--omu-border);
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    z-index: 2;
}

.creation-panel.collapsed[b-zjti31u6jh] {
    width: 1.75rem;
}

.collapse-toggle[b-zjti31u6jh] {
    flex-shrink: 0;
    width: 1.75rem;
    padding: 0;
    border: none;
    border-right: var(--bs-border-width) solid var(--omu-border);
    background-color: var(--omu-surface-muted);
    cursor: pointer;
    color: var(--omu-text);
}

.collapse-toggle:hover[b-zjti31u6jh] {
    background-color: var(--omu-surface-hover);
}

.creation-panel-body[b-zjti31u6jh] {
    flex: 1;
    min-width: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1rem 1.25rem 0;
    display: flex;
    flex-direction: column;
}

.creation-panel-body h3[b-zjti31u6jh] {
    margin-top: 0;
    margin-bottom: 1rem;
    word-break: break-word;
}

.creation-panel-body[b-zjti31u6jh]  form {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.creation-panel-body[b-zjti31u6jh]  .form-actions {
    position: sticky;
    bottom: 0;
    z-index: 3;
    background-color: var(--omu-surface-2);
    margin: 1rem -1.5rem -1rem -1.5rem;
    padding: 1rem 1.25rem;
    border-top: var(--bs-border-width) solid var(--omu-border);
    display: flex;
    gap: 0.5rem;
    justify-content: flex-start;
    box-sizing: border-box;
}

/* Let the form controls fill the wider panel so the space is actually used. */
.creation-panel-body[b-zjti31u6jh]  input:not([type="checkbox"]):not([type="radio"]),
.creation-panel-body[b-zjti31u6jh]  select,
.creation-panel-body[b-zjti31u6jh]  textarea {
    width: 100%;
    box-sizing: border-box;
}
/* _content/MUnique.OpenMU.Web.AdminPanel/Components/Layout/LoginLayout.razor.rz.scp.css */
.login-panel[b-qobzmyzevm] {
    max-width: 26rem;
}
/* _content/MUnique.OpenMU.Web.AdminPanel/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-njougunawk] {
    display: flex;
    flex-direction: row;
}

main[b-njougunawk] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-njougunawk] {
    background-image: var(--omu-sidebar-gradient);
}

.header-search[b-njougunawk] {
    max-width: 48rem;
}

.main-header[b-njougunawk] {
    top: 0;
    z-index: 99;
    position: sticky;
}

.breadcrumb-bar[b-njougunawk] {
    min-height: 2.5rem;
    background-color: var(--omu-surface-2);
}

.breadcrumb-bar[b-njougunawk]  .breadcrumb-nav {
    display: flex;
    align-items: center;
    min-width: 0;
    flex: 1;
}

.breadcrumb-bar[b-njougunawk]  .breadcrumb {
    margin-bottom: 0;
    padding: 0.25rem 0;
    background-color: transparent;
}

.breadcrumb-bar[b-njougunawk]  .btn-group {
    margin-right: 1rem;
}

@media (max-width: 767.98px) {
    .header-content[b-njougunawk] {
        flex-direction: column;
        align-items: stretch !important;
        gap: 0.5rem;
        padding: 0.5rem 0;
    }

    .header-actions[b-njougunawk] {
        margin-left: 0 !important;
        text-align: right;
    }
}

#blazor-error-ui[b-njougunawk] {
    background: var(--omu-error-bg);
    color: var(--omu-error-text);
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-njougunawk] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/MUnique.OpenMU.Web.AdminPanel/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-xppkr9yerf] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-xppkr9yerf] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-xppkr9yerf] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-xppkr9yerf] {
    font-size: 1.1rem;
}

.bi[b-xppkr9yerf] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-xppkr9yerf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-xppkr9yerf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-xppkr9yerf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-xppkr9yerf] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-xppkr9yerf] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-xppkr9yerf] {
        padding-bottom: 1rem;
    }

    .nav-item[b-xppkr9yerf]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-xppkr9yerf]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-xppkr9yerf]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-xppkr9yerf] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-xppkr9yerf] {
    display: block;
}

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

    .nav-scrollable[b-xppkr9yerf] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

/* MU Origin: acceso visible sin alterar el menú original. */
.mu-origin-entry[b-xppkr9yerf]  .nav-link {
    color: #fff !important;
    border: 1px solid rgba(110,231,183,.4) !important;
    background: linear-gradient(110deg,rgba(22,163,74,.55),rgba(20,83,45,.5)) !important;
    font-weight: 700;
    line-height: 1.15rem;
    min-height: 3rem;
}
.mu-origin-entry[b-xppkr9yerf]  .nav-link:hover,
.mu-origin-entry[b-xppkr9yerf]  .nav-link.active {
    background: linear-gradient(110deg,#15803d,#065f46) !important;
}

.origin-menu-logo[b-xppkr9yerf] { object-fit:contain; margin-right:.4rem; border-radius:8px; }
.origin-menu-label[b-xppkr9yerf] { font-size:.62rem; letter-spacing:.09em; opacity:.75; vertical-align:middle; }
.mu-origin-entry[b-xppkr9yerf]  .origin-entry-logo { width:24px; height:24px; margin-right:.55rem; }

/* MU Origin v3: menú temático dorado y vino. */
.top-row[b-xppkr9yerf] {background:linear-gradient(100deg,#100d17,#4b182a);}
.mu-origin-entry[b-xppkr9yerf]  .nav-link {border-color:rgba(229,189,104,.56) !important;background:linear-gradient(110deg,#672237,#331822) !important;color:#ffde9c !important;}
.mu-origin-entry[b-xppkr9yerf]  .nav-link:hover,.mu-origin-entry[b-xppkr9yerf]  .nav-link.active{background:linear-gradient(110deg,#8d3b49,#582533) !important;}
.mu-origin-economy-entry[b-xppkr9yerf]  .nav-link {color:#f5dfb5 !important;background:rgba(229,189,104,.13) !important;border:1px solid rgba(229,189,104,.3) !important;font-weight:700;}
.mu-origin-economy-entry[b-xppkr9yerf]  .nav-link:hover,.mu-origin-economy-entry[b-xppkr9yerf]  .nav-link.active {background:rgba(229,189,104,.32) !important;}
/* _content/MUnique.OpenMU.Web.AdminPanel/Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-xy5441yr40],
.components-reconnect-repeated-attempt-visible[b-xy5441yr40],
.components-reconnect-failed-visible[b-xy5441yr40],
.components-pause-visible[b-xy5441yr40],
.components-resume-failed-visible[b-xy5441yr40],
.components-rejoining-animation[b-xy5441yr40] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-xy5441yr40],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-xy5441yr40],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-xy5441yr40],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-xy5441yr40],
#components-reconnect-modal.components-reconnect-retrying[b-xy5441yr40],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-xy5441yr40],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-xy5441yr40],
#components-reconnect-modal.components-reconnect-failed[b-xy5441yr40],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-xy5441yr40] {
    display: block;
}


#components-reconnect-modal[b-xy5441yr40] {
    background-color: var(--omu-bg);
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-xy5441yr40 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-xy5441yr40 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-xy5441yr40 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-xy5441yr40]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-xy5441yr40 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-xy5441yr40 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-xy5441yr40 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-xy5441yr40 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-xy5441yr40] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-xy5441yr40] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-xy5441yr40] {
    border: 0;
    background-color: var(--omu-link-primary);
    color: #fff;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-xy5441yr40] {
        background-color: var(--omu-link-primary-border);
    }

    #components-reconnect-modal button:active[b-xy5441yr40] {
        background-color: var(--omu-link-primary);
    }

.components-rejoining-animation[b-xy5441yr40] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-xy5441yr40] {
        position: absolute;
        border: 3px solid var(--omu-link);
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-xy5441yr40 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-xy5441yr40] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-xy5441yr40 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* _content/MUnique.OpenMU.Web.AdminPanel/Components/NetworkAnalyzer/ArchiveList.razor.rz.scp.css */
.accordion[b-mb5gtnt2kn] {
    /* The sessions scroll inside the sidebar, so the page doesn't grow with them. */
    max-height: 40vh;
    overflow-y: auto;
}
/* _content/MUnique.OpenMU.Web.AdminPanel/Components/NetworkAnalyzer/ConnectionList.razor.rz.scp.css */
.accordion[b-859v62tv8m] {
    /* The connections scroll inside the sidebar, so the page doesn't grow with them. */
    max-height: 60vh;
    overflow-y: auto;
}
/* _content/MUnique.OpenMU.Web.AdminPanel/Components/NetworkAnalyzer/PacketDetail.razor.rz.scp.css */
.packet-detail[b-2olk82zi8z] {
    /* The detail is shown inside the row of its packet, so its height is limited to keep the
       rows of the grid readable. */
    margin-top: 0.25rem;
    max-width: 60rem;
    white-space: normal;
}

.packet-raw-data[b-2olk82zi8z],
.packet-extracted-info[b-2olk82zi8z] {
    max-height: 12rem;
    overflow: auto;
    background-color: var(--bs-secondary-bg);
    padding: 0.5rem;
    border-radius: 0.25rem;
    margin-bottom: 0.5rem;
}
/* _content/MUnique.OpenMU.Web.AdminPanel/Components/NetworkAnalyzer/PacketGrid.razor.rz.scp.css */
.packet-grid[b-mn9hiav2tz] {
    /* The grid scrolls inside its own area, so the page doesn't grow with the traffic. Its
       height is set by the component, based on the number of rows which should be visible.
       The vertical scrollbar is always shown, so the width doesn't change when the first
       packets arrive. A horizontal one would appear and disappear with the arriving packets,
       so it's never shown - the content is kept inside the width instead. */
    overflow-y: scroll;
    overflow-x: hidden;
}

.packet-message[b-mn9hiav2tz] {
    /* The message of a packet is kept on one line, so that the rows keep their height - the
       virtualization of the grid depends on it. The whole content is shown in the details of
       the selected packet. */
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
}

/* The rules below apply to the markup of the QuickGrid, which is a child component - the
   scope of this stylesheet has to be lifted with ::deep for them. */
.packet-grid[b-mn9hiav2tz]  thead th {
    /* The column headers stay visible while the rows are scrolled. */
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: var(--bs-body-bg);

    /* A sticky header loses the border of the collapsed table, so it's drawn as a shadow. */
    box-shadow: inset 0 -1px 0 var(--bs-border-color);
}

.packet-grid[b-mn9hiav2tz]  table {
    margin-bottom: 0;
}

.packet-grid[b-mn9hiav2tz]  tr {
    /* The application fades in new table rows. Here the rows change with every arriving
       packet, so they would be animated again and again - and the animation scales them up
       slightly, which makes a horizontal scrollbar flicker. */
    animation: none;
    opacity: 1;
    transform: none;
}
/* _content/MUnique.OpenMU.Web.AdminPanel/Pages/AccountSecurity.razor.rz.scp.css */
.qr-code[b-46vj18mafi]  svg {
    width: 12rem;
    height: 12rem;
}
/* _content/MUnique.OpenMU.Web.AdminPanel/Pages/Centro.razor.rz.scp.css */
/* Estilos aislados: ninguna otra pantalla del panel original cambia. */
.origin-center[b-m10cmtcn1v] { --origin-green: #16a34a; --origin-ink:#0f172a; --origin-muted:#64748b; max-width:1360px; margin:0 auto; padding-bottom:2rem; }
.origin-hero[b-m10cmtcn1v] { display:flex; align-items:center; justify-content:space-between; gap:2rem; padding:clamp(1.5rem,4vw,3.3rem); color:white; border-radius:22px; background:linear-gradient(115deg,#071d2b 0%,#0c3042 50%,#116149 100%); box-shadow:0 12px 38px rgba(2,28,40,.14); position:relative; overflow:hidden; }
.origin-hero[b-m10cmtcn1v]::after { content:''; position:absolute; right:-80px; bottom:-180px; height:330px; width:330px; border-radius:50%; background:rgba(52,211,153,.1); pointer-events:none; }
.origin-eyebrow[b-m10cmtcn1v] { display:flex; align-items:center; gap:.6rem; letter-spacing:.17em; font-weight:700; font-size:.72rem; color:#a7f3d0; }
.origin-dot[b-m10cmtcn1v] { width:8px; height:8px; display:inline-block; border-radius:50%; background:#34d399; box-shadow:0 0 0 5px rgba(52,211,153,.14); }
.origin-hero h1[b-m10cmtcn1v] { font-size:clamp(1.8rem,3.1vw,3rem); font-weight:800; margin:.85rem 0; letter-spacing:-.035em; }
.origin-hero p[b-m10cmtcn1v] { max-width:610px; line-height:1.65; color:#d2e8e7; }
.origin-hero-actions[b-m10cmtcn1v] { display:flex; flex-wrap:wrap; gap:.6rem; margin-top:1.55rem; }
.origin-btn[b-m10cmtcn1v] { text-decoration:none; padding:.7rem 1.05rem; border-radius:10px; font-size:.9rem; font-weight:750; display:inline-flex; gap:.9rem; align-items:center; }
.origin-btn-light[b-m10cmtcn1v] { color:#064e3b; background:#f0fdf4; }
.origin-btn-outline[b-m10cmtcn1v] { color:#e2e8f0; border:1px solid rgba(255,255,255,.4); }
.origin-hero-aside[b-m10cmtcn1v] { display:flex; flex-direction:column; align-items:center; gap:.65rem; font-weight:900; white-space:nowrap; font-size:.88rem; letter-spacing:.3em; color:#e6c272; z-index:1; }
.origin-hero-aside .origin-logo[b-m10cmtcn1v] { width:clamp(112px,15vw,190px); height:auto; filter:drop-shadow(0 15px 20px rgba(0,0,0,.3)); }

.origin-toolbar[b-m10cmtcn1v] { display:flex; justify-content:space-between; align-items:center; gap:1rem; margin:1.75rem 0 1rem; }
.origin-toolbar strong[b-m10cmtcn1v],.origin-toolbar h2[b-m10cmtcn1v] { font-size:1.15rem; font-weight:760; margin:0; }
.origin-muted[b-m10cmtcn1v] { font-size:.82rem; color:var(--bs-secondary-color,#64748b); margin-top:.2rem; }
.origin-refresh[b-m10cmtcn1v] { background:var(--bs-body-bg,#fff); border:1px solid var(--bs-border-color,#e2e8f0); border-radius:9px; padding:.6rem .85rem; color:var(--bs-body-color,#0f172a); font-weight:700; }
.origin-stats[b-m10cmtcn1v] { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; }
.origin-stat[b-m10cmtcn1v], .origin-tile[b-m10cmtcn1v], .origin-status[b-m10cmtcn1v] { border:1px solid var(--bs-border-color,#e2e8f0); background:var(--bs-body-bg,#fff); border-radius:15px; }
.origin-stat[b-m10cmtcn1v] { padding:1.3rem; display:flex; flex-direction:column; gap:.4rem; }
.origin-stat-icon[b-m10cmtcn1v] { display:flex; width:40px; height:40px; align-items:center; justify-content:center; color:#059669; border-radius:12px; background:rgba(16,185,129,.12); }
.origin-stat-icon svg[b-m10cmtcn1v], .origin-tile-icon svg[b-m10cmtcn1v] { width:22px; height:22px; fill:none; stroke:currentColor; stroke-width:1.75; stroke-linecap:round; stroke-linejoin:round; }
.origin-sprite[b-m10cmtcn1v] { position:absolute; width:0; height:0; overflow:hidden; }
.origin-stat small[b-m10cmtcn1v] { font-size:.85rem; color:var(--bs-secondary-color,#64748b); }
.origin-stat strong[b-m10cmtcn1v] { font-size:2rem; font-weight:800; line-height:1.1; font-variant-numeric:tabular-nums; }
.origin-stat span[b-m10cmtcn1v] { font-size:.77rem; color:var(--bs-secondary-color,#64748b); }
.origin-section-title[b-m10cmtcn1v] { font-size:1.2rem; font-weight:750; margin:2rem 0 1rem; }
.origin-grid[b-m10cmtcn1v] { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; }
.origin-tile[b-m10cmtcn1v] { text-decoration:none; color:var(--bs-body-color,#0f172a); padding:1.3rem; min-height:205px; display:flex; flex-direction:column; align-items:flex-start; gap:.6rem; transition:transform .15s,border-color .15s,box-shadow .15s; }
.origin-tile:hover[b-m10cmtcn1v] { color:var(--bs-body-color,#0f172a); transform:translateY(-2px); border-color:rgba(16,185,129,.55); box-shadow:0 8px 28px rgba(16,185,129,.09); }
.origin-tile-icon[b-m10cmtcn1v] { font-size:1.5rem; color:#059669; background:rgba(16,185,129,.1); border-radius:10px; min-width:42px; min-height:42px; display:flex; align-items:center; justify-content:center; }
.origin-tile strong[b-m10cmtcn1v] { font-size:.98rem; font-weight:780; }
.origin-tile small[b-m10cmtcn1v] { font-size:.83rem; line-height:1.5; color:var(--bs-secondary-color,#64748b); }
.origin-tile em[b-m10cmtcn1v] { font-style:normal; font-weight:750; color:#059669; font-size:.82rem; margin-top:auto; }
.origin-status[b-m10cmtcn1v] { margin-top:1.5rem; padding:0 1.2rem .8rem; }
.origin-status .origin-toolbar a[b-m10cmtcn1v] { font-size:.82rem; color:#059669; font-weight:750; }
.origin-table-scroll[b-m10cmtcn1v] { width:100%; overflow-x:auto; }
.origin-table[b-m10cmtcn1v] { width:100%; border-collapse:collapse; font-size:.87rem; white-space:nowrap; }
.origin-table th[b-m10cmtcn1v] { color:var(--bs-secondary-color,#64748b); text-transform:uppercase; letter-spacing:.04em; font-size:.68rem; padding:.85rem .6rem; }
.origin-table td[b-m10cmtcn1v] { padding:.85rem .6rem; border-top:1px solid var(--bs-border-color,#e2e8f0); }
.origin-status-label[b-m10cmtcn1v] { font-weight:700; border-radius:20px; padding:.32rem .65rem; background:rgba(239,68,68,.13); color:#dc2626; font-size:.72rem; }
.origin-status-label.is-up[b-m10cmtcn1v] { background:rgba(16,185,129,.13); color:#059669; }
.origin-empty[b-m10cmtcn1v] { color:var(--bs-secondary-color,#64748b); padding:1rem; }
.origin-footnote[b-m10cmtcn1v] { font-size:.78rem; color:var(--bs-secondary-color,#64748b); padding:1.5rem .3rem; }
@media(max-width:1100px) {.origin-grid[b-m10cmtcn1v] {grid-template-columns:repeat(2,minmax(0,1fr));}} 
@media(max-width:700px) {.origin-stats[b-m10cmtcn1v],.origin-grid[b-m10cmtcn1v] {grid-template-columns:1fr;} .origin-hero-aside[b-m10cmtcn1v] {display:none;} .origin-hero[b-m10cmtcn1v] {padding:1.5rem;} .origin-toolbar[b-m10cmtcn1v] {align-items:flex-start;} }
/* MU Origin ES v3 · paleta inspirada en el universo MU: obsidiana, vino y oro. */
.origin-center[b-m10cmtcn1v] { --origin-gold:#e5bd68; --origin-gold-dark:#8d6227; --origin-wine:#641e32; --origin-ink:#261e25; --origin-muted:#8b7c80; }
.origin-hero[b-m10cmtcn1v] { background:radial-gradient(circle at 75% 20%,rgba(245,192,89,.18),transparent 32%),linear-gradient(120deg,#100e17 0%,#2c1624 52%,#611c2e 100%); box-shadow:0 20px 50px rgba(31,12,28,.22); border:1px solid rgba(220,172,77,.36); }
.origin-hero[b-m10cmtcn1v]::after { background:rgba(225,170,77,.09); }
.origin-eyebrow[b-m10cmtcn1v] { color:#f5d694; }
.origin-dot[b-m10cmtcn1v] { background:#eabc60; box-shadow:0 0 0 5px rgba(234,188,96,.13); }
.origin-hero p[b-m10cmtcn1v] { color:#f4e5e6; }
.origin-btn-gold[b-m10cmtcn1v] { background:linear-gradient(135deg,#ffe0a2,#e8ba62); color:#392114; box-shadow:0 5px 17px rgba(0,0,0,.16); }
.origin-btn-gold:hover[b-m10cmtcn1v] { color:#24140c; background:#ffe7b6; }
.origin-btn-outline[b-m10cmtcn1v] { border:1px solid rgba(244,213,163,.7); color:#f7eada; }
.origin-btn-outline:hover[b-m10cmtcn1v] { color:#261b20; background:#fff1d6; }
.origin-hero-aside[b-m10cmtcn1v] { color:#f3ce81; }
.origin-stat-icon[b-m10cmtcn1v],.origin-tile-icon[b-m10cmtcn1v] { color:#a87530; background:rgba(200,148,55,.13); }
.origin-section-heading[b-m10cmtcn1v] { margin:2.3rem 0 1.05rem; display:flex; gap:1rem; align-items:end; justify-content:space-between; }
.origin-section-heading span[b-m10cmtcn1v] { color:#a87530; font-size:.72rem; letter-spacing:.15em; font-weight:800; }
.origin-section-heading h2[b-m10cmtcn1v] { margin:.28rem 0 0; font-weight:800; font-size:1.55rem; }
.origin-section-heading p[b-m10cmtcn1v] { max-width:380px; font-size:.82rem; color:var(--bs-secondary-color,#7b7075); margin:0; }
.origin-tile-featured[b-m10cmtcn1v] { background:linear-gradient(150deg,rgba(232,185,93,.2),var(--bs-body-bg,#fff) 75%); border-color:rgba(202,146,56,.55); }
.origin-tile:hover[b-m10cmtcn1v] { border-color:rgba(192,132,47,.7); box-shadow:0 8px 28px rgba(109,48,47,.1); }
.origin-tile em[b-m10cmtcn1v],.origin-status .origin-toolbar a[b-m10cmtcn1v] {color:#ad762b;}
.origin-status-label.is-up[b-m10cmtcn1v] {color:#157c4f;}
.origin-economy .origin-hero[b-m10cmtcn1v] { padding:1.9rem 2.2rem; }
.origin-economy .origin-hero h1[b-m10cmtcn1v] {font-size:clamp(1.8rem,3vw,2.65rem);}
.origin-economy .origin-hero>.origin-logo[b-m10cmtcn1v] {width:clamp(100px,15vw,154px);height:auto;flex-shrink:0;}
.origin-economy .origin-stats[b-m10cmtcn1v] {margin-top:1.35rem;}
.origin-guide-grid[b-m10cmtcn1v] {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:1.3rem 0;}
.origin-guide-card[b-m10cmtcn1v] {border:1px solid var(--bs-border-color,#e2e8f0);border-radius:17px;background:var(--bs-body-bg,#fff);padding:1.5rem;display:flex;flex-direction:column;align-items:flex-start;gap:.72rem;}
.origin-guide-card h2[b-m10cmtcn1v] {font-size:1.24rem;font-weight:800;margin:0;}
.origin-guide-card p[b-m10cmtcn1v] {font-size:.88rem;line-height:1.6;color:var(--bs-secondary-color,#64748b);margin:0;}
.origin-guide-card .origin-btn[b-m10cmtcn1v] {margin-top:.3rem;}
.origin-guide-kicker[b-m10cmtcn1v] {font-size:.72rem;font-weight:800;color:#b48131;letter-spacing:.12em;}
.origin-guide-note[b-m10cmtcn1v] {border-left:3px solid #d4a24b;background:rgba(215,163,67,.08);padding:.65rem .8rem;font-size:.8rem;line-height:1.6;width:100%;color:var(--bs-body-color,#333);}
.origin-guide-actions[b-m10cmtcn1v] {display:flex;flex-wrap:wrap;gap:1rem;}
.origin-guide-actions a[b-m10cmtcn1v],.origin-guide-bottom a[b-m10cmtcn1v] {font-weight:750;color:#b47a28;}
.origin-guide-bottom[b-m10cmtcn1v] {padding:1.35rem 1.55rem;}
.origin-guide-bottom h2[b-m10cmtcn1v] {font-size:1.18rem;font-weight:800;}
.origin-guide-bottom p[b-m10cmtcn1v] {font-size:.88rem;line-height:1.65;color:var(--bs-secondary-color,#666);}
.origin-warning[b-m10cmtcn1v] {padding:1rem;border-radius:12px;border:1px solid #d79759;background:rgba(218,158,64,.1);margin-top:1rem;}
.origin-loading[b-m10cmtcn1v] {padding:1rem;color:var(--bs-secondary-color,#64748b);}
.origin-btn-outline-dark[b-m10cmtcn1v] {border:1px solid #b9894c;color:var(--bs-body-color,#251b22);}
@media(max-width:700px){.origin-section-heading[b-m10cmtcn1v]{align-items:start;flex-direction:column;}.origin-guide-grid[b-m10cmtcn1v]{grid-template-columns:1fr;}.origin-economy .origin-hero>.origin-logo[b-m10cmtcn1v]{display:none;}}
/* _content/MUnique.OpenMU.Web.AdminPanel/Pages/EditConfigGrid.razor.rz.scp.css */
.col-title[b-0om9i9s3rh] {
    min-width: 0px;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    flex-grow: 1;
    padding: 0.25rem 0.5rem;
    border: none;
    border-radius: var(--bs-border-radius);
    background: none;
    cursor: pointer;
    color: inherit;
    transition: background-color 0.15s;
}

.col-title:hover[b-0om9i9s3rh] {
    background-color: rgba(128, 128, 128, 0.15);
}

.col-title-text[b-0om9i9s3rh] {
    font-weight: bold;
}

.col-search[b-0om9i9s3rh] {
    width: 50%;
}

.add-new-bar[b-0om9i9s3rh] {
    position: sticky;
    bottom: 0;
    background-color: var(--omu-surface-2);
    padding: 0.5rem 1.5rem;
    margin: 1rem -1.5rem -1rem -1.5rem;
    border-top: var(--bs-border-width) solid var(--omu-border);
}

.add-new-bar hr[b-0om9i9s3rh] {
    display: none;
}
