html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

.CodeMirror {
    font-family: monospace;
    height: 300px;
    color: #000;
    direction: ltr
}

.CodeMirror-lines {
    padding: 4px 0
}

.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
    padding: 0 4px
}

.CodeMirror-scrollbar-filler,
.CodeMirror-gutter-filler {
    background-color: #fff
}

.CodeMirror-gutters {
    border-right: 1px solid #ddd;
    background-color: #f7f7f7;
    white-space: nowrap
}

.CodeMirror-linenumber {
    padding: 0 3px 0 5px;
    min-width: 20px;
    text-align: right;
    color: #999;
    white-space: nowrap
}

.CodeMirror-guttermarker {
    color: #000
}

.CodeMirror-guttermarker-subtle {
    color: #999
}

.CodeMirror-cursor {
    border-left: 1px solid black;
    border-right: none;
    width: 0
}

.CodeMirror div.CodeMirror-secondarycursor {
    border-left: 1px solid silver
}

.cm-fat-cursor .CodeMirror-cursor {
    width: auto;
    border: 0 !important;
    background: #7e7
}

.cm-fat-cursor div.CodeMirror-cursors {
    z-index: 1
}

.cm-fat-cursor .CodeMirror-line::selection,
.cm-fat-cursor .CodeMirror-line>span::selection,
.cm-fat-cursor .CodeMirror-line>span>span::selection {
    background: transparent
}

.cm-fat-cursor .CodeMirror-line::-moz-selection,
.cm-fat-cursor .CodeMirror-line>span::-moz-selection,
.cm-fat-cursor .CodeMirror-line>span>span::-moz-selection {
    background: transparent
}

.cm-fat-cursor {
    caret-color: transparent
}

@-moz-keyframes blink {
    50% {
        background-color: transparent
    }
}

@-webkit-keyframes blink {
    50% {
        background-color: transparent
    }
}

@keyframes blink {
    50% {
        background-color: transparent
    }
}

.cm-tab {
    display: inline-block;
    text-decoration: inherit
}

.CodeMirror-rulers {
    position: absolute;
    inset: -50px 0 0;
    overflow: hidden
}

.CodeMirror-ruler {
    border-left: 1px solid #ccc;
    top: 0;
    bottom: 0;
    position: absolute
}

.cm-s-default .cm-header {
    color: #00f
}

.cm-s-default .cm-quote {
    color: #090
}

.cm-negative {
    color: #d44
}

.cm-positive {
    color: #292
}

.cm-header,
.cm-strong {
    font-weight: 700
}

.cm-em {
    font-style: italic
}

.cm-link {
    text-decoration: underline
}

.cm-strikethrough {
    text-decoration: line-through
}

.cm-s-default .cm-keyword {
    color: #708
}

.cm-s-default .cm-atom {
    color: #219
}

.cm-s-default .cm-number {
    color: #164
}

.cm-s-default .cm-def {
    color: #00f
}

.cm-s-default .cm-variable-2 {
    color: #05a
}

.cm-s-default .cm-variable-3,
.cm-s-default .cm-type {
    color: #085
}

.cm-s-default .cm-comment {
    color: #a50
}

.cm-s-default .cm-string {
    color: #a11
}

.cm-s-default .cm-string-2 {
    color: #f50
}

.cm-s-default .cm-meta,
.cm-s-default .cm-qualifier {
    color: #555
}

.cm-s-default .cm-builtin {
    color: #30a
}

.cm-s-default .cm-bracket {
    color: #997
}

.cm-s-default .cm-tag {
    color: #170
}

.cm-s-default .cm-attribute {
    color: #00c
}

.cm-s-default .cm-hr {
    color: #999
}

.cm-s-default .cm-link {
    color: #00c
}

.cm-s-default .cm-error,
.cm-invalidchar {
    color: red
}

.CodeMirror-composing {
    border-bottom: 2px solid
}

div.CodeMirror span.CodeMirror-matchingbracket {
    color: #0b0
}

div.CodeMirror span.CodeMirror-nonmatchingbracket {
    color: #a22
}

.CodeMirror-matchingtag {
    background: #ff96004d
}

.CodeMirror-activeline-background {
    background: #e8f2ff
}

.CodeMirror {
    position: relative;
    overflow: hidden;
    background: #fff
}

.CodeMirror-scroll {
    overflow: scroll !important;
    margin-bottom: -50px;
    margin-right: -50px;
    padding-bottom: 50px;
    height: 100%;
    outline: none;
    position: relative;
    z-index: 0
}

.CodeMirror-sizer {
    position: relative;
    border-right: 50px solid transparent
}

.CodeMirror-vscrollbar,
.CodeMirror-hscrollbar,
.CodeMirror-scrollbar-filler,
.CodeMirror-gutter-filler {
    position: absolute;
    z-index: 6;
    display: none;
    outline: none
}

.CodeMirror-vscrollbar {
    right: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: scroll
}

.CodeMirror-hscrollbar {
    bottom: 0;
    left: 0;
    overflow-y: hidden;
    overflow-x: scroll
}

.CodeMirror-scrollbar-filler {
    right: 0;
    bottom: 0
}

.CodeMirror-gutter-filler {
    left: 0;
    bottom: 0
}

.CodeMirror-gutters {
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    z-index: 3
}

