:root {
    --bg-0: #14000d;
    --bg-1: #240819;
    --bg-2: #3a1330;
    --panel: rgba(112, 43, 85, 0.78);
    --panel-2: rgba(145, 68, 110, 0.82);
    --panel-3: rgba(86, 25, 61, 0.88);
    --line: rgba(255, 160, 220, 0.45);
    --line-soft: rgba(255, 185, 228, 0.18);
    --accent: #ff8fc8;
    --accent-2: #ffa9d6;
    --accent-3: #ff5fae;
    --text: #ffd6ea;
    --text-soft: #efb9d3;
    --shadow: rgba(0, 0, 0, 0.45);
    --ok: #79ffb4;
    --warn: #ffdc76;
    --danger: #ff7aa6;
    --taskbar-h: 72px;
    --title-size: clamp(56px, 8vw, 118px);
    --desktop-pad-top: 220px;
    --desktop-pad-side: 34px;
    --window-w: 470px;
    --window-h: 250px;
    --pixel-font:
        "Courier New",
        "Lucida Console",
        monospace;
    --ui-font:
        "Trebuchet MS",
        "Segoe UI",
        Arial,
        sans-serif;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    min-height: 100%;
    overflow-x: auto;
    background:
        radial-gradient(circle at top left, #2b0c1d 0%, #110009 50%, #080006 100%);
    color: var(--text);
    font-family: var(--ui-font);
}

body {
    position: relative;
    min-height: 100vh;
}

body[data-theme="midnight"] {
    --bg-0: #12000d;
    --bg-1: #1e0716;
    --bg-2: #351129;
    --panel: rgba(96, 36, 75, 0.76);
    --panel-2: rgba(134, 57, 100, 0.78);
    --panel-3: rgba(81, 24, 58, 0.9);
    --line: rgba(255, 165, 219, 0.40);
    --accent: #ff9fd1;
    --accent-2: #ffc0df;
    --accent-3: #ff71b6;
}

body[data-theme="blush"] {
    --bg-0: #20010e;
    --bg-1: #371021;
    --bg-2: #54203b;
    --panel: rgba(137, 62, 102, 0.80);
    --panel-2: rgba(171, 89, 129, 0.82);
    --panel-3: rgba(112, 44, 80, 0.92);
    --line: rgba(255, 199, 229, 0.50);
    --accent: #ffb1d9;
    --accent-2: #ffd1e9;
    --accent-3: #ff83bf;
}

body[data-wallpaper="0"] {
    background-color: #10000a;
    background-image:
        radial-gradient(circle at 32px 32px, rgba(255, 175, 223, 0.12) 0 8px, transparent 9px),
        radial-gradient(circle at 96px 32px, rgba(255, 175, 223, 0.12) 0 8px, transparent 9px),
        radial-gradient(circle at 64px 72px, rgba(255, 175, 223, 0.12) 0 18px, transparent 19px),
        linear-gradient(180deg, rgba(255, 117, 177, 0.06), rgba(0, 0, 0, 0.0));
    background-size: 128px 128px, 128px 128px, 128px 128px, 100% 100%;
    background-position: 0 0, 0 0, 0 0, 0 0;
}

body[data-wallpaper="1"] {
    background-color: #10000a;
    background-image:
        linear-gradient(45deg, rgba(255, 160, 220, 0.08) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(255, 160, 220, 0.08) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(255, 160, 220, 0.08) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(255, 160, 220, 0.08) 75%);
    background-size: 96px 96px;
    background-position: 0 0, 0 48px, 48px -48px, -48px 0;
}

body[data-wallpaper="2"] {
    background-color: #10000a;
    background-image:
        radial-gradient(circle at 18px 20px, rgba(255, 175, 223, 0.20) 0 3px, transparent 4px),
        radial-gradient(circle at 58px 40px, rgba(255, 175, 223, 0.12) 0 2px, transparent 3px),
        radial-gradient(circle at 92px 18px, rgba(255, 175, 223, 0.18) 0 4px, transparent 5px),
        radial-gradient(circle at 110px 70px, rgba(255, 175, 223, 0.16) 0 3px, transparent 4px),
        radial-gradient(circle at 22px 90px, rgba(255, 175, 223, 0.14) 0 2px, transparent 3px);
    background-size: 128px 128px;
}

#app {
    min-height: 100vh;
    position: relative;
    padding-bottom: calc(var(--taskbar-h) + 20px);
}

.light-string {
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    height: 66px;
    pointer-events: none;
    z-index: 1;
}

.light-wire {
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 142, 204, 0.7), rgba(255, 95, 174, 0.75));
    box-shadow: 0 0 10px rgba(255, 124, 188, 0.55);
}

