html.es-site { color-scheme: light; }

.de-demo {
    position: relative;
    z-index: 50;
    padding: 0.45rem 1rem;
    text-align: center;
    font-size: 0.75rem;
    letter-spacing: 0.01em;
    color: #1A1200;
    background: #FFED00;
}
html.light .de-demo { background: #FFED00; color: #1A1200; }
html.light body.es-site.es-road .es-sol-card em { color: #C47A00; }

.de-logo {
    display: block;
    width: 10.6rem;
    height: auto;
    background: #fff;
    border-radius: 10px;
    padding: 0.28rem 0.45rem 0.22rem;
}
.es-logo--sm .de-logo { width: 8.2rem; }
.es-logo--lg .de-logo { width: 14.2rem; padding: 0.4rem 0.6rem 0.32rem; }

.es-mega-panel { display: none !important; }
@media (min-width: 1280px) {
    .es-mega:hover .es-mega-panel,
    .es-mega.is-open .es-mega-panel { display: flex !important; }
    .es-mega:hover .es-mega-panel.is-wide,
    .es-mega.is-open .es-mega-panel.is-wide { display: grid !important; }
}

.es-drawer,
.es-drawer-scrim { display: none; }
body.es-drawer-lock .es-drawer { display: flex; }
body.es-drawer-lock .es-drawer-scrim { display: block; }
@media (min-width: 1280px) {
    .es-drawer,
    .es-drawer-scrim { display: none !important; }
}

.de-brand-pill {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 11rem;
    height: 4.5rem;
    padding: 0 1.5rem;
    border-radius: 16px;
    background: #222;
    color: #fff;
    font-weight: 750;
    letter-spacing: -0.04em;
    font-size: 1.15rem;
}
html.light .de-brand-pill { background: #fff; color: #111; border: 1px solid rgba(17,17,17,.08); }

.de-form { display: grid; gap: 0.85rem; }
.de-form label { display: grid; gap: 0.35rem; font-size: 0.82rem; font-weight: 600; }
.de-field {
    width: 100%;
    min-height: 48px;
    padding: 0.75rem 0.9rem;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.1);
    background: #141414;
    color: #fff;
    font: inherit;
}
html.light .de-field {
    background: #fff;
    color: #111;
    border-color: rgba(17,17,17,.12);
}
.de-field:focus { outline: 2px solid #FFED00; border-color: transparent; }
textarea.de-field { min-height: 140px; resize: vertical; }
.de-hp { position: absolute !important; left: -9999px !important; height: 0; overflow: hidden; }
.de-note { margin-bottom: 1rem; padding: 0.85rem 1rem; border-radius: 14px; font-size: 0.92rem; }
.de-note.is-ok { background: rgba(255,237,0,.12); color: #5C3B00; }
html.light .de-note.is-ok { color: #5C3B00; }
.de-note.is-bad { background: rgba(255,80,80,.12); }

.de-cmd[hidden] { display: none !important; }
.de-cmd {
    position: fixed;
    inset: 0;
    z-index: 90;
}
.de-cmd-scrim { position: absolute; inset: 0; background: rgba(0,0,0,.55); border: 0; }
.de-cmd-panel {
    position: relative;
    z-index: 1;
    width: min(36rem, calc(100% - 2rem));
    margin: 12vh auto 0;
    padding: 0.8rem;
    border-radius: 20px;
    background: #171717;
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 28px 56px rgba(0,0,0,.48);
}
html.light .de-cmd-panel { background: #fff; }
.de-cmd-list { margin-top: 0.6rem; display: grid; gap: 0.25rem; max-height: 50vh; overflow: auto; }
.de-cmd-list a {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.7rem 0.8rem;
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
}
.de-cmd-list a:hover,
.de-cmd-list a.is-active { background: rgba(255,237,0,.12); }
.de-cmd-list em { color: var(--muted); font-style: normal; font-size: 0.8rem; }

.es-node-lab { fill: #b8b8b8; font-size: 11px; font-family: Inter, sans-serif; }