.CodeMirror-gutter {
    white-space: normal;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: -50px
}

.CodeMirror-gutter-wrapper {
    position: absolute;
    z-index: 4;
    background: none !important;
    border: none !important
}

.CodeMirror-gutter-background {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 4
}

.CodeMirror-gutter-elt {
    position: absolute;
    cursor: default;
    z-index: 4
}

.CodeMirror-gutter-wrapper ::selection {
    background-color: transparent
}

.CodeMirror-gutter-wrapper ::-moz-selection {
    background-color: transparent
}

.CodeMirror-lines {
    cursor: text;
    min-height: 1px
}

.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-width: 0;
    background: transparent;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    white-space: pre;
    word-wrap: normal;
    line-height: inherit;
    color: inherit;
    z-index: 2;
    position: relative;
    overflow: visible;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-variant-ligatures: contextual;
    font-variant-ligatures: contextual
}

.CodeMirror-wrap pre.CodeMirror-line,
.CodeMirror-wrap pre.CodeMirror-line-like {
    word-wrap: break-word;
    white-space: pre-wrap;
    word-break: normal
}

.CodeMirror-linebackground {
    position: absolute;
    inset: 0;
    z-index: 0
}

.CodeMirror-linewidget {
    position: relative;
    z-index: 2;
    padding: .1px
}

.CodeMirror-rtl pre {
    direction: rtl
}

.CodeMirror-code {
    outline: none
}

.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.CodeMirror-measure {
    position: absolute;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.CodeMirror-cursor {
    position: absolute;
    pointer-events: none
}

.CodeMirror-measure pre {
    position: static
}

div.CodeMirror-cursors {
    visibility: hidden;
    position: relative;
    z-index: 3
}

div.CodeMirror-dragcursors,
.CodeMirror-focused div.CodeMirror-cursors {
    visibility: visible
}

.CodeMirror-selected {
    background: #d9d9d9
}

.CodeMirror-focused .CodeMirror-selected {
    background: #d7d4f0
}

.CodeMirror-crosshair {
    cursor: crosshair
}

.CodeMirror-line::selection,
.CodeMirror-line>span::selection,
.CodeMirror-line>span>span::selection {
    background: #d7d4f0
}

.CodeMirror-line::-moz-selection,
.CodeMirror-line>span::-moz-selection,
.CodeMirror-line>span>span::-moz-selection {
    background: #d7d4f0
}

.cm-searching {
    background-color: #ffa;
    background-color: #ff06
}

.cm-force-border {
    padding-right: .1px
}

@media print {
    .CodeMirror div.CodeMirror-cursors {
        visibility: hidden
    }
}

.cm-tab-wrap-hack:after {
    content: ""
}

span.CodeMirror-selectedtext {
    background: none
}

:root {
    --base-font-size: 13px;
    --base-line-height: 16px;
    /* BillingHub — dashboard neutral charcoal, brand green accent */
    --bh-dark: #181818;
    --bh-dark-hover: #252525;
    --bh-dark-deep: #0f0f0f;
    --bh-accent: #a63d57;
    --bh-accent-hover: #842f44;
    --bh-bg: #121212;
    --bh-card: #1c1c1c;
    --color1: #2a2a2a;
    --color2: #333333;
    --color3: #1c1c1c;
    --color4: #e5e5e5;
    --color5: #9ca3af;
    --color6: #141414;
    --color7: #a63d57;
    --color8: #eaeaea;
    --fade: .2s;
    --disabled: #64748b;
    --status-red: 0 80% 55%;
    --status-green: 125 50% 45%;
    --status-gray: 215 15% 45%;
    --status-yellow: 46 70% 50%
}

body,
input,
button,
select,
option,
textarea {
    outline-color: #a63d57;
    font-family: system-ui, -apple-system, Segoe UI, sans-serif;
    color: var(--color8)
}

a {
    color: var(--bh-accent);
    cursor: pointer;
    transition: background-color var(--fade), color var(--fade)
}

a:visited {
    color: var(--bh-accent-hover)
}

a:hover {
    color: var(--bh-accent);
    background-color: rgba(31, 100, 103, .12);
    box-shadow: none;
    transition: background-color var(--fade), color var(--fade)
}

a span {
    text-decoration: inherit
}

strong,
b {
    font-weight: 700
}

i {
    font-style: italic
}

@keyframes pending-blink {
    0% {
        background-color: hsl(var(--status-green) / .9)
    }

    to {
        background-color: transparent
    }
}

body {
    height: 100vh;
    display: flex;
    background-color: var(--bh-bg);
    flex-direction: column
}

#content-wrapper {
    flex-grow: 1;
    display: flex;
    overflow-x: auto;
    overflow-y: auto;
    background-color: var(--bh-bg)
}

#header {
    background: linear-gradient(135deg, var(--bh-dark-deep) 0%, var(--bh-dark) 55%, var(--bh-dark-hover) 100%);
    border-bottom: 1px solid var(--color2);
    overflow: visible;
    position: relative;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .35);
    min-height: 72px;
    display: flex;
    align-items: flex-end;
    flex-wrap: nowrap
}

#header>.drawer-wrapper {
    position: fixed;
    z-index: 10;
    width: 720px;
    margin-left: -360px;
    top: 0;
    left: 50%
}