.light-bulbs {
    position: absolute;
    top: 0;
    left: 12px;
    right: 12px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.light-bulb {
    width: 44px;
    height: 44px;
    background:
        radial-gradient(circle at 35% 35%, rgba(255, 220, 238, 0.9), rgba(255, 144, 203, 0.95) 60%, rgba(255, 144, 203, 0.25) 100%);
    clip-path: polygon(50% 18%, 78% 0, 100% 18%, 100% 42%, 82% 70%, 50% 100%, 18% 70%, 0 42%, 0 18%, 22% 0);
    filter: drop-shadow(0 0 10px rgba(255, 143, 205, 0.7));
    transform: rotate(45deg);
    position: relative;
}

.light-bulb::after {
    content: "";
    position: absolute;
    top: -8px;
    left: 18px;
    width: 8px;
    height: 10px;
    border-radius: 4px 4px 0 0;
    background: rgba(255, 191, 225, 0.8);
    transform: rotate(-45deg);
}

.hero {
    position: relative;
    z-index: 2;
    padding-top: 42px;
    text-align: center;
}

.hero h1 {
    margin: 40px 0 0;
    font-size: var(--title-size);
    line-height: 0.95;
    letter-spacing: -0.06em;
    color: #ffc2df;
    text-shadow:
        0 8px 0 rgba(68, 20, 45, 0.8),
        0 16px 30px rgba(0, 0, 0, 0.35);
}

.hero-heart {
    display: inline-block;
    margin: 0 0.08em;
    color: #ff9ccc;
}

.desktop-shortcuts {
    position: absolute;
    top: 178px;
    left: 16px;
    width: 140px;
    z-index: 3;
    display: grid;
    gap: 14px;
}

.shortcut {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border: 1px solid rgba(255, 173, 220, 0.22);
    border-radius: 10px;
    background: rgba(71, 23, 51, 0.40);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
    color: var(--text);
    cursor: pointer;
    backdrop-filter: blur(4px);
}

.shortcut:hover {
    background: rgba(100, 34, 72, 0.55);
    border-color: rgba(255, 173, 220, 0.38);
}

.shortcut-label {
    font-size: 13px;
    line-height: 1.15;
    text-align: left;
}

.shortcut-icon,
.task-icon,
.start-icon,
.tray-icon,
.service-icon,
.window-mini-icon {
    image-rendering: pixelated;
    image-rendering: crisp-edges;
    display: block;
}

.shortcut-icon {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
}

.desktop {
    position: relative;
    z-index: 2;
    min-height: calc(100vh - var(--taskbar-h) - 20px);
    padding:
        var(--desktop-pad-top)
        var(--desktop-pad-side)
        120px
        170px;
    overflow: visible;
}

.window {
    position: absolute;
    width: var(--window-w);
    height: var(--window-h);
    border: 1px solid rgba(255, 170, 223, 0.65);
    border-radius: 0;
    background:
        linear-gradient(180deg, rgba(147, 61, 106, 0.86), rgba(106, 38, 77, 0.82));
    box-shadow:
        0 0 0 1px rgba(65, 12, 42, 0.75),
        0 12px 32px rgba(0, 0, 0, 0.35);
    user-select: none;
    transition:
        opacity 140ms ease,
        transform 140ms ease,
        box-shadow 140ms ease,
        filter 140ms ease;
}

.window.active {
    opacity: 1;
    filter: saturate(1);
    box-shadow:
        0 0 0 1px rgba(65, 12, 42, 0.75),
        0 0 0 2px rgba(255, 152, 211, 0.28),
        0 20px 36px rgba(0, 0, 0, 0.34);
}

.window.inactive {
    opacity: 0.75;
    filter: saturate(0.84) brightness(0.95);
}

.window.minimized {
    display: none;
}

.window-titlebar {
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 8px;
    background:
        linear-gradient(180deg, rgba(252, 138, 196, 0.88), rgba(156, 65, 111, 0.86));
    border-bottom: 1px solid rgba(74, 16, 48, 0.85);
    cursor: grab;
    font-family: var(--pixel-font);
    font-size: 12px;
    color: #ffe4f2;
    letter-spacing: 0.02em;
}

.window-titlebar:active {
    cursor: grabbing;
}

.window-caption {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.window-caption span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.window-mini-icon {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
}

.window-controls {
    display: flex;
    align-items: stretch;
    height: 100%;
}

.window-controls button {
    width: 28px;
    border: 0;
    border-left: 1px solid rgba(255, 214, 236, 0.12);
    background: rgba(255, 255, 255, 0.06);
    color: #fff3fa;
    font-family: var(--pixel-font);
    font-size: 12px;
    cursor: pointer;
}

.window-controls button:hover {
    background: rgba(255, 255, 255, 0.12);
}

.window-controls button.close-button {
    background:
        linear-gradient(180deg, rgba(255, 122, 174, 0.9), rgba(214, 80, 136, 0.9));
}

.window-controls button.close-button:hover {
    background:
        linear-gradient(180deg, rgba(255, 145, 188, 0.95), rgba(230, 86, 148, 0.95));
}

.window-status {
    position: absolute;
    top: 36px;
    right: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    border: 1px solid rgba(186, 255, 223, 0.25);
    background: rgba(35, 81, 58, 0.32);
    color: #ccffe8;
    font-family: var(--pixel-font);
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.window-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--ok);
    box-shadow: 0 0 8px rgba(121, 255, 180, 0.7);
}

.window-body {
    position: absolute;
    top: 30px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border: 1px solid rgba(255, 168, 218, 0.20);
    background:
        linear-gradient(180deg, rgba(114, 41, 82, 0.64), rgba(103, 35, 74, 0.72));
    padding: 26px 26px 22px;
    display: grid;
    grid-template-columns: 150px 1fr;
    align-items: center;
    gap: 22px;
    overflow: hidden;
}

.window.active .window-body {
    background:
        linear-gradient(180deg, rgba(118, 44, 86, 0.82), rgba(107, 36, 78, 0.88));
}

.service-icon-shell {
    width: 150px;
    height: 150px;
    background: rgba(74, 16, 48, 0.72);
    border: 1px solid rgba(255, 165, 220, 0.18);
    display: grid;
    place-items: center;
    box-shadow: inset 0 0 0 1px rgba(255, 209, 233, 0.04);
}

.service-icon {
    width: 110px;
    height: 110px;
}

.window-copy h2 {
    margin: 0 0 12px;
    font-size: 58px;
    line-height: 0.95;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #ffe0ef;
}

.window-copy p {
    margin: 0 0 20px;
    color: var(--text-soft);
    font-size: 18px;
    line-height: 1.25;
}

.window-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.open-button,
.secondary-button,
.start-menu button,
.start-menu a {
    appearance: none;
    border: 1px solid rgba(255, 173, 220, 0.55);
    background:
        linear-gradient(180deg, rgba(157, 58, 112, 0.82), rgba(115, 39, 81, 0.82));
    color: #fff0f8;
    text-decoration: none;
    padding: 11px 18px;
    font-family: var(--pixel-font);
    font-size: 14px;
    cursor: pointer;
    box-shadow: inset 0 0 0 1px rgba(255, 234, 246, 0.05);
}

.open-button:hover,
.secondary-button:hover,
.start-menu button:hover,
.start-menu a:hover {
    background:
        linear-gradient(180deg, rgba(180, 75, 126, 0.9), rgba(133, 49, 96, 0.9));
}

.window-title {
    font-family: var(--pixel-font);
}

.start-menu {
    position: fixed;
    left: 12px;
    bottom: calc(var(--taskbar-h) + 12px);
    width: 330px;
    border: 1px solid rgba(255, 179, 225, 0.42);
    background:
        linear-gradient(180deg, rgba(109, 41, 82, 0.95), rgba(73, 21, 51, 0.98));
    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.42),
        0 0 0 1px rgba(255, 191, 231, 0.08);
    z-index: 9999;
    overflow: hidden;
}