#header>.drawer-wrapper>.drawer {
    background-color: #c62828;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom: 1px solid var(--color1);
    border-left: 1px solid var(--color1);
    border-right: 1px solid var(--color1);
    margin-top: -1px;
    box-shadow: 0 0 10px #ccc;
    overflow: hidden;
    transition: height var(--fade), opacity var(--fade)
}

#header>.drawer-wrapper>.drawer>div {
    padding: .3em
}

#header>.drawer-wrapper>.drawer>.status {
    display: flex
}

#header>.drawer-wrapper>.drawer>.status>span {
    margin-right: 1em;
    padding-left: .2em;
    padding-right: .2em;
    border-radius: .4em
}

#header>.drawer-wrapper>.drawer>.status>.pending.active.active {
    animation: .5s linear 0s infinite alternate pending-blink
}

#header>.drawer-wrapper>.drawer>.status>.stale.active {
    background-color: hsl(var(--status-gray) / .9)
}

#header>.drawer-wrapper>.drawer>.status>.fault.active {
    background-color: hsl(var(--status-red) / .9)
}

#header>.drawer-wrapper>.drawer>.status>.queued.active {
    font-weight: 700
}

#header>.drawer-wrapper>.drawer>.status>.actions {
    flex-grow: 1;
    text-align: right
}

#header>.drawer-wrapper>.drawer>.staging .parameter {
    font-style: italic;
    max-width: 500px;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    vertical-align: text-bottom
}

#header>.drawer-wrapper>.drawer>.staging input {
    width: 100%;
    box-sizing: border-box;
    padding: .3em;
    margin-top: .3em;
    margin-bottom: .3em
}

#header>.drawer-wrapper>.drawer>.staging .actions {
    text-align: right
}

#header>.drawer-wrapper>.drawer>.queue {
    max-height: 400px;
    overflow-y: auto
}

#header>.drawer-wrapper>.drawer>.queue>.pending {
    animation: .5s linear 0s infinite alternate pending-blink;
    border-radius: .4em
}

#header>.drawer-wrapper>.drawer>.queue>.stale {
    background-color: hsl(var(--status-gray) / .9);
    border-radius: .4em
}

#header>.drawer-wrapper>.drawer>.queue>.fault {
    background-color: hsl(var(--status-red) / .9);
    border-radius: .4em
}

#header>.drawer-wrapper>.drawer>.queue .parameter {
    font-style: italic;
    max-width: 400px;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    vertical-align: text-bottom
}

#header>.drawer-wrapper>.drawer>.queue .value {
    max-width: 200px;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    vertical-align: text-bottom;
    white-space: nowrap
}

#header>.drawer-wrapper>.drawer>.queue>div {
    display: flex
}

#header>.drawer-wrapper>.drawer>.queue>div>.actions {
    flex-grow: 1;
    text-align: right
}

#header>.drawer-wrapper>.notifications-wrapper>.notification {
    padding: .3em;
    left: 0;
    right: 0;
    background-color: #960d0d;
    border: 1px solid var(--color1);
    border-radius: 6px;
    box-shadow: 0 0 10px #ccc;
    transition: opacity var(--fade), top var(--fade)
}

#header>.drawer-wrapper>.notifications-wrapper>.notification.error {
    background-color: hsl(var(--status-red) / .9);
    border: 1px solid hsl(var(--status-red))
}

#header>.drawer-wrapper>.notifications-wrapper>.notification.success {
    background-color: hsl(var(--status-green) / .9);
    border: 1px solid hsl(var(--status-green));
    color: #000
}

#header>.drawer-wrapper>.notifications-wrapper>.notification.warning {
    background-color: hsl(var(--status-yellow) / .9);
    border: 1px solid hsl(var(--status-yellow))
}

#header>nav {
    display: inline-block;
    overflow: visible;
    position: relative;
    bottom: auto;
    flex: 1;
    margin-left: 8px;
    margin-right: 120px
}

#header>nav>ul {
    font-weight: 700;
    display: inline-block;
    margin: 0 10px;
    padding: 0
}

#header>nav>ul>li {
    margin: 0 3px;
    background-color: rgba(255, 255, 255, .12);
    display: inline-block;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-bottom: none;
    transition: background-color var(--fade)
}

#header>nav>ul>li:is(.active, :hover) {
    background-color: var(--bh-card)
}

#header>nav>ul>li>:is(a, a:visited, a:hover) {
    display: inline-block;
    min-width: 120px;
    color: rgba(255, 255, 255, .85);
    text-decoration: none;
    background: none;
    padding: 10px 16px;
    text-align: center
}

#header>nav>ul>li.active>:is(a, a:visited, a:hover),
#header>nav>ul>li:hover>:is(a, a:visited, a:hover) {
    color: var(--bh-accent)
}

#header>.logo {
    display: inline-flex;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    min-height: auto;
    margin: 8px 0 0 12px;
    padding: 0;
    background: transparent;
    border-radius: 10px;
    box-shadow: none
}

#header>.logo>img {
    display: block;
    margin: 0;
    height: 65px;
    width: auto;
    max-width: 320px;
    min-width: 0;
    object-fit: contain;
    vertical-align: middle;
    border-radius: 0
}

#header>.logo>.version {
    display: none
}

#header>.user-menu {
    position: absolute;
    top: 10px;
    right: 56px;
    margin: 0;
    flex-shrink: 0;
    color: rgba(255, 255, 255, .9);
    white-space: nowrap
}

#header>.user-menu a {
    color: rgba(255, 255, 255, .95)
}

#header>.user-menu a:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .15)
}

#side-menu {
    width: 210px;
    min-width: 210px;
    background: linear-gradient(180deg, #252525 0%, #181818 100%);
    padding-top: 8px;
    box-shadow: 2px 0 12px rgba(0, 0, 0, .25);
    border-right: 1px solid var(--color2)
}

#side-menu>ul {
    padding: 0;
    list-style: none
}

#side-menu>ul>li>a {
    display: block;
    text-decoration: none;
    margin: 4px 0 4px 8px;
    padding: 10px 14px;
    border-radius: 6px 0 0 6px;
    background-color: transparent;
    color: rgba(255, 255, 255, .82);
    font-weight: 600;
    border-left: 3px solid transparent;
    transition: background-color var(--fade), color var(--fade)
}

#side-menu>ul>li>a:hover {
    background-color: rgba(255, 255, 255, .1);
    color: #fff
}

#side-menu>ul>li.active>a {
    background-color: rgba(255, 255, 255, .14);
    color: #fff;
    border-left-color: var(--bh-accent)
}

#side-menu>ul>li.active {
    font-weight: 700
}

#content {
    flex-grow: 1;
    margin: 10px;
    min-height: 250px
}

#content:after {
    content: "";
    display: block;
    padding-bottom: 1px
}

table.table {
    border-spacing: 0;
    text-align: left;
    overflow-x: auto
}

table.table table.table {
    font-size: 90%
}

table.table th {
    white-space: nowrap;
    color: var(--color2);
    box-shadow: 0 0 5px #ccc;
    font-weight: 700;
    border-bottom: 1px var(--color2);
    margin: 0;
    padding: .2em .5em
}

table.table td {
    margin: 0;
    padding: .2em .5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 400px;
    color: var(--color8);
    border-bottom: 1px solid var(--color2)
}

table.table tfoot td>a {
    margin-left: 1em
}

table.table.highlight>tbody>tr {
    transition: background-color var(--fade)
}

table.table.highlight>tbody>tr>td {
    border-bottom: 1px dotted var(--color4)
}

table.table.highlight>tbody>tr:hover {
    background-color: var(--color1)
}

table.table tbody>tr.empty {
    text-align: center;
    color: var(--color4)
}

table.table tbody>tr.empty:hover {
    background-color: initial
}

h1 {
    color: var(--color4);
    font-size: 110%;
    font-weight: 700
}

h2 {
    color: var(--color4);
    font-weight: 700;
    font-size: 100%
}

h3 {
    color: var(--color2);
    font-size: 110%;
    font-weight: 700
}

p.error {
    color: #a00
}

input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=button],
button {
    background: transparent;
    border: 0;
    color: var(--color8);
    border-radius: 4px;
    transition: background-color var(--fade), color var(--fade);
    display: inline-block;
    vertical-align: middle
}

:is(input[type=button], button).primary {
    border: 1px solid #842f44;
    background: #a63d57;
    background-image: none;
    color: #fff;
    box-shadow: none;
    font-weight: 600
}

:is(input[type=button], button).primary:hover:enabled {
    background: #842f44;
    color: #fff;
    border-color: #133d40
}

:is(input[type=button], button).critical {
    border: 1px solid var(--color1);
    background-color: var(--color3);
    color: #700
}

:is(input[type=button], button):hover:enabled:not(.primary) {
    background: var(--color1);
    color: var(--color8)
}

:is(input[type=button], button):disabled {
    color: var(--disabled);
    cursor: not-allowed
}

.CodeMirror,
textarea,
select,
input {
    display: block;
    border: 1px solid var(--color2);
    background-color: var(--color6);
    color: var(--color8);
    border-radius: 6px;
    transition: border-color var(--fade), background-color var(--fade)
}

:is(.CodeMirror, textarea, select, input).error {
    background-color: #450a0a;
    border-color: #991b1b
}

:is(.CodeMirror, textarea, select, input):is(:focus, :hover) {
    border-color: var(--bh-accent)
}

.filter {
    margin-bottom: .5em
}

.filter>input {
    font-size: 90%;
    width: 35em;
    margin: 2px;
    padding: 2px
}

#content:has(.overview-chart-group)>h1 {
    text-align: center;
    margin: 0 0 4px
}

#content:has(.overview-chart-group)>h1:empty {
    display: none
}

#content:has(.overview-chart-group),
#content.page-overview {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 12px 16px 20px;
    margin: 8px 12px;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important
}

.overview-chart-group+.overview-chart-group {
    margin-top: 0
}

.overview-chart-group {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
    width: 100%;
    margin-bottom: 0
}

.overview-chart {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    min-height: 340px;
    min-width: 0;
    padding: 14px 14px 12px;
    background: var(--color6);
    border: 1px solid var(--color2);
    border-radius: 10px;
    box-shadow: none
}

.overview-chart-group h2,
.overview-chart h2 {
    text-align: center;
    color: var(--color8);
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 8px;
    width: 100%;
    flex-shrink: 0
}