.start-menu.hidden {
    display: none;
}

.start-header {
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    background:
        linear-gradient(180deg, rgba(255, 151, 205, 0.90), rgba(154, 59, 106, 0.90));
    border-bottom: 1px solid rgba(74, 16, 48, 0.8);
}

.start-header-title {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.start-header-title strong {
    font-size: 18px;
}

.start-header-title span {
    color: rgba(255, 240, 248, 0.82);
    font-size: 12px;
}

.start-body {
    padding: 12px;
    display: grid;
    gap: 10px;
}

.start-group {
    border: 1px solid rgba(255, 170, 221, 0.16);
    background: rgba(255, 255, 255, 0.03);
    padding: 10px;
    display: grid;
    gap: 8px;
}

.start-group h3 {
    margin: 0 0 4px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #ffc9e5;
    font-family: var(--pixel-font);
}

.start-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.start-group button,
.start-group a {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
}

.start-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.toast-stack {
    position: fixed;
    right: 20px;
    bottom: calc(var(--taskbar-h) + 20px);
    z-index: 10000;
    display: grid;
    gap: 10px;
    pointer-events: none;
}

.toast {
    min-width: 280px;
    max-width: 360px;
    border: 1px solid rgba(255, 181, 226, 0.32);
    background:
        linear-gradient(180deg, rgba(117, 44, 86, 0.94), rgba(72, 21, 50, 0.96));
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.32);
    padding: 12px 14px;
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 10px;
    align-items: start;
}

.toast strong {
    display: block;
    margin-bottom: 4px;
    color: #ffe6f2;
}

.toast p {
    margin: 0;
    color: #f4c5dd;
    font-size: 13px;
    line-height: 1.35;
}

.taskbar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: var(--taskbar-h);
    z-index: 9000;
    border-top: 1px solid rgba(255, 180, 225, 0.48);
    background:
        linear-gradient(180deg, rgba(162, 73, 120, 0.88), rgba(92, 35, 69, 0.95));
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: stretch;
    gap: 10px;
    padding: 10px 14px 10px 14px;
    box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(8px);
}

.start-button {
    border: 1px solid rgba(255, 183, 226, 0.55);
    background:
        linear-gradient(180deg, rgba(255, 151, 205, 0.95), rgba(168, 66, 115, 0.95));
    padding: 0 16px;
    min-width: 112px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff3fa;
    font-family: var(--pixel-font);
    font-size: 15px;
    cursor: pointer;
    box-shadow: inset 0 0 0 1px rgba(255, 235, 245, 0.1);
}

.start-button:hover {
    background:
        linear-gradient(180deg, rgba(255, 170, 213, 0.95), rgba(188, 75, 128, 0.95));
}

.start-button img {
    width: 20px;
    height: 20px;
}

.taskbar-center {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    overflow-x: auto;
    padding: 0 4px;
}

.task-tab {
    min-width: 160px;
    max-width: 220px;
    border: 1px solid rgba(255, 174, 221, 0.22);
    background: rgba(73, 23, 52, 0.34);
    color: #ffd9ec;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    cursor: pointer;
    font-family: var(--pixel-font);
    font-size: 13px;
    white-space: nowrap;
}