table.parameter-list {
    border-spacing: 0;
    text-align: left
}

table.parameter-list th {
    padding: 0 1em 0 0
}

.overview-dot>svg {
    margin-bottom: -.125em;
    margin-left: .2em;
    margin-right: .2em
}

.overview-dot>svg>circle {
    stroke: var(--color5);
    stroke-width: .08em
}

span.inform>* {
    margin-right: .5em
}

.pie-chart {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    width: 100%;
    max-width: none;
    min-width: 0;
    min-height: 0;
    margin: 0;
    text-align: center;
    flex: 1
}

.pie-chart>svg {
    display: block;
    width: min(72%, 210px) !important;
    height: min(72%, 210px) !important;
    max-width: 210px;
    max-height: 210px;
    aspect-ratio: 1;
    margin: 4px auto 10px;
    flex-shrink: 0
}

.pie-chart>svg>path {
    stroke: var(--color2);
    stroke-width: 1px
}

.pie-chart>svg>a {
    transition: opacity var(--fade);
    opacity: 0
}

.pie-chart>svg>a>text {
    font-weight: 700;
    opacity: .4
}

.pie-chart>svg>a>path {
    stroke: var(--color4)
}

.pie-chart>svg>a:hover {
    opacity: 1
}

.pie-chart>.legend {
    width: 100%;
    text-align: left;
    margin: auto 0 0;
    padding: 0 4px 0;
    font-size: 11px;
    line-height: 1.35;
    color: var(--color5);
    flex: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(4, auto);
    column-gap: 10px;
    row-gap: 2px;
    align-content: start;
    min-height: 88px
}

.pie-chart>.legend>.legend-line {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 2px 0;
    min-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.pie-chart>.legend>.legend-line>.color {
    height: 10px;
    width: 10px;
    margin-right: 0;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 2px;
    display: block
}

.pie-chart>.legend>.legend-total {
    position: absolute;
    top: 10px;
    left: 8px;
    z-index: 2;
    display: inline-block;
    margin: 0;
    padding: 7px 12px;
    border: 1px solid var(--color2);
    border-top: 1px solid var(--color2);
    border-radius: 8px;
    background: var(--color1);
    font-size: 12px;
    font-weight: 700;
    color: var(--color8);
    line-height: 1.3;
    white-space: nowrap;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2)
}

html[data-bh-theme="light"] .pie-chart>.legend>.legend-total {
    background: #f3f4f6;
    border-color: #e5e7eb;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .06)
}

@media (max-width: 768px) {
    #content-wrapper {
        flex-direction: column;
        overflow-x: auto
    }

    #header {
        flex-wrap: wrap;
        align-items: flex-start;
        min-height: auto;
        padding-bottom: 0
    }

    #header>.logo {
        margin: 6px 0 0 8px;
        order: 1;
        flex: 1 1 auto;
        min-width: 0;
        max-width: calc(100% - 100px)
    }

    #header>.logo>img {
        height: 42px;
        max-width: 200px
    }

    .bh-theme-toggle {
        top: 8px;
        right: 8px;
        width: 34px;
        height: 34px;
        order: 2
    }

    #header>.user-menu {
        top: 8px;
        right: 50px;
        font-size: 12px;
        order: 3;
        max-width: 42vw;
        overflow: hidden;
        text-overflow: ellipsis
    }

    #header>nav {
        order: 4;
        display: block;
        width: 100%;
        flex: 1 1 100%;
        margin: 4px 0 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none
    }

    #header>nav::-webkit-scrollbar {
        display: none
    }

    #header>nav>ul {
        display: flex;
        flex-wrap: nowrap;
        margin: 0;
        padding: 0 6px 2px;
        white-space: nowrap
    }

    #header>nav>ul>li {
        flex-shrink: 0;
        margin: 0 2px
    }

    #header>nav>ul>li>:is(a, a:visited, a:hover) {
        min-width: 0;
        padding: 8px 14px;
        font-size: 13px
    }

    #side-menu {
        width: 100%;
        min-width: 0;
        border-right: none;
        border-bottom: 1px solid var(--color2);
        box-shadow: none;
        padding-top: 4px
    }

    #side-menu>ul {
        display: flex;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 4px;
        padding: 0 6px 6px
    }

    #side-menu>ul>li>a {
        margin: 0;
        padding: 8px 12px;
        border-radius: 6px;
        border-left: none;
        white-space: nowrap;
        font-size: 13px
    }

    #side-menu>ul>li.active>a {
        border-left: none;
        border-bottom: 2px solid var(--bh-accent)
    }

    #content,
    #content:not(.page-login):not(:has(.overview-chart-group)) {
        margin: 8px;
        padding: 4px 6px;
        min-width: 0
    }

    #content:has(.overview-chart-group) {
        gap: 16px;
        padding: 8px 4px 12px;
        margin: 4px;
        min-width: 320px
    }

    .overview-chart-group {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px
    }

    .overview-chart {
        min-height: 240px;
        padding: 8px 4px 6px;
        background: var(--color6);
        border: 1px solid var(--color2);
        border-radius: 8px
    }

    .overview-chart-group h2,
    .overview-chart h2 {
        font-size: 11px;
        margin: 0 0 4px;
        line-height: 1.2
    }

    .pie-chart>svg {
        width: min(28vw, 108px) !important;
        height: min(28vw, 108px) !important;
        max-width: 108px;
        max-height: 108px
    }

    .pie-chart>.legend {
        grid-template-columns: 1fr;
        font-size: 9px;
        line-height: 1.25;
        min-height: 68px;
        column-gap: 4px;
        row-gap: 1px
    }

    .pie-chart>.legend>.legend-line {
        min-height: 14px;
        gap: 4px
    }

    .pie-chart>.legend>.legend-line>.color {
        width: 8px;
        height: 8px
    }

    .pie-chart>.legend>.legend-total {
        top: 4px;
        left: 4px;
        font-size: 8px;
        padding: 4px 6px
    }

    table.table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    table.table th,
    table.table td {
        font-size: 13px
    }

    div.tab>ul>li>:is(a, a:visited, a:hover) {
        min-width: 0;
        padding: 8px 10px;
        font-size: 13px
    }

    .filter>input {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box
    }

    #content-wrapper:has(#content.page-login) {
        padding: 20px 14px;
        align-items: stretch;
        min-height: 100vh;
        box-sizing: border-box
    }

    #content.page-login {
        max-width: none;
        width: 100%;
        padding: 28px 22px 24px;
        box-sizing: border-box
    }

    #content.page-login::before {
        max-width: 260px;
        height: 58px;
        margin-bottom: 12px
    }

    #content.page-login h1::after {
        font-size: 1rem;
        line-height: 1.45
    }

    #content.page-login label {
        font-size: 1rem;
        margin-bottom: 8px
    }

    #content.page-login input[type=text],
    #content.page-login input[type=password] {
        padding: 14px 14px;
        font-size: 16px;
        border-radius: 10px
    }

    #content.page-login button.primary {
        padding: 14px 20px;
        font-size: 16px;
        border-radius: 10px;
        margin-top: 8px
    }

    #content.page-login>p a,
    #content.page-login form>p:last-child a {
        font-size: .95rem
    }
}

@media (max-width: 420px) {
    #header>.user-menu {
        font-size: 11px;
        right: 46px
    }

    #header>nav>ul>li>:is(a, a:visited, a:hover) {
        padding: 8px 11px;
        font-size: 12px
    }
}

span.na {
    color: var(--disabled)
}

.all-parameters>input {
    font-family: monospace;
    font-size: 14px;
    margin-bottom: 2px;
    padding: 4px;
    width: 700px
}

.all-parameters>.parameter-list {
    font-family: monospace;
    font-size: 14px;
    overflow-y: scroll;
    height: 200px
}

.all-parameters>.parameter-list button {
    font-size: 16px
}

.all-parameters>.parameter-list>table {
    width: 100%;
    table-layout: fixed;
    border-spacing: 0
}

.all-parameters>.parameter-list>table>tbody>tr {
    transition: background-color var(--fade)
}

.all-parameters>.parameter-list>table>tbody>tr>td {
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px dotted var(--color1)
}

.all-parameters>.parameter-list>table>tbody>tr:hover {
    background-color: var(--color5)
}

.all-parameters>.parameter-list>table>tbody>tr>td.left>* {
    max-width: 100%
}

.all-parameters>.parameter-list>table>tbody>tr>td.right {
    text-align: right;
    padding-right: .5em
}

.container-right {
    float: right;
    clear: right
}

.container-full-width {
    clear: both
}

.actions-bar {
    margin-top: 10px;
    margin-bottom: 10px
}

.actions-bar>button {
    margin-right: 10px
}

span.tag {
    display: inline-block;
    background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="190" height="16"><path d="M6.59 15.42l-6-6a2 2 0 0 1 0-2.83l6-6A2 2 0 0 1 8 0h180a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H8a2 2 0 0 1-1.41-.58zM4.35 6.59A2 2 0 1 0 7.17 9.4 2 2 0 0 0 4.35 6.6z" fill="%23e8d5b2"></path></svg>');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: .2em;
    padding-left: 1em;
    padding-right: .4em;
    color: #43766c;
    font-weight: 700;
    font-family: system-ui
}

.tags>.tag {
    margin-right: .5em
}

.overlay-wrapper {
    position: fixed;
    inset: 0;
    background-color: #0003;
    z-index: 100;
    transition: opacity var(--fade), top var(--fade);
    display: flex;
    align-items: center;
    justify-content: center
}

.overlay-wrapper>.overlay {
    max-width: 90vw;
    max-height: 90vh;
    background-color: var(--bh-card);
    border: 1px solid var(--color2);
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .45);
    overflow: auto
}

.overlay>.put-form {
    min-width: 700px
}

.autocomplete {
    box-shadow: 0 4px 16px rgba(0, 0, 0, .35);
    background-color: var(--bh-card);
    border: 1px solid var(--color2);
    border-radius: 6px;
    max-height: 300px;
    overflow-y: auto;
    transition: opacity var(--fade)
}

.autocomplete>.suggestion {
    padding: 5px;
    color: var(--color8)
}

.autocomplete>.suggestion:is(.selected, :hover) {
    background-color: var(--color1);
    color: var(--color8)
}

span.long-text {
    display: inline-block;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 400px;
    vertical-align: top
}

span.long-text-overflowed {
    cursor: pointer
}