.task-tab:hover {
    background: rgba(90, 32, 66, 0.48);
}

.task-tab.active {
    background:
        linear-gradient(180deg, rgba(129, 47, 94, 0.82), rgba(92, 32, 66, 0.82));
    border-color: rgba(255, 179, 225, 0.42);
}

.task-tab.minimized {
    opacity: 0.72;
}

.task-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.taskbar-right {
    display: flex;
    align-items: stretch;
    gap: 10px;
}

.tray {
    display: flex;
    align-items: center;
    gap: 4px;
    border: 1px solid rgba(255, 170, 221, 0.16);
    background: rgba(75, 21, 52, 0.30);
    padding: 0 6px;
}

.tray button {
    width: 34px;
    border: 0;
    background: transparent;
    color: #ffe6f1;
    display: grid;
    place-items: center;
    cursor: pointer;
}

.tray button:hover {
    background: rgba(255, 255, 255, 0.08);
}

.tray-icon {
    width: 18px;
    height: 18px;
}

.clock {
    min-width: 112px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 170, 221, 0.16);
    background: rgba(75, 21, 52, 0.30);
    font-family: var(--pixel-font);
    font-size: 12px;
    line-height: 1.35;
    text-align: right;
    color: #ffe2f0;
}

.reset-note {
    font-size: 12px;
    color: #f3bfd9;
    line-height: 1.35;
}

@media (max-width: 1280px) {
    .desktop {
        padding-left: 34px;
    }

    .desktop-shortcuts {
        position: static;
        width: auto;
        margin: 12px 34px 0;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1040px) {
    .window {
        width: min(92vw, 460px);
    }

    .window-body {
        grid-template-columns: 1fr;
        align-items: center;
        justify-items: center;
        text-align: center;
        gap: 14px;
    }

    .window-copy {
        display: grid;
        justify-items: center;
    }

    .window-copy h2 {
        font-size: 48px;
    }

    .window-status {
        top: auto;
        right: auto;
        left: 16px;
        bottom: 18px;
    }

    .taskbar {
        grid-template-columns: 1fr;
        height: auto;
        gap: 8px;
    }

    .taskbar-right {
        justify-content: space-between;
    }

    #app {
        padding-bottom: 150px;
    }
}

/* PUPPYDOG_SAFE_FOCUS_BEGIN */

/*
 * Hide only the secondary Focus controls.
 *
 * We deliberately leave the JS untouched.
 */

.focus-service-button,
.focus-button {
    display: none !important;
}

/*
 * The remaining Open button gets normal breathing room.
 */

.window-actions {
    gap: 0 !important;
}

/* PUPPYDOG_SAFE_FOCUS_END */

/* PUPPYDOG_SAFE_TRAY_BEGIN */

/*
 * Tray button order in the current desktop:
 *
 *   1 = admin paw
 *   2 = reload
 *   3 = theme
 *   4 = wallpaper
 *
 * The wallpaper icon is intentionally NOT changed.
 */


/* Hide only the old images for buttons 1 through 3. */

#tray button:nth-child(1) img,
#tray button:nth-child(2) img,
#tray button:nth-child(3) img {
    opacity: 0 !important;
}


/* Admin = the REAL pinkpixelpaw.png */

#tray button:nth-child(1) {
    background-image:
        url("/assets/pinkpixelpaw.png") !important;

    background-repeat:
        no-repeat !important;

    background-position:
        center !important;

    background-size:
        18px 18px !important;

    image-rendering:
        pixelated !important;
}


/* Reload */

#tray button:nth-child(2) {
    background-image:
        url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%0AviewBox%3D%270%200%2016%2016%27%0Ashape-rendering%3D%27crispEdges%27%3E%0A%3Cpath%20fill%3D%27%23ffd2e8%27%0Ad%3D%27M5%202h6v2h2v2h1v3h-2V7h-1V6H5V4H3v2H1V2h4zm6%2012H5v-2H3v-2H2V7h2v2h1v1h6v2h2v-2h2v4h-4z%27/%3E%0A%3C/svg%3E") !important;

    background-repeat:
        no-repeat !important;

    background-position:
        center !important;

    background-size:
        18px 18px !important;
}


/* Theme */

#tray button:nth-child(3) {
    background-image:
        url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%0AviewBox%3D%270%200%2016%2016%27%0Ashape-rendering%3D%27crispEdges%27%3E%0A%3Cpath%20fill%3D%27%23ffd2e8%27%0Ad%3D%27M7%201h4v2H9v2H8v4h1v2h2v2H7v-1H5v-1H4V9H3V5h1V3h1V2h2z%27/%3E%0A%3Crect%20x%3D%2712%27%20y%3D%273%27%20width%3D%272%27%20height%3D%272%27%20fill%3D%27%23ff91c8%27/%3E%0A%3Crect%20x%3D%2712%27%20y%3D%278%27%20width%3D%271%27%20height%3D%271%27%20fill%3D%27%23ff91c8%27/%3E%0A%3C/svg%3E") !important;

    background-repeat:
        no-repeat !important;

    background-position:
        center !important;

    background-size:
        18px 18px !important;
}


/*
 * Wallpaper button #4 deliberately stays exactly as it is.
 */


/* Fix the main Start-button paw too. */