span.long-text-overflowed:hover {
    text-decoration: underline;
    text-decoration-style: dotted
}

textarea.long-text {
    font-family: monospace;
    font-size: 14px;
    min-width: 10vw;
    min-height: 10vh
}

span.parameter-value>span:empty:before {
    content: "blank";
    color: #64748b
}

.wizard-dialog {
    max-width: 720px;
    margin: 10px auto;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid var(--color2);
    background: var(--bh-card);
    box-shadow: 0 8px 32px rgba(0, 0, 0, .35)
}

.icon {
    display: block;
    width: 1em;
    height: 1em;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.icon.icon-unsorted {
    opacity: .3
}

.loading {
    opacity: .6
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.loading-overlay {
    display: flex;
    align-items: center;
    justify-content: center
}

.loading-overlay:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCI+PHBhdGggZD0iTTEwIDUwYTQwIDQwIDAgMDA4MCAwIDQwIDQyIDAgMDEtODAgMCIgZmlsbD0iI2IxMmQ1YyIgLz48L3N2Zz4=);
    content: "";
    width: 48px;
    height: 48px;
    animation: spin 1s linear infinite;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.progress {
    background-color: var(--color1);
    overflow: hidden;
    height: 3px
}

.progress>.progress-bar {
    height: 100%;
    background-color: #b12d5c
}

td,
th {
    line-height: normal
}

div.tab {
    display: inline-block;
    overflow: visible;
    position: absolute;
    width: 100%
}

div.tab>div.tab_content {
    padding: 10px;
    border-top: 1px solid var(--color4)
}

div.tab>ul {
    font-weight: 700;
    display: inline-block;
    padding: 0;
    margin: 0
}

div.tab>ul>li {
    background-color: var(--color1);
    display: inline-block;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top: 1px solid var(--color4);
    border-left: 1px solid var(--color4);
    border-right: 1px solid var(--color4);
    transition: background-color var(--fade)
}

div.tab>ul>li:is(.active, :hover) {
    background-color: var(--bh-card)
}

div.tab>ul>li>:is(a, a:visited, a:hover) {
    display: inline-block;
    min-width: 140px;
    color: var(--color5);
    text-decoration: none;
    background: none;
    padding: 8px
}

div.tab>ul>li.active>:is(a, a:visited, a:hover),
div.tab>ul>li:hover>:is(a, a:visited, a:hover) {
    color: var(--bh-accent)
}

/* ===== BillingHub Dark Login (match vpn.billinghub.id) — jangan ubah dashboard vars ===== */
body:has(#content.page-login) {
    background: #0f1419
}

body:has(#content.page-login) #header {
    display: none
}

#content-wrapper:has(#content.page-login) {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    min-height: 100vh;
    padding: 32px 20px;
    background:
        radial-gradient(ellipse 80% 50% at 50% -10%, rgba(166, 61, 87, 0.07), transparent),
        #0f1419
}

#content.page-login {
    flex-grow: 0;
    width: 100%;
    max-width: 360px;
    margin: 0;
    padding: 32px 28px 28px;
    background: #1a2332;
    border-radius: 12px;
    border: 1px solid #2d3a4f;
    box-shadow: none;
    min-height: auto
}

#content.page-login::before {
    content: "";
    display: block;
    width: 100%;
    max-width: 200px;
    height: 52px;
    margin: 0 auto 8px;
    background: url(logo.png) center center / contain no-repeat
}

#content.page-login h1 {
    font-size: 0;
    line-height: 0;
    margin: 0 0 24px;
    overflow: visible;
    height: auto
}

#content.page-login h1::after {
    content: "Login untuk masuk dashboard ACS";
    display: block;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #8b949e;
    text-align: center;
    letter-spacing: 0
}

#content.page-login label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    color: #e6edf3;
    font-size: .9rem
}

#content.page-login form>p {
    margin: 0 0 16px
}

#content.page-login input[type=text],
#content.page-login input[type=password] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    margin-top: 0;
    background: #0d1117;
    border: 1px solid #2d3a4f;
    border-radius: 8px;
    color: #e6edf3;
    font-size: 14px;
    transition: border-color .2s
}

#content.page-login input[type=text]:focus,
#content.page-login input[type=password]:focus {
    border-color: #0f766e;
    outline: none;
    box-shadow: none
}

#content.page-login button.primary {
    width: 100%;
    padding: 10px 20px;
    margin-top: 4px;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    background: #0f766e;
    color: #fff;
    box-shadow: none
}

#content.page-login button.primary:hover:enabled {
    background: #115e59;
    box-shadow: none
}

#content.page-login form>p:has(button.primary) {
    margin-bottom: 12px
}

#content.page-login>p {
    text-align: center;
    margin: 14px 0 0
}

#content.page-login>p a,
#content.page-login form>p:last-child a {
    color: #0d9488;
    font-size: .9rem;
    text-decoration: none
}

#content.page-login>p a:hover,
#content.page-login form>p:last-child a:hover {
    color: #14b8a6;
    background: transparent;
    text-decoration: underline
}

#content:not(.page-login):not(:has(.overview-chart-group)) {
    background-color: var(--bh-card);
    border-radius: 10px;
    border: 1px solid var(--color2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .25);
    margin: 16px;
    padding: 4px 8px
}

table.table th {
    color: #fff;
    background: linear-gradient(180deg, #2a2a2a 0%, #1c1c1c 100%);
    border-bottom: 2px solid var(--bh-accent);
    box-shadow: none
}

table.table.highlight>tbody>tr:hover {
    background-color: var(--color1)
}

table.table.highlight>tbody>tr>td {
    border-bottom: 1px dotted var(--color2)
}

h1 {
    color: var(--color8)
}

h2 {
    color: var(--color8)
}

.page-overview>h1 {
    text-align: center;
    margin: 16px 0 20px
}

div.tab>ul>li {
    background-color: var(--color1);
    border-color: var(--color2)
}

div.tab>ul>li:is(.active, :hover) {
    background-color: var(--bh-card);
    border-color: var(--bh-accent)
}

.wizard-dialog {
    border: 1px solid var(--color2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, .45)
}

.filter>input {
    background-color: var(--color6);
    border-color: var(--color2);
    color: var(--color8)
}

/* Accent #a63d57 — tab aktif, tombol aksi, link download */
#header>nav>ul>li.active>:is(a, a:visited, a:hover) {
    color: #a63d57 !important
}

.actions-bar :is(input[type=button], button).primary {
    background: #a63d57;
    border-color: #842f44;
    color: #fff !important
}

.actions-bar :is(input[type=button], button).primary:hover:enabled {
    background: #842f44;
    color: #fff !important
}

a.download-csv,
a.download-csv:visited {
    color: #a63d57
}

a.download-csv:hover {
    color: #842f44;
    background: transparent
}

.pie-chart>.legend>.legend-line a {
    color: #a63d57
}

.pie-chart>.legend>.legend-line a:hover {
    color: #842f44
}

/* ===== Theme toggle (pojok kanan atas) ===== */
.bh-theme-toggle {
    position: absolute;
    top: 10px;
    right: 12px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .92);
    cursor: pointer;
    transition: background-color var(--fade), border-color var(--fade), color var(--fade), transform .15s
}

.bh-theme-toggle:hover {
    background: rgba(255, 255, 255, .18);
    border-color: rgba(255, 255, 255, .28);
    color: #fff
}

.bh-theme-toggle:focus-visible {
    outline: 2px solid var(--bh-accent);
    outline-offset: 2px
}

body:has(#content.page-login) .bh-theme-toggle {
    display: none
}

/* ===== Light theme ===== */
html[data-bh-theme="light"] {
    --bh-dark: #ffffff;
    --bh-dark-hover: #f8fafc;
    --bh-dark-deep: #ffffff;
    --bh-bg: #f3f4f6;
    --bh-card: #ffffff;
    --color1: #f3f4f6;
    --color2: #e5e7eb;
    --color3: #ffffff;
    --color4: #374151;
    --color5: #6b7280;
    --color6: #ffffff;
    --color8: #111827;
    --disabled: #9ca3af
}

html[data-bh-theme="light"] #header {
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
    border-bottom-color: var(--color2)
}

html[data-bh-theme="light"] #header>nav>ul>li {
    background-color: #f3f4f6;
    border-color: #e5e7eb
}

html[data-bh-theme="light"] #header>nav>ul>li>:is(a, a:visited, a:hover) {
    color: #374151
}

html[data-bh-theme="light"] #header>nav>ul>li:is(.active, :hover) {
    background-color: #ffffff;
    border-color: #d1d5db
}

html[data-bh-theme="light"] #header>.user-menu {
    color: #374151
}

html[data-bh-theme="light"] #header>.user-menu a {
    color: #111827
}

html[data-bh-theme="light"] #header>.user-menu a:hover {
    color: #111827;
    background-color: rgba(0, 0, 0, .06)
}

html[data-bh-theme="light"] .bh-theme-toggle {
    background: #f3f4f6;
    border-color: #e5e7eb;
    color: #374151
}

html[data-bh-theme="light"] .bh-theme-toggle:hover {
    background: #e5e7eb;
    border-color: #d1d5db;
    color: #111827
}

html[data-bh-theme="light"] #side-menu {
    background: linear-gradient(180deg, #f9fafb 0%, #f3f4f6 100%);
    box-shadow: 2px 0 8px rgba(0, 0, 0, .06);
    border-right-color: var(--color2)
}

html[data-bh-theme="light"] #side-menu>ul>li>a {
    color: #374151
}

html[data-bh-theme="light"] #side-menu>ul>li.active>a,
html[data-bh-theme="light"] #side-menu>ul>li>a:hover {
    background-color: rgba(31, 100, 103, .08);
    color: var(--bh-accent)
}

html[data-bh-theme="light"] #content:not(.page-login):not(:has(.overview-chart-group)) {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .08)
}

html[data-bh-theme="light"] table.table th {
    color: #111827;
    background: linear-gradient(180deg, #f9fafb 0%, #f3f4f6 100%);
    border-bottom-color: var(--bh-accent)
}

html[data-bh-theme="light"] .overview-chart {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .04)
}

html[data-bh-theme="light"] .wizard-dialog {
    box-shadow: 0 8px 32px rgba(0, 0, 0, .12)
}

html[data-bh-theme="light"] a:hover {
    background-color: rgba(31, 100, 103, .08)
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/*# sourceMappingURL=app.css.map */