#start-button img {
    opacity: 0 !important;
}


#start-button {
    background-image:
        url("/assets/pinkpixelpaw.png"),
        linear-gradient(
            180deg,
            rgba(255, 151, 205, 0.95),
            rgba(168, 66, 115, 0.95)
        ) !important;

    background-repeat:
        no-repeat,
        no-repeat !important;

    background-position:
        15px center,
        center !important;

    background-size:
        20px 20px,
        100% 100% !important;

    padding-left:
        45px !important;

    image-rendering:
        pixelated !important;
}


/* Start-menu header paw */

.start-header-icon img {
    opacity: 0 !important;
}


.start-header-icon {
    display:
        inline-block !important;

    width:
        20px !important;

    height:
        20px !important;

    background-image:
        url("/assets/pinkpixelpaw.png") !important;

    background-repeat:
        no-repeat !important;

    background-position:
        center !important;

    background-size:
        20px 20px !important;

    image-rendering:
        pixelated !important;
}


/* Admin entry inside Start menu */

.start-icon-wrap[data-icon="paw"] img {
    opacity: 0 !important;
}


.start-icon-wrap[data-icon="paw"] {
    display:
        inline-block !important;

    width:
        18px !important;

    height:
        18px !important;

    background-image:
        url("/assets/pinkpixelpaw.png") !important;

    background-repeat:
        no-repeat !important;

    background-position:
        center !important;

    background-size:
        18px 18px !important;

    image-rendering:
        pixelated !important;
}

/* PUPPYDOG_SAFE_TRAY_END */


/* PUPPYDOG_WALLPAPER_V3_BEGIN */

/*
 * Stage 3 wallpaper refinement:
 * - paws and sparkles about 50% smaller
 * - pseudo-random rotation via multiple rotated SVG layers
 * - CSS only
 */

body[data-wallpaper="0"] {
    background-color: #15000b !important;
    background-image:
        linear-gradient(rgba(17,0,10,.36), rgba(17,0,10,.36)),
        url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%0AviewBox%3D%270%200%2064%2064%27%0Ashape-rendering%3D%27crispEdges%27%3E%0A%3Cg%20fill%3D%27%238d3a68%27%20fill-opacity%3D%27.42%27%3E%0A%3Crect%20x%3D%2710%27%20y%3D%2710%27%20width%3D%278%27%20height%3D%278%27/%3E%0A%3Crect%20x%3D%2722%27%20y%3D%276%27%20width%3D%2710%27%20height%3D%2710%27/%3E%0A%3Crect%20x%3D%2736%27%20y%3D%276%27%20width%3D%2710%27%20height%3D%2710%27/%3E%0A%3Crect%20x%3D%2748%27%20y%3D%2710%27%20width%3D%278%27%20height%3D%278%27/%3E%0A%3Crect%20x%3D%2716%27%20y%3D%2722%27%20width%3D%2732%27%20height%3D%2726%27/%3E%0A%3Crect%20x%3D%2720%27%20y%3D%2748%27%20width%3D%2724%27%20height%3D%278%27/%3E%0A%3C/g%3E%0A%3C/svg%3E"),
        url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%0AviewBox%3D%270%200%2064%2064%27%0Ashape-rendering%3D%27crispEdges%27%3E%0A%3Cg%20transform%3D%27rotate%289%2032%2032%29%27%20fill%3D%27%239d4a77%27%20fill-opacity%3D%27.35%27%3E%0A%3Crect%20x%3D%2710%27%20y%3D%2710%27%20width%3D%278%27%20height%3D%278%27/%3E%0A%3Crect%20x%3D%2722%27%20y%3D%276%27%20width%3D%2710%27%20height%3D%2710%27/%3E%0A%3Crect%20x%3D%2736%27%20y%3D%276%27%20width%3D%2710%27%20height%3D%2710%27/%3E%0A%3Crect%20x%3D%2748%27%20y%3D%2710%27%20width%3D%278%27%20height%3D%278%27/%3E%0A%3Crect%20x%3D%2716%27%20y%3D%2722%27%20width%3D%2732%27%20height%3D%2726%27/%3E%0A%3Crect%20x%3D%2720%27%20y%3D%2748%27%20width%3D%2724%27%20height%3D%278%27/%3E%0A%3C/g%3E%0A%3C/svg%3E"),
        url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%0AviewBox%3D%270%200%2032%2032%27%0Ashape-rendering%3D%27crispEdges%27%3E%0A%3Cg%20fill%3D%27%23a54e7d%27%20fill-opacity%3D%27.34%27%3E%0A%3Crect%20x%3D%276%27%20y%3D%276%27%20width%3D%276%27%20height%3D%276%27/%3E%0A%3Crect%20x%3D%2720%27%20y%3D%276%27%20width%3D%276%27%20height%3D%276%27/%3E%0A%3Crect%20x%3D%274%27%20y%3D%2710%27%20width%3D%2724%27%20height%3D%278%27/%3E%0A%3Crect%20x%3D%278%27%20y%3D%2718%27%20width%3D%2716%27%20height%3D%274%27/%3E%0A%3Crect%20x%3D%2712%27%20y%3D%2722%27%20width%3D%278%27%20height%3D%274%27/%3E%0A%3Crect%20x%3D%2714%27%20y%3D%2726%27%20width%3D%274%27%20height%3D%272%27/%3E%0A%3C/g%3E%0A%3C/svg%3E"),
        url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%0AviewBox%3D%270%200%2032%2032%27%0Ashape-rendering%3D%27crispEdges%27%3E%0A%3Cg%20fill%3D%27%23d77aa8%27%20fill-opacity%3D%27.26%27%3E%0A%3Crect%20x%3D%2714%27%20y%3D%272%27%20width%3D%274%27%20height%3D%278%27/%3E%0A%3Crect%20x%3D%2714%27%20y%3D%2722%27%20width%3D%274%27%20height%3D%278%27/%3E%0A%3Crect%20x%3D%272%27%20y%3D%2714%27%20width%3D%278%27%20height%3D%274%27/%3E%0A%3Crect%20x%3D%2722%27%20y%3D%2714%27%20width%3D%278%27%20height%3D%274%27/%3E%0A%3Crect%20x%3D%2710%27%20y%3D%2710%27%20width%3D%2712%27%20height%3D%2712%27/%3E%0A%3C/g%3E%0A%3C/svg%3E"),
        url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%0AviewBox%3D%270%200%2032%2032%27%0Ashape-rendering%3D%27crispEdges%27%3E%0A%3Cg%20transform%3D%27rotate%2845%2016%2016%29%27%20fill%3D%27%23e08db6%27%20fill-opacity%3D%27.22%27%3E%0A%3Crect%20x%3D%2714%27%20y%3D%272%27%20width%3D%274%27%20height%3D%278%27/%3E%0A%3Crect%20x%3D%2714%27%20y%3D%2722%27%20width%3D%274%27%20height%3D%278%27/%3E%0A%3Crect%20x%3D%272%27%20y%3D%2714%27%20width%3D%278%27%20height%3D%274%27/%3E%0A%3Crect%20x%3D%2722%27%20y%3D%2714%27%20width%3D%278%27%20height%3D%274%27/%3E%0A%3Crect%20x%3D%2710%27%20y%3D%2710%27%20width%3D%2712%27%20height%3D%2712%27/%3E%0A%3C/g%3E%0A%3C/svg%3E") !important;
    background-repeat:
        repeat, repeat, repeat, repeat, repeat, repeat !important;
    background-size:
        auto,
        150px 150px,
        220px 220px,
        130px 118px,
        72px 72px,
        94px 94px !important;
    background-position:
        0 0,
        28px 34px,
        112px 126px,
        88px 62px,
        44px 94px,
        146px 28px !important;
    background-attachment:
        fixed, fixed, fixed, fixed, fixed, fixed !important;
}

body[data-wallpaper="1"] {
    background-color: #17000d !important;
    background-image:
        linear-gradient(rgba(20,0,12,.78), rgba(20,0,12,.78)),
        url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%0AviewBox%3D%270%200%2064%2064%27%0Ashape-rendering%3D%27crispEdges%27%3E%0A%3Cg%20transform%3D%27rotate%28-11%2032%2032%29%27%20fill%3D%27%23743056%27%20fill-opacity%3D%27.30%27%3E%0A%3Crect%20x%3D%2710%27%20y%3D%2710%27%20width%3D%278%27%20height%3D%278%27/%3E%0A%3Crect%20x%3D%2722%27%20y%3D%276%27%20width%3D%2710%27%20height%3D%2710%27/%3E%0A%3Crect%20x%3D%2736%27%20y%3D%276%27%20width%3D%2710%27%20height%3D%2710%27/%3E%0A%3Crect%20x%3D%2748%27%20y%3D%2710%27%20width%3D%278%27%20height%3D%278%27/%3E%0A%3Crect%20x%3D%2716%27%20y%3D%2722%27%20width%3D%2732%27%20height%3D%2726%27/%3E%0A%3Crect%20x%3D%2720%27%20y%3D%2748%27%20width%3D%2724%27%20height%3D%278%27/%3E%0A%3C/g%3E%0A%3C/svg%3E"),
        url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%0AviewBox%3D%270%200%2064%2064%27%0Ashape-rendering%3D%27crispEdges%27%3E%0A%3Cg%20fill%3D%27%238d3a68%27%20fill-opacity%3D%27.42%27%3E%0A%3Crect%20x%3D%2710%27%20y%3D%2710%27%20width%3D%278%27%20height%3D%278%27/%3E%0A%3Crect%20x%3D%2722%27%20y%3D%276%27%20width%3D%2710%27%20height%3D%2710%27/%3E%0A%3Crect%20x%3D%2736%27%20y%3D%276%27%20width%3D%2710%27%20height%3D%2710%27/%3E%0A%3Crect%20x%3D%2748%27%20y%3D%2710%27%20width%3D%278%27%20height%3D%278%27/%3E%0A%3Crect%20x%3D%2716%27%20y%3D%2722%27%20width%3D%2732%27%20height%3D%2726%27/%3E%0A%3Crect%20x%3D%2720%27%20y%3D%2748%27%20width%3D%2724%27%20height%3D%278%27/%3E%0A%3C/g%3E%0A%3C/svg%3E"),
        url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%0AviewBox%3D%270%200%2032%2032%27%0Ashape-rendering%3D%27crispEdges%27%3E%0A%3Cg%20transform%3D%27rotate%288%2016%2016%29%27%20fill%3D%27%23bf6996%27%20fill-opacity%3D%27.24%27%3E%0A%3Crect%20x%3D%276%27%20y%3D%276%27%20width%3D%276%27%20height%3D%276%27/%3E%0A%3Crect%20x%3D%2720%27%20y%3D%276%27%20width%3D%276%27%20height%3D%276%27/%3E%0A%3Crect%20x%3D%274%27%20y%3D%2710%27%20width%3D%2724%27%20height%3D%278%27/%3E%0A%3Crect%20x%3D%278%27%20y%3D%2718%27%20width%3D%2716%27%20height%3D%274%27/%3E%0A%3Crect%20x%3D%2712%27%20y%3D%2722%27%20width%3D%278%27%20height%3D%274%27/%3E%0A%3Crect%20x%3D%2714%27%20y%3D%2726%27%20width%3D%274%27%20height%3D%272%27/%3E%0A%3C/g%3E%0A%3C/svg%3E"),
        url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%0AviewBox%3D%270%200%2032%2032%27%0Ashape-rendering%3D%27crispEdges%27%3E%0A%3Cg%20transform%3D%27rotate%2845%2016%2016%29%27%20fill%3D%27%23e08db6%27%20fill-opacity%3D%27.22%27%3E%0A%3Crect%20x%3D%2714%27%20y%3D%272%27%20width%3D%274%27%20height%3D%278%27/%3E%0A%3Crect%20x%3D%2714%27%20y%3D%2722%27%20width%3D%274%27%20height%3D%278%27/%3E%0A%3Crect%20x%3D%272%27%20y%3D%2714%27%20width%3D%278%27%20height%3D%274%27/%3E%0A%3Crect%20x%3D%2722%27%20y%3D%2714%27%20width%3D%278%27%20height%3D%274%27/%3E%0A%3Crect%20x%3D%2710%27%20y%3D%2710%27%20width%3D%2712%27%20height%3D%2712%27/%3E%0A%3C/g%3E%0A%3C/svg%3E"),
        url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%0AviewBox%3D%270%200%2032%2032%27%0Ashape-rendering%3D%27crispEdges%27%3E%0A%3Cg%20transform%3D%27rotate%28-22%2016%2016%29%27%20fill%3D%27%23b85d8b%27%20fill-opacity%3D%27.18%27%3E%0A%3Crect%20x%3D%2714%27%20y%3D%272%27%20width%3D%274%27%20height%3D%278%27/%3E%0A%3Crect%20x%3D%2714%27%20y%3D%2722%27%20width%3D%274%27%20height%3D%278%27/%3E%0A%3Crect%20x%3D%272%27%20y%3D%2714%27%20width%3D%278%27%20height%3D%274%27/%3E%0A%3Crect%20x%3D%2722%27%20y%3D%2714%27%20width%3D%278%27%20height%3D%274%27/%3E%0A%3Crect%20x%3D%2710%27%20y%3D%2710%27%20width%3D%2712%27%20height%3D%2712%27/%3E%0A%3C/g%3E%0A%3C/svg%3E") !important;
    background-repeat:
        repeat, repeat, repeat, repeat, repeat, repeat !important;
    background-size:
        auto,
        122px 122px,
        196px 196px,
        118px 108px,
        58px 58px,
        86px 86px !important;
    background-position:
        0 0,
        16px 24px,
        138px 104px,
        72px 54px,
        30px 74px,
        114px 12px !important;
    background-attachment:
        fixed, fixed, fixed, fixed, fixed, fixed !important;
}

body[data-wallpaper="2"] {
    background-color: #120009 !important;
    background-image:
        linear-gradient(rgba(16,0,10,.80), rgba(16,0,10,.80)),
        url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%0AviewBox%3D%270%200%2064%2064%27%0Ashape-rendering%3D%27crispEdges%27%3E%0A%3Cg%20transform%3D%27rotate%289%2032%2032%29%27%20fill%3D%27%239d4a77%27%20fill-opacity%3D%27.35%27%3E%0A%3Crect%20x%3D%2710%27%20y%3D%2710%27%20width%3D%278%27%20height%3D%278%27/%3E%0A%3Crect%20x%3D%2722%27%20y%3D%276%27%20width%3D%2710%27%20height%3D%2710%27/%3E%0A%3Crect%20x%3D%2736%27%20y%3D%276%27%20width%3D%2710%27%20height%3D%2710%27/%3E%0A%3Crect%20x%3D%2748%27%20y%3D%2710%27%20width%3D%278%27%20height%3D%278%27/%3E%0A%3Crect%20x%3D%2716%27%20y%3D%2722%27%20width%3D%2732%27%20height%3D%2726%27/%3E%0A%3Crect%20x%3D%2720%27%20y%3D%2748%27%20width%3D%2724%27%20height%3D%278%27/%3E%0A%3C/g%3E%0A%3C/svg%3E"),
        url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%0AviewBox%3D%270%200%2032%2032%27%0Ashape-rendering%3D%27crispEdges%27%3E%0A%3Cg%20fill%3D%27%23a54e7d%27%20fill-opacity%3D%27.34%27%3E%0A%3Crect%20x%3D%276%27%20y%3D%276%27%20width%3D%276%27%20height%3D%276%27/%3E%0A%3Crect%20x%3D%2720%27%20y%3D%276%27%20width%3D%276%27%20height%3D%276%27/%3E%0A%3Crect%20x%3D%274%27%20y%3D%2710%27%20width%3D%2724%27%20height%3D%278%27/%3E%0A%3Crect%20x%3D%278%27%20y%3D%2718%27%20width%3D%2716%27%20height%3D%274%27/%3E%0A%3Crect%20x%3D%2712%27%20y%3D%2722%27%20width%3D%278%27%20height%3D%274%27/%3E%0A%3Crect%20x%3D%2714%27%20y%3D%2726%27%20width%3D%274%27%20height%3D%272%27/%3E%0A%3C/g%3E%0A%3C/svg%3E"),
        url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%0AviewBox%3D%270%200%2032%2032%27%0Ashape-rendering%3D%27crispEdges%27%3E%0A%3Cg%20transform%3D%27rotate%288%2016%2016%29%27%20fill%3D%27%23bf6996%27%20fill-opacity%3D%27.24%27%3E%0A%3Crect%20x%3D%276%27%20y%3D%276%27%20width%3D%276%27%20height%3D%276%27/%3E%0A%3Crect%20x%3D%2720%27%20y%3D%276%27%20width%3D%276%27%20height%3D%276%27/%3E%0A%3Crect%20x%3D%274%27%20y%3D%2710%27%20width%3D%2724%27%20height%3D%278%27/%3E%0A%3Crect%20x%3D%278%27%20y%3D%2718%27%20width%3D%2716%27%20height%3D%274%27/%3E%0A%3Crect%20x%3D%2712%27%20y%3D%2722%27%20width%3D%278%27%20height%3D%274%27/%3E%0A%3Crect%20x%3D%2714%27%20y%3D%2726%27%20width%3D%274%27%20height%3D%272%27/%3E%0A%3C/g%3E%0A%3C/svg%3E"),
        url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%0AviewBox%3D%270%200%2032%2032%27%0Ashape-rendering%3D%27crispEdges%27%3E%0A%3Cg%20fill%3D%27%23d77aa8%27%20fill-opacity%3D%27.26%27%3E%0A%3Crect%20x%3D%2714%27%20y%3D%272%27%20width%3D%274%27%20height%3D%278%27/%3E%0A%3Crect%20x%3D%2714%27%20y%3D%2722%27%20width%3D%274%27%20height%3D%278%27/%3E%0A%3Crect%20x%3D%272%27%20y%3D%2714%27%20width%3D%278%27%20height%3D%274%27/%3E%0A%3Crect%20x%3D%2722%27%20y%3D%2714%27%20width%3D%278%27%20height%3D%274%27/%3E%0A%3Crect%20x%3D%2710%27%20y%3D%2710%27%20width%3D%2712%27%20height%3D%2712%27/%3E%0A%3C/g%3E%0A%3C/svg%3E"),
        url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%0AviewBox%3D%270%200%2032%2032%27%0Ashape-rendering%3D%27crispEdges%27%3E%0A%3Cg%20transform%3D%27rotate%28-22%2016%2016%29%27%20fill%3D%27%23b85d8b%27%20fill-opacity%3D%27.18%27%3E%0A%3Crect%20x%3D%2714%27%20y%3D%272%27%20width%3D%274%27%20height%3D%278%27/%3E%0A%3Crect%20x%3D%2714%27%20y%3D%2722%27%20width%3D%274%27%20height%3D%278%27/%3E%0A%3Crect%20x%3D%272%27%20y%3D%2714%27%20width%3D%278%27%20height%3D%274%27/%3E%0A%3Crect%20x%3D%2722%27%20y%3D%2714%27%20width%3D%278%27%20height%3D%274%27/%3E%0A%3Crect%20x%3D%2710%27%20y%3D%2710%27%20width%3D%2712%27%20height%3D%2712%27/%3E%0A%3C/g%3E%0A%3C/svg%3E") !important;
    background-repeat:
        repeat, repeat, repeat, repeat, repeat, repeat !important;
    background-size:
        auto,
        168px 168px,
        150px 136px,
        240px 210px,
        62px 62px,
        100px 100px !important;
    background-position:
        0 0,
        38px 42px,
        88px 56px,
        182px 132px,
        26px 116px,
        136px 18px !important;
    background-attachment:
        fixed, fixed, fixed, fixed, fixed, fixed !important;
}

/* PUPPYDOG_WALLPAPER_V3_END */

/* PUPPYDOG_SAFE_UI_TUNE_BEGIN */

/*
 * Hide the little subtitle under the menu header.
 * We are being intentionally broad because the exact
 * class names have changed across your iterations.
 */
.menu-subtitle,
.panel-subtitle,
.control-panel-subtitle,
.start-panel-subtitle,
.desktop-menu-subtitle,
.subtitle,
.subtext {
    display: none !important;
}

/* Slightly tighten the panel header after subtitle removal */
.menu-header,
.panel-header,
.start-menu-header {
    min-height: auto !important;
    padding-bottom: 10px !important;
}

/* Make the start button feel more like a menu button */
.start-button,
.taskbar-start,
.menu-button {
    min-width: 168px !important;
}

/* PUPPYDOG_SAFE_UI_TUNE_END */

