        *,
        *::before,
        *::after {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        :root {
            --p1: #b261ff;
            --p2: #8b1fff;
            --p3: #ce94ff;
            --p4: #f08eff;
            --p5: #818cf8;
            --glow: rgba(139, 31, 255, 0.7);
            --bg: #010007;
            --bg2: #0a0012;
            --text: #f6eeff;
            --muted: rgba(220, 190, 250, 0.65);
            --dim: rgba(178, 100, 255, 0.42);
            --dim2: rgba(178, 100, 255, 0.18);
            --card-bg-1: #14001d;
            --card-bg-2: #0a0012;
            --card-bg-3: #040008;
            --border-subtle: rgba(178, 100, 255, 0.22);
            --border-glow: rgba(139, 31, 255, 0.5);
            --green: #00ff88;
            --yellow: #ffcc00;
            --red: #ff3355;
            --cyan: #22d3ee;
            --orange: #ff6600;
            --overlay-bg: rgba(1, 0, 7, 0.85);
        }
        html,
        body {
            height: 100%;
            background: var(--bg);
            font-family: 'Space Grotesk', sans-serif;
            color: var(--text);
            overflow: hidden;
            cursor: none;
            -webkit-tap-highlight-color: transparent;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
        ::selection {
            background: rgba(139, 31, 255, 0.35);
            color: #fff;
        }
        ::-webkit-scrollbar {
            width: 4px;
            height: 4px;
        }
        ::-webkit-scrollbar-track {
            background: transparent;
        }
        ::-webkit-scrollbar-thumb {
            background: var(--dim);
            border-radius: 3px;
        }
        ::-webkit-scrollbar-thumb:hover {
            background: var(--p2);
        }
        #cd {
            position: fixed;
            width: 7px;
            height: 7px;
            background: #fff;
            border-radius: 50%;
            transform: translate(-50%, -50%);
            pointer-events: none;
            z-index: 10000;
            mix-blend-mode: difference;
            transition: width 0.12s, height 0.12s, background 0.12s, box-shadow 0.12s;
        }
        #cd.over {
            width: 14px;
            height: 14px;
            background: #e879f9;
            box-shadow: 0 0 18px #c084fc, 0 0 36px #a855f7;
        }
        #cd.click {
            width: 20px;
            height: 20px;
            background: #f08eff;
            box-shadow: 0 0 30px #c084fc, 0 0 60px #a855f7;
        }
        #cr {
            position: fixed;
            width: 40px;
            height: 40px;
            border: 1.5px solid rgba(178, 100, 255, 0.7);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            pointer-events: none;
            z-index: 9999;
            transition: width 0.2s, height 0.2s, border-color 0.2s, background 0.2s, box-shadow 0.2s;
        }
        #cr.over {
            width: 64px;
            height: 64px;
            border-color: rgba(200, 140, 255, 0.95);
            background: rgba(139, 31, 255, 0.06);
            box-shadow: 0 0 40px rgba(139, 31, 255, 0.35), inset 0 0 20px rgba(139, 31, 255, 0.08);
        }
        #cr.trail {
            width: 28px;
            height: 28px;
            border-color: rgba(178, 100, 255, 0.25);
            background: rgba(139, 31, 255, 0.02);
        }
        #grain {
            position: fixed;
            inset: 0;
            z-index: 1;
            pointer-events: none;
            opacity: 0.11;
            background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
            background-size: 110px 110px;
            animation: gr 0.22s steps(1) infinite;
        }
        @keyframes gr {
            0% {
                transform: translate(0, 0);
            }
            20% {
                transform: translate(-6px, 4px);
            }
            40% {
                transform: translate(5px, -5px);
            }
            60% {
                transform: translate(-4px, -3px);
            }
            80% {
                transform: translate(6px, 3px);
            }
        }
        #vig {
            position: fixed;
            inset: 0;
            z-index: 1;
            pointer-events: none;
            background: radial-gradient(ellipse at center, transparent 30%, rgba(0, 0, 0, 0.92) 100%);
        }
        #aurora {
            position: fixed;
            inset: 0;
            z-index: 0;
            overflow: hidden;
        }
        .ab {
            position: absolute;
            border-radius: 50%;
            filter: blur(110px);
            mix-blend-mode: screen;
            opacity: 0;
            animation: drift linear infinite;
        }
        @keyframes drift {
            0% {
                transform: translate(0, 0) scale(1);
                opacity: 0;
            }
            6% {
                opacity: 0.8;
            }
            88% {
                opacity: 0.8;
            }
            100% {
                transform: translate(var(--dx), var(--dy)) scale(var(--ds));
                opacity: 0;
            }
        }
        #pc {
            position: fixed;
            inset: 0;
            z-index: 2;
            pointer-events: none;
        }
        #mc {
            position: fixed;
            inset: 0;
            z-index: 0;
            pointer-events: none;
            opacity: 0.12;
            transition: opacity 1.2s;
        }
        #mc.high {
            opacity: 0.6;
        }
        #av {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 56px;
            z-index: 5;
            pointer-events: none;
            opacity: 0;
            transition: opacity 0.8s;
        }
        #av.show {
            opacity: 0.18;
        }
        #av canvas {
            display: block;
            width: 100%;
            height: 100%;
        }
        #boot {
            position: fixed;
            inset: 0;
            z-index: 9996;
            background: var(--bg);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            transition: opacity 0.9s, visibility 0.9s;
            visibility: visible;
            opacity: 1;
        }
        #boot.done {
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
        }
        #boot.hide {
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
        }
        #boot-inner {
            width: 520px;
            max-width: 88vw;
            position: relative;
        }
        #boot-title {
            font-family: 'Space Mono', monospace;
            font-size: 32px;
            font-weight: 700;
            letter-spacing: 6px;
            text-align: center;
            color: var(--p1);
            margin-bottom: 32px;
            text-shadow: 0 0 80px rgba(139, 31, 255, 0.3), 0 0 30px rgba(139, 31, 255, 0.15);
            animation: bootPulse 2s ease-in-out infinite;
        }
        @keyframes bootPulse {
            0%,
            100% {
                text-shadow: 0 0 80px rgba(139, 31, 255, 0.3), 0 0 30px rgba(139, 31, 255, 0.15);
            }
            50% {
                text-shadow: 0 0 100px rgba(139, 31, 255, 0.5), 0 0 50px rgba(139, 31, 255, 0.25), 0 0 10px rgba(139, 31, 255, 0.4);
            }
        }
        #boot-log {
            font-family: 'Space Mono', monospace;
            font-size: 12px;
            line-height: 1.9;
            color: var(--muted);
            max-height: 380px;
            overflow-y: auto;
            padding: 8px 0;
            scrollbar-width: none;
        }
        #boot-log::-webkit-scrollbar {
            display: none;
        }
        .boot-line {
            opacity: 0;
            transform: translateY(6px);
            animation: bootAppear 0.25s ease forwards;
            white-space: pre-wrap;
            word-break: break-all;
        }
        @keyframes bootAppear {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        .boot-status {
            display: inline-block;
            width: 58px;
            font-weight: 700;
            font-size: 10px;
            letter-spacing: 1px;
            flex-shrink: 0;
        }
        .boot-ok {
            color: var(--green);
        }
        .boot-warn {
            color: var(--yellow);
        }
        .boot-fail {
            color: var(--red);
        }
        .boot-info {
            color: var(--cyan);
        }
        .boot-msg {
            font-family: 'Space Mono', monospace;
            font-size: 12px;
        }
        .boot-line-inner {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        #boot-bar-wrap {
            margin-top: 24px;
            height: 2px;
            background: rgba(178, 100, 255, 0.12);
            border-radius: 2px;
            overflow: hidden;
            position: relative;
        }
        #boot-bar {
            height: 100%;
            width: 0%;
            background: linear-gradient(90deg, var(--p2), var(--p1), var(--p4));
            border-radius: 2px;
            transition: width 0.4s ease;
            box-shadow: 0 0 20px rgba(139, 31, 255, 0.4);
        }
        #boot-hint {
            font-family: 'Space Mono', monospace;
            font-size: 9px;
            color: var(--dim);
            letter-spacing: 3px;
            text-transform: uppercase;
            text-align: center;
            margin-top: 18px;
            opacity: 0;
            animation: fadeIn 0.6s 2.5s ease forwards;
        }
        @keyframes fadeIn {
            to {
                opacity: 1;
            }
        }
        #tabbar {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 9995;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0;
            background: rgba(1, 0, 7, 0.78);
            backdrop-filter: blur(22px);
            -webkit-backdrop-filter: blur(22px);
            border-bottom: 1px solid var(--border-subtle);
            padding: 0 12px;
            height: 48px;
            visibility: hidden;
            opacity: 0;
            transition: opacity 0.6s, visibility 0.6s;
        }
        #tabbar.show {
            visibility: visible;
            opacity: 1;
        }
        #tabbar .tb {
            font-family: 'Space Mono', monospace;
            font-size: 10px;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: var(--dim);
            background: none;
            border: none;
            padding: 0 24px;
            height: 100%;
            cursor: none;
            transition: color 0.25s, box-shadow 0.25s, text-shadow 0.25s;
            position: relative;
        }
        #tabbar .tb:hover {
            color: var(--p3);
            text-shadow: 0 0 30px rgba(178, 100, 255, 0.2);
        }
        #tabbar .tb.act {
            color: var(--p1);
            box-shadow: inset 0 -2px 0 var(--p1);
            text-shadow: 0 0 40px rgba(178, 100, 255, 0.25);
        }
        #tabbar .tb:focus-visible {
            outline: 2px solid var(--p3);
            outline-offset: -2px;
        }
        #tabbar .tb .badge {
            position: absolute;
            top: 8px;
            right: 12px;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: var(--p4);
            display: none;
        }
        @keyframes pulse {
            0%,
            100% {
                opacity: 1;
                transform: scale(1);
            }
            50% {
                opacity: 0.3;
                transform: scale(0.6);
            }
        }
        #audctrl {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-left: auto;
        }
        #playbtn {
            background: none;
            border: 1px solid var(--border-subtle);
            color: var(--dim);
            font-size: 12px;
            width: 28px;
            height: 28px;
            border-radius: 6px;
            cursor: none;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: color 0.2s, border-color 0.2s, box-shadow 0.2s;
        }
        #playbtn:hover {
            color: var(--p3);
            border-color: var(--p3);
            box-shadow: 0 0 20px rgba(178, 100, 255, 0.12);
        }
        #playbtn.playing {
            color: var(--p1);
            border-color: var(--p1);
            box-shadow: 0 0 20px rgba(139, 31, 255, 0.15);
        }
        #volslider {
            -webkit-appearance: none;
            appearance: none;
            width: 60px;
            height: 3px;
            background: var(--border-subtle);
            border-radius: 2px;
            outline: none;
        }
        #volslider::-webkit-slider-thumb {
            -webkit-appearance: none;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: var(--p2);
            cursor: none;
            transition: box-shadow 0.2s;
        }
        #volslider::-webkit-slider-thumb:hover {
            box-shadow: 0 0 16px rgba(139, 31, 255, 0.5);
        }
        #volslider::-moz-range-thumb {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: var(--p2);
            border: none;
            cursor: none;
        }
        .tab-content {
            display: none;
        }
        .tab-content[hidden] {
            display: none;
        }
        .tab-content.act {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            min-height: 100vh;
            padding-top: 48px;
        }
        .scene {
            position: relative;
            z-index: 3;
            width: 100vw;
            min-height: calc(100vh - 48px);
            display: flex;
            justify-content: center;
            align-items: center;
            perspective: 1500px;
            will-change: filter;
        }
        #cw {
            position: relative;
            transform-style: preserve-3d;
            will-change: transform;
        }
        #holo {
            position: absolute;
            inset: 0;
            border-radius: 28px;
            z-index: 20;
            pointer-events: none;
            opacity: 0;
            transition: opacity 0.35s;
            mix-blend-mode: screen;
            background: conic-gradient(
                from var(--ha, 0deg) at var(--mx, 50%) var(--my, 50%),
                rgba(178, 100, 255, 0.1) 0%,
                rgba(240, 142, 255, 0.16) 20%,
                rgba(129, 140, 248, 0.1) 40%,
                rgba(34, 211, 238, 0.07) 60%,
                rgba(236, 72, 153, 0.09) 80%,
                rgba(178, 100, 255, 0.1) 100%
            );
        }
        #gl {
            position: absolute;
            inset: 0;
            border-radius: 28px;
            z-index: 21;
            pointer-events: none;
            opacity: 0;
            transition: opacity 0.35s;
            background: linear-gradient(
                var(--ga, 135deg),
                transparent 28%,
                rgba(255, 255, 255, 0.03) 46%,
                rgba(255, 255, 255, 0.12) 50%,
                rgba(255, 255, 255, 0.03) 54%,
                transparent 72%
            );
        }
        #card {
            width: 470px;
            max-width: 92vw;
            border-radius: 28px;
            overflow: hidden;
            position: relative;
            background: linear-gradient(160deg, var(--card-bg-1) 0%, var(--card-bg-2) 48%, var(--card-bg-3) 100%);
            border: 1px solid var(--border-subtle);
            box-shadow:
                0 0 0 1px rgba(100, 20, 180, 0.06),
                0 80px 160px rgba(0, 0, 0, 1),
                0 0 150px rgba(90, 15, 180, 0.12),
                0 0 60px rgba(139, 31, 255, 0.06),
                inset 0 1px 0 rgba(220, 160, 255, 0.08),
                inset 0 -1px 0 rgba(90, 20, 170, 0.18);
            transition: box-shadow 0.4s;
        }
        #card::before {
            content: '';
            position: absolute;
            inset: 0;
            border-radius: 28px;
            background: radial-gradient(
                550px circle at var(--rx, 50%) var(--ry, 50%),
                rgba(178, 100, 255, 0.07),
                transparent 40%
            );
            pointer-events: none;
            z-index: 1;
        }
        .banner {
            height: 185px;
            position: relative;
            overflow: hidden;
            background-size: cover;
            background-position: center;
            -webkit-mask-image: linear-gradient(to bottom, black 55%, transparent 100%);
            mask-image: linear-gradient(to bottom, black 55%, transparent 100%);
        }
        .banner::before {
            content: '';
            position: absolute;
            inset: 0;
            background-image: repeating-linear-gradient(
                    90deg,
                    transparent,
                    transparent 47px,
                    rgba(150, 70, 250, 0.08) 47px,
                    rgba(150, 70, 250, 0.08) 48px
                ),
                repeating-linear-gradient(
                    0deg,
                    transparent,
                    transparent 47px,
                    rgba(150, 70, 250, 0.08) 47px,
                    rgba(150, 70, 250, 0.08) 48px
                );
        }
        .banner::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom, transparent, rgba(160, 80, 255, 0.07) 50%, transparent);
            background-size: 100% 60px;
            animation: scan 4s linear infinite;
        }
        @keyframes scan {
            from {
                background-position: 0 -60px;
            }
            to {
                background-position: 0 250px;
            }
        }
        .body {
            padding: 0 28px 34px;
            position: relative;
            z-index: 2;
        }
        .pfp-row {
            display: flex;
            align-items: flex-end;
            gap: 18px;
            margin-top: -60px;
            margin-bottom: 22px;
        }
        .pfp-ring {
            position: relative;
            flex-shrink: 0;
            width: 115px;
            height: 115px;
        }
        .pfp-ring::before {
            content: '';
            position: absolute;
            inset: -4px;
            border-radius: 50%;
            background: conic-gradient(
                from 0deg,
                #8b1fff,
                #ce94ff,
                #f08eff,
                #818cf8,
                #b261ff,
                #8b1fff
            );
            animation: spin 3s linear infinite;
            z-index: 0;
            filter: blur(1px);
        }
        .pfp-ring::after {
            content: '';
            position: absolute;
            inset: 2px;
            border-radius: 50%;
            background: #0a0014;
            z-index: 1;
        }
        @keyframes spin {
            to {
                transform: rotate(360deg);
            }
        }
        .pfp-glow {
            position: absolute;
            inset: -20px;
            border-radius: 50%;
            z-index: -1;
            background: radial-gradient(circle, rgba(178, 100, 255, 0.32) 0%, transparent 65%);
            animation: breathe 3s ease-in-out infinite;
        }
        @keyframes breathe {
            0%,
            100% {
                opacity: 0.4;
                transform: scale(1);
            }
            50% {
                opacity: 1;
                transform: scale(1.16);
            }
        }
        .pfp {
            position: absolute;
            inset: 5px;
            z-index: 2;
            border-radius: 50%;
            overflow: hidden;
            background: linear-gradient(135deg, #200042, #340060);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 40px;
            font-weight: 700;
            color: rgba(195, 135, 255, 0.45);
            letter-spacing: -1px;
        }
        .pfp img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 50%;
        }
        .name-block {
            padding-top: 20px;
        }
        .name {
            font-size: 36px;
            font-weight: 700;
            color: #fff;
            letter-spacing: -1.5px;
            line-height: 1;
            display: inline-block;
            position: relative;
            cursor: default;
            text-shadow: 0 0 40px rgba(178, 100, 255, 0.4);
        }
        .name::after {
            content: '';
            position: absolute;
            bottom: -6px;
            left: 0;
            width: 100%;
            height: 1.5px;
            background: linear-gradient(90deg, rgba(178, 100, 255, 0.95), transparent 85%);
            border-radius: 1px;
        }
        .name:hover {
            animation: glitch 0.38s steps(2) both;
        }
        @keyframes glitch {
            0% {
                text-shadow: 3px 0 #f08eff, -3px 0 #818cf8;
                clip-path: inset(0 0 90% 0);
            }
            25% {
                text-shadow: -4px 0 #f08eff, 4px 0 #818cf8;
                clip-path: inset(22% 0 52% 0);
            }
            50% {
                text-shadow: 4px 0 #f08eff, -4px 0 #818cf8;
                clip-path: inset(50% 0 26% 0);
            }
            75% {
                text-shadow: -3px 0 #f08eff, 3px 0 #818cf8;
                clip-path: inset(72% 0 6% 0);
            }
            100% {
                text-shadow: none;
                clip-path: none;
            }
        }
        .handle {
            font-family: 'Space Mono', monospace;
            font-size: 11px;
            color: var(--dim);
            margin-top: 10px;
            letter-spacing: 2.8px;
            text-transform: uppercase;
        }
        .divider {
            height: 1px;
            margin: 22px 0;
            background: linear-gradient(90deg, rgba(178, 100, 255, 0.3), transparent 78%);
        }
        .lbl {
            font-family: 'Space Mono', monospace;
            font-size: 9px;
            color: var(--dim);
            letter-spacing: 4px;
            text-transform: uppercase;
            margin-bottom: 11px;
        }
        .bio {
            font-size: 14px;
            color: var(--muted);
            line-height: 2;
        }
        @keyframes rippleOut {
            to {
                transform: translate(-50%, -50%) scale(30);
                opacity: 0;
            }
        }
        #larpcard {
            width: 620px;
            max-width: 92vw;
            border-radius: 28px;
            padding: 0;
            overflow: hidden;
            background: linear-gradient(160deg, var(--card-bg-1) 0%, var(--card-bg-2) 48%, var(--card-bg-3) 100%);
            border: 1px solid var(--border-subtle);
            box-shadow:
                0 0 0 1px rgba(100, 20, 180, 0.06),
                0 80px 160px rgba(0, 0, 0, 1),
                0 0 150px rgba(90, 15, 180, 0.18),
                0 0 80px rgba(139, 31, 255, 0.08),
                inset 0 1px 0 rgba(220, 160, 255, 0.08),
                inset 0 -1px 0 rgba(90, 20, 170, 0.18);
            position: relative;
            transition: box-shadow 0.4s;
        }
        #larpcard::before {
            content: '';
            position: absolute;
            inset: 0;
            border-radius: 28px;
            background: radial-gradient(
                650px circle at 50% 30%,
                rgba(178, 100, 255, 0.08),
                transparent 50%
            );
            pointer-events: none;
            z-index: 1;
        }
        #larpcard:hover {
            box-shadow:
                0 0 0 1px rgba(100, 20, 180, 0.06),
                0 80px 160px rgba(0, 0, 0, 1),
                0 0 200px rgba(90, 15, 180, 0.25),
                0 0 100px rgba(139, 31, 255, 0.12),
                inset 0 1px 0 rgba(220, 160, 255, 0.08),
                inset 0 -1px 0 rgba(90, 20, 170, 0.18);
        }
        #larpcard > * {
            position: relative;
            z-index: 2;
        }
        .larp-banner {
            height: 6px;
            background: linear-gradient(90deg, #8b1fff, #ce94ff, #f08eff, #818cf8, #b261ff, #8b1fff);
            background-size: 200% 100%;
            animation: larp-shimmer 4s linear infinite;
        }
        @keyframes larp-shimmer {
            0% {
                background-position: 0% 0%;
            }
            100% {
                background-position: 200% 0%;
            }
        }
        .larp-body {
            padding: 32px 40px 44px;
        }
        .larp-label {
            font-family: 'Space Mono', monospace;
            font-size: 9px;
            letter-spacing: 4px;
            text-transform: uppercase;
            color: var(--dim);
            margin-bottom: 6px;
        }
        .larp-title {
            font-size: 28px;
            font-weight: 700;
            color: #fff;
            letter-spacing: -1px;
            line-height: 1.2;
            margin-bottom: 24px;
            text-shadow: 0 0 40px rgba(178, 100, 255, 0.3);
        }
        .larp-title::after {
            content: '';
            display: block;
            width: 50px;
            height: 2px;
            background: linear-gradient(90deg, var(--p1), transparent);
            margin-top: 14px;
            border-radius: 1px;
        }
        .larp-text {
            font-size: 14px;
            color: var(--muted);
            line-height: 2;
            max-height: 420px;
            overflow-y: auto;
            padding-right: 8px;
        }
        .larp-text p {
            margin-bottom: 18px;
        }
        .larp-text p:last-child {
            margin-bottom: 0;
        }
        .larp-text .pull {
            font-size: 16px;
            color: var(--p3);
            font-weight: 500;
            line-height: 1.8;
            padding: 12px 0 12px 20px;
            margin: 20px 0;
            border-left: 2px solid var(--p2);
            background: linear-gradient(90deg, rgba(139, 31, 255, 0.06), transparent);
        }
        #dash {
            width: 700px;
            max-width: 94vw;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 16px;
            padding: 20px 0;
        }
        .dash-card {
            background: linear-gradient(160deg, var(--card-bg-1) 0%, var(--card-bg-2) 48%, var(--card-bg-3) 100%);
            border: 1px solid var(--border-subtle);
            border-radius: 16px;
            padding: 20px 22px;
            position: relative;
            overflow: hidden;
            transition: border-color 0.3s, box-shadow 0.3s;
        }
        .dash-card:hover {
            border-color: rgba(178, 100, 255, 0.4);
            box-shadow: 0 0 40px rgba(139, 31, 255, 0.08);
        }
        .dash-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, var(--dim), transparent);
            opacity: 0.5;
        }
        .dash-card.dash-full {
            grid-column: 1 / -1;
        }
        .dash-label {
            font-family: 'Space Mono', monospace;
            font-size: 8px;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: var(--dim);
            margin-bottom: 8px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .dash-value {
            font-family: 'Space Mono', monospace;
            font-size: 28px;
            font-weight: 700;
            color: #fff;
            letter-spacing: -1px;
        }
        .dash-value.green {
            color: var(--green);
        }
        .dash-value.yellow {
            color: var(--yellow);
        }
        .dash-value.red {
            color: var(--red);
        }
        .dash-value.cyan {
            color: var(--cyan);
        }
        .dash-value.purple {
            color: var(--p1);
        }
        .dash-value.orange {
            color: var(--orange);
        }
        .dash-bar-wrap {
            height: 6px;
            background: rgba(178, 100, 255, 0.1);
            border-radius: 3px;
            overflow: hidden;
            margin-top: 8px;
        }
        .dash-bar {
            height: 100%;
            border-radius: 3px;
            transition: width 0.6s ease;
            background: linear-gradient(90deg, var(--p2), var(--p1));
            position: relative;
        }
        .dash-bar::after {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            width: 20px;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15));
            border-radius: 0 3px 3px 0;
        }
        .dash-bar.green {
            background: linear-gradient(90deg, #00cc66, var(--green));
        }
        .dash-bar.yellow {
            background: linear-gradient(90deg, #cc9900, var(--yellow));
        }
        .dash-bar.red {
            background: linear-gradient(90deg, #cc0033, var(--red));
        }
        #net-canvas {
            width: 100%;
            height: 60px;
            border-radius: 6px;
            background: rgba(1, 0, 7, 0.5);
            margin-top: 6px;
            display: block;
        }
        .dash-label .indicator {
            width: 6px;
            height: 6px;
            border-radius: 50%;
            display: inline-block;
        }
        .indicator.green {
            background: var(--green);
            box-shadow: 0 0 8px var(--green);
        }
        .indicator.yellow {
            background: var(--yellow);
            box-shadow: 0 0 8px var(--yellow);
        }
        .indicator.red {
            background: var(--red);
            box-shadow: 0 0 8px var(--red);
        }
        .indicator.purple {
            background: var(--p1);
            box-shadow: 0 0 8px var(--p1);
        }
        .dash-sub {
            font-family: 'Space Mono', monospace;
            font-size: 10px;
            color: var(--dim);
            margin-top: 4px;
        }
        .dash-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        #term {
            width: 680px;
            max-width: 94vw;
            height: 500px;
            max-height: 70vh;
            border-radius: 16px;
            overflow: hidden;
            background: rgba(1, 0, 7, 0.92);
            border: 1px solid var(--border-subtle);
            box-shadow:
                0 0 0 1px rgba(100, 20, 180, 0.06),
                0 60px 140px rgba(0, 0, 0, 1),
                0 0 120px rgba(90, 15, 180, 0.12);
            display: flex;
            flex-direction: column;
            backdrop-filter: blur(6px);
        }
        #term-head {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 10px 16px;
            background: rgba(1, 0, 7, 0.6);
            border-bottom: 1px solid var(--border-subtle);
            flex-shrink: 0;
        }
        .term-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
        }
        .term-dot.r {
            background: #ff5f56;
        }
        .term-dot.y {
            background: #ffbd2e;
        }
        .term-dot.g {
            background: #27c93f;
        }
        #term-title {
            font-family: 'Space Mono', monospace;
            font-size: 10px;
            color: var(--dim);
            letter-spacing: 2px;
            margin-left: 8px;
            text-transform: uppercase;
        }
        #term-body {
            flex: 1;
            padding: 16px 18px;
            overflow-y: auto;
            font-family: 'Space Mono', monospace;
            font-size: 13px;
            line-height: 1.65;
            scrollbar-width: thin;
            scrollbar-color: var(--dim) transparent;
            display: flex;
            flex-direction: column;
        }
        #term-body::-webkit-scrollbar {
            width: 3px;
        }
        #term-body::-webkit-scrollbar-thumb {
            background: var(--dim);
            border-radius: 2px;
        }
        .term-out {
            color: var(--muted);
            white-space: pre-wrap;
            word-break: break-word;
            margin-bottom: 2px;
        }
        .term-out.green {
            color: var(--green);
        }
        .term-out.cyan {
            color: var(--cyan);
        }
        .term-out.yellow {
            color: var(--yellow);
        }
        .term-out.red {
            color: var(--red);
        }
        .term-out.orange {
            color: var(--orange);
        }
        .term-out.purple {
            color: var(--p1);
        }
        .term-out.dim {
            color: var(--dim);
        }
        .term-out.white {
            color: #fff;
        }
        .term-line {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-top: 4px;
            flex-shrink: 0;
        }
        .term-prompt {
            color: var(--p1);
            font-weight: 700;
            white-space: nowrap;
            user-select: none;
        }
        #term-input {
            background: none;
            border: none;
            outline: none;
            color: var(--text);
            font-family: 'Space Mono', monospace;
            font-size: 13px;
            flex: 1;
            caret-color: var(--p1);
        }
        #term-input::placeholder {
            color: rgba(178, 100, 255, 0.2);
        }
        #term-input:focus {
            outline: none;
        }
        @keyframes termCursor {
            0%, 100% { opacity: 1; }
            50% { opacity: 0; }
        }
        #term-cursor {
            display: inline-block;
            width: 8px;
            height: 15px;
            background: var(--p1);
            animation: termCursor 1s step-end infinite;
            margin-left: 1px;
            flex-shrink: 0;
            opacity: 0.8;
        }
        .term-line:hover #term-cursor {
            background: var(--p4);
        }
        @keyframes dashCardGlow {
            0%, 100% { border-color: var(--border-subtle); }
            50% { border-color: rgba(178, 100, 255, 0.35); }
        }
        .dash-card:nth-child(1) { animation: dashCardGlow 4s ease-in-out infinite; animation-delay: 0s; }
        .dash-card:nth-child(2) { animation: dashCardGlow 4s ease-in-out infinite; animation-delay: 0.5s; }
        .dash-card:nth-child(3) { animation: dashCardGlow 4s ease-in-out infinite; animation-delay: 1s; }
        .dash-card:nth-child(4) { animation: dashCardGlow 4s ease-in-out infinite; animation-delay: 1.5s; }
        .dash-card:nth-child(5) { animation: dashCardGlow 4s ease-in-out infinite; animation-delay: 2s; }
        .dash-card:nth-child(6) { animation: dashCardGlow 4s ease-in-out infinite; animation-delay: 2.5s; }
        .dash-card:nth-child(7) { animation: dashCardGlow 4s ease-in-out infinite; animation-delay: 3s; }
        @keyframes countUp {
            from { opacity: 0; transform: translateY(8px); }
            to { opacity: 1; transform: translateY(0); }
        }
        .dash-card .dash-value {
            animation: countUp 0.4s ease forwards;
        }
        @keyframes shine {
            0% { background-position: -200% center; }
            100% { background-position: 200% center; }
        }
        #term-head {
            animation: shine 6s linear infinite;
            background-size: 200% 100%;
        }
        .term-dot.r { animation: pulse 2s ease-in-out infinite; }
        .term-dot.y { animation: pulse 2s ease-in-out infinite; animation-delay: 0.3s; }
        .term-dot.g { animation: pulse 2s ease-in-out infinite; animation-delay: 0.6s; }
        @keyframes float {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-6px); }
        }
        .dash-card:nth-child(1) { animation: float 5s ease-in-out infinite; animation-delay: 0s; }
        .dash-card:nth-child(2) { animation: float 5s ease-in-out infinite; animation-delay: 0.3s; }
        .dash-card:nth-child(3) { animation: float 5s ease-in-out infinite; animation-delay: 0.6s; }
        .dash-card:nth-child(4) { animation: float 5s ease-in-out infinite; animation-delay: 0.9s; }
        .dash-card:nth-child(5) { animation: float 5s ease-in-out infinite; animation-delay: 1.2s; }
        .dash-card:nth-child(6) { animation: float 5s ease-in-out infinite; animation-delay: 1.5s; }
        .dash-card:nth-child(7) { animation: float 5s ease-in-out infinite; animation-delay: 1.8s; }
        .dash-bar {
            position: relative;
            overflow: hidden;
        }
        .dash-bar::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
            animation: barSweep 3s ease-in-out infinite;
        }
        @keyframes barSweep {
            0% { left: -100%; }
            100% { left: 200%; }
        }
        @keyframes netPulse {
            0%, 100% { opacity: 0.6; }
            50% { opacity: 1; }
        }
        #net-canvas {
            animation: netPulse 2s ease-in-out infinite;
        }
        .dash-value {
            transition: color 0.4s;
        }
        #boot-bar {
            position: relative;
            overflow: hidden;
        }
        #boot-bar::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 40px;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3));
            animation: bootBarScan 1.5s linear infinite;
        }
        @keyframes bootBarScan {
            0% { right: 100%; }
            100% { right: -40px; }
        }
        .nt-item {
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
        }
        @keyframes ntBadge {
            0%, 100% { transform: scale(1); opacity: 0.8; }
            50% { transform: scale(1.2); opacity: 1; }
        }
        #tabbar .tb .badge {
            animation: ntBadge 1.2s ease-in-out infinite;
        }
        #nt {
            position: fixed;
            top: 60px;
            right: 18px;
            z-index: 9998;
            display: flex;
            flex-direction: column;
            gap: 10px;
            pointer-events: none;
            max-width: 340px;
        }
        .nt-item {
            background: linear-gradient(160deg, rgba(20, 0, 29, 0.96), rgba(10, 0, 18, 0.96));
            border: 1px solid var(--border-subtle);
            border-radius: 12px;
            padding: 14px 18px;
            font-family: 'Space Grotesk', sans-serif;
            font-size: 13px;
            color: var(--text);
            pointer-events: auto;
            box-shadow: 0 0 0 1px rgba(100, 20, 180, 0.06), 0 20px 60px rgba(0, 0, 0, 0.8), 0 0 40px rgba(90, 15, 180, 0.1);
            animation: ntIn 0.35s ease forwards;
            position: relative;
            overflow: hidden;
            line-height: 1.5;
        }
        .nt-item.out {
            animation: ntOut 0.3s ease forwards;
        }
        .nt-item::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 3px;
            border-radius: 12px 0 0 12px;
        }
        .nt-item.info::before {
            background: var(--p1);
            box-shadow: 0 0 12px rgba(178, 100, 255, 0.3);
        }
        .nt-item.warn::before {
            background: var(--yellow);
            box-shadow: 0 0 12px rgba(255, 204, 0, 0.3);
        }
        .nt-item.err::before {
            background: var(--red);
            box-shadow: 0 0 12px rgba(255, 51, 85, 0.3);
        }
        .nt-item.ok::before {
            background: var(--green);
            box-shadow: 0 0 12px rgba(0, 255, 136, 0.3);
        }
        .nt-item .nt-title {
            font-family: 'Space Mono', monospace;
            font-size: 9px;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 4px;
        }
        .nt-item.info .nt-title {
            color: var(--p1);
        }
        .nt-item.warn .nt-title {
            color: var(--yellow);
        }
        .nt-item.err .nt-title {
            color: var(--red);
        }
        .nt-item.ok .nt-title {
            color: var(--green);
        }
        .nt-item .nt-msg {
            font-size: 12px;
            color: var(--muted);
        }
        @keyframes ntIn {
            from {
                opacity: 0;
                transform: translateX(40px) scale(0.92);
            }
            to {
                opacity: 1;
                transform: translateX(0) scale(1);
            }
        }
        @keyframes ntOut {
            from {
                opacity: 1;
                transform: translateX(0) scale(1);
            }
            to {
                opacity: 0;
                transform: translateX(40px) scale(0.92);
            }
        }
        #dash-footer {
            grid-column: 1 / -1;
            font-family: 'Space Mono', monospace;
            font-size: 9px;
            color: var(--dim);
            letter-spacing: 2px;
            text-transform: uppercase;
            text-align: center;
            padding: 8px 0 4px;
            border-top: 1px solid var(--border-subtle);
            opacity: 0.6;
            display: flex;
            justify-content: center;
            gap: 24px;
            flex-wrap: wrap;
        }
        #dash-footer span {
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }
        #dash-footer .df-dot {
            width: 3px;
            height: 3px;
            border-radius: 50%;
            background: var(--p1);
            display: inline-block;
            animation: pulse 1.5s ease-in-out infinite;
        }
        #cookie {
            position: fixed;
            bottom: 70px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 10;
            background: rgba(1, 0, 7, 0.85);
            backdrop-filter: blur(14px);
            border: 1px solid var(--border-subtle);
            border-radius: 12px;
            padding: 14px 22px;
            font-family: 'Space Mono', monospace;
            font-size: 10px;
            color: var(--muted);
            letter-spacing: 1px;
            text-align: center;
            max-width: 400px;
            visibility: hidden;
            opacity: 0;
            transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
            transform: translateX(-50%) translateY(10px);
        }
        #cookie.show {
            visibility: visible;
            opacity: 1;
            transform: translateX(-50%) translateY(0);
        }
        #cookie button {
            background: none;
            border: 1px solid var(--border-subtle);
            color: var(--p1);
            font-family: 'Space Mono', monospace;
            font-size: 9px;
            letter-spacing: 2px;
            padding: 6px 18px;
            border-radius: 6px;
            cursor: none;
            margin-left: 12px;
            transition: border-color 0.2s, color 0.2s;
        }
        #cookie button:hover {
            border-color: var(--p1);
            color: var(--p4);
        }
        #help-overlay {
            position: fixed;
            inset: 0;
            z-index: 10001;
            background: var(--overlay-bg);
            display: flex;
            align-items: center;
            justify-content: center;
            visibility: hidden;
            opacity: 0;
            transition: opacity 0.25s, visibility 0.25s;
        }
        #help-overlay.show {
            visibility: visible;
            opacity: 1;
        }
        #help-content {
            width: 440px;
            max-width: 90vw;
            background: var(--bg2);
            border: 1px solid var(--border-subtle);
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 60px 140px rgba(0, 0, 0, 0.8), 0 0 120px var(--dim);
        }
        #help-head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 18px 24px;
            border-bottom: 1px solid var(--border-subtle);
        }
        #help-close {
            background: none;
            border: 1px solid var(--border-subtle);
            color: var(--dim);
            font-family: 'Space Mono', monospace;
            font-size: 12px;
            width: 28px;
            height: 28px;
            border-radius: 6px;
            cursor: none;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: color 0.2s, border-color 0.2s;
        }
        #help-close:hover {
            color: var(--p3);
            border-color: var(--p3);
        }
        #help-body {
            padding: 16px 24px;
            max-height: 320px;
            overflow-y: auto;
        }
        .help-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 8px 0;
            border-bottom: 1px solid var(--border-subtle);
        }
        .help-row:last-child {
            border-bottom: none;
        }
        .help-key {
            font-family: 'Space Mono', monospace;
            font-size: 11px;
            color: var(--p1);
            background: var(--dim2);
            padding: 3px 10px;
            border-radius: 4px;
            border: 1px solid var(--border-subtle);
        }
        .help-desc {
            font-family: 'Space Grotesk', sans-serif;
            font-size: 12px;
            color: var(--muted);
        }
        #help-foot {
            font-family: 'Space Mono', monospace;
            font-size: 9px;
            color: var(--dim);
            letter-spacing: 2px;
            text-transform: uppercase;
            text-align: center;
            padding: 12px 24px;
            border-top: 1px solid var(--border-subtle);
        }
        #status-bar {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 9994;
            height: 26px;
            background: rgba(1, 0, 7, 0.7);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border-top: 1px solid var(--border-subtle);
            display: flex;
            align-items: center;
            padding: 0 16px;
            gap: 18px;
            font-family: 'Space Mono', monospace;
            font-size: 9px;
            color: var(--dim);
            letter-spacing: 1.5px;
            visibility: hidden;
            opacity: 0;
            transition: opacity 0.6s, visibility 0.6s;
        }
        #status-bar.show {
            visibility: visible;
            opacity: 1;
        }
        #status-bar span {
            display: inline-flex;
            align-items: center;
            gap: 5px;
        }
        #status-bar span::before {
            content: '';
            width: 3px;
            height: 3px;
            border-radius: 50%;
            display: inline-block;
        }
        #status-time { color: var(--p3); }
        #status-time::before { background: var(--p3); }
        #status-date { color: var(--muted); }
        #status-date::before { background: var(--muted); }
        #status-conn { color: var(--green); }
        #status-conn::before { background: var(--green); }
        #status-enc { color: var(--cyan); }
        #status-enc::before { background: var(--cyan); }
        #status-ip { color: var(--p1); }
        #status-ip::before { background: var(--p1); }
        #status-ping { color: var(--yellow); }
        #status-ping::before { background: var(--yellow); }
        @keyframes slideDown {
            from { opacity: 0; transform: translateY(-20px); }
            to { opacity: 1; transform: translateY(0); }
        }
        @keyframes slideUp {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }
        @keyframes scaleIn {
            from { opacity: 0; transform: scale(0.9); }
            to { opacity: 1; transform: scale(1); }
        }
        @keyframes rotateIn {
            from { opacity: 0; transform: rotate(-10deg) scale(0.9); }
            to { opacity: 1; transform: rotate(0deg) scale(1); }
        }
        @keyframes flipIn {
            from { opacity: 0; transform: perspective(400px) rotateX(90deg); }
            to { opacity: 1; transform: perspective(400px) rotateX(0deg); }
        }
        @keyframes woosh {
            0% { transform: translateX(-100%) skewX(-15deg); }
            100% { transform: translateX(200%) skewX(-15deg); }
        }
        @keyframes heartbeat {
            0%, 100% { transform: scale(1); }
            14% { transform: scale(1.15); }
            28% { transform: scale(1); }
            42% { transform: scale(1.1); }
            70% { transform: scale(1); }
        }
        @keyframes shimmer {
            0% { background-position: -200% 0; }
            100% { background-position: 200% 0; }
        }
        @keyframes wiggle {
            0%, 100% { transform: rotate(0deg); }
            25% { transform: rotate(3deg); }
            50% { transform: rotate(-3deg); }
            75% { transform: rotate(1deg); }
        }
        @keyframes jitter {
            0%, 100% { transform: translate(0, 0); }
            10% { transform: translate(-1px, 1px); }
            20% { transform: translate(1px, -1px); }
            30% { transform: translate(-1px, -1px); }
            40% { transform: translate(1px, 1px); }
        }
        @keyframes rainbow {
            0% { filter: hue-rotate(0deg); }
            100% { filter: hue-rotate(360deg); }
        }
        @keyframes neonPulse {
            0%, 100% { box-shadow: 0 0 5px var(--p1), 0 0 10px var(--p1), 0 0 20px var(--p2); }
            50% { box-shadow: 0 0 10px var(--p1), 0 0 20px var(--p1), 0 0 40px var(--p2), 0 0 80px var(--p2); }
        }
        @keyframes typewriter {
            from { width: 0; }
            to { width: 100%; }
        }
        @keyframes cursorBlink {
            0%, 100% { border-color: transparent; }
            50% { border-color: var(--p1); }
        }
        @keyframes loadingDots {
            0% { content: '.'; }
            33% { content: '..'; }
            66% { content: '...'; }
        }
        @keyframes scanline {
            0% { transform: translateY(-100%); }
            100% { transform: translateY(100vh); }
        }
        @keyframes glitchText {
            0% { transform: translate(0); }
            20% { transform: translate(-2px, 2px); }
            40% { transform: translate(2px, -2px); }
            60% { transform: translate(-1px, 1px); }
            80% { transform: translate(1px, -1px); }
            100% { transform: translate(0); }
        }
        @keyframes morph {
            0% { border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; }
            50% { border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%; }
            100% { border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; }
        }
        @keyframes borderPulse {
            0%, 100% { border-color: var(--border-subtle); }
            50% { border-color: var(--p1); }
        }
        @keyframes shadowPulse {
            0%, 100% { box-shadow: 0 0 20px rgba(139, 31, 255, 0.1); }
            50% { box-shadow: 0 0 40px rgba(139, 31, 255, 0.3); }
        }
        @keyframes gradientShift {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }
        @keyframes focusGlow {
            0%, 100% { outline-color: var(--p1); outline-width: 1px; }
            50% { outline-color: var(--p4); outline-width: 3px; }
        }
        @keyframes rippleEffect {
            0% { transform: scale(0); opacity: 1; }
            100% { transform: scale(4); opacity: 0; }
        }
        @keyframes colorCycle {
            0% { color: var(--p1); }
            25% { color: var(--p4); }
            50% { color: var(--p5); }
            75% { color: var(--p3); }
            100% { color: var(--p1); }
        }
        @keyframes expandWidth {
            from { width: 0; }
            to { width: 100%; }
        }
        @keyframes countReveal {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        @keyframes progressGlow {
            0%, 100% { opacity: 0.6; }
            50% { opacity: 1; }
        }
        @keyframes threatFlash {
            0%, 100% { background-color: transparent; }
            50% { background-color: rgba(255, 51, 85, 0.05); }
        }
        .threat-active {
            animation: threatFlash 0.5s ease-in-out 3;
        }
        @keyframes fadeInUp {
            from { opacity: 0; transform: translateY(15px); }
            to { opacity: 1; transform: translateY(0); }
        }
        @keyframes fadeInDown {
            from { opacity: 0; transform: translateY(-15px); }
            to { opacity: 1; transform: translateY(0); }
        }
        @keyframes fadeInLeft {
            from { opacity: 0; transform: translateX(-15px); }
            to { opacity: 1; transform: translateX(0); }
        }
        @keyframes fadeInRight {
            from { opacity: 0; transform: translateX(15px); }
            to { opacity: 1; transform: translateX(0); }
        }
        @keyframes zoomIn {
            from { opacity: 0; transform: scale(0.95); }
            to { opacity: 1; transform: scale(1); }
        }
        @keyframes bounceIn {
            0% { opacity: 0; transform: scale(0.3); }
            50% { opacity: 0.9; transform: scale(1.1); }
            70% { opacity: 1; transform: scale(0.9); }
            100% { opacity: 1; transform: scale(1); }
        }
        @keyframes spinSlow {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }
        @keyframes spinMedium {
            from { transform: rotate(0deg); }
            to { transform: rotate(-360deg); }
        }
        @keyframes blink {
            0%, 100% { opacity: 1; }
            50% { opacity: 0; }
        }
        @keyframes shake {
            0%, 100% { transform: translateX(0); }
            10% { transform: translateX(-4px); }
            20% { transform: translateX(4px); }
            30% { transform: translateX(-4px); }
            40% { transform: translateX(4px); }
            50% { transform: translateX(-2px); }
            60% { transform: translateX(2px); }
            70% { transform: translateX(-2px); }
        }
        @keyframes pulseRing {
            0% { transform: scale(0.8); opacity: 0.6; }
            100% { transform: scale(1.4); opacity: 0; }
        }
        @keyframes loadingBar {
            0% { left: -40%; width: 40%; }
            50% { left: 30%; width: 70%; }
            100% { left: 100%; width: 40%; }
        }
        @keyframes neonFlicker {
            0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% { opacity: 1; }
            20%, 24%, 55% { opacity: 0.6; }
        }
        @keyframes textShadowGlow {
            0%, 100% { text-shadow: 0 0 10px var(--p1), 0 0 20px var(--p2); }
            50% { text-shadow: 0 0 20px var(--p1), 0 0 40px var(--p2), 0 0 60px var(--p2); }
        }
        @keyframes terminalGlow {
            0%, 100% { border-color: var(--border-subtle); }
            50% { border-color: var(--p2); }
        }
        #term:focus-within {
            animation: terminalGlow 2s ease-in-out infinite;
        }
        @keyframes bootGlow {
            0%, 100% { opacity: 0.3; }
            50% { opacity: 0.8; }
        }
        @keyframes lineProgress {
            from { width: 0; }
            to { width: var(--target); }
        }
        @keyframes pageEnter {
            from { opacity: 0; transform: scale(0.98); filter: blur(4px); }
            to { opacity: 1; transform: scale(1); filter: blur(0); }
        }
        .tab-content.act {
            animation: pageEnter 0.5s ease forwards;
        }
        #proc-list, #netif-list, #svc-list, #sens-list { min-height: 20px; }
        #proc-list > *, #netif-list > *, #svc-list > *, #sens-list > * { animation: fadeInUp 0.3s ease forwards; }
        #cpu-val, #cpu-temp, #mem-val, #mem-pct, #net-val, #net-pkts, #up-val, #vis-val, #thr-val, #disk-val, #disk-pct, #gpu-val, #gpu-temp {
            transition: color 0.4s, opacity 0.3s;
        }
        @media (max-width: 600px) {
            #dash {
                grid-template-columns: 1fr;
                gap: 12px;
                padding: 12px 0;
            }
            #term {
                height: 400px;
                max-height: 60vh;
            }
            #term-body {
                font-size: 12px;
                padding: 12px 14px;
            }
            #term-input {
                font-size: 12px;
            }
            #boot-title {
                font-size: 22px;
            }
            #boot-log {
                font-size: 11px;
                line-height: 1.7;
            }
            .larp-body {
                padding: 24px 20px 32px;
            }
            .larp-title {
                font-size: 22px;
            }
            .larp-text {
                max-height: 320px;
                font-size: 13px;
            }
            #cookie {
                bottom: 60px;
                max-width: 88vw;
                font-size: 9px;
                padding: 12px 16px;
            }
            #cookie button {
                display: block;
                margin: 10px auto 0;
            }
            #dash-footer {
                font-size: 8px;
                gap: 12px;
            }
        }
        @media (max-width: 520px) {
            #card {
                border-radius: 20px;
            }
            #card::before {
                border-radius: 20px;
            }
            #holo,
            #gl {
                border-radius: 20px;
            }
            .name {
                font-size: 28px;
            }
            .body {
                padding: 0 18px 26px;
            }
            .banner {
                height: 150px;
            }
            .pfp-ring {
                width: 95px;
                height: 95px;
            }
            .pfp {
                font-size: 32px;
            }
            html,
            body {
                cursor: auto;
                height: auto;
                overflow-y: auto;
                -webkit-overflow-scrolling: touch;
            }
            #cd,
            #cr {
                display: none;
            }
            #tabbar .tb {
                font-size: 8px;
                padding: 0 14px;
                letter-spacing: 2px;
            }
            #volslider {
                width: 40px;
            }
            .dash-card {
                padding: 16px;
            }
            .dash-value {
                font-size: 22px;
            }
            #nt {
                right: 10px;
                left: 10px;
                max-width: none;
            }
            .dash-label .indicator {
                width: 5px;
                height: 5px;
            }
            #larpcard {
                border-radius: 20px;
            }
            #larpcard::before {
                border-radius: 20px;
            }
        }
        @keyframes dropBounce {
            0% { transform: translateY(-100px); opacity: 0; }
            60% { transform: translateY(10px); opacity: 1; }
            80% { transform: translateY(-5px); }
            100% { transform: translateY(0); }
        }
        @keyframes spinOut {
            from { transform: rotate(0deg) scale(1); opacity: 1; }
            to { transform: rotate(360deg) scale(0); opacity: 0; }
        }
        @keyframes blurIn {
            from { filter: blur(20px); opacity: 0; }
            to { filter: blur(0); opacity: 1; }
        }
        @keyframes blurOut {
            from { filter: blur(0); opacity: 1; }
            to { filter: blur(20px); opacity: 0; }
        }
        @keyframes flashBorder {
            0%, 100% { border-color: var(--border-subtle); }
            50% { border-color: var(--p1); box-shadow: 0 0 30px rgba(139, 31, 255, 0.2); }
        }
        @keyframes dataStream {
            0% { background-position: 0 0; }
            100% { background-position: 0 100px; }
        }
        @keyframes glowPulse {
            0%, 100% { box-shadow: 0 0 5px rgba(178, 100, 255, 0.2); }
            50% { box-shadow: 0 0 20px rgba(178, 100, 255, 0.4), 0 0 40px rgba(139, 31, 255, 0.2); }
        }
        @keyframes skewIn {
            from { transform: skewX(-15deg) translateX(-50px); opacity: 0; }
            to { transform: skewX(0) translateX(0); opacity: 1; }
        }
        @keyframes skewOut {
            from { transform: skewX(0) translateX(0); opacity: 1; }
            to { transform: skewX(15deg) translateX(50px); opacity: 0; }
        }
        @keyframes scaleUp {
            from { transform: scale(0); }
            to { transform: scale(1); }
        }
        @keyframes scaleDown {
            from { transform: scale(1); }
            to { transform: scale(0); }
        }
        @keyframes orbit {
            from { transform: rotate(0deg) translateX(30px) rotate(0deg); }
            to { transform: rotate(360deg) translateX(30px) rotate(-360deg); }
        }
        @keyframes orbitReverse {
            from { transform: rotate(360deg) translateX(30px) rotate(-360deg); }
            to { transform: rotate(0deg) translateX(30px) rotate(0deg); }
        }
        @keyframes particleFloat {
            0%, 100% { transform: translateY(0) translateX(0); }
            25% { transform: translateY(-20px) translateX(10px); }
            50% { transform: translateY(-10px) translateX(-10px); }
            75% { transform: translateY(-30px) translateX(5px); }
        }
        @keyframes hueRotate {
            from { filter: hue-rotate(0deg); }
            to { filter: hue-rotate(360deg); }
        }
        @keyframes saturatePulse {
            0%, 100% { filter: saturate(0.6); }
            50% { filter: saturate(1.4); }
        }
        @keyframes brightnessPulse {
            0%, 100% { filter: brightness(0.8); }
            50% { filter: brightness(1.2); }
        }
        @keyframes contrastPulse {
            0%, 100% { filter: contrast(0.9); }
            50% { filter: contrast(1.1); }
        }
        @keyframes sepiaGlow {
            0%, 100% { filter: sepia(0); }
            50% { filter: sepia(0.3); }
        }
        @keyframes invertGlow {
            0%, 100% { filter: invert(0); }
            50% { filter: invert(0.1); }
        }
        @keyframes dropShadowPulse {
            0%, 100% { filter: drop-shadow(0 0 5px rgba(139, 31, 255, 0.3)); }
            50% { filter: drop-shadow(0 0 15px rgba(139, 31, 255, 0.6)); }
        }
        @keyframes backdropBlurPulse {
            0%, 100% { backdrop-filter: blur(4px); }
            50% { backdrop-filter: blur(12px); }
        }
        @keyframes backgroundShift {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }
        @keyframes textGlow {
            0%, 100% { text-shadow: 0 0 10px var(--p1), 0 0 20px var(--p2); }
            50% { text-shadow: 0 0 20px var(--p1), 0 0 40px var(--p2), 0 0 60px var(--p2); }
        }
        @keyframes textFlicker {
            0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% { opacity: 1; }
            20%, 24%, 55% { opacity: 0.7; }
        }
        @keyframes borderGlow {
            0%, 100% { border-color: var(--border-subtle); }
            50% { border-color: var(--p1); box-shadow: inset 0 0 20px rgba(139, 31, 255, 0.1); }
        }
        @keyframes borderScan {
            0% { border-image: linear-gradient(0deg, var(--p1), transparent) 1; }
            25% { border-image: linear-gradient(90deg, var(--p1), transparent) 1; }
            50% { border-image: linear-gradient(180deg, var(--p1), transparent) 1; }
            75% { border-image: linear-gradient(270deg, var(--p1), transparent) 1; }
            100% { border-image: linear-gradient(360deg, var(--p1), transparent) 1; }
        }
        @keyframes matrixGlow {
            0%, 100% { opacity: 0.08; }
            50% { opacity: 0.2; }
        }
        @keyframes rainDrop {
            0% { transform: translateY(-100%); opacity: 0; }
            10% { opacity: 1; }
            90% { opacity: 1; }
            100% { transform: translateY(100vh); opacity: 0; }
        }
        @keyframes flicker {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.85; }
        }
        @keyframes glitchVertical {
            0% { transform: translateY(0); }
            20% { transform: translateY(2px); }
            40% { transform: translateY(-1px); }
            60% { transform: translateY(1px); }
            80% { transform: translateY(-2px); }
            100% { transform: translateY(0); }
        }
        @keyframes glitchHorizontal {
            0% { transform: translateX(0); }
            20% { transform: translateX(-2px); }
            40% { transform: translateX(1px); }
            60% { transform: translateX(-1px); }
            80% { transform: translateX(2px); }
            100% { transform: translateX(0); }
        }
        @keyframes glitchSkew {
            0% { transform: skew(0deg); }
            20% { transform: skew(2deg); }
            40% { transform: skew(-1deg); }
            60% { transform: skew(1deg); }
            80% { transform: skew(-2deg); }
            100% { transform: skew(0deg); }
        }
        @keyframes staticNoise {
            0% { background-position: 0 0; }
            10% { background-position: -5px 3px; }
            20% { background-position: 3px -5px; }
            30% { background-position: -3px 5px; }
            40% { background-position: 5px -3px; }
            50% { background-position: -5px -3px; }
            60% { background-position: 3px 5px; }
            70% { background-position: -3px -5px; }
            80% { background-position: 5px 3px; }
            90% { background-position: -5px 5px; }
            100% { background-position: 0 0; }
        }
        @keyframes loadingSpin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        @keyframes progressPulse {
            0%, 100% { opacity: 0.5; }
            50% { opacity: 1; }
        }
        @keyframes statusOnline {
            0%, 100% { box-shadow: 0 0 10px var(--green); }
            50% { box-shadow: 0 0 30px var(--green), 0 0 60px rgba(0, 255, 136, 0.2); }
        }
        @keyframes statusOffline {
            0%, 100% { box-shadow: 0 0 10px var(--red); }
            50% { box-shadow: 0 0 30px var(--red), 0 0 60px rgba(255, 51, 85, 0.2); }
        }
        @keyframes statusWarning {
            0%, 100% { box-shadow: 0 0 10px var(--yellow); }
            50% { box-shadow: 0 0 30px var(--yellow), 0 0 60px rgba(255, 204, 0, 0.2); }
        }
        @keyframes wave {
            0% { transform: translateX(-100%); }
            100% { transform: translateX(100%); }
        }
        @keyframes slideInLeft {
            from { transform: translateX(-100%); }
            to { transform: translateX(0); }
        }
        @keyframes slideInRight {
            from { transform: translateX(100%); }
            to { transform: translateX(0); }
        }
        @keyframes slideInTop {
            from { transform: translateY(-100%); }
            to { transform: translateY(0); }
        }
        @keyframes slideInBottom {
            from { transform: translateY(100%); }
            to { transform: translateY(0); }
        }
        @keyframes fadeScaleIn {
            from { opacity: 0; transform: scale(0.8); }
            to { opacity: 1; transform: scale(1); }
        }
        @keyframes fadeScaleOut {
            from { opacity: 1; transform: scale(1); }
            to { opacity: 0; transform: scale(0.8); }
        }
        @keyframes fadeRotateIn {
            from { opacity: 0; transform: rotate(-20deg) scale(0.8); }
            to { opacity: 1; transform: rotate(0) scale(1); }
        }
        @keyframes fadeRotateOut {
            from { opacity: 1; transform: rotate(0) scale(1); }
            to { opacity: 0; transform: rotate(20deg) scale(0.8); }
        }
        @keyframes perspectiveIn {
            from { opacity: 0; transform: perspective(500px) rotateX(60deg) translateY(50px); }
            to { opacity: 1; transform: perspective(500px) rotateX(0) translateY(0); }
        }
        @keyframes perspectiveOut {
            from { opacity: 1; transform: perspective(500px) rotateX(0) translateY(0); }
            to { opacity: 0; transform: perspective(500px) rotateX(-60deg) translateY(-50px); }
        }
        @keyframes swingIn {
            0% { opacity: 0; transform: rotate(-30deg) scale(0.5); }
            50% { opacity: 0.5; transform: rotate(10deg) scale(1.1); }
            100% { opacity: 1; transform: rotate(0) scale(1); }
        }
        @keyframes wobble {
            0%, 100% { transform: translateX(0); }
            15% { transform: translateX(-8px) rotate(-3deg); }
            30% { transform: translateX(8px) rotate(3deg); }
            45% { transform: translateX(-6px) rotate(-2deg); }
            60% { transform: translateX(6px) rotate(2deg); }
            75% { transform: translateX(-3px) rotate(-1deg); }
            90% { transform: translateX(3px) rotate(1deg); }
        }
        @keyframes rubberBand {
            0% { transform: scaleX(1); }
            30% { transform: scaleX(1.25) scaleY(0.75); }
            40% { transform: scaleX(0.75) scaleY(1.25); }
            50% { transform: scaleX(1.15) scaleY(0.85); }
            65% { transform: scaleX(0.95) scaleY(1.05); }
            75% { transform: scaleX(1.05) scaleY(0.95); }
            100% { transform: scaleX(1) scaleY(1); }
        }
        @keyframes flash {
            0%, 50%, 100% { opacity: 1; }
            25%, 75% { opacity: 0; }
        }
        @keyframes headShake {
            0% { transform: translateX(0); }
            6.5% { transform: translateX(-6px) rotateY(-9deg); }
            18.5% { transform: translateX(5px) rotateY(7deg); }
            31.5% { transform: translateX(-3px) rotateY(-5deg); }
            43.5% { transform: translateX(2px) rotateY(3deg); }
            50% { transform: translateX(0); }
        }
        @keyframes jackInBox {
            0% { opacity: 0; transform: scale(0.1) rotate(30deg); transform-origin: center bottom; }
            50% { transform: rotate(-10deg); }
            70% { transform: rotate(3deg); }
            100% { opacity: 1; transform: scale(1); }
        }
        @keyframes rollIn {
            from { opacity: 0; transform: translateX(-100%) rotate(-120deg); }
            to { opacity: 1; transform: translateX(0) rotate(0deg); }
        }
        @keyframes rollOut {
            from { opacity: 1; transform: translateX(0) rotate(0deg); }
            to { opacity: 0; transform: translateX(100%) rotate(120deg); }
        }
        @keyframes zoomInUp {
            from { opacity: 0; transform: scale(0.1) translateY(50px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
            60% { opacity: 0.6; transform: scale(0.475) translateY(-10px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }
            100% { opacity: 1; transform: scale(1) translateY(0); }
        }
        @keyframes zoomInDown {
            from { opacity: 0; transform: scale(0.1) translateY(-50px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
            60% { opacity: 0.6; transform: scale(0.475) translateY(10px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }
            100% { opacity: 1; transform: scale(1) translateY(0); }
        }
        @keyframes zoomInLeft {
            from { opacity: 0; transform: scale(0.1) translateX(-50px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
            60% { opacity: 0.6; transform: scale(0.475) translateX(10px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }
            100% { opacity: 1; transform: scale(1) translateX(0); }
        }
        @keyframes zoomInRight {
            from { opacity: 0; transform: scale(0.1) translateX(50px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
            60% { opacity: 0.6; transform: scale(0.475) translateX(-10px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }
            100% { opacity: 1; transform: scale(1) translateX(0); }
        }
        @keyframes lightSpeedIn {
            from { opacity: 0; transform: translateX(100%) skewX(-30deg); }
            60% { opacity: 0.8; transform: translateX(-20%) skewX(15deg); }
            80% { opacity: 0.9; transform: translateX(0%) skewX(-5deg); }
            100% { opacity: 1; transform: translateX(0%) skewX(0deg); }
        }
        @keyframes lightSpeedOut {
            from { opacity: 1; transform: translateX(0%) skewX(0deg); }
            100% { opacity: 0; transform: translateX(100%) skewX(30deg); }
        }
        @keyframes flip {
            from { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg); animation-timing-function: ease-out; }
            40% { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); animation-timing-function: ease-out; }
            50% { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); animation-timing-function: ease-in; }
            80% { transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); animation-timing-function: ease-in; }
            100% { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); animation-timing-function: ease-in; }
        }
        @keyframes hinge {
            0% { transform-origin: top left; animation-timing-function: ease-in-out; }
            20%, 60% { transform: rotate3d(0, 0, 1, 80deg); transform-origin: top left; animation-timing-function: ease-in-out; }
            40%, 80% { transform: rotate3d(0, 0, 1, 60deg); transform-origin: top left; animation-timing-function: ease-in-out; }
            100% { opacity: 0; transform: translate3d(0, 700px, 0); }
        }
        @keyframes bounceInUp {
            0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
            0% { opacity: 0; transform: translate3d(0, 3000px, 0) scaleY(5); }
            60% { opacity: 1; transform: translate3d(0, -20px, 0) scaleY(0.9); }
            75% { transform: translate3d(0, 10px, 0) scaleY(0.95); }
            90% { transform: translate3d(0, -5px, 0) scaleY(0.985); }
            100% { transform: translate3d(0, 0, 0) scaleY(1); }
        }
        @keyframes bounceInDown {
            0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
            0% { opacity: 0; transform: translate3d(0, -3000px, 0) scaleY(3); }
            60% { opacity: 1; transform: translate3d(0, 25px, 0) scaleY(0.9); }
            75% { transform: translate3d(0, -10px, 0) scaleY(0.95); }
            90% { transform: translate3d(0, 5px, 0) scaleY(0.985); }
            100% { transform: translate3d(0, 0, 0) scaleY(1); }
        }
        @keyframes bounceInLeft {
            0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
            0% { opacity: 0; transform: translate3d(-3000px, 0, 0) scaleX(3); }
            60% { opacity: 1; transform: translate3d(25px, 0, 0) scaleX(1); }
            75% { transform: translate3d(-10px, 0, 0) scaleX(0.98); }
            90% { transform: translate3d(5px, 0, 0) scaleX(0.995); }
            100% { transform: translate3d(0, 0, 0) scaleX(1); }
        }
        @keyframes bounceInRight {
            0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
            0% { opacity: 0; transform: translate3d(3000px, 0, 0) scaleX(3); }
            60% { opacity: 1; transform: translate3d(-25px, 0, 0) scaleX(1); }
            75% { transform: translate3d(10px, 0, 0) scaleX(0.98); }
            90% { transform: translate3d(-5px, 0, 0) scaleX(0.995); }
            100% { transform: translate3d(0, 0, 0) scaleX(1); }
        }
        @keyframes fadeInTopLeft {
            from { opacity: 0; transform: translate3d(-100%, -100%, 0); }
            to { opacity: 1; transform: translate3d(0, 0, 0); }
        }
        @keyframes fadeInTopRight {
            from { opacity: 0; transform: translate3d(100%, -100%, 0); }
            to { opacity: 1; transform: translate3d(0, 0, 0); }
        }
        @keyframes fadeInBottomLeft {
            from { opacity: 0; transform: translate3d(-100%, 100%, 0); }
            to { opacity: 1; transform: translate3d(0, 0, 0); }
        }
        @keyframes fadeInBottomRight {
            from { opacity: 0; transform: translate3d(100%, 100%, 0); }
            to { opacity: 1; transform: translate3d(0, 0, 0); }
        }
        @keyframes bounceOut {
            0% { transform: scale(1); }
            25% { transform: scale(0.95); }
            50% { opacity: 1; transform: scale(1.1); }
            100% { opacity: 0; transform: scale(0.3); }
        }
        @keyframes slideOutLeft {
            from { transform: translateX(0); }
            to { transform: translateX(-100%); }
        }
        @keyframes slideOutRight {
            from { transform: translateX(0); }
            to { transform: translateX(100%); }
        }
        @keyframes slideOutTop {
            from { transform: translateY(0); }
            to { transform: translateY(-100%); }
        }
        @keyframes slideOutBottom {
            from { transform: translateY(0); }
            to { transform: translateY(100%); }
        }
        @keyframes rotateInUpLeft {
            from { transform: rotate3d(0, 0, 1, 45deg); opacity: 0; }
            to { transform: translate3d(0, 0, 0); opacity: 1; }
        }
        @keyframes rotateInDownLeft {
            from { transform: rotate3d(0, 0, 1, -45deg); opacity: 0; }
            to { transform: translate3d(0, 0, 0); opacity: 1; }
        }
        @keyframes rotateInUpRight {
            from { transform: rotate3d(0, 0, 1, -45deg); opacity: 0; }
            to { transform: translate3d(0, 0, 0); opacity: 1; }
        }
        @keyframes rotateInDownRight {
            from { transform: rotate3d(0, 0, 1, 45deg); opacity: 0; }
            to { transform: translate3d(0, 0, 0); opacity: 1; }
        }
        @keyframes flipInX {
            from { transform: perspective(400px) rotate3d(1, 0, 0, 90deg); animation-timing-function: ease-in; opacity: 0; }
            40% { transform: perspective(400px) rotate3d(1, 0, 0, -20deg); animation-timing-function: ease-in; }
            60% { transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1; }
            80% { transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
            100% { transform: perspective(400px) rotate3d(1, 0, 0, 0); }
        }
        @keyframes flipInY {
            from { transform: perspective(400px) rotate3d(0, 1, 0, 90deg); animation-timing-function: ease-in; opacity: 0; }
            40% { transform: perspective(400px) rotate3d(0, 1, 0, -20deg); animation-timing-function: ease-in; }
            60% { transform: perspective(400px) rotate3d(0, 1, 0, 10deg); opacity: 1; }
            80% { transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
            100% { transform: perspective(400px) rotate3d(0, 1, 0, 0); }
        }
        @keyframes flipOutX {
            from { transform: perspective(400px); }
            30% { transform: perspective(400px) rotate3d(1, 0, 0, -20deg); opacity: 1; }
            100% { transform: perspective(400px) rotate3d(1, 0, 0, 90deg); opacity: 0; }
        }
        @keyframes flipOutY {
            from { transform: perspective(400px); }
            30% { transform: perspective(400px) rotate3d(0, 1, 0, -15deg); opacity: 1; }
            100% { transform: perspective(400px) rotate3d(0, 1, 0, 90deg); opacity: 0; }
        }
        @keyframes pulse {
            0%, 100% { transform: scaleX(1); }
            50% { transform: scale3d(1.05, 1.05, 1.05); }
        }
        @keyframes heartBeat {
            0% { transform: scale(1); }
            14% { transform: scale(1.3); }
            28% { transform: scale(1); }
            42% { transform: scale(1.3); }
            70% { transform: scale(1); }
        }
        @keyframes swing {
            20% { transform: rotate3d(0, 0, 1, 15deg); }
            40% { transform: rotate3d(0, 0, 1, -10deg); }
            60% { transform: rotate3d(0, 0, 1, 5deg); }
            80% { transform: rotate3d(0, 0, 1, -5deg); }
            100% { transform: rotate3d(0, 0, 1, 0deg); }
        }
        @keyframes tada {
            0% { transform: scale3d(1, 1, 1); }
            10%, 20% { transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
            30%, 50%, 70%, 90% { transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
            40%, 60%, 80% { transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
            100% { transform: scale3d(1, 1, 1); }
        }
        @keyframes notchPulse {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.6; }
        }
        @keyframes configSlideIn {
            from { opacity: 0; transform: scale(0.92) translateY(20px); }
            to { opacity: 1; transform: scale(1) translateY(0); }
        }
        @keyframes configSlideOut {
            from { opacity: 1; transform: scale(1) translateY(0); }
            to { opacity: 0; transform: scale(0.92) translateY(20px); }
        }
        @keyframes notifSlideIn {
            from { opacity: 0; transform: translateX(50px); }
            to { opacity: 1; transform: translateX(0); }
        }
        @keyframes dotPulse {
            0%, 100% { transform: scale(1); opacity: 1; }
            50% { transform: scale(1.5); opacity: 0.5; }
        }
        @keyframes gradientFlow {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }
        @keyframes noiseLoop {
            0% { transform: translate(0,0); }
            10% { transform: translate(-5px,3px); }
            20% { transform: translate(3px,-5px); }
            30% { transform: translate(-3px,5px); }
            40% { transform: translate(5px,-3px); }
            50% { transform: translate(-5px,-3px); }
            60% { transform: translate(3px,5px); }
            70% { transform: translate(-3px,-5px); }
            80% { transform: translate(5px,3px); }
            90% { transform: translate(-5px,5px); }
            100% { transform: translate(0,0); }
        }
        @keyframes fadeShimmer {
            0% { background-position: -200% center; }
            100% { background-position: 200% center; }
        }
        @keyframes floatUp {
            0% { transform: translateY(0); opacity: 1; }
            100% { transform: translateY(-40px); opacity: 0; }
        }
        @keyframes progressAnimate {
            0% { transform: scaleX(0); transform-origin: left; }
            50% { transform: scaleX(1); transform-origin: left; }
            51% { transform: scaleX(1); transform-origin: right; }
            100% { transform: scaleX(0); transform-origin: right; }
        }
        @keyframes blinkRed {
            0%, 100% { background-color: var(--red); }
            50% { background-color: transparent; }
        }
        @keyframes blinkGreen {
            0%, 100% { background-color: var(--green); }
            50% { background-color: transparent; }
        }
        @keyframes scanGlow {
            0% { box-shadow: 0 0 5px rgba(139,31,255,0.2); }
            50% { box-shadow: 0 0 25px rgba(139,31,255,0.6), 0 0 50px rgba(178,100,255,0.3); }
            100% { box-shadow: 0 0 5px rgba(139,31,255,0.2); }
        }
        #config-overlay {
            position: fixed; top: 0; left: 0; width: 100%; height: 100%;
            background: var(--overlay-bg);
            display: flex; align-items: center; justify-content: center;
            z-index: 5000; opacity: 0; pointer-events: none;
            transition: opacity 0.25s ease;
        }
        #config-overlay.show {
            opacity: 1; pointer-events: all;
        }
        #config-overlay.closing #config-content {
            animation: configSlideOut 0.25s ease forwards;
        }
        #config-content {
            background: var(--bg2); border: 1px solid var(--border-subtle);
            border-radius: 16px; width: 480px; max-width: 90vw; max-height: 80vh;
            display: flex; flex-direction: column; box-shadow: 0 20px 60px rgba(0,0,0,0.5);
        }
        #config-head {
            display: flex; justify-content: space-between; align-items: center;
            padding: 16px 20px; border-bottom: 1px solid var(--border-subtle);
        }
        #config-close {
            background: none; border: none; color: var(--muted); font-size: 18px;
            cursor: pointer; font-family:'Space Mono',monospace; padding: 4px 8px;
            border-radius: 4px; transition: color 0.2s;
        }
        #config-close:hover { color: var(--p1); }
        #config-body {
            padding: 16px 20px; overflow-y: auto; flex: 1;
            scrollbar-width: thin; scrollbar-color: var(--border-subtle) transparent;
        }
        .config-section {
            margin-bottom: 20px;
        }
        .config-section-title {
            font-family:'Space Mono',monospace; font-size: 10px; letter-spacing: 2px;
            text-transform: uppercase; color: var(--p3); margin-bottom: 10px;
            padding-bottom: 6px; border-bottom: 1px solid var(--border-subtle);
        }
        .config-row {
            display: flex; justify-content: space-between; align-items: center;
            padding: 8px 0; font-size: 13px; color: var(--text);
        }
        .config-label { color: var(--muted); font-size: 12px; }
        .config-val { color: var(--cyan); font-family:'Space Mono',monospace; font-size: 11px; }
        .config-select {
            background: var(--bg); border: 1px solid var(--border-subtle);
            color: var(--text); padding: 4px 8px; border-radius: 4px;
            font-family:'Space Mono',monospace; font-size: 11px; cursor: pointer;
            outline: none;
        }
        .config-select:focus { border-color: var(--p1); }
        .config-range {
            -webkit-appearance: none; appearance: none;
            background: var(--border-subtle); height: 4px; border-radius: 2px;
            outline: none; width: 120px;
        }
        .config-range::-webkit-slider-thumb {
            -webkit-appearance: none; appearance: none;
            width: 14px; height: 14px; border-radius: 50%;
            background: var(--p1); cursor: pointer;
        }
        .config-toggle {
            position: relative; display: inline-block; width: 36px; height: 20px;
            cursor: pointer;
        }
        .config-toggle input { opacity: 0; width: 0; height: 0; }
        .tog-slide {
            position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0;
            background: var(--border-subtle); transition: 0.25s; border-radius: 20px;
        }
        .tog-slide:before {
            content: ""; position: absolute; height: 14px; width: 14px;
            left: 3px; bottom: 3px; background: var(--text); transition: 0.25s;
            border-radius: 50%;
        }
        .config-toggle input:checked + .tog-slide { background: var(--p1); }
        .config-toggle input:checked + .tog-slide:before { transform: translateX(16px); background: white; }
        #config-foot {
            display: flex; justify-content: space-between; align-items: center;
            padding: 12px 20px; border-top: 1px solid var(--border-subtle);
        }
        #config-reset:hover { border-color: var(--p1); color: var(--p1); }
        #notif-panel {
            position: fixed; bottom: 36px; right: 12px; width: 320px;
            max-height: 240px; background: var(--bg2); border: 1px solid var(--border-subtle);
            border-radius: 12px; display: flex; flex-direction: column;
            z-index: 4000; opacity: 0; pointer-events: none;
            transform: translateY(10px); transition: all 0.25s ease;
            box-shadow: 0 8px 32px rgba(0,0,0,0.4);
        }
        #notif-panel.show {
            opacity: 1; pointer-events: all; transform: translateY(0);
        }
        #notif-panel-head {
            display: flex; justify-content: space-between; align-items: center;
            padding: 8px 12px; border-bottom: 1px solid var(--border-subtle);
        }
        #notif-clear {
            background: none; border: none; color: var(--muted); font-size: 10px;
            cursor: pointer; font-family:'Space Mono',monospace;
            padding: 2px 6px; border-radius: 3px;
        }
        #notif-clear:hover { color: var(--red); }
        #notif-panel-body {
            padding: 6px 12px; overflow-y: auto; flex: 1; max-height: 180px;
            font-family:'Space Mono',monospace; font-size: 10px; line-height: 1.6;
            scrollbar-width: thin;
        }
        .notif-entry { color: var(--muted); padding: 2px 0; border-bottom: 1px solid var(--border-subtle); animation: fadeInRight 0.3s ease forwards; }
        .notif-entry .n-time { color: var(--dim); margin-right: 6px; }
        .notif-entry .n-msg { color: var(--text); }
        .notif-entry .n-msg.ok { color: var(--green); }
        .notif-entry .n-msg.warn { color: var(--yellow); }
        .notif-entry .n-msg.err { color: var(--red); }
        #status-toggle-config, #status-toggle-notif {
            cursor: pointer; font-size: 12px; padding: 0 6px;
            transition: color 0.2s; user-select: none;
        }
        #status-toggle-config:hover, #status-toggle-notif:hover { color: var(--p1); }
        #proc-list, #netif-list, #svc-list, #sens-list { min-height: 20px; }
        #proc-list > *, #netif-list > *, #svc-list > *, #sens-list > * { animation: fadeInUp 0.3s ease forwards; }
        #cpu-val, #cpu-temp, #mem-val, #mem-pct, #net-val, #net-pkts, #up-val, #vis-val, #thr-val, #disk-val, #disk-pct, #gpu-val, #gpu-temp {
            transition: color 0.4s, opacity 0.3s;
        }
        @media (max-width: 600px) {
            #config-content { width: 95vw; max-height: 90vh; }
            #notif-panel { width: 280px; right: 6px; }
            .config-row { flex-direction: column; align-items: flex-start; gap: 4px; }
            .config-range { width: 100%; }
        }
        @media (max-width: 480px) {
            .tab-btn { font-size: 9px; padding: 6px 8px; letter-spacing: 1px; }
            .tab-btn span { display: none; }
            .profile-pic { width: 72px; height: 72px; }
            .greet { font-size: 18px; }
            .dash-card { min-width: 100%; }
            #status-bar { font-size: 9px; padding: 2px 6px; gap: 6px; flex-wrap: wrap; }
            #status-date { display: none; }
            #term { border-radius: 0; margin: 0; }
            .help-row { flex-direction: column; align-items: flex-start; gap: 2px; }
            .help-key { min-width: auto; }
            .larp-body { padding: 16px; }
            .larp-title { font-size: 18px; }
        }
        @media (min-width: 1600px) {
            .profile-pic { width: 130px; height: 130px; }
            .greet { font-size: 30px; }
            .dash-card { min-width: 220px; }
            #term { max-width: 900px; }
            #larpcard { max-width: 800px; }
        }
        @media (prefers-reduced-motion: reduce) {
            *, *::before, *::after {
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: 0.01ms !important;
            }
            .ab { animation: none !important; }
            #pc { display: none; }
        }
        @media print {
            body { background: white !important; color: black !important; }
            #cd, #pc, #mc, #grain, #aurora, #boot, #cookie, #status-bar, #help-overlay, #config-overlay, #notif-panel { display: none !important; }
            .tab-content[hidden] { display: none !important; }
            .tab-content:not([hidden]) { display: block !important; }
            .profile-pic { border: 2px solid black; }
            #larpcard { border: 1px solid #ccc; }
            .dash-card { border: 1px solid #ccc; break-inside: avoid; }
        }
        ::selection { background: rgba(139, 31, 255, 0.3); color: white; }
        ::-moz-selection { background: rgba(139, 31, 255, 0.3); color: white; }
        :focus-visible {
            outline: 2px solid var(--p1); outline-offset: 2px; border-radius: 2px;
        }
        input, textarea, select, button {
            font-family: inherit;
        }
        button {
            cursor: pointer; border: none; background: none; color: inherit;
        }
        a {
            color: var(--p3); text-decoration: none; transition: color 0.2s;
        }
        a:hover { color: var(--p1); }
        a:visited { color: var(--p4); }
        img {
            max-width: 100%; height: auto; display: block;
        }
        svg {
            fill: currentColor;
        }
        code {
            font-family: 'Space Mono', monospace; background: rgba(255,255,255,0.04);
            padding: 2px 6px; border-radius: 3px; font-size: 0.9em;
        }
        pre {
            font-family: 'Space Mono', monospace; white-space: pre-wrap;
            word-break: break-all; overflow-x: auto;
        }
        hr {
            border: none; border-top: 1px solid var(--border-subtle); margin: 16px 0;
        }
        table {
            border-collapse: collapse; width: 100%; font-size: 12px;
        }
        th {
            text-align: left; padding: 6px 8px; border-bottom: 2px solid var(--border-subtle);
            color: var(--p3); font-family:'Space Mono',monospace; font-size: 10px; letter-spacing: 1px; text-transform: uppercase;
        }
        td {
            padding: 6px 8px; border-bottom: 1px solid var(--border-subtle); color: var(--text);
        }
        tr:hover td { background: rgba(139,31,255,0.04); }
        ul, ol {
            padding-left: 20px; color: var(--muted);
        }
        li { margin: 4px 0; }
        blockquote {
            border-left: 3px solid var(--p1); padding-left: 12px; margin: 12px 0;
            color: var(--muted); font-style: italic;
        }
        .badge {
            display: inline-block; padding: 2px 8px; border-radius: 10px;
            font-family:'Space Mono',monospace; font-size: 9px; letter-spacing: 1px;
            text-transform: uppercase; border: 1px solid var(--border-subtle);
        }
        .badge.purple { border-color: var(--p1); color: var(--p1); }
        .badge.green { border-color: var(--green); color: var(--green); }
        .badge.red { border-color: var(--red); color: var(--red); }
        .badge.yellow { border-color: var(--yellow); color: var(--yellow); }
        .badge.cyan { border-color: var(--cyan); color: var(--cyan); }
        .tooltip {
            position: relative; cursor: help;
        }
        .tooltip::after {
            content: attr(data-tip); position: absolute; bottom: 120%; left: 50%;
            transform: translateX(-50%); background: var(--bg); color: var(--text);
            padding: 4px 10px; border-radius: 4px; font-size: 11px;
            white-space: nowrap; opacity: 0; pointer-events: none;
            transition: opacity 0.2s; border: 1px solid var(--border-subtle);
        }
        .tooltip:hover::after { opacity: 1; }
        .pulse-dot {
            display: inline-block; width: 6px; height: 6px; border-radius: 50%;
            margin-right: 6px; vertical-align: middle;
        }
        .pulse-dot.green { background: var(--green); animation: pulseRing 2s infinite; }
        .pulse-dot.red { background: var(--red); animation: pulseRing 2s infinite; }
        .pulse-dot.yellow { background: var(--yellow); animation: pulseRing 2s infinite; }
        .data-row {
            display: flex; justify-content: space-between; padding: 3px 0;
            font-family:'Space Mono',monospace; font-size: 11px;
        }
        .data-row .dr-label { color: var(--dim); }
        .data-row .dr-value { color: var(--text); }
        .glow-text {
            text-shadow: 0 0 10px var(--p1), 0 0 20px rgba(139,31,255,0.3);
        }
        .mono-label {
            font-family:'Space Mono',monospace; font-size: 10px; letter-spacing: 2px;
            text-transform: uppercase; color: var(--dim);
        }
        .stat-box {
            display: inline-flex; align-items: center; gap: 6px;
            background: rgba(255,255,255,0.03); border: 1px solid var(--border-subtle);
            border-radius: 8px; padding: 8px 14px; font-family:'Space Mono',monospace;
            font-size: 11px; color: var(--text);
        }
        .stat-box .sb-label { color: var(--dim); font-size: 9px; }
        .stat-box .sb-value { color: var(--p1); }
        .chip {
            display: inline-flex; align-items: center; gap: 4px;
            background: rgba(139,31,255,0.1); border: 1px solid rgba(139,31,255,0.2);
            border-radius: 20px; padding: 3px 10px; font-size: 10px; color: var(--p3);
            font-family:'Space Mono',monospace;
        }
        .divider {
            border: none; height: 1px; background: linear-gradient(90deg, transparent, var(--border-subtle), transparent);
            margin: 16px 0;
        }
        .term-highlight {
            background: rgba(139,31,255,0.15); padding: 1px 4px; border-radius: 2px;
        }
        .fade-in {
            animation: fadeIn 0.3s ease forwards;
        }
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
        .slide-up {
            animation: slideUp 0.3s ease forwards;
        }
        .scale-in {
            animation: scaleIn 0.2s ease forwards;
        }
        .card-hover {
            transition: all 0.3s ease;
        }
        .card-hover:hover {
            transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.3);
        }
        .text-ellipsis {
            overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
        }
        .flex-center {
            display: flex; align-items: center; justify-content: center;
        }
        .flex-between {
            display: flex; align-items: center; justify-content: space-between;
        }
        .gap-4 { gap: 4px; }
        .gap-8 { gap: 8px; }
        .gap-12 { gap: 12px; }
        .gap-16 { gap: 16px; }
        .mt-4 { margin-top: 4px; }
        .mt-8 { margin-top: 8px; }
        .mt-12 { margin-top: 12px; }
        .mt-16 { margin-top: 16px; }
        .mb-4 { margin-bottom: 4px; }
        .mb-8 { margin-bottom: 8px; }
        .mb-12 { margin-bottom: 12px; }
        .mb-16 { margin-bottom: 16px; }
        .p-4 { padding: 4px; }
        .p-8 { padding: 8px; }
        .p-12 { padding: 12px; }
        .p-16 { padding: 16px; }
        .text-center { text-align: center; }
        .text-right { text-align: right; }
        .text-left { text-align: left; }
        .font-mono { font-family: 'Space Mono', monospace; }
        .font-sans { font-family: 'Space Grotesk', sans-serif; }
        .text-xs { font-size: 10px; }
        .text-sm { font-size: 12px; }
        .text-base { font-size: 14px; }
        .text-lg { font-size: 18px; }
        .text-xl { font-size: 24px; }
        .truncate {
            overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
        }
        .select-none {
            -webkit-user-select: none; user-select: none;
        }
        .pointer { cursor: pointer; }
        .border-subtle { border: 1px solid var(--border-subtle); }
        .border-p1 { border: 1px solid var(--p1); }
        .rounded { border-radius: 8px; }
        .rounded-full { border-radius: 999px; }
        .bg-bg { background: var(--bg); }
        .bg-bg2 { background: var(--bg2); }
        .op-50 { opacity: 0.5; }
        .op-75 { opacity: 0.75; }
        .overflow-auto { overflow: auto; }
        .overflow-hidden { overflow: hidden; }
        .grid-2 {
            display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
        }
        .grid-3 {
            display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px;
        }
        #proc-list, #netif-list, #svc-list, #sens-list { min-height: 20px; }
        #proc-list > *, #netif-list > *, #svc-list > *, #sens-list > * { animation: fadeInUp 0.3s ease forwards; }
        #cpu-val, #cpu-temp, #mem-val, #mem-pct, #net-val, #net-pkts, #up-val, #vis-val, #thr-val, #disk-val, #disk-pct, #gpu-val, #gpu-temp {
            transition: color 0.4s, opacity 0.3s;
        }
        @media (max-width: 600px) {
            .grid-2, .grid-3 { grid-template-columns: 1fr; }
        }
        .hidden { display: none !important; }
        .visible { display: block; }
        .inline-block { display: inline-block; }
        .flex { display: flex; }
        .inline-flex { display: inline-flex; }
        .flex-col { flex-direction: column; }
        .flex-wrap { flex-wrap: wrap; }
        .items-center { align-items: center; }
        .justify-center { justify-content: center; }
        .justify-between { justify-content: space-between; }
        .flex-1 { flex: 1; }
        #about-page {
            width: 100%; max-width: 800px; margin: 0 auto;
            font-family:'Space Grotesk',sans-serif; padding: 20px 16px;
        }
        .about-header {
            text-align: center; margin-bottom: 28px; padding: 20px 0;
            border-bottom: 1px solid var(--border-subtle);
        }
        .about-icon { font-size: 32px; margin-bottom: 8px; color: var(--p1); }
        .about-title { font-size: 22px; color: var(--text); font-weight: bold; letter-spacing: 2px; }
        .about-subtitle { font-size: 12px; color: var(--dim); margin-top: 6px; font-family:'Space Mono',monospace; }
        .about-grid {
            display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
        }
        .about-card {
            background: var(--bg2); border: 1px solid var(--border-subtle);
            border-radius: 12px; padding: 16px; transition: border-color 0.2s;
        }
        .about-card:hover { border-color: var(--p1); }
        .about-card-title {
            font-family:'Space Mono',monospace; font-size: 9px; letter-spacing: 2px;
            text-transform: uppercase; color: var(--p3); margin-bottom: 12px;
            padding-bottom: 6px; border-bottom: 1px solid var(--border-subtle);
        }
        .about-footer {
            margin-top: 24px; padding-top: 16px; border-top: 1px solid var(--border-subtle);
            display: flex; justify-content: space-between; align-items: center;
        }
        @media (max-width: 768px) {
            #tabbar { flex-wrap: wrap; gap: 4px; padding: 6px 8px; }
            .tb { font-size: 10px; padding: 6px 10px; }
            #audctrl { margin-left: auto; }
            #status-bar { flex-wrap: wrap; font-size: 9px; gap: 4px; padding: 4px 8px; }
            .sb-item { padding: 2px 6px; }
            #config-overlay .config-panel { width: 92%; max-height: 80vh; }
            #help-overlay .help-content { width: 92%; max-height: 80vh; font-size: 11px; }
            #notif-panel { width: 280px; right: 8px; max-height: 300px; }
            .dash-grid { grid-template-columns: 1fr; gap: 10px; }
            .dash-card { padding: 14px; }
            #term-body { font-size: 11px; }
            #about-page { padding: 12px 8px; }
            .about-grid { grid-template-columns: 1fr; }
            .about-footer { flex-direction: column; gap: 6px; align-items: flex-start; }
            #volume-slider { width: 60px; }
            .card-wrapper { padding: 10px; }
            .name { font-size: 20px; }
            .handle { font-size: 10px; }
            .bio { font-size: 11px; }
            .larp-body { padding: 16px; }
            .larp-text p { font-size: 11px; }
            #boot-inner { width: 90%; }
            .boot-line { font-size: 9px; }
            .config-group { flex-direction: column; align-items: flex-start; gap: 4px; }
            .config-group label { min-width: auto; }
        }
        @media (max-width: 480px) {
            .tb { font-size: 8px; padding: 4px 6px; }
            #status-bar { font-size: 8px; }
            .dash-card { padding: 10px; }
            .dash-label { font-size: 8px; }
            .dash-value { font-size: 16px; }
            .about-card { padding: 12px; }
            #config-overlay .config-panel { padding: 16px; }
            .config-title { font-size: 16px; }
        }
        @media (min-width: 1400px) {
            .dash-grid { grid-template-columns: repeat(3, 1fr); }
            #about-page { max-width: 1000px; }
            .dash-card { padding: 22px; }
        }
        .glass {
            background: rgba(16, 0, 32, 0.55);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border: 1px solid var(--border-subtle);
        }
        .glass-light {
            background: rgba(16, 0, 32, 0.3);
            backdrop-filter: blur(6px);
            -webkit-backdrop-filter: blur(6px);
            border: 1px solid rgba(178, 100, 255, 0.1);
        }
        .glass-strong {
            background: rgba(8, 0, 18, 0.75);
            backdrop-filter: blur(18px);
            -webkit-backdrop-filter: blur(18px);
            border: 1px solid var(--border-glow);
        }
        [data-tip] {
            position: relative;
        }
        [data-tip]:hover::after {
            content: attr(data-tip);
            position: absolute;
            bottom: calc(100% + 6px);
            left: 50%;
            transform: translateX(-50%);
            background: rgba(0, 0, 0, 0.9);
            color: var(--p3);
            font-family: 'Space Mono', monospace;
            font-size: 9px;
            padding: 4px 10px;
            border-radius: 4px;
            border: 1px solid var(--border-subtle);
            white-space: nowrap;
            z-index: 10001;
            pointer-events: none;
            animation: fadeIn 0.15s ease;
        }
        .dot {
            display: inline-block;
            width: 6px; height: 6px;
            border-radius: 50%;
            margin-right: 4px;
        }
        .dot-green { background: var(--green); box-shadow: 0 0 8px var(--green); }
        .dot-red { background: var(--red); box-shadow: 0 0 8px var(--red); }
        .dot-yellow { background: var(--yellow); box-shadow: 0 0 8px var(--yellow); }
        .dot-purple { background: var(--p1); box-shadow: 0 0 8px var(--p1); }
        .dot-cyan { background: var(--cyan); box-shadow: 0 0 8px var(--cyan); }
        .text-gradient {
            background: linear-gradient(135deg, var(--p1), var(--p4), var(--cyan));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .glow-border {
            border-color: var(--p1);
            box-shadow: 0 0 20px rgba(139, 31, 255, 0.15), inset 0 0 20px rgba(139, 31, 255, 0.05);
        }
        .glow-border:hover {
            box-shadow: 0 0 30px rgba(139, 31, 255, 0.25), inset 0 0 25px rgba(139, 31, 255, 0.08);
        }
        .skeleton {
            background: linear-gradient(90deg, var(--bg2) 25%, rgba(139, 31, 255, 0.08) 50%, var(--bg2) 75%);
            background-size: 200% 100%;
            animation: shimmer 1.5s infinite;
            border-radius: 4px;
        }
        .pulse-ring {
            position: relative;
        }
        .pulse-ring::before {
            content: '';
            position: absolute;
            inset: -4px;
            border-radius: inherit;
            border: 2px solid var(--p1);
            animation: pulseRing 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
        }
        .status-indicator {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            font-size: 10px;
            font-family: 'Space Mono', monospace;
            color: var(--muted);
        }
        .status-indicator .led {
            width: 6px; height: 6px;
            border-radius: 50%;
            display: inline-block;
        }
        .status-indicator .led.online { background: var(--green); box-shadow: 0 0 6px var(--green); }
        .status-indicator .led.offline { background: var(--red); box-shadow: 0 0 6px var(--red); }
        .status-indicator .led.warning { background: var(--yellow); box-shadow: 0 0 6px var(--yellow); }
        .kbd {
            display: inline-block;
            background: rgba(255, 255, 255, 0.07);
            border: 1px solid var(--border-subtle);
            border-radius: 3px;
            padding: 1px 6px;
            font-family: 'Space Mono', monospace;
            font-size: 9px;
            color: var(--p3);
        }
        .section-divider {
            display: flex;
            align-items: center;
            gap: 12px;
            margin: 16px 0;
            color: var(--dim);
            font-size: 9px;
            font-family: 'Space Mono', monospace;
            text-transform: uppercase;
            letter-spacing: 2px;
        }
        .section-divider::before,
        .section-divider::after {
            content: '';
            flex: 1;
            height: 1px;
            background: var(--border-subtle);
        }
        .card-lift {
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }
        .card-lift:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 30px rgba(139, 31, 255, 0.12);
        }
        .tag {
            display: inline-block;
            padding: 2px 8px;
            font-size: 9px;
            font-family: 'Space Mono', monospace;
            border-radius: 3px;
            border: 1px solid var(--border-subtle);
            background: rgba(139, 31, 255, 0.08);
            color: var(--p3);
        }
        .tag-green { border-color: rgba(0, 255, 136, 0.3); background: rgba(0, 255, 136, 0.08); color: var(--green); }
        .tag-red { border-color: rgba(255, 51, 85, 0.3); background: rgba(255, 51, 85, 0.08); color: var(--red); }
        .tag-yellow { border-color: rgba(255, 204, 0, 0.3); background: rgba(255, 204, 0, 0.08); color: var(--yellow); }
        .gradient-text-anim {
            background: linear-gradient(270deg, var(--p1), var(--p4), var(--cyan), var(--p1));
            background-size: 300% 100%;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            animation: gradientShift 4s ease infinite;
        }
        .typing-dots::after {
            content: '';
            animation: loadingDots 1.5s steps(4, end) infinite;
        }
        .data-badge {
            display: inline-flex;
            align-items: center;
            gap: 4px;
            font-size: 9px;
            font-family: 'Space Mono', monospace;
            padding: 2px 8px;
            border-radius: 3px;
            background: rgba(139, 31, 255, 0.06);
            border: 1px solid var(--border-subtle);
            color: var(--muted);
        }
        .data-badge .val { color: var(--p3); font-weight: 600; }
        .metric-tile {
            display: flex;
            flex-direction: column;
            gap: 4px;
            padding: 10px 12px;
            background: var(--bg2);
            border: 1px solid var(--border-subtle);
            border-radius: 8px;
            transition: border-color 0.2s;
        }
        .metric-tile:hover { border-color: var(--p1); }
        .metric-tile .label { font-size: 8px; text-transform: uppercase; letter-spacing: 1.5px; color: var(--dim); font-family: 'Space Mono', monospace; }
        .metric-tile .value { font-size: 18px; font-weight: 600; color: var(--text); font-family: 'Space Grotesk', sans-serif; }
        .metric-tile .sub { font-size: 9px; color: var(--muted); }
        .progress-ring {
            position: relative;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }
        .progress-ring svg { transform: rotate(-90deg); }
        .progress-ring .bg { fill: none; stroke: var(--border-subtle); stroke-width: 4; }
        .progress-ring .fg { fill: none; stroke: var(--p1); stroke-width: 4; stroke-linecap: round; transition: stroke-dashoffset 0.5s ease; }
        .progress-ring .center { position: absolute; font-size: 12px; font-weight: 600; color: var(--text); font-family: 'Space Mono', monospace; }
        .stat-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 6px 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.03);
        }
        .stat-row:last-child { border-bottom: none; }
        .stat-row .stat-label { font-size: 10px; color: var(--muted); font-family: 'Space Mono', monospace; }
        .stat-row .stat-value { font-size: 10px; color: var(--text); font-weight: 500; }
        .toast {
            position: fixed;
            bottom: 60px;
            right: 16px;
            padding: 10px 16px;
            background: rgba(8, 0, 18, 0.9);
            border: 1px solid var(--border-subtle);
            border-radius: 8px;
            font-size: 11px;
            color: var(--text);
            z-index: 9999;
            animation: slideInRight 0.3s ease, fadeOut 0.3s ease 2.7s forwards;
            max-width: 320px;
            backdrop-filter: blur(12px);
        }
        @keyframes fadeOut {
            to { opacity: 0; transform: translateX(30px); }
        }
        .spinner-overlay {
            position: fixed;
            inset: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(0, 0, 0, 0.7);
            z-index: 9998;
            backdrop-filter: blur(4px);
        }
        .spinner {
            width: 40px; height: 40px;
            border: 3px solid var(--border-subtle);
            border-top-color: var(--p1);
            border-radius: 50%;
            animation: loadingSpin 0.8s linear infinite;
        }
        .timeline {
            position: relative;
            padding-left: 20px;
        }
        .timeline::before {
            content: '';
            position: absolute;
            left: 6px;
            top: 0;
            bottom: 0;
            width: 2px;
            background: var(--border-subtle);
        }
        .timeline-item {
            position: relative;
            padding: 6px 0 6px 12px;
            font-size: 10px;
            font-family: 'Space Mono', monospace;
            color: var(--muted);
        }
        .timeline-item::before {
            content: '';
            position: absolute;
            left: -16px;
            top: 10px;
            width: 8px; height: 8px;
            border-radius: 50%;
            background: var(--p1);
            border: 2px solid var(--bg);
        }
        .timeline-item.ok::before { background: var(--green); }
        .timeline-item.warn::before { background: var(--yellow); }
        .timeline-item.err::before { background: var(--red); }
        .hover-card {
            transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
        }
        .hover-card:hover {
            transform: translateY(-3px) scale(1.01);
            box-shadow: 0 12px 40px rgba(139, 31, 255, 0.15);
            border-color: var(--p1);
        }
body.theme-amber {
  --primary: #ff8c00;
  --accent: #ffa500;
  --primary-hover: #ffb347;
  --primary-glow: rgba(255,140,0,0.4);
  --bg-primary: #0a0600;
  --bg-card: #120c00;
  --border-color: #2a1a00;
  --text-secondary: #ffd699;
}
body.theme-green {
  --primary: #00ff88;
  --accent: #00cc6a;
  --primary-hover: #33ff99;
  --primary-glow: rgba(0,255,136,0.4);
  --bg-primary: #000a04;
  --bg-card: #001408;
  --border-color: #002a10;
  --text-secondary: #99ffcc;
}
body.theme-ocean {
  --primary: #00bfff;
  --accent: #0099cc;
  --primary-hover: #33ccff;
  --primary-glow: rgba(0,191,255,0.4);
  --bg-primary: #00040a;
  --bg-card: #000d1a;
  --border-color: #001a33;
  --text-secondary: #99e6ff;
}
body.theme-crimson {
  --primary: #ff2040;
  --accent: #cc0020;
  --primary-hover: #ff4060;
  --primary-glow: rgba(255,32,64,0.4);
  --bg-primary: #0a0004;
  --bg-card: #140008;
  --border-color: #2a0010;
  --text-secondary: #ff99aa;
}
body.theme-gold {
  --primary: #ffd700;
  --accent: #daa520;
  --primary-hover: #ffe44d;
  --primary-glow: rgba(255,215,0,0.4);
  --bg-primary: #0a0800;
  --bg-card: #141000;
  --border-color: #2a2000;
  --text-secondary: #ffeebb;
}
body.theme-ice {
  --primary: #88ddff;
  --accent: #66bbee;
  --primary-hover: #aae8ff;
  --primary-glow: rgba(136,221,255,0.4);
  --bg-primary: #000a10;
  --bg-card: #001420;
  --border-color: #002840;
  --text-secondary: #bbeeff;
}
body.theme-lava {
  --primary: #ff4400;
  --accent: #cc3300;
  --primary-hover: #ff6633;
  --primary-glow: rgba(255,68,0,0.4);
  --bg-primary: #0a0200;
  --bg-card: #140400;
  --border-color: #2a0a00;
  --text-secondary: #ffaa80;
}
body.theme-plasma {
  --primary: #bf00ff;
  --accent: #9900cc;
  --primary-hover: #cc33ff;
  --primary-glow: rgba(191,0,255,0.4);
  --bg-primary: #06000a;
  --bg-card: #0c0014;
  --border-color: #18002a;
  --text-secondary: #d999ff;
}
body.theme-neon {
  --primary: #00ff66;
  --accent: #00cc52;
  --primary-hover: #33ff85;
  --primary-glow: rgba(0,255,102,0.4);
  --bg-primary: #000a02;
  --bg-card: #001405;
  --border-color: #002a0a;
  --text-secondary: #99ffbb;
}
body.theme-sunset {
  --primary: #ff6b35;
  --accent: #f7c59f;
  --primary-hover: #ff8555;
  --primary-glow: rgba(255,107,53,0.4);
  --bg-primary: #0a0400;
  --bg-card: #140800;
  --border-color: #2a1200;
  --text-secondary: #ffccaa;
}
@keyframes fadeInScale {
  0% { opacity: 0; transform: scale(0.8); } 100% { opacity: 1; transform: scale(1); }
}
@keyframes fadeOutScale {
  0% { opacity: 1; transform: scale(1); } 100% { opacity: 0; transform: scale(0.8); }
}
@keyframes slideInUp {
  0% { opacity: 0; transform: translateY(30px); } 100% { opacity: 1; transform: translateY(0); }
}
@keyframes slideOutDown {
  0% { opacity: 1; transform: translateY(0); } 100% { opacity: 0; transform: translateY(30px); }
}
@keyframes slideInLeft {
  0% { opacity: 0; transform: translateX(-30px); } 100% { opacity: 1; transform: translateX(0); }
}
@keyframes slideInRight {
  0% { opacity: 0; transform: translateX(30px); } 100% { opacity: 1; transform: translateX(0); }
}
@keyframes slideOutLeft {
  0% { opacity: 1; transform: translateX(0); } 100% { opacity: 0; transform: translateX(-30px); }
}
@keyframes slideOutRight {
  0% { opacity: 1; transform: translateX(0); } 100% { opacity: 0; transform: translateX(30px); }
}
@keyframes bounceIn {
  0% { opacity: 0; transform: scale(0.3); } 50% { opacity: 1; transform: scale(1.05); } 70% { transform: scale(0.9); } 100% { transform: scale(1); }
}
@keyframes bounceOut {
  0% { transform: scale(1); } 25% { transform: scale(0.95); } 50% { opacity: 1; transform: scale(1.1); } 100% { opacity: 0; transform: scale(0.3); }
}
@keyframes rotateIn {
  0% { opacity: 0; transform: rotate(-200deg); } 100% { opacity: 1; transform: rotate(0); }
}
@keyframes rotateOut {
  0% { opacity: 1; transform: rotate(0); } 100% { opacity: 0; transform: rotate(200deg); }
}
@keyframes flipInX {
  0% { opacity: 0; transform: perspective(400px) rotateX(90deg); } 40% { transform: perspective(400px) rotateX(-10deg); } 70% { transform: perspective(400px) rotateX(10deg); } 100% { opacity: 1; transform: perspective(400px) rotateX(0); }
}
@keyframes flipInY {
  0% { opacity: 0; transform: perspective(400px) rotateY(90deg); } 40% { transform: perspective(400px) rotateY(-10deg); } 70% { transform: perspective(400px) rotateY(10deg); } 100% { opacity: 1; transform: perspective(400px) rotateY(0); }
}
@keyframes lightSpeedIn {
  0% { opacity: 0; transform: translateX(100%) skewX(-30deg); } 60% { opacity: 1; transform: translateX(-20%) skewX(30deg); } 80% { transform: translateX(0) skewX(-15deg); } 100% { transform: translateX(0) skewX(0); }
}
@keyframes lightSpeedOut {
  0% { opacity: 1; transform: translateX(0) skewX(0); } 100% { opacity: 0; transform: translateX(100%) skewX(-30deg); }
}
@keyframes rollIn {
  0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); } 100% { opacity: 1; transform: translateX(0) rotate(0); }
}
@keyframes rollOut {
  0% { opacity: 1; transform: translateX(0) rotate(0); } 100% { opacity: 0; transform: translateX(100%) rotate(120deg); }
}
@keyframes zoomIn {
  0% { opacity: 0; transform: scale(0); } 100% { opacity: 1; transform: scale(1); }
}
@keyframes zoomOut {
  0% { opacity: 1; transform: scale(1); } 100% { opacity: 0; transform: scale(0); }
}
@keyframes hinge {
  0% { transform: rotate(0); } 20% { transform: rotate(15deg); } 40% { transform: rotate(-10deg); } 60% { transform: rotate(5deg); } 80% { transform: rotate(-5deg); } 100% { opacity: 0; transform: rotate(90deg) translateY(20px); }
}
@keyframes jackInBox {
  0% { opacity: 0; transform: scale(0.1) rotate(30deg); transform-origin: center bottom; } 50% { transform: rotate(-10deg); } 70% { transform: rotate(3deg); } 100% { opacity: 1; transform: scale(1); }
}
@keyframes pulse {
  0% { transform: scale(1); } 50% { transform: scale(1.05); } 100% { transform: scale(1); }
}
@keyframes heartBeat {
  0% { transform: scale(1); } 14% { transform: scale(1.3); } 28% { transform: scale(1); } 42% { transform: scale(1.3); } 70% { transform: scale(1); }
}
@keyframes headShake {
  0% { transform: translateX(0); } 6.5% { transform: translateX(-6px) rotateY(-9deg); } 18.5% { transform: translateX(5px) rotateY(7deg); } 31.5% { transform: translateX(-3px) rotateY(-5deg); } 43.5% { transform: translateX(2px) rotateY(3deg); } 50% { transform: translateX(0); }
}
@keyframes jello {
  0% { transform: skewX(0); } 16.6% { transform: skewX(-12deg) skewY(-12deg); } 33.3% { transform: skewX(6deg) skewY(6deg); } 50% { transform: skewX(-3deg) skewY(-3deg); } 66.6% { transform: skewX(1.5deg) skewY(1.5deg); } 83.3% { transform: skewX(-0.75deg) skewY(-0.75deg); } 100% { transform: skewX(0); }
}
@keyframes tada {
  0% { transform: scale(1) rotate(0); } 10% { transform: scale(0.9) rotate(-3deg); } 20% { transform: scale(0.9) rotate(-3deg); } 30% { transform: scale(1.1) rotate(3deg); } 40% { transform: scale(1.1) rotate(-3deg); } 50% { transform: scale(1.1) rotate(3deg); } 60% { transform: scale(1.1) rotate(-3deg); } 70% { transform: scale(1.1) rotate(3deg); } 80% { transform: scale(1.1) rotate(-3deg); } 90% { transform: scale(1.1) rotate(3deg); } 100% { transform: scale(1) rotate(0); }
}
@keyframes swing {
  20% { transform: rotate(15deg); } 40% { transform: rotate(-10deg); } 60% { transform: rotate(5deg); } 80% { transform: rotate(-5deg); } 100% { transform: rotate(0); }
}
@keyframes wobble {
  0% { transform: translateX(0); } 15% { transform: translateX(-25%) rotate(-5deg); } 30% { transform: translateX(20%) rotate(3deg); } 45% { transform: translateX(-15%) rotate(-3deg); } 60% { transform: translateX(10%) rotate(2deg); } 75% { transform: translateX(-5%) rotate(-1deg); } 100% { transform: translateX(0); }
}
@keyframes pulseGlow {
  0% { box-shadow: 0 0 5px var(--primary-glow); } 50% { box-shadow: 0 0 20px var(--primary-glow), 0 0 40px var(--primary-glow); } 100% { box-shadow: 0 0 5px var(--primary-glow); }
}
@keyframes shimmer {
  0% { background-position: -200% center; } 100% { background-position: 200% center; }
}
@keyframes slideBg {
  0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; }
}
@keyframes float {
  0% { transform: translateY(0); } 50% { transform: translateY(-10px); } 100% { transform: translateY(0); }
}
@keyframes floatReverse {
  0% { transform: translateY(0); } 50% { transform: translateY(10px); } 100% { transform: translateY(0); }
}
@keyframes countUp {
  0% { opacity: 0; transform: translateY(20px); } 100% { opacity: 1; transform: translateY(0); }
}
@keyframes countDown {
  0% { opacity: 0; transform: translateY(-20px); } 100% { opacity: 1; transform: translateY(0); }
}
@keyframes ripple {
  0% { transform: scale(0); opacity: 0.5; } 100% { transform: scale(4); opacity: 0; }
}
@keyframes blob {
  0% { border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; } 25% { border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%; } 50% { border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%; } 75% { border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%; } 100% { border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; }
}
@keyframes morph {
  0% { border-radius: 50%; transform: rotate(0); } 50% { border-radius: 0; transform: rotate(180deg); } 100% { border-radius: 50%; transform: rotate(360deg); }
}
@keyframes spin3d {
  0% { transform: rotateY(0); } 100% { transform: rotateY(360deg); }
}
@keyframes wave {
  0% { transform: rotate(0); } 10% { transform: rotate(14deg); } 20% { transform: rotate(-8deg); } 30% { transform: rotate(14deg); } 40% { transform: rotate(-4deg); } 50% { transform: rotate(10deg); } 60% { transform: rotate(0); } 100% { transform: rotate(0); }
}
@keyframes bounce {
  0% { transform: translateY(0); } 20% { transform: translateY(-30px); } 40% { transform: translateY(0); } 55% { transform: translateY(-15px); } 70% { transform: translateY(0); } 85% { transform: translateY(-5px); } 100% { transform: translateY(0); }
}
@keyframes flash {
  0% { opacity: 1; } 25% { opacity: 0; } 50% { opacity: 1; } 75% { opacity: 0; } 100% { opacity: 1; }
}
@keyframes rubberBand {
  0% { transform: scale(1); } 30% { transform: scaleX(1.25) scaleY(0.75); } 40% { transform: scaleX(0.75) scaleY(1.25); } 50% { transform: scaleX(1.15) scaleY(0.85); } 65% { transform: scaleX(0.95) scaleY(1.05); } 75% { transform: scaleX(1.05) scaleY(0.95); } 100% { transform: scale(1); }
}
@keyframes shakeX {
  0% { transform: translateX(0); } 10% { transform: translateX(-10px); } 20% { transform: translateX(10px); } 30% { transform: translateX(-10px); } 40% { transform: translateX(10px); } 50% { transform: translateX(-10px); } 60% { transform: translateX(10px); } 70% { transform: translateX(-10px); } 80% { transform: translateX(10px); } 90% { transform: translateX(-10px); } 100% { transform: translateX(0); }
}
@keyframes shakeY {
  0% { transform: translateY(0); } 10% { transform: translateY(-10px); } 20% { transform: translateY(10px); } 30% { transform: translateY(-10px); } 40% { transform: translateY(10px); } 50% { transform: translateY(-10px); } 60% { transform: translateY(10px); } 70% { transform: translateY(-10px); } 80% { transform: translateY(10px); } 90% { transform: translateY(-10px); } 100% { transform: translateY(0); }
}
@keyframes fadeInUpBig {
  0% { opacity: 0; transform: translateY(2000px); } 100% { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInDownBig {
  0% { opacity: 0; transform: translateY(-2000px); } 100% { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInLeftBig {
  0% { opacity: 0; transform: translateX(-2000px); } 100% { opacity: 1; transform: translateX(0); }
}
@keyframes fadeInRightBig {
  0% { opacity: 0; transform: translateX(2000px); } 100% { opacity: 1; transform: translateX(0); }
}
@keyframes fadeOutUpBig {
  0% { opacity: 1; transform: translateY(0); } 100% { opacity: 0; transform: translateY(-2000px); }
}
@keyframes fadeOutDownBig {
  0% { opacity: 1; transform: translateY(0); } 100% { opacity: 0; transform: translateY(2000px); }
}
@keyframes fadeOutLeftBig {
  0% { opacity: 1; transform: translateX(0); } 100% { opacity: 0; transform: translateX(-2000px); }
}
@keyframes fadeOutRightBig {
  0% { opacity: 1; transform: translateX(0); } 100% { opacity: 0; transform: translateX(2000px); }
}
@keyframes attentionPulse {
  0% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.1); opacity: 0.8; } 100% { transform: scale(1); opacity: 1; }
}
@keyframes fadeToggle {
  0% { opacity: 1; } 50% { opacity: 0.3; } 100% { opacity: 1; }
}
@keyframes shrink {
  0% { transform: scale(1); } 100% { transform: scale(0); }
}
@keyframes grow {
  0% { transform: scale(0); } 100% { transform: scale(1); }
}
@keyframes spinSlow {
  0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); }
}
@keyframes spinFast {
  0% { transform: rotate(0deg); } 100% { transform: rotate(720deg); }
}
@keyframes colorCycle {
  0% { color: var(--primary); } 33% { color: var(--accent); } 66% { color: var(--primary-hover); } 100% { color: var(--primary); }
}
@keyframes bgColorCycle {
  0% { background-color: var(--primary); } 33% { background-color: var(--accent); } 66% { background-color: var(--primary-hover); } 100% { background-color: var(--primary); }
}
@keyframes borderColorCycle {
  0% { border-color: var(--primary); } 33% { border-color: var(--accent); } 66% { border-color: var(--primary-hover); } 100% { border-color: var(--primary); }
}
@keyframes textGlowPulse {
  0% { text-shadow: 0 0 4px var(--primary-glow); } 50% { text-shadow: 0 0 16px var(--primary-glow), 0 0 32px var(--primary-glow); } 100% { text-shadow: 0 0 4px var(--primary-glow); }
}
@keyframes boxGlowPulse {
  0% { box-shadow: 0 0 4px var(--primary-glow); } 50% { box-shadow: 0 0 16px var(--primary-glow), 0 0 32px var(--primary-glow); } 100% { box-shadow: 0 0 4px var(--primary-glow); }
}
@keyframes borderGlowPulse {
  0% { border-color: var(--primary); box-shadow: 0 0 4px var(--primary-glow); } 50% { border-color: var(--primary-hover); box-shadow: 0 0 16px var(--primary-glow); } 100% { border-color: var(--primary); box-shadow: 0 0 4px var(--primary-glow); }
}
@keyframes scanLine {
  0% { transform: translateY(-100%); } 100% { transform: translateY(100vh); }
}
@keyframes noise {
  0% { transform: translate(0, 0); } 10% { transform: translate(-5%, -5%); } 20% { transform: translate(-10%, 5%); } 30% { transform: translate(5%, -10%); } 40% { transform: translate(-5%, 15%); } 50% { transform: translate(-10%, 5%); } 60% { transform: translate(15%, 0); } 70% { transform: translate(0, 10%); } 80% { transform: translate(-15%, 0); } 90% { transform: translate(10%, 5%); } 100% { transform: translate(5%, 0); }
}
@keyframes typing {
  0% { width: 0; } 100% { width: 100%; }
}
@keyframes blinkCaret {
  0%, 100% { border-color: transparent; } 50% { border-color: var(--primary); }
}
@keyframes progressBar {
  0% { width: 0; } 100% { width: 100%; }
}
@keyframes loaderPulse {
  0% { opacity: 0.2; transform: scale(0.8); } 50% { opacity: 1; transform: scale(1.2); } 100% { opacity: 0.2; transform: scale(0.8); }
}
@keyframes dashOffset {
  0% { stroke-dashoffset: 1000; } 100% { stroke-dashoffset: 0; }
}
@keyframes growWidth {
  0% { width: 0; } 100% { width: 100%; }
}
@keyframes shrinkWidth {
  0% { width: 100%; } 100% { width: 0; }
}
@keyframes growHeight {
  0% { height: 0; } 100% { height: 100%; }
}
@keyframes shrinkHeight {
  0% { height: 100%; } 100% { height: 0; }
}
@keyframes perspectiveIn {
  0% { opacity: 0; transform: perspective(800px) translateZ(-200px); } 100% { opacity: 1; transform: perspective(800px) translateZ(0); }
}
@keyframes perspectiveOut {
  0% { opacity: 1; transform: perspective(800px) translateZ(0); } 100% { opacity: 0; transform: perspective(800px) translateZ(-200px); }
}
@keyframes rotateInDownLeft {
  0% { opacity: 0; transform: rotate(-45deg) translateY(-100px); } 100% { opacity: 1; transform: rotate(0) translateY(0); }
}
@keyframes rotateInDownRight {
  0% { opacity: 0; transform: rotate(45deg) translateY(-100px); } 100% { opacity: 1; transform: rotate(0) translateY(0); }
}
@keyframes rotateInUpLeft {
  0% { opacity: 0; transform: rotate(45deg) translateY(100px); } 100% { opacity: 1; transform: rotate(0) translateY(0); }
}
@keyframes rotateInUpRight {
  0% { opacity: 0; transform: rotate(-45deg) translateY(100px); } 100% { opacity: 1; transform: rotate(0) translateY(0); }
}
@keyframes rotateOutDownLeft {
  0% { opacity: 1; transform: rotate(0) translateY(0); } 100% { opacity: 0; transform: rotate(45deg) translateY(100px); }
}
@keyframes rotateOutDownRight {
  0% { opacity: 1; transform: rotate(0) translateY(0); } 100% { opacity: 0; transform: rotate(-45deg) translateY(100px); }
}
@keyframes rotateOutUpLeft {
  0% { opacity: 1; transform: rotate(0) translateY(0); } 100% { opacity: 0; transform: rotate(-45deg) translateY(-100px); }
}
@keyframes rotateOutUpRight {
  0% { opacity: 1; transform: rotate(0) translateY(0); } 100% { opacity: 0; transform: rotate(45deg) translateY(-100px); }
}
@keyframes slideInUpBounce {
  0% { opacity: 0; transform: translateY(200px); } 60% { transform: translateY(-20px); } 80% { transform: translateY(10px); } 100% { opacity: 1; transform: translateY(0); }
}
@keyframes slideInDownBounce {
  0% { opacity: 0; transform: translateY(-200px); } 60% { transform: translateY(20px); } 80% { transform: translateY(-10px); } 100% { opacity: 1; transform: translateY(0); }
}
@keyframes slideInLeftBounce {
  0% { opacity: 0; transform: translateX(-200px); } 60% { transform: translateX(20px); } 80% { transform: translateX(-10px); } 100% { opacity: 1; transform: translateX(0); }
}
@keyframes slideInRightBounce {
  0% { opacity: 0; transform: translateX(200px); } 60% { transform: translateX(-20px); } 80% { transform: translateX(10px); } 100% { opacity: 1; transform: translateX(0); }
}
.anim-fadeInScale {
  animation: fadeInScale var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-fadeInScale-slow {
  animation: fadeInScale var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-fadeInScale-fast {
  animation: fadeInScale var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-fadeInScale-infinite {
  animation: fadeInScale var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-fadeOutScale {
  animation: fadeOutScale var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-fadeOutScale-slow {
  animation: fadeOutScale var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-fadeOutScale-fast {
  animation: fadeOutScale var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-fadeOutScale-infinite {
  animation: fadeOutScale var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-slideInUp {
  animation: slideInUp var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-slideInUp-slow {
  animation: slideInUp var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-slideInUp-fast {
  animation: slideInUp var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-slideInUp-infinite {
  animation: slideInUp var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-slideOutDown {
  animation: slideOutDown var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-slideOutDown-slow {
  animation: slideOutDown var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-slideOutDown-fast {
  animation: slideOutDown var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-slideOutDown-infinite {
  animation: slideOutDown var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-slideInLeft {
  animation: slideInLeft var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-slideInLeft-slow {
  animation: slideInLeft var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-slideInLeft-fast {
  animation: slideInLeft var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-slideInLeft-infinite {
  animation: slideInLeft var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-slideInRight {
  animation: slideInRight var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-slideInRight-slow {
  animation: slideInRight var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-slideInRight-fast {
  animation: slideInRight var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-slideInRight-infinite {
  animation: slideInRight var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-slideOutLeft {
  animation: slideOutLeft var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-slideOutLeft-slow {
  animation: slideOutLeft var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-slideOutLeft-fast {
  animation: slideOutLeft var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-slideOutLeft-infinite {
  animation: slideOutLeft var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-slideOutRight {
  animation: slideOutRight var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-slideOutRight-slow {
  animation: slideOutRight var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-slideOutRight-fast {
  animation: slideOutRight var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-slideOutRight-infinite {
  animation: slideOutRight var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-bounceIn {
  animation: bounceIn var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-bounceIn-slow {
  animation: bounceIn var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-bounceIn-fast {
  animation: bounceIn var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-bounceIn-infinite {
  animation: bounceIn var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-bounceOut {
  animation: bounceOut var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-bounceOut-slow {
  animation: bounceOut var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-bounceOut-fast {
  animation: bounceOut var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-bounceOut-infinite {
  animation: bounceOut var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-rotateIn {
  animation: rotateIn var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-rotateIn-slow {
  animation: rotateIn var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-rotateIn-fast {
  animation: rotateIn var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-rotateIn-infinite {
  animation: rotateIn var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-rotateOut {
  animation: rotateOut var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-rotateOut-slow {
  animation: rotateOut var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-rotateOut-fast {
  animation: rotateOut var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-rotateOut-infinite {
  animation: rotateOut var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-flipInX {
  animation: flipInX var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-flipInX-slow {
  animation: flipInX var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-flipInX-fast {
  animation: flipInX var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-flipInX-infinite {
  animation: flipInX var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-flipInY {
  animation: flipInY var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-flipInY-slow {
  animation: flipInY var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-flipInY-fast {
  animation: flipInY var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-flipInY-infinite {
  animation: flipInY var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-lightSpeedIn {
  animation: lightSpeedIn var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-lightSpeedIn-slow {
  animation: lightSpeedIn var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-lightSpeedIn-fast {
  animation: lightSpeedIn var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-lightSpeedIn-infinite {
  animation: lightSpeedIn var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-lightSpeedOut {
  animation: lightSpeedOut var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-lightSpeedOut-slow {
  animation: lightSpeedOut var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-lightSpeedOut-fast {
  animation: lightSpeedOut var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-lightSpeedOut-infinite {
  animation: lightSpeedOut var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-rollIn {
  animation: rollIn var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-rollIn-slow {
  animation: rollIn var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-rollIn-fast {
  animation: rollIn var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-rollIn-infinite {
  animation: rollIn var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-rollOut {
  animation: rollOut var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-rollOut-slow {
  animation: rollOut var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-rollOut-fast {
  animation: rollOut var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-rollOut-infinite {
  animation: rollOut var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-zoomIn {
  animation: zoomIn var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-zoomIn-slow {
  animation: zoomIn var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-zoomIn-fast {
  animation: zoomIn var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-zoomIn-infinite {
  animation: zoomIn var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-zoomOut {
  animation: zoomOut var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-zoomOut-slow {
  animation: zoomOut var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-zoomOut-fast {
  animation: zoomOut var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-zoomOut-infinite {
  animation: zoomOut var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-hinge {
  animation: hinge var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-hinge-slow {
  animation: hinge var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-hinge-fast {
  animation: hinge var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-hinge-infinite {
  animation: hinge var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-jackInBox {
  animation: jackInBox var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-jackInBox-slow {
  animation: jackInBox var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-jackInBox-fast {
  animation: jackInBox var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-jackInBox-infinite {
  animation: jackInBox var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-pulse {
  animation: pulse var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-pulse-slow {
  animation: pulse var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-pulse-fast {
  animation: pulse var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-pulse-infinite {
  animation: pulse var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-heartBeat {
  animation: heartBeat var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-heartBeat-slow {
  animation: heartBeat var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-heartBeat-fast {
  animation: heartBeat var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-heartBeat-infinite {
  animation: heartBeat var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-headShake {
  animation: headShake var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-headShake-slow {
  animation: headShake var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-headShake-fast {
  animation: headShake var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-headShake-infinite {
  animation: headShake var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-jello {
  animation: jello var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-jello-slow {
  animation: jello var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-jello-fast {
  animation: jello var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-jello-infinite {
  animation: jello var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-tada {
  animation: tada var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-tada-slow {
  animation: tada var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-tada-fast {
  animation: tada var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-tada-infinite {
  animation: tada var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-swing {
  animation: swing var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-swing-slow {
  animation: swing var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-swing-fast {
  animation: swing var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-swing-infinite {
  animation: swing var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-wobble {
  animation: wobble var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-wobble-slow {
  animation: wobble var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-wobble-fast {
  animation: wobble var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-wobble-infinite {
  animation: wobble var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-pulseGlow {
  animation: pulseGlow var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-pulseGlow-slow {
  animation: pulseGlow var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-pulseGlow-fast {
  animation: pulseGlow var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-pulseGlow-infinite {
  animation: pulseGlow var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-shimmer {
  animation: shimmer var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-shimmer-slow {
  animation: shimmer var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-shimmer-fast {
  animation: shimmer var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-shimmer-infinite {
  animation: shimmer var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-slideBg {
  animation: slideBg var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-slideBg-slow {
  animation: slideBg var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-slideBg-fast {
  animation: slideBg var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-slideBg-infinite {
  animation: slideBg var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-float {
  animation: float var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-float-slow {
  animation: float var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-float-fast {
  animation: float var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-float-infinite {
  animation: float var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-floatReverse {
  animation: floatReverse var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-floatReverse-slow {
  animation: floatReverse var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-floatReverse-fast {
  animation: floatReverse var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-floatReverse-infinite {
  animation: floatReverse var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-countUp {
  animation: countUp var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-countUp-slow {
  animation: countUp var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-countUp-fast {
  animation: countUp var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-countUp-infinite {
  animation: countUp var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-countDown {
  animation: countDown var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-countDown-slow {
  animation: countDown var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-countDown-fast {
  animation: countDown var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-countDown-infinite {
  animation: countDown var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-ripple {
  animation: ripple var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-ripple-slow {
  animation: ripple var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-ripple-fast {
  animation: ripple var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-ripple-infinite {
  animation: ripple var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-blob {
  animation: blob var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-blob-slow {
  animation: blob var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-blob-fast {
  animation: blob var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-blob-infinite {
  animation: blob var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-morph {
  animation: morph var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-morph-slow {
  animation: morph var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-morph-fast {
  animation: morph var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-morph-infinite {
  animation: morph var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-spin3d {
  animation: spin3d var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-spin3d-slow {
  animation: spin3d var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-spin3d-fast {
  animation: spin3d var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-spin3d-infinite {
  animation: spin3d var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-wave {
  animation: wave var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-wave-slow {
  animation: wave var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-wave-fast {
  animation: wave var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-wave-infinite {
  animation: wave var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-bounce {
  animation: bounce var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-bounce-slow {
  animation: bounce var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-bounce-fast {
  animation: bounce var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-bounce-infinite {
  animation: bounce var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-flash {
  animation: flash var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-flash-slow {
  animation: flash var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-flash-fast {
  animation: flash var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-flash-infinite {
  animation: flash var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-rubberBand {
  animation: rubberBand var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-rubberBand-slow {
  animation: rubberBand var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-rubberBand-fast {
  animation: rubberBand var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-rubberBand-infinite {
  animation: rubberBand var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-shakeX {
  animation: shakeX var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-shakeX-slow {
  animation: shakeX var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-shakeX-fast {
  animation: shakeX var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-shakeX-infinite {
  animation: shakeX var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-shakeY {
  animation: shakeY var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-shakeY-slow {
  animation: shakeY var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-shakeY-fast {
  animation: shakeY var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-shakeY-infinite {
  animation: shakeY var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-fadeInUpBig {
  animation: fadeInUpBig var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-fadeInUpBig-slow {
  animation: fadeInUpBig var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-fadeInUpBig-fast {
  animation: fadeInUpBig var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-fadeInUpBig-infinite {
  animation: fadeInUpBig var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-fadeInDownBig {
  animation: fadeInDownBig var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-fadeInDownBig-slow {
  animation: fadeInDownBig var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-fadeInDownBig-fast {
  animation: fadeInDownBig var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-fadeInDownBig-infinite {
  animation: fadeInDownBig var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-fadeInLeftBig {
  animation: fadeInLeftBig var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-fadeInLeftBig-slow {
  animation: fadeInLeftBig var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-fadeInLeftBig-fast {
  animation: fadeInLeftBig var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-fadeInLeftBig-infinite {
  animation: fadeInLeftBig var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-fadeInRightBig {
  animation: fadeInRightBig var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-fadeInRightBig-slow {
  animation: fadeInRightBig var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-fadeInRightBig-fast {
  animation: fadeInRightBig var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-fadeInRightBig-infinite {
  animation: fadeInRightBig var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-fadeOutUpBig {
  animation: fadeOutUpBig var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-fadeOutUpBig-slow {
  animation: fadeOutUpBig var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-fadeOutUpBig-fast {
  animation: fadeOutUpBig var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-fadeOutUpBig-infinite {
  animation: fadeOutUpBig var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-fadeOutDownBig {
  animation: fadeOutDownBig var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-fadeOutDownBig-slow {
  animation: fadeOutDownBig var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-fadeOutDownBig-fast {
  animation: fadeOutDownBig var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-fadeOutDownBig-infinite {
  animation: fadeOutDownBig var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-fadeOutLeftBig {
  animation: fadeOutLeftBig var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-fadeOutLeftBig-slow {
  animation: fadeOutLeftBig var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-fadeOutLeftBig-fast {
  animation: fadeOutLeftBig var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-fadeOutLeftBig-infinite {
  animation: fadeOutLeftBig var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-fadeOutRightBig {
  animation: fadeOutRightBig var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-fadeOutRightBig-slow {
  animation: fadeOutRightBig var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-fadeOutRightBig-fast {
  animation: fadeOutRightBig var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-fadeOutRightBig-infinite {
  animation: fadeOutRightBig var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-attentionPulse {
  animation: attentionPulse var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-attentionPulse-slow {
  animation: attentionPulse var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-attentionPulse-fast {
  animation: attentionPulse var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-attentionPulse-infinite {
  animation: attentionPulse var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-fadeToggle {
  animation: fadeToggle var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-fadeToggle-slow {
  animation: fadeToggle var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-fadeToggle-fast {
  animation: fadeToggle var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-fadeToggle-infinite {
  animation: fadeToggle var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-shrink {
  animation: shrink var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-shrink-slow {
  animation: shrink var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-shrink-fast {
  animation: shrink var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-shrink-infinite {
  animation: shrink var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-grow {
  animation: grow var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-grow-slow {
  animation: grow var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-grow-fast {
  animation: grow var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-grow-infinite {
  animation: grow var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-spinSlow {
  animation: spinSlow var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-spinSlow-slow {
  animation: spinSlow var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-spinSlow-fast {
  animation: spinSlow var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-spinSlow-infinite {
  animation: spinSlow var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-spinFast {
  animation: spinFast var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-spinFast-slow {
  animation: spinFast var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-spinFast-fast {
  animation: spinFast var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-spinFast-infinite {
  animation: spinFast var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-colorCycle {
  animation: colorCycle var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-colorCycle-slow {
  animation: colorCycle var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-colorCycle-fast {
  animation: colorCycle var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-colorCycle-infinite {
  animation: colorCycle var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-bgColorCycle {
  animation: bgColorCycle var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-bgColorCycle-slow {
  animation: bgColorCycle var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-bgColorCycle-fast {
  animation: bgColorCycle var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-bgColorCycle-infinite {
  animation: bgColorCycle var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-borderColorCycle {
  animation: borderColorCycle var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-borderColorCycle-slow {
  animation: borderColorCycle var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-borderColorCycle-fast {
  animation: borderColorCycle var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-borderColorCycle-infinite {
  animation: borderColorCycle var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-textGlowPulse {
  animation: textGlowPulse var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-textGlowPulse-slow {
  animation: textGlowPulse var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-textGlowPulse-fast {
  animation: textGlowPulse var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-textGlowPulse-infinite {
  animation: textGlowPulse var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-boxGlowPulse {
  animation: boxGlowPulse var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-boxGlowPulse-slow {
  animation: boxGlowPulse var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-boxGlowPulse-fast {
  animation: boxGlowPulse var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-boxGlowPulse-infinite {
  animation: boxGlowPulse var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-borderGlowPulse {
  animation: borderGlowPulse var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-borderGlowPulse-slow {
  animation: borderGlowPulse var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-borderGlowPulse-fast {
  animation: borderGlowPulse var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-borderGlowPulse-infinite {
  animation: borderGlowPulse var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-scanLine {
  animation: scanLine var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-scanLine-slow {
  animation: scanLine var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-scanLine-fast {
  animation: scanLine var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-scanLine-infinite {
  animation: scanLine var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-noise {
  animation: noise var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-noise-slow {
  animation: noise var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-noise-fast {
  animation: noise var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-noise-infinite {
  animation: noise var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-typing {
  animation: typing var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-typing-slow {
  animation: typing var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-typing-fast {
  animation: typing var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-typing-infinite {
  animation: typing var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-blinkCaret {
  animation: blinkCaret var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-blinkCaret-slow {
  animation: blinkCaret var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-blinkCaret-fast {
  animation: blinkCaret var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-blinkCaret-infinite {
  animation: blinkCaret var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-progressBar {
  animation: progressBar var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-progressBar-slow {
  animation: progressBar var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-progressBar-fast {
  animation: progressBar var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-progressBar-infinite {
  animation: progressBar var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-loaderPulse {
  animation: loaderPulse var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-loaderPulse-slow {
  animation: loaderPulse var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-loaderPulse-fast {
  animation: loaderPulse var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-loaderPulse-infinite {
  animation: loaderPulse var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-dashOffset {
  animation: dashOffset var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-dashOffset-slow {
  animation: dashOffset var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-dashOffset-fast {
  animation: dashOffset var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-dashOffset-infinite {
  animation: dashOffset var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-growWidth {
  animation: growWidth var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-growWidth-slow {
  animation: growWidth var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-growWidth-fast {
  animation: growWidth var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-growWidth-infinite {
  animation: growWidth var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-shrinkWidth {
  animation: shrinkWidth var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-shrinkWidth-slow {
  animation: shrinkWidth var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-shrinkWidth-fast {
  animation: shrinkWidth var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-shrinkWidth-infinite {
  animation: shrinkWidth var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-growHeight {
  animation: growHeight var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-growHeight-slow {
  animation: growHeight var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-growHeight-fast {
  animation: growHeight var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-growHeight-infinite {
  animation: growHeight var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-shrinkHeight {
  animation: shrinkHeight var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-shrinkHeight-slow {
  animation: shrinkHeight var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-shrinkHeight-fast {
  animation: shrinkHeight var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-shrinkHeight-infinite {
  animation: shrinkHeight var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-perspectiveIn {
  animation: perspectiveIn var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-perspectiveIn-slow {
  animation: perspectiveIn var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-perspectiveIn-fast {
  animation: perspectiveIn var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-perspectiveIn-infinite {
  animation: perspectiveIn var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-perspectiveOut {
  animation: perspectiveOut var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-perspectiveOut-slow {
  animation: perspectiveOut var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-perspectiveOut-fast {
  animation: perspectiveOut var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-perspectiveOut-infinite {
  animation: perspectiveOut var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-rotateInDownLeft {
  animation: rotateInDownLeft var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-rotateInDownLeft-slow {
  animation: rotateInDownLeft var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-rotateInDownLeft-fast {
  animation: rotateInDownLeft var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-rotateInDownLeft-infinite {
  animation: rotateInDownLeft var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-rotateInDownRight {
  animation: rotateInDownRight var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-rotateInDownRight-slow {
  animation: rotateInDownRight var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-rotateInDownRight-fast {
  animation: rotateInDownRight var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-rotateInDownRight-infinite {
  animation: rotateInDownRight var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-rotateInUpLeft {
  animation: rotateInUpLeft var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-rotateInUpLeft-slow {
  animation: rotateInUpLeft var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-rotateInUpLeft-fast {
  animation: rotateInUpLeft var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-rotateInUpLeft-infinite {
  animation: rotateInUpLeft var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-rotateInUpRight {
  animation: rotateInUpRight var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-rotateInUpRight-slow {
  animation: rotateInUpRight var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-rotateInUpRight-fast {
  animation: rotateInUpRight var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-rotateInUpRight-infinite {
  animation: rotateInUpRight var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-rotateOutDownLeft {
  animation: rotateOutDownLeft var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-rotateOutDownLeft-slow {
  animation: rotateOutDownLeft var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-rotateOutDownLeft-fast {
  animation: rotateOutDownLeft var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-rotateOutDownLeft-infinite {
  animation: rotateOutDownLeft var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-rotateOutDownRight {
  animation: rotateOutDownRight var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-rotateOutDownRight-slow {
  animation: rotateOutDownRight var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-rotateOutDownRight-fast {
  animation: rotateOutDownRight var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-rotateOutDownRight-infinite {
  animation: rotateOutDownRight var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-rotateOutUpLeft {
  animation: rotateOutUpLeft var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-rotateOutUpLeft-slow {
  animation: rotateOutUpLeft var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-rotateOutUpLeft-fast {
  animation: rotateOutUpLeft var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-rotateOutUpLeft-infinite {
  animation: rotateOutUpLeft var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-rotateOutUpRight {
  animation: rotateOutUpRight var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-rotateOutUpRight-slow {
  animation: rotateOutUpRight var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-rotateOutUpRight-fast {
  animation: rotateOutUpRight var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-rotateOutUpRight-infinite {
  animation: rotateOutUpRight var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-slideInUpBounce {
  animation: slideInUpBounce var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-slideInUpBounce-slow {
  animation: slideInUpBounce var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-slideInUpBounce-fast {
  animation: slideInUpBounce var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-slideInUpBounce-infinite {
  animation: slideInUpBounce var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-slideInDownBounce {
  animation: slideInDownBounce var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-slideInDownBounce-slow {
  animation: slideInDownBounce var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-slideInDownBounce-fast {
  animation: slideInDownBounce var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-slideInDownBounce-infinite {
  animation: slideInDownBounce var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-slideInLeftBounce {
  animation: slideInLeftBounce var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-slideInLeftBounce-slow {
  animation: slideInLeftBounce var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-slideInLeftBounce-fast {
  animation: slideInLeftBounce var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-slideInLeftBounce-infinite {
  animation: slideInLeftBounce var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.anim-slideInRightBounce {
  animation: slideInRightBounce var(--anim-dur, 0.5s) var(--anim-ease, ease) both;
}
.anim-slideInRightBounce-slow {
  animation: slideInRightBounce var(--anim-dur, 1s) var(--anim-ease, ease) both;
}
.anim-slideInRightBounce-fast {
  animation: slideInRightBounce var(--anim-dur, 0.3s) var(--anim-ease, ease) both;
}
.anim-slideInRightBounce-infinite {
  animation: slideInRightBounce var(--anim-dur, 0.5s) var(--anim-ease, ease) infinite;
}
.alert {
  padding: 12px 16px;
  border-radius: 8px;
  margin: 8px 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.alert-info {
  background: rgba(0, 150, 255, 0.1);
  border: 1px solid rgba(0, 150, 255, 0.3);
  color: #66ccff;
}
.alert-success {
  background: rgba(0, 255, 100, 0.1);
  border: 1px solid rgba(0, 255, 100, 0.3);
  color: #66ff99;
}
.alert-warning {
  background: rgba(255, 200, 0, 0.1);
  border: 1px solid rgba(255, 200, 0, 0.3);
  color: #ffdd66;
}
.alert-error {
  background: rgba(255, 50, 50, 0.1);
  border: 1px solid rgba(255, 50, 50, 0.3);
  color: #ff6666;
}
.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bg-primary);
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
}
.avatar-sm { width: 28px; height: 28px; font-size: 12px; }
.avatar-lg { width: 56px; height: 56px; font-size: 22px; }
.avatar-xl { width: 72px; height: 72px; font-size: 28px; }
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--text-secondary);
}
.breadcrumb-item {
  color: var(--text-secondary);
  text-decoration: none;
}
.breadcrumb-item:hover {
  color: var(--primary);
}
.breadcrumb-sep {
  color: var(--border-color);
  user-select: none;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 6px;
  border: 1px solid var(--border-color);
  background: var(--bg-card);
  color: var(--text-primary);
  cursor: pointer;
  font-family: var(--font);
  font-size: 14px;
  transition: all 0.2s;
}
.btn:hover {
  border-color: var(--primary);
  color: var(--primary);
}
.btn-primary {
  background: var(--primary);
  color: var(--bg-primary);
  border-color: var(--primary);
}
.btn-primary:hover {
  background: var(--primary-hover);
  box-shadow: 0 0 12px var(--primary-glow);
}
.btn-sm { padding: 4px 10px; font-size: 12px; }
.btn-lg { padding: 12px 24px; font-size: 16px; }
.btn-block { width: 100%; }
.btn-icon { width: 36px; height: 36px; padding: 0; }
.card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 20px;
  transition: all 0.3s;
}
.card-hover:hover {
  border-color: var(--primary);
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  transform: translateY(-2px);
}
.card-sm { padding: 12px; }
.card-lg { padding: 32px; }
.card-flat { border-color: transparent; background: transparent; }
.card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.card-body {
  color: var(--text-secondary);
  line-height: 1.6;
}
.card-footer {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--border-color);
}
.checkbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
}
.checkbox input[type="checkbox"] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid var(--border-color);
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
}
.checkbox input[type="checkbox"]:checked {
  background: var(--primary);
  border-color: var(--primary);
}
.checkbox input[type="checkbox"]:checked::after {
  content: "✓";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bg-primary);
  font-size: 12px;
  font-weight: 700;
}
.collapsible {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  overflow: hidden;
}
.collapsible-trigger {
  padding: 12px 16px;
  background: var(--bg-card);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
}
.collapsible-trigger:hover {
  background: rgba(255,255,255,0.03);
}
.collapsible-content {
  padding: 0 16px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s, padding 0.3s;
}
.collapsible.open .collapsible-content {
  max-height: 1000px;
  padding: 12px 16px;
}
.divider {
  border: none;
  height: 1px;
  background: var(--border-color);
  margin: 16px 0;
}
.divider-primary {
  background: var(--primary);
  height: 2px;
}
.divider-label {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text-secondary);
  font-size: 12px;
}
.divider-label::before,
.divider-label::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--border-color);
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 4px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  min-width: 180px;
  padding: 4px;
  display: none;
  z-index: 100;
}
.dropdown.open .dropdown-menu {
  display: block;
}
.dropdown-item {
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  color: var(--text-primary);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background 0.15s;
}
.dropdown-item:hover {
  background: rgba(255,255,255,0.05);
}
.dropdown-item-danger { color: #ff4444; }
.dropdown-item-danger:hover { background: rgba(255,68,68,0.1); }
.flex-row { display: flex; flex-direction: row; }
.flex-col { display: flex; flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.flex-1 { flex: 1; }
.flex-auto { flex: auto; }
.flex-none { flex: none; }
.gap-xs { gap: 4px; }
.gap-sm { gap: 8px; }
.gap-md { gap: 12px; }
.gap-lg { gap: 16px; }
.gap-xl { gap: 24px; }
.items-start { align-items: flex-start; }
.items-center { align-items: center; }
.items-end { align-items: flex-end; }
.justify-start { justify-content: flex-start; }
.justify-center { justify-content: center; }
.justify-end { justify-content: flex-end; }
.justify-between { justify-content: space-between; }
.justify-around { justify-content: space-around; }
.input-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.input-group label {
  font-size: 13px;
  color: var(--text-secondary);
}
.input {
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid var(--border-color);
  background: var(--bg-primary);
  color: var(--text-primary);
  font-family: var(--font);
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s;
}
.input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px var(--primary-glow);
}
.input-error { border-color: #ff4444; }
.input-success { border-color: #44ff88; }
textarea.input { resize: vertical; min-height: 80px; }
select.input { cursor: pointer; }
.list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-item {
  padding: 10px 12px;
  border-bottom: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  gap: 10px;
}
.list-item:last-child { border-bottom: none; }
.list-striped .list-item:nth-child(odd) {
  background: rgba(255,255,255,0.02);
}
.menu {
  list-style: none;
  padding: 4px;
  margin: 0;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 8px;
}
.menu-item {
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  color: var(--text-primary);
  transition: background 0.15s;
}
.menu-item:hover {
  background: rgba(255,255,255,0.05);
}
.menu-item.active {
  background: var(--primary);
  color: var(--bg-primary);
}
.menu-item-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.modal-overlay.open {
  opacity: 1;
  pointer-events: auto;
}
.modal {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 24px;
  min-width: 320px;
  max-width: 90vw;
  max-height: 90vh;
  overflow-y: auto;
}
.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.modal-title {
  font-size: 18px;
  font-weight: 600;
}
.modal-close {
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  color: var(--text-secondary);
  cursor: pointer;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-close:hover {
  background: rgba(255,255,255,0.05);
  color: var(--text-primary);
}
.modal-body {
  color: var(--text-secondary);
  line-height: 1.6;
}
.modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 16px;
}
.toast {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 12px 20px;
  border-radius: 8px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  color: var(--text-primary);
  font-size: 14px;
  z-index: 9999;
  animation: slideInRight 0.3s ease, fadeOut 0.3s ease 2.7s forwards;
  max-width: 360px;
}
.toast-success { border-color: #44ff88; }
.toast-error { border-color: #ff4444; }
.toast-warning { border-color: #ffcc00; }
.toast-info { border-color: #44aaff; }
.pagination {
  display: flex;
  align-items: center;
  gap: 4px;
}
.page-item {
  padding: 6px 12px;
  border-radius: 4px;
  border: 1px solid var(--border-color);
  cursor: pointer;
  font-size: 13px;
  transition: all 0.15s;
}
.page-item:hover {
  border-color: var(--primary);
  color: var(--primary);
}
.page-item.active {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--bg-primary);
}
.page-item.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.progress {
  height: 8px;
  background: rgba(255,255,255,0.05);
  border-radius: 4px;
  overflow: hidden;
}
.progress-bar {
  height: 100%;
  background: var(--primary);
  border-radius: 4px;
  transition: width 0.5s;
  position: relative;
}
.progress-bar.striped {
  background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%);
  background-size: 16px 16px;
}
.progress-bar.animated {
  animation: progressStripes 0.5s linear infinite;
}
@keyframes progressStripes {
  0% { background-position: 0 0; }
  100% { background-position: 16px 0; }
}
.skeleton {
  background: linear-gradient(90deg, rgba(255,255,255,0.04) 25%, rgba(255,255,255,0.08) 50%, rgba(255,255,255,0.04) 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 4px;
}
.skeleton-text { height: 14px; margin-bottom: 8px; }
.skeleton-text-sm { height: 10px; width: 60%; }
.skeleton-text-lg { height: 20px; width: 80%; }
.skeleton-avatar { width: 40px; height: 40px; border-radius: 50%; }
.skeleton-button { width: 100px; height: 36px; border-radius: 6px; }
.skeleton-card { width: 100%; height: 120px; border-radius: 12px; }
.spinner {
  width: 24px;
  height: 24px;
  border: 3px solid var(--border-color);
  border-top-color: var(--primary);
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}
.spinner-sm { width: 16px; height: 16px; border-width: 2px; }
.spinner-lg { width: 40px; height: 40px; border-width: 4px; }
.spinner-primary { border-top-color: var(--primary); }
.spinner-accent { border-top-color: var(--accent); }
.spinner-white { border-color: rgba(255,255,255,0.2); border-top-color: white; }
.switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
  flex-shrink: 0;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch-slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background: rgba(255,255,255,0.1);
  border-radius: 12px;
  transition: background 0.3s;
}
.switch-slider::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 3px;
  bottom: 3px;
  background: white;
  border-radius: 50%;
  transition: transform 0.3s;
}
.switch input:checked + .switch-slider {
  background: var(--primary);
}
.switch input:checked + .switch-slider::before {
  transform: translateX(20px);
}
.table-wrap {
  overflow-x: auto;
}
.table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.table th {
  padding: 10px 12px;
  text-align: left;
  font-weight: 600;
  border-bottom: 2px solid var(--border-color);
  color: var(--text-secondary);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.table td {
  padding: 10px 12px;
  border-bottom: 1px solid var(--border-color);
}
.table-hover tr:hover td {
  background: rgba(255,255,255,0.02);
}
.table-striped tr:nth-child(even) td {
  background: rgba(255,255,255,0.01);
}
.tabs {
  display: flex;
  gap: 2px;
  border-bottom: 1px solid var(--border-color);
}
.tab {
  padding: 10px 16px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  color: var(--text-secondary);
  font-size: 14px;
  transition: all 0.2s;
  white-space: nowrap;
}
.tab:hover {
  color: var(--text-primary);
  border-bottom-color: rgba(255,255,255,0.2);
}
.tab.active {
  color: var(--primary);
  border-bottom-color: var(--primary);
}
.tag {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  gap: 4px;
}
.tag-primary {
  background: rgba(178, 97, 255, 0.15);
  color: #b261ff;
}
.tag-success {
  background: rgba(0, 255, 100, 0.12);
  color: #44ff88;
}
.tag-warning {
  background: rgba(255, 200, 0, 0.12);
  color: #ffcc00;
}
.tag-error {
  background: rgba(255, 50, 50, 0.12);
  color: #ff6666;
}
.tag-info {
  background: rgba(0, 150, 255, 0.12);
  color: #66bbff;
}
.toolbar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 8px;
}
.toolbar-sep {
  width: 1px;
  height: 24px;
  background: var(--border-color);
}
@media (max-width: 768px) {
  .hide-mobile { display: none !important; }
  .flex-col-mobile { flex-direction: column !important; }
  .text-center-mobile { text-align: center !important; }
  .gap-mobile-sm { gap: 8px !important; }
  .modal { min-width: auto; width: 95vw; }
}
@media (min-width: 769px) {
  .hide-desktop { display: none !important; }
}
@media (max-width: 480px) {
  .hide-small { display: none !important; }
  .btn-block-small { width: 100% !important; }
  .modal { padding: 16px; }
}
.pos-rel { position: relative; }
.pos-abs { position: absolute; }
.pos-fixed { position: fixed; }
.pos-sticky { position: sticky; }
.top-0 { top: 0; }
.right-0 { right: 0; }
.bottom-0 { bottom: 0; }
.left-0 { left: 0; }
.z-1 { z-index: 1; }
.z-10 { z-index: 10; }
.z-100 { z-index: 100; }
.z-1000 { z-index: 1000; }
.z-max { z-index: 99999; }
.overflow-hidden { overflow: hidden; }
.overflow-auto { overflow: auto; }
.overflow-scroll { overflow: scroll; }
.overflow-x-auto { overflow-x: auto; }
.overflow-y-auto { overflow-y: auto; }
.overflow-ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cursor-pointer { cursor: pointer; }
.cursor-default { cursor: default; }
.cursor-wait { cursor: wait; }
.cursor-text { cursor: text; }
.cursor-move { cursor: move; }
.cursor-not-allowed { cursor: not-allowed; }
.o-0 { opacity: 0; }
.o-25 { opacity: 0.25; }
.o-50 { opacity: 0.5; }
.o-75 { opacity: 0.75; }
.o-100 { opacity: 1; }
.vis-hidden { visibility: hidden; }
.vis-visible { visibility: visible; }
.text-xs { font-size: 12px; }
.text-sm { font-size: 14px; }
.text-base { font-size: 16px; }
.text-lg { font-size: 18px; }
.text-xl { font-size: 24px; }
.text-2xl { font-size: 32px; }
.text-3xl { font-size: 40px; }
.text-4xl { font-size: 48px; }
.text-thin { font-weight: 300; }
.text-normal { font-weight: 400; }
.text-medium { font-weight: 500; }
.text-semibold { font-weight: 600; }
.text-bold { font-weight: 700; }
.text-italic { font-style: italic; }
.text-uppercase { text-transform: uppercase; }
.text-lowercase { text-transform: lowercase; }
.text-capitalize { text-transform: capitalize; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-justify { text-align: justify; }
.text-nowrap { white-space: nowrap; }
.text-break { word-break: break-word; }
.text-mono { font-family: var(--font-mono, "Space Mono", monospace); }
.text-primary { color: var(--primary); }
.text-secondary { color: var(--text-secondary); }
.text-success { color: #44ff88; }
.text-warning { color: #ffcc00; }
.text-error { color: #ff4444; }
.text-info { color: #66bbff; }
.text-gradient { background: linear-gradient(135deg, var(--primary), var(--accent)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.m-0 { margin: 0px; }
.mt-0 { margin-top: 0px; }
.mr-0 { margin-right: 0px; }
.mb-0 { margin-bottom: 0px; }
.ml-0 { margin-left: 0px; }
.mx-0 { margin-left: 0px; }
.my-0 { margin-top: 0px; }
.p-0 { padding: 0px; }
.pt-0 { padding-top: 0px; }
.pr-0 { padding-right: 0px; }
.pb-0 { padding-bottom: 0px; }
.pl-0 { padding-left: 0px; }
.px-0 { padding-left: 0px; }
.py-0 { padding-top: 0px; }
.m-2 { margin: 2px; }
.mt-2 { margin-top: 2px; }
.mr-2 { margin-right: 2px; }
.mb-2 { margin-bottom: 2px; }
.ml-2 { margin-left: 2px; }
.mx-2 { margin-left: 2px; }
.my-2 { margin-top: 2px; }
.p-2 { padding: 2px; }
.pt-2 { padding-top: 2px; }
.pr-2 { padding-right: 2px; }
.pb-2 { padding-bottom: 2px; }
.pl-2 { padding-left: 2px; }
.px-2 { padding-left: 2px; }
.py-2 { padding-top: 2px; }
.m-4 { margin: 4px; }
.mt-4 { margin-top: 4px; }
.mr-4 { margin-right: 4px; }
.mb-4 { margin-bottom: 4px; }
.ml-4 { margin-left: 4px; }
.mx-4 { margin-left: 4px; }
.my-4 { margin-top: 4px; }
.p-4 { padding: 4px; }
.pt-4 { padding-top: 4px; }
.pr-4 { padding-right: 4px; }
.pb-4 { padding-bottom: 4px; }
.pl-4 { padding-left: 4px; }
.px-4 { padding-left: 4px; }
.py-4 { padding-top: 4px; }
.m-6 { margin: 6px; }
.mt-6 { margin-top: 6px; }
.mr-6 { margin-right: 6px; }
.mb-6 { margin-bottom: 6px; }
.ml-6 { margin-left: 6px; }
.mx-6 { margin-left: 6px; }
.my-6 { margin-top: 6px; }
.p-6 { padding: 6px; }
.pt-6 { padding-top: 6px; }
.pr-6 { padding-right: 6px; }
.pb-6 { padding-bottom: 6px; }
.pl-6 { padding-left: 6px; }
.px-6 { padding-left: 6px; }
.py-6 { padding-top: 6px; }
.m-8 { margin: 8px; }
.mt-8 { margin-top: 8px; }
.mr-8 { margin-right: 8px; }
.mb-8 { margin-bottom: 8px; }
.ml-8 { margin-left: 8px; }
.mx-8 { margin-left: 8px; }
.my-8 { margin-top: 8px; }
.p-8 { padding: 8px; }
.pt-8 { padding-top: 8px; }
.pr-8 { padding-right: 8px; }
.pb-8 { padding-bottom: 8px; }
.pl-8 { padding-left: 8px; }
.px-8 { padding-left: 8px; }
.py-8 { padding-top: 8px; }
.m-10 { margin: 10px; }
.mt-10 { margin-top: 10px; }
.mr-10 { margin-right: 10px; }
.mb-10 { margin-bottom: 10px; }
.ml-10 { margin-left: 10px; }
.mx-10 { margin-left: 10px; }
.my-10 { margin-top: 10px; }
.p-10 { padding: 10px; }
.pt-10 { padding-top: 10px; }
.pr-10 { padding-right: 10px; }
.pb-10 { padding-bottom: 10px; }
.pl-10 { padding-left: 10px; }
.px-10 { padding-left: 10px; }
.py-10 { padding-top: 10px; }
.m-12 { margin: 12px; }
.mt-12 { margin-top: 12px; }
.mr-12 { margin-right: 12px; }
.mb-12 { margin-bottom: 12px; }
.ml-12 { margin-left: 12px; }
.mx-12 { margin-left: 12px; }
.my-12 { margin-top: 12px; }
.p-12 { padding: 12px; }
.pt-12 { padding-top: 12px; }
.pr-12 { padding-right: 12px; }
.pb-12 { padding-bottom: 12px; }
.pl-12 { padding-left: 12px; }
.px-12 { padding-left: 12px; }
.py-12 { padding-top: 12px; }
.m-14 { margin: 14px; }
.mt-14 { margin-top: 14px; }
.mr-14 { margin-right: 14px; }
.mb-14 { margin-bottom: 14px; }
.ml-14 { margin-left: 14px; }
.mx-14 { margin-left: 14px; }
.my-14 { margin-top: 14px; }
.p-14 { padding: 14px; }
.pt-14 { padding-top: 14px; }
.pr-14 { padding-right: 14px; }
.pb-14 { padding-bottom: 14px; }
.pl-14 { padding-left: 14px; }
.px-14 { padding-left: 14px; }
.py-14 { padding-top: 14px; }
.m-16 { margin: 16px; }
.mt-16 { margin-top: 16px; }
.mr-16 { margin-right: 16px; }
.mb-16 { margin-bottom: 16px; }
.ml-16 { margin-left: 16px; }
.mx-16 { margin-left: 16px; }
.my-16 { margin-top: 16px; }
.p-16 { padding: 16px; }
.pt-16 { padding-top: 16px; }
.pr-16 { padding-right: 16px; }
.pb-16 { padding-bottom: 16px; }
.pl-16 { padding-left: 16px; }
.px-16 { padding-left: 16px; }
.py-16 { padding-top: 16px; }
.m-18 { margin: 18px; }
.mt-18 { margin-top: 18px; }
.mr-18 { margin-right: 18px; }
.mb-18 { margin-bottom: 18px; }
.ml-18 { margin-left: 18px; }
.mx-18 { margin-left: 18px; }
.my-18 { margin-top: 18px; }
.p-18 { padding: 18px; }
.pt-18 { padding-top: 18px; }
.pr-18 { padding-right: 18px; }
.pb-18 { padding-bottom: 18px; }
.pl-18 { padding-left: 18px; }
.px-18 { padding-left: 18px; }
.py-18 { padding-top: 18px; }
.m-20 { margin: 20px; }
.mt-20 { margin-top: 20px; }
.mr-20 { margin-right: 20px; }
.mb-20 { margin-bottom: 20px; }
.ml-20 { margin-left: 20px; }
.mx-20 { margin-left: 20px; }
.my-20 { margin-top: 20px; }
.p-20 { padding: 20px; }
.pt-20 { padding-top: 20px; }
.pr-20 { padding-right: 20px; }
.pb-20 { padding-bottom: 20px; }
.pl-20 { padding-left: 20px; }
.px-20 { padding-left: 20px; }
.py-20 { padding-top: 20px; }
.m-24 { margin: 24px; }
.mt-24 { margin-top: 24px; }
.mr-24 { margin-right: 24px; }
.mb-24 { margin-bottom: 24px; }
.ml-24 { margin-left: 24px; }
.mx-24 { margin-left: 24px; }
.my-24 { margin-top: 24px; }
.p-24 { padding: 24px; }
.pt-24 { padding-top: 24px; }
.pr-24 { padding-right: 24px; }
.pb-24 { padding-bottom: 24px; }
.pl-24 { padding-left: 24px; }
.px-24 { padding-left: 24px; }
.py-24 { padding-top: 24px; }
.m-28 { margin: 28px; }
.mt-28 { margin-top: 28px; }
.mr-28 { margin-right: 28px; }
.mb-28 { margin-bottom: 28px; }
.ml-28 { margin-left: 28px; }
.mx-28 { margin-left: 28px; }
.my-28 { margin-top: 28px; }
.p-28 { padding: 28px; }
.pt-28 { padding-top: 28px; }
.pr-28 { padding-right: 28px; }
.pb-28 { padding-bottom: 28px; }
.pl-28 { padding-left: 28px; }
.px-28 { padding-left: 28px; }
.py-28 { padding-top: 28px; }
.m-32 { margin: 32px; }
.mt-32 { margin-top: 32px; }
.mr-32 { margin-right: 32px; }
.mb-32 { margin-bottom: 32px; }
.ml-32 { margin-left: 32px; }
.mx-32 { margin-left: 32px; }
.my-32 { margin-top: 32px; }
.p-32 { padding: 32px; }
.pt-32 { padding-top: 32px; }
.pr-32 { padding-right: 32px; }
.pb-32 { padding-bottom: 32px; }
.pl-32 { padding-left: 32px; }
.px-32 { padding-left: 32px; }
.py-32 { padding-top: 32px; }
.m-36 { margin: 36px; }
.mt-36 { margin-top: 36px; }
.mr-36 { margin-right: 36px; }
.mb-36 { margin-bottom: 36px; }
.ml-36 { margin-left: 36px; }
.mx-36 { margin-left: 36px; }
.my-36 { margin-top: 36px; }
.p-36 { padding: 36px; }
.pt-36 { padding-top: 36px; }
.pr-36 { padding-right: 36px; }
.pb-36 { padding-bottom: 36px; }
.pl-36 { padding-left: 36px; }
.px-36 { padding-left: 36px; }
.py-36 { padding-top: 36px; }
.m-40 { margin: 40px; }
.mt-40 { margin-top: 40px; }
.mr-40 { margin-right: 40px; }
.mb-40 { margin-bottom: 40px; }
.ml-40 { margin-left: 40px; }
.mx-40 { margin-left: 40px; }
.my-40 { margin-top: 40px; }
.p-40 { padding: 40px; }
.pt-40 { padding-top: 40px; }
.pr-40 { padding-right: 40px; }
.pb-40 { padding-bottom: 40px; }
.pl-40 { padding-left: 40px; }
.px-40 { padding-left: 40px; }
.py-40 { padding-top: 40px; }
.m-48 { margin: 48px; }
.mt-48 { margin-top: 48px; }
.mr-48 { margin-right: 48px; }
.mb-48 { margin-bottom: 48px; }
.ml-48 { margin-left: 48px; }
.mx-48 { margin-left: 48px; }
.my-48 { margin-top: 48px; }
.p-48 { padding: 48px; }
.pt-48 { padding-top: 48px; }
.pr-48 { padding-right: 48px; }
.pb-48 { padding-bottom: 48px; }
.pl-48 { padding-left: 48px; }
.px-48 { padding-left: 48px; }
.py-48 { padding-top: 48px; }
.m-56 { margin: 56px; }
.mt-56 { margin-top: 56px; }
.mr-56 { margin-right: 56px; }
.mb-56 { margin-bottom: 56px; }
.ml-56 { margin-left: 56px; }
.mx-56 { margin-left: 56px; }
.my-56 { margin-top: 56px; }
.p-56 { padding: 56px; }
.pt-56 { padding-top: 56px; }
.pr-56 { padding-right: 56px; }
.pb-56 { padding-bottom: 56px; }
.pl-56 { padding-left: 56px; }
.px-56 { padding-left: 56px; }
.py-56 { padding-top: 56px; }
.m-64 { margin: 64px; }
.mt-64 { margin-top: 64px; }
.mr-64 { margin-right: 64px; }
.mb-64 { margin-bottom: 64px; }
.ml-64 { margin-left: 64px; }
.mx-64 { margin-left: 64px; }
.my-64 { margin-top: 64px; }
.p-64 { padding: 64px; }
.pt-64 { padding-top: 64px; }
.pr-64 { padding-right: 64px; }
.pb-64 { padding-bottom: 64px; }
.pl-64 { padding-left: 64px; }
.px-64 { padding-left: 64px; }
.py-64 { padding-top: 64px; }
.border { border: 1px solid var(--border-color); }
.border-t { border-top: 1px solid var(--border-color); }
.border-r { border-right: 1px solid var(--border-color); }
.border-b { border-bottom: 1px solid var(--border-color); }
.border-l { border-left: 1px solid var(--border-color); }
.border-0 { border: none; }
.border-primary { border-color: var(--primary); }
.rounded-none { border-radius: 0; }
.rounded-sm { border-radius: 4px; }
.rounded { border-radius: 8px; }
.rounded-md { border-radius: 12px; }
.rounded-lg { border-radius: 16px; }
.rounded-xl { border-radius: 24px; }
.rounded-full { border-radius: 9999px; }
.shadow-none { box-shadow: none; }
.shadow-sm { box-shadow: 0 1px 3px rgba(0,0,0,0.3); }
.shadow { box-shadow: 0 2px 8px rgba(0,0,0,0.3); }
.shadow-md { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.shadow-lg { box-shadow: 0 8px 32px rgba(0,0,0,0.3); }
.shadow-xl { box-shadow: 0 16px 48px rgba(0,0,0,0.3); }
.shadow-glow { box-shadow: 0 0 12px var(--primary-glow); }
.w-full { width: 100%; }
.w-auto { width: auto; }
.w-half { width: 50%; }
.w-third { width: 33.333%; }
.w-screen { width: 100vw; }
.h-full { height: 100%; }
.h-auto { height: auto; }
.h-screen { height: 100vh; }
.min-w-0 { min-width: 0; }
.min-w-full { min-width: 100%; }
.max-w-xs { max-width: 320px; }
.max-w-sm { max-width: 480px; }
.max-w-md { max-width: 640px; }
.max-w-lg { max-width: 800px; }
.max-w-xl { max-width: 1024px; }
.max-w-full { max-width: 100%; }
.d-none { display: none; }
.d-inline { display: inline; }
.d-inline-block { display: inline-block; }
.d-block { display: block; }
.d-flex { display: flex; }
.d-inline-flex { display: inline-flex; }
.d-grid { display: grid; }
.grid-cols-2 { grid-template-columns: repeat(2, 1fr); }
.grid-cols-3 { grid-template-columns: repeat(3, 1fr); }
.grid-cols-4 { grid-template-columns: repeat(4, 1fr); }
.grid-cols-5 { grid-template-columns: repeat(5, 1fr); }
.grid-cols-6 { grid-template-columns: repeat(6, 1fr); }
.grid-cols-12 { grid-template-columns: repeat(12, 1fr); }
.theme-adaptive {
  --primary: var(--adaptive-primary, #b261ff);
  --accent: var(--adaptive-accent, #8b1fff);
  --bg-primary: var(--adaptive-bg, #010007);
  --text-primary: var(--adaptive-text, #e0d0f0);
}
@media print {
  .no-print { display: none !important; }
  .print-only { display: block !important; }
  body { background: white; color: black; }
  .card, .modal { border: 1px solid #ccc; box-shadow: none; }
}
.dur-100 { --anim-dur: 0.1s; }
.dur-200 { --anim-dur: 0.2s; }
.dur-300 { --anim-dur: 0.3s; }
.dur-500 { --anim-dur: 0.5s; }
.dur-700 { --anim-dur: 0.7s; }
.dur-1000 { --anim-dur: 1s; }
.dur-2000 { --anim-dur: 2s; }
.dur-3000 { --anim-dur: 3s; }
.ease-linear { --anim-ease: linear; }
.ease-in { --anim-ease: ease-in; }
.ease-out { --anim-ease: ease-out; }
.ease-in-out { --anim-ease: ease-in-out; }
.ease-bounce { --anim-ease: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: rgba(255,255,255,0.02); }
::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.1); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: rgba(255,255,255,0.2); }
::selection { background: var(--primary); color: var(--bg-primary); }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
.focus-ring:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
  border-radius: 4px;
}
@keyframes pulseBorder {
  0% { border-color: var(--border-color); } 50% { border-color: var(--primary); } 100% { border-color: var(--border-color); }
}
@keyframes pulseBg {
  0% { background: rgba(255,255,255,0.02); } 50% { background: rgba(255,255,255,0.06); } 100% { background: rgba(255,255,255,0.02); }
}
@keyframes pulseOpacity {
  0% { opacity: 0.6; } 50% { opacity: 1; } 100% { opacity: 0.6; }
}
@keyframes glowPulseSoft {
  0% { box-shadow: 0 0 5px var(--primary-glow); } 50% { box-shadow: 0 0 25px var(--primary-glow), 0 0 50px var(--primary-glow); } 100% { box-shadow: 0 0 5px var(--primary-glow); }
}
@keyframes glitchText {
  0% { transform: translate(0); } 20% { transform: translate(-2px, 2px); } 40% { transform: translate(2px, -2px); } 60% { transform: translate(-1px, -1px); } 80% { transform: translate(1px, 1px); } 100% { transform: translate(0); }
}
@keyframes glitchVertical {
  0% { clip-path: inset(0 0 100% 0); } 10% { clip-path: inset(10% 0 80% 0); } 20% { clip-path: inset(30% 0 60% 0); } 30% { clip-path: inset(50% 0 40% 0); } 40% { clip-path: inset(70% 0 20% 0); } 50% { clip-path: inset(90% 0 10% 0); } 60% { clip-path: inset(40% 0 50% 0); } 70% { clip-path: inset(20% 0 70% 0); } 80% { clip-path: inset(80% 0 10% 0); } 90% { clip-path: inset(60% 0 30% 0); } 100% { clip-path: inset(0 0 100% 0); }
}
@keyframes noiseBg {
  0% { background-position: 0 0; } 100% { background-position: 256px 256px; }
}
@keyframes scanline {
  0% { transform: translateY(-100%); } 100% { transform: translateY(100vh); }
}
@keyframes vignette {
  0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; }
}
@keyframes flickerSoft {
  0% { opacity: 0.8; } 5% { opacity: 0.6; } 10% { opacity: 0.9; } 15% { opacity: 0.7; } 20% { opacity: 1; } 80% { opacity: 0.8; } 90% { opacity: 1; } 100% { opacity: 0.9; }
}
@keyframes rainbow {
  0% { filter: hue-rotate(0deg); } 100% { filter: hue-rotate(360deg); }
}
@keyframes glowCycle {
  0% { text-shadow: 0 0 5px #ff0000; } 25% { text-shadow: 0 0 5px #00ff00; } 50% { text-shadow: 0 0 5px #0000ff; } 75% { text-shadow: 0 0 5px #ffff00; } 100% { text-shadow: 0 0 5px #ff0000; }
}
@keyframes slideUpFade {
  0% { opacity: 0; transform: translateY(20px); } 100% { opacity: 1; transform: translateY(0); }
}
@keyframes slideDownFade {
  0% { opacity: 0; transform: translateY(-20px); } 100% { opacity: 1; transform: translateY(0); }
}
@keyframes slideLeftFade {
  0% { opacity: 0; transform: translateX(-20px); } 100% { opacity: 1; transform: translateX(0); }
}
@keyframes slideRightFade {
  0% { opacity: 0; transform: translateX(20px); } 100% { opacity: 1; transform: translateX(0); }
}
@keyframes popIn {
  0% { transform: scale(0); opacity: 0; } 80% { transform: scale(1.1); } 100% { transform: scale(1); opacity: 1; }
}
@keyframes popOut {
  0% { transform: scale(1); opacity: 1; } 20% { transform: scale(1.1); } 100% { transform: scale(0); opacity: 0; }
}
@keyframes bounceInDown {
  0% { opacity: 0; transform: translateY(-200px); } 60% { transform: translateY(30px); } 80% { transform: translateY(-10px); } 100% { opacity: 1; transform: translateY(0); }
}
@keyframes bounceInUp {
  0% { opacity: 0; transform: translateY(200px); } 60% { transform: translateY(-30px); } 80% { transform: translateY(10px); } 100% { opacity: 1; transform: translateY(0); }
}
@keyframes bounceInLeft {
  0% { opacity: 0; transform: translateX(-200px); } 60% { transform: translateX(30px); } 80% { transform: translateX(-10px); } 100% { opacity: 1; transform: translateX(0); }
}
@keyframes bounceInRight {
  0% { opacity: 0; transform: translateX(200px); } 60% { transform: translateX(-30px); } 80% { transform: translateX(10px); } 100% { opacity: 1; transform: translateX(0); }
}
@keyframes flipInXSoft {
  0% { opacity: 0; transform: perspective(400px) rotateX(90deg); } 100% { opacity: 1; transform: perspective(400px) rotateX(0); }
}
@keyframes flipInYSoft {
  0% { opacity: 0; transform: perspective(400px) rotateY(90deg); } 100% { opacity: 1; transform: perspective(400px) rotateY(0); }
}
@keyframes zoomInUp {
  0% { opacity: 0; transform: scale(0.1) translateY(200px); } 100% { opacity: 1; transform: scale(1) translateY(0); }
}
@keyframes zoomInDown {
  0% { opacity: 0; transform: scale(0.1) translateY(-200px); } 100% { opacity: 1; transform: scale(1) translateY(0); }
}
@keyframes zoomInLeft {
  0% { opacity: 0; transform: scale(0.1) translateX(-200px); } 100% { opacity: 1; transform: scale(1) translateX(0); }
}
@keyframes zoomInRight {
  0% { opacity: 0; transform: scale(0.1) translateX(200px); } 100% { opacity: 1; transform: scale(1) translateX(0); }
}
@keyframes rotateScaleIn {
  0% { opacity: 0; transform: rotate(-180deg) scale(0); } 100% { opacity: 1; transform: rotate(0) scale(1); }
}
@keyframes rotateScaleOut {
  0% { opacity: 1; transform: rotate(0) scale(1); } 100% { opacity: 0; transform: rotate(180deg) scale(0); }
}
@keyframes swirlIn {
  0% { opacity: 0; transform: rotate(360deg) scale(0); } 100% { opacity: 1; transform: rotate(0) scale(1); }
}
@keyframes swirlOut {
  0% { opacity: 1; transform: rotate(0) scale(1); } 100% { opacity: 0; transform: rotate(360deg) scale(0); }
}
@keyframes accordionOpen {
  0% { max-height: 0; } 100% { max-height: 500px; }
}
@keyframes accordionClose {
  0% { max-height: 500px; } 100% { max-height: 0; }
}
@keyframes widthGrow {
  0% { width: 0; } 100% { width: 100%; }
}
@keyframes widthShrink {
  0% { width: 100%; } 100% { width: 0; }
}
@keyframes heightGrow {
  0% { height: 0; } 100% { height: 100%; }
}
@keyframes heightShrink {
  0% { height: 100%; } 100% { height: 0; }
}
@keyframes fadeInUpSmall {
  0% { opacity: 0; transform: translateY(8px); } 100% { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInDownSmall {
  0% { opacity: 0; transform: translateY(-8px); } 100% { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInLeftSmall {
  0% { opacity: 0; transform: translateX(-8px); } 100% { opacity: 1; transform: translateX(0); }
}
@keyframes fadeInRightSmall {
  0% { opacity: 0; transform: translateX(8px); } 100% { opacity: 1; transform: translateX(0); }
}
@keyframes fadeOutUpSmall {
  0% { opacity: 1; transform: translateY(0); } 100% { opacity: 0; transform: translateY(-8px); }
}
@keyframes fadeOutDownSmall {
  0% { opacity: 1; transform: translateY(0); } 100% { opacity: 0; transform: translateY(8px); }
}
@keyframes fadeOutLeftSmall {
  0% { opacity: 1; transform: translateX(0); } 100% { opacity: 0; transform: translateX(-8px); }
}
@keyframes fadeOutRightSmall {
  0% { opacity: 1; transform: translateX(0); } 100% { opacity: 0; transform: translateX(8px); }
}
@keyframes spinPause {
  0% { transform: rotate(0); } 25% { transform: rotate(90deg); } 50% { transform: rotate(180deg); } 75% { transform: rotate(270deg); } 100% { transform: rotate(360deg); }
}
@keyframes pulseGrow {
  0% { transform: scale(1); } 50% { transform: scale(1.15); } 100% { transform: scale(1); }
}
@keyframes pulseShrink {
  0% { transform: scale(1); } 50% { transform: scale(0.85); } 100% { transform: scale(1); }
}
@keyframes blurIn {
  0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: blur(0); }
}
@keyframes blurOut {
  0% { opacity: 1; filter: blur(0); } 100% { opacity: 0; filter: blur(10px); }
}
@keyframes letterSpacing {
  0% { letter-spacing: -0.5em; opacity: 0; } 100% { letter-spacing: normal; opacity: 1; }
}
@keyframes clipReveal {
  0% { clip-path: polygon(0 0, 0 0, 0 100%, 0 100%); } 100% { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
}
@keyframes clipHide {
  0% { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); } 100% { clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%); }
}
@keyframes scaleX {
  0% { transform: scaleX(0); } 100% { transform: scaleX(1); }
}
@keyframes scaleY {
  0% { transform: scaleY(0); } 100% { transform: scaleY(1); }
}
@keyframes dropIn {
  0% { opacity: 0; transform: translateY(-100px) scaleY(0.5); } 100% { opacity: 1; transform: translateY(0) scaleY(1); }
}
@keyframes riseUp {
  0% { opacity: 0; transform: translateY(100px) scaleY(0.5); } 100% { opacity: 1; transform: translateY(0) scaleY(1); }
}
.tooltip-top::after { content: attr(data-tip); position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%); background: var(--bg-card); color: var(--text-primary); padding: 4px 8px; border-radius: 4px; font-size: 12px; white-space: nowrap; border: 1px solid var(--border-color); pointer-events: none; opacity: 0; transition: opacity 0.2s; margin-bottom: 4px; }
.tooltip-top:hover::after { opacity: 1; }
.disclaimer{ font-size: 12px; color: var(--text-secondary); padding: 8px 12px; border-top: 1px solid var(--border-color); text-align: center; }
.bg-primary { background: var(--primary); }
.text-primary { color: var(--primary); }
.border-primary { border-color: var(--primary); }
.outline-primary { outline: 2px solid var(--primary); }
.bg-accent { background: var(--accent); }
.text-accent { color: var(--accent); }
.border-accent { border-color: var(--accent); }
.outline-accent { outline: 2px solid var(--accent); }
.bg-success { background: #44ff88; }
.text-success { color: #44ff88; }
.border-success { border-color: #44ff88; }
.outline-success { outline: 2px solid #44ff88; }
.bg-warning { background: #ffcc00; }
.text-warning { color: #ffcc00; }
.border-warning { border-color: #ffcc00; }
.outline-warning { outline: 2px solid #ffcc00; }
.bg-error { background: #ff4444; }
.text-error { color: #ff4444; }
.border-error { border-color: #ff4444; }
.outline-error { outline: 2px solid #ff4444; }
.bg-info { background: #66bbff; }
.text-info { color: #66bbff; }
.border-info { border-color: #66bbff; }
.outline-info { outline: 2px solid #66bbff; }
.w-25p { width: 25%; }
.h-25p { height: 25%; }
.max-w-25p { max-width: 25%; }
.min-w-25p { min-width: 25%; }
.w-50p { width: 50%; }
.h-50p { height: 50%; }
.max-w-50p { max-width: 50%; }
.min-w-50p { min-width: 50%; }
.w-75p { width: 75%; }
.h-75p { height: 75%; }
.max-w-75p { max-width: 75%; }
.min-w-75p { min-width: 75%; }
.w-100p { width: 100%; }
.h-100p { height: 100%; }
.max-w-100p { max-width: 100%; }
.min-w-100p { min-width: 100%; }
.css-primary { --css-val: var(--primary); }
.css-accent { --css-val: var(--accent); }
.css-bg { --css-val: var(--bg-card); }
.css-text { --css-val: var(--text-primary); }
.css-font { --css-val: "Space Grotesk", sans-serif; }
.css-radius { --css-val: 8px; }
.css-shadow { --css-val: 0 2px 8px rgba(0,0,0,0.3); }
.css-transition { --css-val: 0.3s ease; }
.gap-0 { gap: 0px; }
.grid-gap-0 { gap: 0px; }
.gap-2 { gap: 2px; }
.grid-gap-2 { gap: 2px; }
.gap-4 { gap: 4px; }
.grid-gap-4 { gap: 4px; }
.gap-6 { gap: 6px; }
.grid-gap-6 { gap: 6px; }
.gap-8 { gap: 8px; }
.grid-gap-8 { gap: 8px; }
.gap-10 { gap: 10px; }
.grid-gap-10 { gap: 10px; }
.gap-12 { gap: 12px; }
.grid-gap-12 { gap: 12px; }
.gap-16 { gap: 16px; }
.grid-gap-16 { gap: 16px; }
.gap-20 { gap: 20px; }
.grid-gap-20 { gap: 20px; }
.gap-24 { gap: 24px; }
.grid-gap-24 { gap: 24px; }
.gap-32 { gap: 32px; }
.grid-gap-32 { gap: 32px; }
.gap-40 { gap: 40px; }
.grid-gap-40 { gap: 40px; }
.m-0 { margin: 0px; }
.mt-0 { margin-top: 0px; }
.mr-0 { margin-right: 0px; }
.mb-0 { margin-bottom: 0px; }
.ml-0 { margin-left: 0px; }
.mx-0 { margin-left: 0px; }
.my-0 { margin-top: 0px; }
.p-0 { padding: 0px; }
.pt-0 { padding-top: 0px; }
.pr-0 { padding-right: 0px; }
.pb-0 { padding-bottom: 0px; }
.pl-0 { padding-left: 0px; }
.px-0 { padding-left: 0px; }
.py-0 { padding-top: 0px; }
.m-1 { margin: 1px; }
.mt-1 { margin-top: 1px; }
.mr-1 { margin-right: 1px; }
.mb-1 { margin-bottom: 1px; }
.ml-1 { margin-left: 1px; }
.mx-1 { margin-left: 1px; }
.my-1 { margin-top: 1px; }
.p-1 { padding: 1px; }
.pt-1 { padding-top: 1px; }
.pr-1 { padding-right: 1px; }
.pb-1 { padding-bottom: 1px; }
.pl-1 { padding-left: 1px; }
.px-1 { padding-left: 1px; }
.py-1 { padding-top: 1px; }
.m-2 { margin: 2px; }
.mt-2 { margin-top: 2px; }
.mr-2 { margin-right: 2px; }
.mb-2 { margin-bottom: 2px; }
.ml-2 { margin-left: 2px; }
.mx-2 { margin-left: 2px; }
.my-2 { margin-top: 2px; }
.p-2 { padding: 2px; }
.pt-2 { padding-top: 2px; }
.pr-2 { padding-right: 2px; }
.pb-2 { padding-bottom: 2px; }
.pl-2 { padding-left: 2px; }
.px-2 { padding-left: 2px; }
.py-2 { padding-top: 2px; }
.m-3 { margin: 3px; }
.mt-3 { margin-top: 3px; }
.mr-3 { margin-right: 3px; }
.mb-3 { margin-bottom: 3px; }
.ml-3 { margin-left: 3px; }
.mx-3 { margin-left: 3px; }
.my-3 { margin-top: 3px; }
.p-3 { padding: 3px; }
.pt-3 { padding-top: 3px; }
.pr-3 { padding-right: 3px; }
.pb-3 { padding-bottom: 3px; }
.pl-3 { padding-left: 3px; }
.px-3 { padding-left: 3px; }
.py-3 { padding-top: 3px; }
.m-4 { margin: 4px; }
.mt-4 { margin-top: 4px; }
.mr-4 { margin-right: 4px; }
.mb-4 { margin-bottom: 4px; }
.ml-4 { margin-left: 4px; }
.mx-4 { margin-left: 4px; }
.my-4 { margin-top: 4px; }
.p-4 { padding: 4px; }
.pt-4 { padding-top: 4px; }
.pr-4 { padding-right: 4px; }
.pb-4 { padding-bottom: 4px; }
.pl-4 { padding-left: 4px; }
.px-4 { padding-left: 4px; }
.py-4 { padding-top: 4px; }
.m-5 { margin: 5px; }
.mt-5 { margin-top: 5px; }
.mr-5 { margin-right: 5px; }
.mb-5 { margin-bottom: 5px; }
.ml-5 { margin-left: 5px; }
.mx-5 { margin-left: 5px; }
.my-5 { margin-top: 5px; }
.p-5 { padding: 5px; }
.pt-5 { padding-top: 5px; }
.pr-5 { padding-right: 5px; }
.pb-5 { padding-bottom: 5px; }
.pl-5 { padding-left: 5px; }
.px-5 { padding-left: 5px; }
.py-5 { padding-top: 5px; }
.m-6 { margin: 6px; }
.mt-6 { margin-top: 6px; }
.mr-6 { margin-right: 6px; }
.mb-6 { margin-bottom: 6px; }
.ml-6 { margin-left: 6px; }
.mx-6 { margin-left: 6px; }
.my-6 { margin-top: 6px; }
.p-6 { padding: 6px; }
.pt-6 { padding-top: 6px; }
.pr-6 { padding-right: 6px; }
.pb-6 { padding-bottom: 6px; }
.pl-6 { padding-left: 6px; }
.px-6 { padding-left: 6px; }
.py-6 { padding-top: 6px; }
.m-7 { margin: 7px; }
.mt-7 { margin-top: 7px; }
.mr-7 { margin-right: 7px; }
.mb-7 { margin-bottom: 7px; }
.ml-7 { margin-left: 7px; }
.mx-7 { margin-left: 7px; }
.my-7 { margin-top: 7px; }
.p-7 { padding: 7px; }
.pt-7 { padding-top: 7px; }
.pr-7 { padding-right: 7px; }
.pb-7 { padding-bottom: 7px; }
.pl-7 { padding-left: 7px; }
.px-7 { padding-left: 7px; }
.py-7 { padding-top: 7px; }
.m-8 { margin: 8px; }
.mt-8 { margin-top: 8px; }
.mr-8 { margin-right: 8px; }
.mb-8 { margin-bottom: 8px; }
.ml-8 { margin-left: 8px; }
.mx-8 { margin-left: 8px; }
.my-8 { margin-top: 8px; }
.p-8 { padding: 8px; }
.pt-8 { padding-top: 8px; }
.pr-8 { padding-right: 8px; }
.pb-8 { padding-bottom: 8px; }
.pl-8 { padding-left: 8px; }
.px-8 { padding-left: 8px; }
.py-8 { padding-top: 8px; }
.m-9 { margin: 9px; }
.mt-9 { margin-top: 9px; }
.mr-9 { margin-right: 9px; }
.mb-9 { margin-bottom: 9px; }
.ml-9 { margin-left: 9px; }
.mx-9 { margin-left: 9px; }
.my-9 { margin-top: 9px; }
.p-9 { padding: 9px; }
.pt-9 { padding-top: 9px; }
.pr-9 { padding-right: 9px; }
.pb-9 { padding-bottom: 9px; }
.pl-9 { padding-left: 9px; }
.px-9 { padding-left: 9px; }
.py-9 { padding-top: 9px; }
.m-10 { margin: 10px; }
.mt-10 { margin-top: 10px; }
.mr-10 { margin-right: 10px; }
.mb-10 { margin-bottom: 10px; }
.ml-10 { margin-left: 10px; }
.mx-10 { margin-left: 10px; }
.my-10 { margin-top: 10px; }
.p-10 { padding: 10px; }
.pt-10 { padding-top: 10px; }
.pr-10 { padding-right: 10px; }
.pb-10 { padding-bottom: 10px; }
.pl-10 { padding-left: 10px; }
.px-10 { padding-left: 10px; }
.py-10 { padding-top: 10px; }
.m-11 { margin: 11px; }
.mt-11 { margin-top: 11px; }
.mr-11 { margin-right: 11px; }
.mb-11 { margin-bottom: 11px; }
.ml-11 { margin-left: 11px; }
.mx-11 { margin-left: 11px; }
.my-11 { margin-top: 11px; }
.p-11 { padding: 11px; }
.pt-11 { padding-top: 11px; }
.pr-11 { padding-right: 11px; }
.pb-11 { padding-bottom: 11px; }
.pl-11 { padding-left: 11px; }
.px-11 { padding-left: 11px; }
.py-11 { padding-top: 11px; }
.m-12 { margin: 12px; }
.mt-12 { margin-top: 12px; }
.mr-12 { margin-right: 12px; }
.mb-12 { margin-bottom: 12px; }
.ml-12 { margin-left: 12px; }
.mx-12 { margin-left: 12px; }
.my-12 { margin-top: 12px; }
.p-12 { padding: 12px; }
.pt-12 { padding-top: 12px; }
.pr-12 { padding-right: 12px; }
.pb-12 { padding-bottom: 12px; }
.pl-12 { padding-left: 12px; }
.px-12 { padding-left: 12px; }
.py-12 { padding-top: 12px; }
.m-14 { margin: 14px; }
.mt-14 { margin-top: 14px; }
.mr-14 { margin-right: 14px; }
.mb-14 { margin-bottom: 14px; }
.ml-14 { margin-left: 14px; }
.mx-14 { margin-left: 14px; }
.my-14 { margin-top: 14px; }
.p-14 { padding: 14px; }
.pt-14 { padding-top: 14px; }
.pr-14 { padding-right: 14px; }
.pb-14 { padding-bottom: 14px; }
.pl-14 { padding-left: 14px; }
.px-14 { padding-left: 14px; }
.py-14 { padding-top: 14px; }
.m-16 { margin: 16px; }
.mt-16 { margin-top: 16px; }
.mr-16 { margin-right: 16px; }
.mb-16 { margin-bottom: 16px; }
.ml-16 { margin-left: 16px; }
.mx-16 { margin-left: 16px; }
.my-16 { margin-top: 16px; }
.p-16 { padding: 16px; }
.pt-16 { padding-top: 16px; }
.pr-16 { padding-right: 16px; }
.pb-16 { padding-bottom: 16px; }
.pl-16 { padding-left: 16px; }
.px-16 { padding-left: 16px; }
.py-16 { padding-top: 16px; }
.m-18 { margin: 18px; }
.mt-18 { margin-top: 18px; }
.mr-18 { margin-right: 18px; }
.mb-18 { margin-bottom: 18px; }
.ml-18 { margin-left: 18px; }
.mx-18 { margin-left: 18px; }
.my-18 { margin-top: 18px; }
.p-18 { padding: 18px; }
.pt-18 { padding-top: 18px; }
.pr-18 { padding-right: 18px; }
.pb-18 { padding-bottom: 18px; }
.pl-18 { padding-left: 18px; }
.px-18 { padding-left: 18px; }
.py-18 { padding-top: 18px; }
.m-20 { margin: 20px; }
.mt-20 { margin-top: 20px; }
.mr-20 { margin-right: 20px; }
.mb-20 { margin-bottom: 20px; }
.ml-20 { margin-left: 20px; }
.mx-20 { margin-left: 20px; }
.my-20 { margin-top: 20px; }
.p-20 { padding: 20px; }
.pt-20 { padding-top: 20px; }
.pr-20 { padding-right: 20px; }
.pb-20 { padding-bottom: 20px; }
.pl-20 { padding-left: 20px; }
.px-20 { padding-left: 20px; }
.py-20 { padding-top: 20px; }
.m-22 { margin: 22px; }
.mt-22 { margin-top: 22px; }
.mr-22 { margin-right: 22px; }
.mb-22 { margin-bottom: 22px; }
.ml-22 { margin-left: 22px; }
.mx-22 { margin-left: 22px; }
.my-22 { margin-top: 22px; }
.p-22 { padding: 22px; }
.pt-22 { padding-top: 22px; }
.pr-22 { padding-right: 22px; }
.pb-22 { padding-bottom: 22px; }
.pl-22 { padding-left: 22px; }
.px-22 { padding-left: 22px; }
.py-22 { padding-top: 22px; }
.m-24 { margin: 24px; }
.mt-24 { margin-top: 24px; }
.mr-24 { margin-right: 24px; }
.mb-24 { margin-bottom: 24px; }
.ml-24 { margin-left: 24px; }
.mx-24 { margin-left: 24px; }
.my-24 { margin-top: 24px; }
.p-24 { padding: 24px; }
.pt-24 { padding-top: 24px; }
.pr-24 { padding-right: 24px; }
.pb-24 { padding-bottom: 24px; }
.pl-24 { padding-left: 24px; }
.px-24 { padding-left: 24px; }
.py-24 { padding-top: 24px; }
.m-26 { margin: 26px; }
.mt-26 { margin-top: 26px; }
.mr-26 { margin-right: 26px; }
.mb-26 { margin-bottom: 26px; }
.ml-26 { margin-left: 26px; }
.mx-26 { margin-left: 26px; }
.my-26 { margin-top: 26px; }
.p-26 { padding: 26px; }
.pt-26 { padding-top: 26px; }
.pr-26 { padding-right: 26px; }
.pb-26 { padding-bottom: 26px; }
.pl-26 { padding-left: 26px; }
.px-26 { padding-left: 26px; }
.py-26 { padding-top: 26px; }
.m-28 { margin: 28px; }
.mt-28 { margin-top: 28px; }
.mr-28 { margin-right: 28px; }
.mb-28 { margin-bottom: 28px; }
.ml-28 { margin-left: 28px; }
.mx-28 { margin-left: 28px; }
.my-28 { margin-top: 28px; }
.p-28 { padding: 28px; }
.pt-28 { padding-top: 28px; }
.pr-28 { padding-right: 28px; }
.pb-28 { padding-bottom: 28px; }
.pl-28 { padding-left: 28px; }
.px-28 { padding-left: 28px; }
.py-28 { padding-top: 28px; }
.m-30 { margin: 30px; }
.mt-30 { margin-top: 30px; }
.mr-30 { margin-right: 30px; }
.mb-30 { margin-bottom: 30px; }
.ml-30 { margin-left: 30px; }
.mx-30 { margin-left: 30px; }
.my-30 { margin-top: 30px; }
.p-30 { padding: 30px; }
.pt-30 { padding-top: 30px; }
.pr-30 { padding-right: 30px; }
.pb-30 { padding-bottom: 30px; }
.pl-30 { padding-left: 30px; }
.px-30 { padding-left: 30px; }
.py-30 { padding-top: 30px; }
.m-32 { margin: 32px; }
.mt-32 { margin-top: 32px; }
.mr-32 { margin-right: 32px; }
.mb-32 { margin-bottom: 32px; }
.ml-32 { margin-left: 32px; }
.mx-32 { margin-left: 32px; }
.my-32 { margin-top: 32px; }
.p-32 { padding: 32px; }
.pt-32 { padding-top: 32px; }
.pr-32 { padding-right: 32px; }
.pb-32 { padding-bottom: 32px; }
.pl-32 { padding-left: 32px; }
.px-32 { padding-left: 32px; }
.py-32 { padding-top: 32px; }
.m-36 { margin: 36px; }
.mt-36 { margin-top: 36px; }
.mr-36 { margin-right: 36px; }
.mb-36 { margin-bottom: 36px; }
.ml-36 { margin-left: 36px; }
.mx-36 { margin-left: 36px; }
.my-36 { margin-top: 36px; }
.p-36 { padding: 36px; }
.pt-36 { padding-top: 36px; }
.pr-36 { padding-right: 36px; }
.pb-36 { padding-bottom: 36px; }
.pl-36 { padding-left: 36px; }
.px-36 { padding-left: 36px; }
.py-36 { padding-top: 36px; }
.m-40 { margin: 40px; }
.mt-40 { margin-top: 40px; }
.mr-40 { margin-right: 40px; }
.mb-40 { margin-bottom: 40px; }
.ml-40 { margin-left: 40px; }
.mx-40 { margin-left: 40px; }
.my-40 { margin-top: 40px; }
.p-40 { padding: 40px; }
.pt-40 { padding-top: 40px; }
.pr-40 { padding-right: 40px; }
.pb-40 { padding-bottom: 40px; }
.pl-40 { padding-left: 40px; }
.px-40 { padding-left: 40px; }
.py-40 { padding-top: 40px; }
.m-44 { margin: 44px; }
.mt-44 { margin-top: 44px; }
.mr-44 { margin-right: 44px; }
.mb-44 { margin-bottom: 44px; }
.ml-44 { margin-left: 44px; }
.mx-44 { margin-left: 44px; }
.my-44 { margin-top: 44px; }
.p-44 { padding: 44px; }
.pt-44 { padding-top: 44px; }
.pr-44 { padding-right: 44px; }
.pb-44 { padding-bottom: 44px; }
.pl-44 { padding-left: 44px; }
.px-44 { padding-left: 44px; }
.py-44 { padding-top: 44px; }
.m-48 { margin: 48px; }
.mt-48 { margin-top: 48px; }
.mr-48 { margin-right: 48px; }
.mb-48 { margin-bottom: 48px; }
.ml-48 { margin-left: 48px; }
.mx-48 { margin-left: 48px; }
.my-48 { margin-top: 48px; }
.p-48 { padding: 48px; }
.pt-48 { padding-top: 48px; }
.pr-48 { padding-right: 48px; }
.pb-48 { padding-bottom: 48px; }
.pl-48 { padding-left: 48px; }
.px-48 { padding-left: 48px; }
.py-48 { padding-top: 48px; }
.m-52 { margin: 52px; }
.mt-52 { margin-top: 52px; }
.mr-52 { margin-right: 52px; }
.mb-52 { margin-bottom: 52px; }
.ml-52 { margin-left: 52px; }
.mx-52 { margin-left: 52px; }
.my-52 { margin-top: 52px; }
.p-52 { padding: 52px; }
.pt-52 { padding-top: 52px; }
.pr-52 { padding-right: 52px; }
.pb-52 { padding-bottom: 52px; }
.pl-52 { padding-left: 52px; }
.px-52 { padding-left: 52px; }
.py-52 { padding-top: 52px; }
.m-56 { margin: 56px; }
.mt-56 { margin-top: 56px; }
.mr-56 { margin-right: 56px; }
.mb-56 { margin-bottom: 56px; }
.ml-56 { margin-left: 56px; }
.mx-56 { margin-left: 56px; }
.my-56 { margin-top: 56px; }
.p-56 { padding: 56px; }
.pt-56 { padding-top: 56px; }
.pr-56 { padding-right: 56px; }
.pb-56 { padding-bottom: 56px; }
.pl-56 { padding-left: 56px; }
.px-56 { padding-left: 56px; }
.py-56 { padding-top: 56px; }
.m-60 { margin: 60px; }
.mt-60 { margin-top: 60px; }
.mr-60 { margin-right: 60px; }
.mb-60 { margin-bottom: 60px; }
.ml-60 { margin-left: 60px; }
.mx-60 { margin-left: 60px; }
.my-60 { margin-top: 60px; }
.p-60 { padding: 60px; }
.pt-60 { padding-top: 60px; }
.pr-60 { padding-right: 60px; }
.pb-60 { padding-bottom: 60px; }
.pl-60 { padding-left: 60px; }
.px-60 { padding-left: 60px; }
.py-60 { padding-top: 60px; }
.m-64 { margin: 64px; }
.mt-64 { margin-top: 64px; }
.mr-64 { margin-right: 64px; }
.mb-64 { margin-bottom: 64px; }
.ml-64 { margin-left: 64px; }
.mx-64 { margin-left: 64px; }
.my-64 { margin-top: 64px; }
.p-64 { padding: 64px; }
.pt-64 { padding-top: 64px; }
.pr-64 { padding-right: 64px; }
.pb-64 { padding-bottom: 64px; }
.pl-64 { padding-left: 64px; }
.px-64 { padding-left: 64px; }
.py-64 { padding-top: 64px; }
.m-72 { margin: 72px; }
.mt-72 { margin-top: 72px; }
.mr-72 { margin-right: 72px; }
.mb-72 { margin-bottom: 72px; }
.ml-72 { margin-left: 72px; }
.mx-72 { margin-left: 72px; }
.my-72 { margin-top: 72px; }
.p-72 { padding: 72px; }
.pt-72 { padding-top: 72px; }
.pr-72 { padding-right: 72px; }
.pb-72 { padding-bottom: 72px; }
.pl-72 { padding-left: 72px; }
.px-72 { padding-left: 72px; }
.py-72 { padding-top: 72px; }
.m-80 { margin: 80px; }
.mt-80 { margin-top: 80px; }
.mr-80 { margin-right: 80px; }
.mb-80 { margin-bottom: 80px; }
.ml-80 { margin-left: 80px; }
.mx-80 { margin-left: 80px; }
.my-80 { margin-top: 80px; }
.p-80 { padding: 80px; }
.pt-80 { padding-top: 80px; }
.pr-80 { padding-right: 80px; }
.pb-80 { padding-bottom: 80px; }
.pl-80 { padding-left: 80px; }
.px-80 { padding-left: 80px; }
.py-80 { padding-top: 80px; }
.m-96 { margin: 96px; }
.mt-96 { margin-top: 96px; }
.mr-96 { margin-right: 96px; }
.mb-96 { margin-bottom: 96px; }
.ml-96 { margin-left: 96px; }
.mx-96 { margin-left: 96px; }
.my-96 { margin-top: 96px; }
.p-96 { padding: 96px; }
.pt-96 { padding-top: 96px; }
.pr-96 { padding-right: 96px; }
.pb-96 { padding-bottom: 96px; }
.pl-96 { padding-left: 96px; }
.px-96 { padding-left: 96px; }
.py-96 { padding-top: 96px; }
.mx-0 { margin-left: 0px; margin-right: 0px; }
.my-0 { margin-top: 0px; margin-bottom: 0px; }
.px-0 { padding-left: 0px; padding-right: 0px; }
.py-0 { padding-top: 0px; padding-bottom: 0px; }
.mx-1 { margin-left: 1px; margin-right: 1px; }
.my-1 { margin-top: 1px; margin-bottom: 1px; }
.px-1 { padding-left: 1px; padding-right: 1px; }
.py-1 { padding-top: 1px; padding-bottom: 1px; }
.mx-2 { margin-left: 2px; margin-right: 2px; }
.my-2 { margin-top: 2px; margin-bottom: 2px; }
.px-2 { padding-left: 2px; padding-right: 2px; }
.py-2 { padding-top: 2px; padding-bottom: 2px; }
.mx-3 { margin-left: 3px; margin-right: 3px; }
.my-3 { margin-top: 3px; margin-bottom: 3px; }
.px-3 { padding-left: 3px; padding-right: 3px; }
.py-3 { padding-top: 3px; padding-bottom: 3px; }
.mx-4 { margin-left: 4px; margin-right: 4px; }
.my-4 { margin-top: 4px; margin-bottom: 4px; }
.px-4 { padding-left: 4px; padding-right: 4px; }
.py-4 { padding-top: 4px; padding-bottom: 4px; }
.mx-5 { margin-left: 5px; margin-right: 5px; }
.my-5 { margin-top: 5px; margin-bottom: 5px; }
.px-5 { padding-left: 5px; padding-right: 5px; }
.py-5 { padding-top: 5px; padding-bottom: 5px; }
.mx-6 { margin-left: 6px; margin-right: 6px; }
.my-6 { margin-top: 6px; margin-bottom: 6px; }
.px-6 { padding-left: 6px; padding-right: 6px; }
.py-6 { padding-top: 6px; padding-bottom: 6px; }
.mx-7 { margin-left: 7px; margin-right: 7px; }
.my-7 { margin-top: 7px; margin-bottom: 7px; }
.px-7 { padding-left: 7px; padding-right: 7px; }
.py-7 { padding-top: 7px; padding-bottom: 7px; }
.mx-8 { margin-left: 8px; margin-right: 8px; }
.my-8 { margin-top: 8px; margin-bottom: 8px; }
.px-8 { padding-left: 8px; padding-right: 8px; }
.py-8 { padding-top: 8px; padding-bottom: 8px; }
.mx-9 { margin-left: 9px; margin-right: 9px; }
.my-9 { margin-top: 9px; margin-bottom: 9px; }
.px-9 { padding-left: 9px; padding-right: 9px; }
.py-9 { padding-top: 9px; padding-bottom: 9px; }
.mx-10 { margin-left: 10px; margin-right: 10px; }
.my-10 { margin-top: 10px; margin-bottom: 10px; }
.px-10 { padding-left: 10px; padding-right: 10px; }
.py-10 { padding-top: 10px; padding-bottom: 10px; }
.mx-11 { margin-left: 11px; margin-right: 11px; }
.my-11 { margin-top: 11px; margin-bottom: 11px; }
.px-11 { padding-left: 11px; padding-right: 11px; }
.py-11 { padding-top: 11px; padding-bottom: 11px; }
.mx-12 { margin-left: 12px; margin-right: 12px; }
.my-12 { margin-top: 12px; margin-bottom: 12px; }
.px-12 { padding-left: 12px; padding-right: 12px; }
.py-12 { padding-top: 12px; padding-bottom: 12px; }
.mx-14 { margin-left: 14px; margin-right: 14px; }
.my-14 { margin-top: 14px; margin-bottom: 14px; }
.px-14 { padding-left: 14px; padding-right: 14px; }
.py-14 { padding-top: 14px; padding-bottom: 14px; }
.mx-16 { margin-left: 16px; margin-right: 16px; }
.my-16 { margin-top: 16px; margin-bottom: 16px; }
.px-16 { padding-left: 16px; padding-right: 16px; }
.py-16 { padding-top: 16px; padding-bottom: 16px; }
.mx-18 { margin-left: 18px; margin-right: 18px; }
.my-18 { margin-top: 18px; margin-bottom: 18px; }
.px-18 { padding-left: 18px; padding-right: 18px; }
.py-18 { padding-top: 18px; padding-bottom: 18px; }
.mx-20 { margin-left: 20px; margin-right: 20px; }
.my-20 { margin-top: 20px; margin-bottom: 20px; }
.px-20 { padding-left: 20px; padding-right: 20px; }
.py-20 { padding-top: 20px; padding-bottom: 20px; }
.mx-22 { margin-left: 22px; margin-right: 22px; }
.my-22 { margin-top: 22px; margin-bottom: 22px; }
.px-22 { padding-left: 22px; padding-right: 22px; }
.py-22 { padding-top: 22px; padding-bottom: 22px; }
.mx-24 { margin-left: 24px; margin-right: 24px; }
.my-24 { margin-top: 24px; margin-bottom: 24px; }
.px-24 { padding-left: 24px; padding-right: 24px; }
.py-24 { padding-top: 24px; padding-bottom: 24px; }
.mx-26 { margin-left: 26px; margin-right: 26px; }
.my-26 { margin-top: 26px; margin-bottom: 26px; }
.px-26 { padding-left: 26px; padding-right: 26px; }
.py-26 { padding-top: 26px; padding-bottom: 26px; }
.mx-28 { margin-left: 28px; margin-right: 28px; }
.my-28 { margin-top: 28px; margin-bottom: 28px; }
.px-28 { padding-left: 28px; padding-right: 28px; }
.py-28 { padding-top: 28px; padding-bottom: 28px; }
.mx-30 { margin-left: 30px; margin-right: 30px; }
.my-30 { margin-top: 30px; margin-bottom: 30px; }
.px-30 { padding-left: 30px; padding-right: 30px; }
.py-30 { padding-top: 30px; padding-bottom: 30px; }
.mx-32 { margin-left: 32px; margin-right: 32px; }
.my-32 { margin-top: 32px; margin-bottom: 32px; }
.px-32 { padding-left: 32px; padding-right: 32px; }
.py-32 { padding-top: 32px; padding-bottom: 32px; }
.mx-36 { margin-left: 36px; margin-right: 36px; }
.my-36 { margin-top: 36px; margin-bottom: 36px; }
.px-36 { padding-left: 36px; padding-right: 36px; }
.py-36 { padding-top: 36px; padding-bottom: 36px; }
.mx-40 { margin-left: 40px; margin-right: 40px; }
.my-40 { margin-top: 40px; margin-bottom: 40px; }
.px-40 { padding-left: 40px; padding-right: 40px; }
.py-40 { padding-top: 40px; padding-bottom: 40px; }
.mx-44 { margin-left: 44px; margin-right: 44px; }
.my-44 { margin-top: 44px; margin-bottom: 44px; }
.px-44 { padding-left: 44px; padding-right: 44px; }
.py-44 { padding-top: 44px; padding-bottom: 44px; }
.mx-48 { margin-left: 48px; margin-right: 48px; }
.my-48 { margin-top: 48px; margin-bottom: 48px; }
.px-48 { padding-left: 48px; padding-right: 48px; }
.py-48 { padding-top: 48px; padding-bottom: 48px; }
.mx-52 { margin-left: 52px; margin-right: 52px; }
.my-52 { margin-top: 52px; margin-bottom: 52px; }
.px-52 { padding-left: 52px; padding-right: 52px; }
.py-52 { padding-top: 52px; padding-bottom: 52px; }
.mx-56 { margin-left: 56px; margin-right: 56px; }
.my-56 { margin-top: 56px; margin-bottom: 56px; }
.px-56 { padding-left: 56px; padding-right: 56px; }
.py-56 { padding-top: 56px; padding-bottom: 56px; }
.mx-60 { margin-left: 60px; margin-right: 60px; }
.my-60 { margin-top: 60px; margin-bottom: 60px; }
.px-60 { padding-left: 60px; padding-right: 60px; }
.py-60 { padding-top: 60px; padding-bottom: 60px; }
.mx-64 { margin-left: 64px; margin-right: 64px; }
.my-64 { margin-top: 64px; margin-bottom: 64px; }
.px-64 { padding-left: 64px; padding-right: 64px; }
.py-64 { padding-top: 64px; padding-bottom: 64px; }
.mx-72 { margin-left: 72px; margin-right: 72px; }
.my-72 { margin-top: 72px; margin-bottom: 72px; }
.px-72 { padding-left: 72px; padding-right: 72px; }
.py-72 { padding-top: 72px; padding-bottom: 72px; }
.mx-80 { margin-left: 80px; margin-right: 80px; }
.my-80 { margin-top: 80px; margin-bottom: 80px; }
.px-80 { padding-left: 80px; padding-right: 80px; }
.py-80 { padding-top: 80px; padding-bottom: 80px; }
.mx-96 { margin-left: 96px; margin-right: 96px; }
.my-96 { margin-top: 96px; margin-bottom: 96px; }
.px-96 { padding-left: 96px; padding-right: 96px; }
.py-96 { padding-top: 96px; padding-bottom: 96px; }
.fs-10 { font-size: 10px; }
.fs-11 { font-size: 11px; }
.fs-12 { font-size: 12px; }
.fs-13 { font-size: 13px; }
.fs-14 { font-size: 14px; }
.fs-15 { font-size: 15px; }
.fs-16 { font-size: 16px; }
.fs-18 { font-size: 18px; }
.fs-20 { font-size: 20px; }
.fs-22 { font-size: 22px; }
.fs-24 { font-size: 24px; }
.fs-28 { font-size: 28px; }
.fs-32 { font-size: 32px; }
.fs-36 { font-size: 36px; }
.fs-40 { font-size: 40px; }
.fs-48 { font-size: 48px; }
.fs-56 { font-size: 56px; }
.fs-64 { font-size: 64px; }
.fs-72 { font-size: 72px; }
.fs-80 { font-size: 80px; }
.fs-96 { font-size: 96px; }
.fw-100 { font-weight: 100; }
.fw-200 { font-weight: 200; }
.fw-300 { font-weight: 300; }
.fw-400 { font-weight: 400; }
.fw-500 { font-weight: 500; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }
.fw-800 { font-weight: 800; }
.fw-900 { font-weight: 900; }
.lh-5 { line-height: 0.5; }
.lh-6 { line-height: 0.6; }
.lh-7 { line-height: 0.7; }
.lh-8 { line-height: 0.8; }
.lh-9 { line-height: 0.9; }
.lh-10 { line-height: 1; }
.lh-11 { line-height: 1.1; }
.lh-12 { line-height: 1.2; }
.lh-13 { line-height: 1.3; }
.lh-14 { line-height: 1.4; }
.lh-15 { line-height: 1.5; }
.lh-16 { line-height: 1.6; }
.lh-17 { line-height: 1.7; }
.lh-18 { line-height: 1.8; }
.lh-19 { line-height: 1.9; }
.lh-20 { line-height: 2; }
.float-left { float: left; }
.float-right { float: right; }
.float-none { float: none; }
.clearfix::after { content: ""; display: table; clear: both; }
.aspect-square { aspect-ratio: 1/1; }
.aspect-video { aspect-ratio: 16/9; }
.aspect-portrait { aspect-ratio: 9/16; }
.aspect-wide { aspect-ratio: 21/9; }
.aspect-ultrawide { aspect-ratio: 32/9; }
.aspect-4-3 { aspect-ratio: 4/3; }
.aspect-3-2 { aspect-ratio: 3/2; }
.object-contain { object-fit: contain; }
.object-cover { object-fit: cover; }
.object-fill { object-fit: fill; }
.object-none { object-fit: none; }
.object-scale-down { object-fit: scale-down; }
.pointer-events-none { pointer-events: none; }
.pointer-events-auto { pointer-events: auto; }
.select-none { user-select: none; }
.select-text { user-select: text; }
.select-all { user-select: all; }
.whitespace-normal { white-space: normal; }
.whitespace-nowrap { white-space: nowrap; }
.whitespace-pre { white-space: pre; }
.whitespace-pre-line { white-space: pre-line; }
.whitespace-pre-wrap { white-space: pre-wrap; }
.break-normal { word-break: normal; overflow-wrap: normal; }
.break-words { overflow-wrap: break-word; }
.break-all { word-break: break-all; }
.underline { text-decoration: underline; }
.line-through { text-decoration: line-through; }
.no-underline { text-decoration: none; }
.overline { text-decoration: overline; }
.uppercase { text-transform: uppercase; }
.lowercase { text-transform: lowercase; }
.capitalize { text-transform: capitalize; }
.normal-case { text-transform: none; }
.list-none { list-style: none; }
.list-disc { list-style: disc; }
.list-circle { list-style: circle; }
.list-square { list-style: square; }
.list-decimal { list-style: decimal; }
.list-lowerroman { list-style: lower-roman; }
.list-upperroman { list-style: upper-roman; }
.list-loweralpha { list-style: lower-alpha; }
.list-upperalpha { list-style: upper-alpha; }
.scale-90 { transform: scale(0.9); }
.scale-100 { transform: scale(1); }
.scale-110 { transform: scale(1.1); }
.scale-125 { transform: scale(1.25); }
.scale-150 { transform: scale(1.5); }
.rotate-90 { transform: rotate(90deg); }
.rotate-180 { transform: rotate(180deg); }
.rotate-270 { transform: rotate(270deg); }
.flip-h { transform: scaleX(-1); }
.flip-v { transform: scaleY(-1); }
.mix-blend-normal { mix-blend-mode: normal; }
.mix-blend-multiply { mix-blend-mode: multiply; }
.mix-blend-screen { mix-blend-mode: screen; }
.mix-blend-overlay { mix-blend-mode: overlay; }
.mix-blend-darken { mix-blend-mode: darken; }
.mix-blend-lighten { mix-blend-mode: lighten; }
.mix-blend-color-dodge { mix-blend-mode: color-dodge; }
.mix-blend-color-burn { mix-blend-mode: color-burn; }
.mix-blend-hard-light { mix-blend-mode: hard-light; }
.mix-blend-soft-light { mix-blend-mode: soft-light; }
.mix-blend-difference { mix-blend-mode: difference; }
.mix-blend-exclusion { mix-blend-mode: exclusion; }
.mix-blend-hue { mix-blend-mode: hue; }
.mix-blend-saturation { mix-blend-mode: saturation; }
.mix-blend-color { mix-blend-mode: color; }
.mix-blend-luminosity { mix-blend-mode: luminosity; }
.bg-blend-normal { background-blend-mode: normal; }
.bg-blend-multiply { background-blend-mode: multiply; }
.bg-blend-screen { background-blend-mode: screen; }
.bg-blend-overlay { background-blend-mode: overlay; }
.bg-blend-darken { background-blend-mode: darken; }
.bg-blend-lighten { background-blend-mode: lighten; }
.bg-blend-color-dodge { background-blend-mode: color-dodge; }
.bg-blend-color-burn { background-blend-mode: color-burn; }
.bg-blend-hard-light { background-blend-mode: hard-light; }
.bg-blend-soft-light { background-blend-mode: soft-light; }
.bg-blend-difference { background-blend-mode: difference; }
.bg-blend-exclusion { background-blend-mode: exclusion; }
.bg-blend-hue { background-blend-mode: hue; }
.bg-blend-saturation { background-blend-mode: saturation; }
.bg-blend-color { background-blend-mode: color; }
.bg-blend-luminosity { background-blend-mode: luminosity; }
.backdrop-blur { backdrop-filter: blur(1); }
.backdrop-brightness { backdrop-filter: brightness(1); }
.backdrop-contrast { backdrop-filter: contrast(1); }
.backdrop-grayscale { backdrop-filter: grayscale(1); }
.backdrop-huerotate { backdrop-filter: hue-rotate(1); }
.backdrop-invert { backdrop-filter: invert(1); }
.backdrop-opacity { backdrop-filter: opacity(1); }
.backdrop-saturate { backdrop-filter: saturate(1); }
.backdrop-sepia { backdrop-filter: sepia(1); }
.origin-center { transform-origin: center; }
.origin-top { transform-origin: top; }
.origin-bottom { transform-origin: bottom; }
.origin-left { transform-origin: left; }
.origin-right { transform-origin: right; }
.origin-topleft { transform-origin: top-left; }
.origin-topright { transform-origin: top-right; }
.origin-bottomleft { transform-origin: bottom-left; }
.origin-bottomright { transform-origin: bottom-right; }
.filter-blur-sm { filter: blur(4px); }
.filter-blur { filter: blur(8px); }
.filter-blur-lg { filter: blur(16px); }
.filter-blur-xl { filter: blur(24px); }
.filter-brightness-50 { filter: brightness(0.5); }
.filter-brightness-75 { filter: brightness(0.75); }
.filter-brightness-100 { filter: brightness(1); }
.filter-brightness-125 { filter: brightness(1.25); }
.filter-brightness-150 { filter: brightness(1.5); }
.filter-brightness-200 { filter: brightness(2); }
.border-box { box-sizing: border-box; }
.content-box { box-sizing: content-box; }
.cols-1 { columns: 1; }
.cols-2 { columns: 2; }
.cols-3 { columns: 3; }
.cols-4 { columns: 4; }
.cols-5 { columns: 5; }
.cols-6 { columns: 6; }
.isolate { isolation: isolate; }
@keyframes bounceUp {
  0%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 55% { transform: translateY(-15px); } 70% { transform: translateY(-5px); } 85% { transform: translateY(-2px); }
}
@keyframes bounceDown {
  0%, 100% { transform: translateY(0); } 40% { transform: translateY(30px); } 55% { transform: translateY(15px); } 70% { transform: translateY(5px); } 85% { transform: translateY(2px); }
}
@keyframes bounceLeft {
  0%, 100% { transform: translateX(0); } 40% { transform: translateX(-30px); } 55% { transform: translateX(-15px); } 70% { transform: translateX(-5px); } 85% { transform: translateX(-2px); }
}
@keyframes bounceRight {
  0%, 100% { transform: translateX(0); } 40% { transform: translateX(30px); } 55% { transform: translateX(15px); } 70% { transform: translateX(5px); } 85% { transform: translateX(2px); }
}
@keyframes fadeInUpBigger {
  0% { opacity: 0; transform: translateY(200px); } 100% { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInDownBigger {
  0% { opacity: 0; transform: translateY(-200px); } 100% { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInLeftBigger {
  0% { opacity: 0; transform: translateX(-200px); } 100% { opacity: 1; transform: translateX(0); }
}
@keyframes fadeInRightBigger {
  0% { opacity: 0; transform: translateX(200px); } 100% { opacity: 1; transform: translateX(0); }
}
@keyframes fadeOutUpBigger {
  0% { opacity: 1; transform: translateY(0); } 100% { opacity: 0; transform: translateY(-200px); }
}
@keyframes fadeOutDownBigger {
  0% { opacity: 1; transform: translateY(0); } 100% { opacity: 0; transform: translateY(200px); }
}
@keyframes fadeOutLeftBigger {
  0% { opacity: 1; transform: translateX(0); } 100% { opacity: 0; transform: translateX(-200px); }
}
@keyframes fadeOutRightBigger {
  0% { opacity: 1; transform: translateX(0); } 100% { opacity: 0; transform: translateX(200px); }
}
@keyframes zoomInUpBig {
  0% { opacity: 0; transform: scale(0.3) translateY(200px); } 100% { opacity: 1; transform: scale(1) translateY(0); }
}
@keyframes zoomInDownBig {
  0% { opacity: 0; transform: scale(0.3) translateY(-200px); } 100% { opacity: 1; transform: scale(1) translateY(0); }
}
@keyframes zoomInLeftBig {
  0% { opacity: 0; transform: scale(0.3) translateX(-200px); } 100% { opacity: 1; transform: scale(1) translateX(0); }
}
@keyframes zoomInRightBig {
  0% { opacity: 0; transform: scale(0.3) translateX(200px); } 100% { opacity: 1; transform: scale(1) translateX(0); }
}
@keyframes zoomOutUpBig {
  0% { opacity: 1; transform: scale(1) translateY(0); } 100% { opacity: 0; transform: scale(0.3) translateY(-200px); }
}
@keyframes zoomOutDownBig {
  0% { opacity: 1; transform: scale(1) translateY(0); } 100% { opacity: 0; transform: scale(0.3) translateY(200px); }
}
@keyframes zoomOutLeftBig {
  0% { opacity: 1; transform: scale(1) translateX(0); } 100% { opacity: 0; transform: scale(0.3) translateX(-200px); }
}
@keyframes zoomOutRightBig {
  0% { opacity: 1; transform: scale(1) translateX(0); } 100% { opacity: 0; transform: scale(0.3) translateX(200px); }
}
@keyframes hingeLeft {
  0% { transform: rotate(0); transform-origin: left center; } 20% { transform: rotate(15deg); } 40% { transform: rotate(-10deg); } 60% { transform: rotate(5deg); } 80% { transform: rotate(-5deg); } 100% { opacity: 0; transform: rotate(90deg); }
}
@keyframes hingeRight {
  0% { transform: rotate(0); transform-origin: right center; } 20% { transform: rotate(-15deg); } 40% { transform: rotate(10deg); } 60% { transform: rotate(-5deg); } 80% { transform: rotate(5deg); } 100% { opacity: 0; transform: rotate(-90deg); }
}
@keyframes spinIn {
  0% { opacity: 0; transform: rotate(-360deg) scale(0); } 100% { opacity: 1; transform: rotate(0) scale(1); }
}
@keyframes spinOut {
  0% { opacity: 1; transform: rotate(0) scale(1); } 100% { opacity: 0; transform: rotate(360deg) scale(0); }
}
@keyframes perspectiveInUp {
  0% { opacity: 0; transform: perspective(800px) rotateX(-90deg); } 100% { opacity: 1; transform: perspective(800px) rotateX(0); }
}
@keyframes perspectiveInDown {
  0% { opacity: 0; transform: perspective(800px) rotateX(90deg); } 100% { opacity: 1; transform: perspective(800px) rotateX(0); }
}
@keyframes perspectiveInLeft {
  0% { opacity: 0; transform: perspective(800px) rotateY(90deg); } 100% { opacity: 1; transform: perspective(800px) rotateY(0); }
}
@keyframes perspectiveInRight {
  0% { opacity: 0; transform: perspective(800px) rotateY(-90deg); } 100% { opacity: 1; transform: perspective(800px) rotateY(0); }
}
@keyframes perspectiveOutUp {
  0% { opacity: 1; transform: perspective(800px) rotateX(0); } 100% { opacity: 0; transform: perspective(800px) rotateX(90deg); }
}
@keyframes perspectiveOutDown {
  0% { opacity: 1; transform: perspective(800px) rotateX(0); } 100% { opacity: 0; transform: perspective(800px) rotateX(-90deg); }
}
@keyframes perspectiveOutLeft {
  0% { opacity: 1; transform: perspective(800px) rotateY(0); } 100% { opacity: 0; transform: perspective(800px) rotateY(-90deg); }
}
@keyframes perspectiveOutRight {
  0% { opacity: 1; transform: perspective(800px) rotateY(0); } 100% { opacity: 0; transform: perspective(800px) rotateY(90deg); }
}
@keyframes glitchHorizontal {
  0% { transform: translate(0); } 10% { transform: translate(-5px, 0); } 20% { transform: translate(5px, 0); } 30% { transform: translate(-3px, 0); } 40% { transform: translate(3px, 0); } 50% { transform: translate(0); } 60% { transform: translate(-2px, 0); } 70% { transform: translate(2px, 0); } 80% { transform: translate(0); }
}
@keyframes glitchVertical {
  0% { transform: translate(0); } 10% { transform: translate(0, -5px); } 20% { transform: translate(0, 5px); } 30% { transform: translate(0, -3px); } 40% { transform: translate(0, 3px); } 50% { transform: translate(0); } 60% { transform: translate(0, -2px); } 70% { transform: translate(0, 2px); } 80% { transform: translate(0); }
}
@keyframes glitchSkew {
  0% { transform: skew(0); } 10% { transform: skew(5deg); } 20% { transform: skew(-5deg); } 30% { transform: skew(3deg); } 40% { transform: skew(-3deg); } 50% { transform: skew(0); }
}
@keyframes slideDownReveal {
  0% { max-height: 0; opacity: 0; } 100% { max-height: 500px; opacity: 1; }
}
@keyframes slideUpReveal {
  0% { max-height: 500px; opacity: 1; } 100% { max-height: 0; opacity: 0; }
}
@keyframes widthReveal {
  0% { width: 0; overflow: hidden; } 100% { width: 100%; overflow: visible; }
}
@keyframes expandHorizontal {
  0% { transform: scaleX(0); } 100% { transform: scaleX(1); }
}
@keyframes expandVertical {
  0% { transform: scaleY(0); } 100% { transform: scaleY(1); }
}
@keyframes shrinkHorizontal {
  0% { transform: scaleX(1); } 100% { transform: scaleX(0); }
}
@keyframes shrinkVertical {
  0% { transform: scaleY(1); } 100% { transform: scaleY(0); }
}
@keyframes fadeScaleIn {
  0% { opacity: 0; transform: scale(0.5) rotate(-10deg); } 100% { opacity: 1; transform: scale(1) rotate(0); }
}
@keyframes fadeScaleOut {
  0% { opacity: 1; transform: scale(1) rotate(0); } 100% { opacity: 0; transform: scale(0.5) rotate(10deg); }
}
@keyframes blurInUp {
  0% { opacity: 0; filter: blur(20px); transform: translateY(30px); } 100% { opacity: 1; filter: blur(0); transform: translateY(0); }
}
@keyframes blurInDown {
  0% { opacity: 0; filter: blur(20px); transform: translateY(-30px); } 100% { opacity: 1; filter: blur(0); transform: translateY(0); }
}
@keyframes blurOutUp {
  0% { opacity: 1; filter: blur(0); transform: translateY(0); } 100% { opacity: 0; filter: blur(20px); transform: translateY(-30px); }
}
@keyframes blurOutDown {
  0% { opacity: 1; filter: blur(0); transform: translateY(0); } 100% { opacity: 0; filter: blur(20px); transform: translateY(30px); }
}
@keyframes flashColor {
  0% { color: var(--primary); } 25% { color: var(--accent); } 50% { color: #fff; } 75% { color: var(--accent); } 100% { color: var(--primary); }
}
@keyframes rainbowBg {
  0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; }
}
@keyframes stripeMove {
  0% { background-position: 0 0; } 100% { background-position: 40px 0; }
}
@keyframes pulseBorderColor {
  0% { border-color: var(--primary); } 33% { border-color: var(--accent); } 66% { border-color: var(--primary-hover); } 100% { border-color: var(--primary); }
}
@keyframes pulseBgColor {
  0% { background-color: var(--primary); } 33% { background-color: var(--accent); } 66% { background-color: var(--primary-hover); } 100% { background-color: var(--primary); }
}
@keyframes pulseShadow {
  0% { box-shadow: 0 0 0 0 var(--primary-glow); } 70% { box-shadow: 0 0 0 10px transparent; } 100% { box-shadow: 0 0 0 0 transparent; }
}
body.theme-rose {
  --primary: #ff69b4;
  --accent: #db2f9a;
  --primary-hover: #ff8ec9;
  --primary-glow: rgba(255,105,180,0.4);
  --bg-primary: #0a0006;
  --bg-card: #14000c;
  --border-color: #2a0018;
  --text-secondary: #ffb3d9;
}
body.theme-sky {
  --primary: #87ceeb;
  --accent: #5ba3d9;
  --primary-hover: #a8d8f0;
  --primary-glow: rgba(135,206,235,0.4);
  --bg-primary: #00060a;
  --bg-card: #000d14;
  --border-color: #001a28;
  --text-secondary: #b3ddee;
}
body.theme-lime {
  --primary: #32cd32;
  --accent: #28a428;
  --primary-hover: #5cd65c;
  --primary-glow: rgba(50,205,50,0.4);
  --bg-primary: #000a00;
  --bg-card: #001400;
  --border-color: #002800;
  --text-secondary: #99e699;
}
body.theme-coral {
  --primary: #ff7f50;
  --accent: #cc6540;
  --primary-hover: #ff9a70;
  --primary-glow: rgba(255,127,80,0.4);
  --bg-primary: #0a0402;
  --bg-card: #140804;
  --border-color: #2a1008;
  --text-secondary: #ffbfa8;
}
body.theme-teal {
  --primary: #008080;
  --accent: #006666;
  --primary-hover: #009999;
  --primary-glow: rgba(0,128,128,0.4);
  --bg-primary: #000606;
  --bg-card: #000c0c;
  --border-color: #001818;
  --text-secondary: #80cccc;
}
body.theme-indigo {
  --primary: #4b0082;
  --accent: #3a0066;
  --primary-hover: #5c00a3;
  --primary-glow: rgba(75,0,130,0.4);
  --bg-primary: #04000a;
  --bg-card: #080014;
  --border-color: #100028;
  --text-secondary: #b380d9;
}
body.theme-tomato {
  --primary: #ff6347;
  --accent: #cc4f38;
  --primary-hover: #ff826b;
  --primary-glow: rgba(255,99,71,0.4);
  --bg-primary: #0a0200;
  --bg-card: #140400;
  --border-color: #2a0a00;
  --text-secondary: #ffb8a8;
}
body.theme-slate {
  --primary: #708090;
  --accent: #5a6673;
  --primary-hover: #8a96a3;
  --primary-glow: rgba(112,128,144,0.4);
  --bg-primary: #040608;
  --bg-card: #080c10;
  --border-color: #101820;
  --text-secondary: #b8c4cc;
}
body.theme-peach {
  --primary: #ffdab9;
  --accent: #ccae8e;
  --primary-hover: #ffe4cc;
  --primary-glow: rgba(255,218,185,0.4);
  --bg-primary: #080604;
  --bg-card: #100c08;
  --border-color: #201810;
  --text-secondary: #ffe8d4;
}
body.theme-mint {
  --primary: #98ff98;
  --accent: #7acc7a;
  --primary-hover: #b2ffb2;
  --primary-glow: rgba(152,255,152,0.4);
  --bg-primary: #000804;
  --bg-card: #001008;
  --border-color: #002010;
  --text-secondary: #ccffcc;
}
body.theme-lavender {
  --primary: #e6e6fa;
  --accent: #b8b8cc;
  --primary-hover: #f0f0ff;
  --primary-glow: rgba(230,230,250,0.4);
  --bg-primary: #060608;
  --bg-card: #0c0c10;
  --border-color: #181820;
  --text-secondary: #e6e6f0;
}
body.theme-apricot {
  --primary: #fbceb1;
  --accent: #c8a48a;
  --primary-hover: #fcdbc4;
  --primary-glow: rgba(251,206,177,0.4);
  --bg-primary: #080604;
  --bg-card: #100c08;
  --border-color: #201810;
  --text-secondary: #fce4cc;
}
body.theme-azure {
  --primary: #007fff;
  --accent: #0066cc;
  --primary-hover: #3399ff;
  --primary-glow: rgba(0,127,255,0.4);
  --bg-primary: #00040a;
  --bg-card: #000814;
  --border-color: #001028;
  --text-secondary: #80bfff;
}
.justify-flex-start { justify-content: flex-start !important; }
.justify-flex-end { justify-content: flex-end !important; }
.justify-center { justify-content: center !important; }
.justify-space-between { justify-content: space-between !important; }
.justify-space-around { justify-content: space-around !important; }
.justify-space-evenly { justify-content: space-evenly !important; }
.justify-stretch { justify-content: stretch !important; }
.justify-baseline { justify-content: baseline !important; }
.justify-normal { justify-content: normal !important; }
.justify-inherit { justify-content: inherit !important; }
.justify-initial { justify-content: initial !important; }
.items-flex-start { align-items: flex-start !important; }
.items-flex-end { align-items: flex-end !important; }
.items-center { align-items: center !important; }
.items-baseline { align-items: baseline !important; }
.items-stretch { align-items: stretch !important; }
.items-normal { align-items: normal !important; }
.items-inherit { align-items: inherit !important; }
.items-initial { align-items: initial !important; }
.items-self-start { align-items: self-start !important; }
.items-self-end { align-items: self-end !important; }
.self-flex-start { align-self: flex-start !important; }
.self-flex-end { align-self: flex-end !important; }
.self-center { align-self: center !important; }
.self-baseline { align-self: baseline !important; }
.self-stretch { align-self: stretch !important; }
.self-normal { align-self: normal !important; }
.self-inherit { align-self: inherit !important; }
.self-initial { align-self: initial !important; }
.self-self-start { align-self: self-start !important; }
.self-self-end { align-self: self-end !important; }
.flex-row { flex-direction: row !important; }
.flex-row-reverse { flex-direction: row-reverse !important; }
.flex-column { flex-direction: column !important; }
.flex-column-reverse { flex-direction: column-reverse !important; }
.flex-nowrap { flex-wrap: nowrap !important; }
.flex-wrap { flex-wrap: wrap !important; }
.flex-wrap-reverse { flex-wrap: wrap-reverse !important; }
.flex-grow-0 { flex-grow: 0; }
.flex-shrink-0 { flex-shrink: 0; }
.flex-grow-1 { flex-grow: 1; }
.flex-shrink-1 { flex-shrink: 1; }
.flex-grow-2 { flex-grow: 2; }
.flex-shrink-2 { flex-shrink: 2; }
.flex-grow-3 { flex-grow: 3; }
.flex-shrink-3 { flex-shrink: 3; }
.flex-grow-4 { flex-grow: 4; }
.flex-shrink-4 { flex-shrink: 4; }
.flex-grow-5 { flex-grow: 5; }
.flex-shrink-5 { flex-shrink: 5; }
.flex-grow-6 { flex-grow: 6; }
.flex-shrink-6 { flex-shrink: 6; }
.flex-grow-7 { flex-grow: 7; }
.flex-shrink-7 { flex-shrink: 7; }
.flex-grow-8 { flex-grow: 8; }
.flex-shrink-8 { flex-shrink: 8; }
.flex-grow-9 { flex-grow: 9; }
.flex-shrink-9 { flex-shrink: 9; }
.flex-grow-10 { flex-grow: 10; }
.flex-shrink-10 { flex-shrink: 10; }
.flex-basis-auto { flex-basis: auto; }
.flex-basis-0 { flex-basis: 0; }
.flex-basis-25p { flex-basis: 25%; }
.flex-basis-50p { flex-basis: 50%; }
.flex-basis-75p { flex-basis: 75%; }
.flex-basis-100p { flex-basis: 100%; }
.flex-basis-33_333p { flex-basis: 33.333%; }
.flex-basis-66_666p { flex-basis: 66.666%; }
.grid-cols-none { grid-template-columns: none; }
.grid-cols-auto { grid-template-columns: auto; }
.grid-cols-1fr { grid-template-columns: 1fr; }
.grid-cols-repeat21fr { grid-template-columns: repeat(2, 1fr); }
.grid-cols-repeat31fr { grid-template-columns: repeat(3, 1fr); }
.grid-cols-repeat41fr { grid-template-columns: repeat(4, 1fr); }
.grid-cols-repeat51fr { grid-template-columns: repeat(5, 1fr); }
.grid-cols-repeat61fr { grid-template-columns: repeat(6, 1fr); }
.grid-cols-repeat121fr { grid-template-columns: repeat(12, 1fr); }
.grid-cols-minmax200px1fr { grid-template-columns: minmax(200px, 1fr); }
.grid-cols-repeatautofillminmax250px1fr { grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); }
.grid-cols-repeatautofitminmax300px1fr { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.col-span-1 { grid-column: span 1; }
.col-start-1 { grid-column-start: 1; }
.col-end-1 { grid-column-end: 1; }
.row-span-1 { grid-row: span 1; }
.row-start-1 { grid-row-start: 1; }
.row-end-1 { grid-row-end: 1; }
.col-span-2 { grid-column: span 2; }
.col-start-2 { grid-column-start: 2; }
.col-end-2 { grid-column-end: 2; }
.row-span-2 { grid-row: span 2; }
.row-start-2 { grid-row-start: 2; }
.row-end-2 { grid-row-end: 2; }
.col-span-3 { grid-column: span 3; }
.col-start-3 { grid-column-start: 3; }
.col-end-3 { grid-column-end: 3; }
.row-span-3 { grid-row: span 3; }
.row-start-3 { grid-row-start: 3; }
.row-end-3 { grid-row-end: 3; }
.col-span-4 { grid-column: span 4; }
.col-start-4 { grid-column-start: 4; }
.col-end-4 { grid-column-end: 4; }
.row-span-4 { grid-row: span 4; }
.row-start-4 { grid-row-start: 4; }
.row-end-4 { grid-row-end: 4; }
.col-span-5 { grid-column: span 5; }
.col-start-5 { grid-column-start: 5; }
.col-end-5 { grid-column-end: 5; }
.row-span-5 { grid-row: span 5; }
.row-start-5 { grid-row-start: 5; }
.row-end-5 { grid-row-end: 5; }
.col-span-6 { grid-column: span 6; }
.col-start-6 { grid-column-start: 6; }
.col-end-6 { grid-column-end: 6; }
.row-span-6 { grid-row: span 6; }
.row-start-6 { grid-row-start: 6; }
.row-end-6 { grid-row-end: 6; }
.col-span-7 { grid-column: span 7; }
.col-start-7 { grid-column-start: 7; }
.col-end-7 { grid-column-end: 7; }
.row-span-7 { grid-row: span 7; }
.row-start-7 { grid-row-start: 7; }
.row-end-7 { grid-row-end: 7; }
.col-span-8 { grid-column: span 8; }
.col-start-8 { grid-column-start: 8; }
.col-end-8 { grid-column-end: 8; }
.row-span-8 { grid-row: span 8; }
.row-start-8 { grid-row-start: 8; }
.row-end-8 { grid-row-end: 8; }
.col-span-9 { grid-column: span 9; }
.col-start-9 { grid-column-start: 9; }
.col-end-9 { grid-column-end: 9; }
.row-span-9 { grid-row: span 9; }
.row-start-9 { grid-row-start: 9; }
.row-end-9 { grid-row-end: 9; }
.col-span-10 { grid-column: span 10; }
.col-start-10 { grid-column-start: 10; }
.col-end-10 { grid-column-end: 10; }
.row-span-10 { grid-row: span 10; }
.row-start-10 { grid-row-start: 10; }
.row-end-10 { grid-row-end: 10; }
.col-span-11 { grid-column: span 11; }
.col-start-11 { grid-column-start: 11; }
.col-end-11 { grid-column-end: 11; }
.row-span-11 { grid-row: span 11; }
.row-start-11 { grid-row-start: 11; }
.row-end-11 { grid-row-end: 11; }
.col-span-12 { grid-column: span 12; }
.col-start-12 { grid-column-start: 12; }
.col-end-12 { grid-column-end: 12; }
.row-span-12 { grid-row: span 12; }
.row-start-12 { grid-row-start: 12; }
.row-end-12 { grid-row-end: 12; }
.order-0 { order: 0; }
.order-1 { order: 1; }
.order-2 { order: 2; }
.order-3 { order: 3; }
.order-4 { order: 4; }
.order-5 { order: 5; }
.order-6 { order: 6; }
.order-7 { order: 7; }
.order-8 { order: 8; }
.order-9 { order: 9; }
.order-10 { order: 10; }
.order-11 { order: 11; }
.order-12 { order: 12; }
.gap-0 { gap: 0px; }
.gap-x-0 { column-gap: 0px; }
.gap-y-0 { row-gap: 0px; }
.gap-1 { gap: 1px; }
.gap-x-1 { column-gap: 1px; }
.gap-y-1 { row-gap: 1px; }
.gap-2 { gap: 2px; }
.gap-x-2 { column-gap: 2px; }
.gap-y-2 { row-gap: 2px; }
.gap-3 { gap: 3px; }
.gap-x-3 { column-gap: 3px; }
.gap-y-3 { row-gap: 3px; }
.gap-4 { gap: 4px; }
.gap-x-4 { column-gap: 4px; }
.gap-y-4 { row-gap: 4px; }
.gap-5 { gap: 5px; }
.gap-x-5 { column-gap: 5px; }
.gap-y-5 { row-gap: 5px; }
.gap-6 { gap: 6px; }
.gap-x-6 { column-gap: 6px; }
.gap-y-6 { row-gap: 6px; }
.gap-7 { gap: 7px; }
.gap-x-7 { column-gap: 7px; }
.gap-y-7 { row-gap: 7px; }
.gap-8 { gap: 8px; }
.gap-x-8 { column-gap: 8px; }
.gap-y-8 { row-gap: 8px; }
.gap-9 { gap: 9px; }
.gap-x-9 { column-gap: 9px; }
.gap-y-9 { row-gap: 9px; }
.gap-10 { gap: 10px; }
.gap-x-10 { column-gap: 10px; }
.gap-y-10 { row-gap: 10px; }
.gap-12 { gap: 12px; }
.gap-x-12 { column-gap: 12px; }
.gap-y-12 { row-gap: 12px; }
.gap-14 { gap: 14px; }
.gap-x-14 { column-gap: 14px; }
.gap-y-14 { row-gap: 14px; }
.gap-16 { gap: 16px; }
.gap-x-16 { column-gap: 16px; }
.gap-y-16 { row-gap: 16px; }
.gap-18 { gap: 18px; }
.gap-x-18 { column-gap: 18px; }
.gap-y-18 { row-gap: 18px; }
.gap-20 { gap: 20px; }
.gap-x-20 { column-gap: 20px; }
.gap-y-20 { row-gap: 20px; }
.gap-24 { gap: 24px; }
.gap-x-24 { column-gap: 24px; }
.gap-y-24 { row-gap: 24px; }
.gap-28 { gap: 28px; }
.gap-x-28 { column-gap: 28px; }
.gap-y-28 { row-gap: 28px; }
.gap-32 { gap: 32px; }
.gap-x-32 { column-gap: 32px; }
.gap-y-32 { row-gap: 32px; }
.gap-36 { gap: 36px; }
.gap-x-36 { column-gap: 36px; }
.gap-y-36 { row-gap: 36px; }
.gap-40 { gap: 40px; }
.gap-x-40 { column-gap: 40px; }
.gap-y-40 { row-gap: 40px; }
.gap-48 { gap: 48px; }
.gap-x-48 { column-gap: 48px; }
.gap-y-48 { row-gap: 48px; }
.gap-56 { gap: 56px; }
.gap-x-56 { column-gap: 56px; }
.gap-y-56 { row-gap: 56px; }
.gap-64 { gap: 64px; }
.gap-x-64 { column-gap: 64px; }
.gap-y-64 { row-gap: 64px; }
.m-0 { margin: 0px; }
.mt-0 { margin-top: 0px; }
.mr-0 { margin-right: 0px; }
.mb-0 { margin-bottom: 0px; }
.ml-0 { margin-left: 0px; }
.mx-0 { margin-left: 0px; margin-right: 0px; }
.my-0 { margin-top: 0px; margin-bottom: 0px; }
.p-0 { padding: 0px; }
.pt-0 { padding-top: 0px; }
.pr-0 { padding-right: 0px; }
.pb-0 { padding-bottom: 0px; }
.pl-0 { padding-left: 0px; }
.px-0 { padding-left: 0px; padding-right: 0px; }
.py-0 { padding-top: 0px; padding-bottom: 0px; }
.m-2 { margin: 2px; }
.mt-2 { margin-top: 2px; }
.mr-2 { margin-right: 2px; }
.mb-2 { margin-bottom: 2px; }
.ml-2 { margin-left: 2px; }
.mx-2 { margin-left: 2px; margin-right: 2px; }
.my-2 { margin-top: 2px; margin-bottom: 2px; }
.p-2 { padding: 2px; }
.pt-2 { padding-top: 2px; }
.pr-2 { padding-right: 2px; }
.pb-2 { padding-bottom: 2px; }
.pl-2 { padding-left: 2px; }
.px-2 { padding-left: 2px; padding-right: 2px; }
.py-2 { padding-top: 2px; padding-bottom: 2px; }
.m-4 { margin: 4px; }
.mt-4 { margin-top: 4px; }
.mr-4 { margin-right: 4px; }
.mb-4 { margin-bottom: 4px; }
.ml-4 { margin-left: 4px; }
.mx-4 { margin-left: 4px; margin-right: 4px; }
.my-4 { margin-top: 4px; margin-bottom: 4px; }
.p-4 { padding: 4px; }
.pt-4 { padding-top: 4px; }
.pr-4 { padding-right: 4px; }
.pb-4 { padding-bottom: 4px; }
.pl-4 { padding-left: 4px; }
.px-4 { padding-left: 4px; padding-right: 4px; }
.py-4 { padding-top: 4px; padding-bottom: 4px; }
.m-6 { margin: 6px; }
.mt-6 { margin-top: 6px; }
.mr-6 { margin-right: 6px; }
.mb-6 { margin-bottom: 6px; }
.ml-6 { margin-left: 6px; }
.mx-6 { margin-left: 6px; margin-right: 6px; }
.my-6 { margin-top: 6px; margin-bottom: 6px; }
.p-6 { padding: 6px; }
.pt-6 { padding-top: 6px; }
.pr-6 { padding-right: 6px; }
.pb-6 { padding-bottom: 6px; }
.pl-6 { padding-left: 6px; }
.px-6 { padding-left: 6px; padding-right: 6px; }
.py-6 { padding-top: 6px; padding-bottom: 6px; }
.m-8 { margin: 8px; }
.mt-8 { margin-top: 8px; }
.mr-8 { margin-right: 8px; }
.mb-8 { margin-bottom: 8px; }
.ml-8 { margin-left: 8px; }
.mx-8 { margin-left: 8px; margin-right: 8px; }
.my-8 { margin-top: 8px; margin-bottom: 8px; }
.p-8 { padding: 8px; }
.pt-8 { padding-top: 8px; }
.pr-8 { padding-right: 8px; }
.pb-8 { padding-bottom: 8px; }
.pl-8 { padding-left: 8px; }
.px-8 { padding-left: 8px; padding-right: 8px; }
.py-8 { padding-top: 8px; padding-bottom: 8px; }
.m-10 { margin: 10px; }
.mt-10 { margin-top: 10px; }
.mr-10 { margin-right: 10px; }
.mb-10 { margin-bottom: 10px; }
.ml-10 { margin-left: 10px; }
.mx-10 { margin-left: 10px; margin-right: 10px; }
.my-10 { margin-top: 10px; margin-bottom: 10px; }
.p-10 { padding: 10px; }
.pt-10 { padding-top: 10px; }
.pr-10 { padding-right: 10px; }
.pb-10 { padding-bottom: 10px; }
.pl-10 { padding-left: 10px; }
.px-10 { padding-left: 10px; padding-right: 10px; }
.py-10 { padding-top: 10px; padding-bottom: 10px; }
.m-12 { margin: 12px; }
.mt-12 { margin-top: 12px; }
.mr-12 { margin-right: 12px; }
.mb-12 { margin-bottom: 12px; }
.ml-12 { margin-left: 12px; }
.mx-12 { margin-left: 12px; margin-right: 12px; }
.my-12 { margin-top: 12px; margin-bottom: 12px; }
.p-12 { padding: 12px; }
.pt-12 { padding-top: 12px; }
.pr-12 { padding-right: 12px; }
.pb-12 { padding-bottom: 12px; }
.pl-12 { padding-left: 12px; }
.px-12 { padding-left: 12px; padding-right: 12px; }
.py-12 { padding-top: 12px; padding-bottom: 12px; }
.m-14 { margin: 14px; }
.mt-14 { margin-top: 14px; }
.mr-14 { margin-right: 14px; }
.mb-14 { margin-bottom: 14px; }
.ml-14 { margin-left: 14px; }
.mx-14 { margin-left: 14px; margin-right: 14px; }
.my-14 { margin-top: 14px; margin-bottom: 14px; }
.p-14 { padding: 14px; }
.pt-14 { padding-top: 14px; }
.pr-14 { padding-right: 14px; }
.pb-14 { padding-bottom: 14px; }
.pl-14 { padding-left: 14px; }
.px-14 { padding-left: 14px; padding-right: 14px; }
.py-14 { padding-top: 14px; padding-bottom: 14px; }
.m-16 { margin: 16px; }
.mt-16 { margin-top: 16px; }
.mr-16 { margin-right: 16px; }
.mb-16 { margin-bottom: 16px; }
.ml-16 { margin-left: 16px; }
.mx-16 { margin-left: 16px; margin-right: 16px; }
.my-16 { margin-top: 16px; margin-bottom: 16px; }
.p-16 { padding: 16px; }
.pt-16 { padding-top: 16px; }
.pr-16 { padding-right: 16px; }
.pb-16 { padding-bottom: 16px; }
.pl-16 { padding-left: 16px; }
.px-16 { padding-left: 16px; padding-right: 16px; }
.py-16 { padding-top: 16px; padding-bottom: 16px; }
.m-18 { margin: 18px; }
.mt-18 { margin-top: 18px; }
.mr-18 { margin-right: 18px; }
.mb-18 { margin-bottom: 18px; }
.ml-18 { margin-left: 18px; }
.mx-18 { margin-left: 18px; margin-right: 18px; }
.my-18 { margin-top: 18px; margin-bottom: 18px; }
.p-18 { padding: 18px; }
.pt-18 { padding-top: 18px; }
.pr-18 { padding-right: 18px; }
.pb-18 { padding-bottom: 18px; }
.pl-18 { padding-left: 18px; }
.px-18 { padding-left: 18px; padding-right: 18px; }
.py-18 { padding-top: 18px; padding-bottom: 18px; }
.m-20 { margin: 20px; }
.mt-20 { margin-top: 20px; }
.mr-20 { margin-right: 20px; }
.mb-20 { margin-bottom: 20px; }
.ml-20 { margin-left: 20px; }
.mx-20 { margin-left: 20px; margin-right: 20px; }
.my-20 { margin-top: 20px; margin-bottom: 20px; }
.p-20 { padding: 20px; }
.pt-20 { padding-top: 20px; }
.pr-20 { padding-right: 20px; }
.pb-20 { padding-bottom: 20px; }
.pl-20 { padding-left: 20px; }
.px-20 { padding-left: 20px; padding-right: 20px; }
.py-20 { padding-top: 20px; padding-bottom: 20px; }
.m-22 { margin: 22px; }
.mt-22 { margin-top: 22px; }
.mr-22 { margin-right: 22px; }
.mb-22 { margin-bottom: 22px; }
.ml-22 { margin-left: 22px; }
.mx-22 { margin-left: 22px; margin-right: 22px; }
.my-22 { margin-top: 22px; margin-bottom: 22px; }
.p-22 { padding: 22px; }
.pt-22 { padding-top: 22px; }
.pr-22 { padding-right: 22px; }
.pb-22 { padding-bottom: 22px; }
.pl-22 { padding-left: 22px; }
.px-22 { padding-left: 22px; padding-right: 22px; }
.py-22 { padding-top: 22px; padding-bottom: 22px; }
.m-24 { margin: 24px; }
.mt-24 { margin-top: 24px; }
.mr-24 { margin-right: 24px; }
.mb-24 { margin-bottom: 24px; }
.ml-24 { margin-left: 24px; }
.mx-24 { margin-left: 24px; margin-right: 24px; }
.my-24 { margin-top: 24px; margin-bottom: 24px; }
.p-24 { padding: 24px; }
.pt-24 { padding-top: 24px; }
.pr-24 { padding-right: 24px; }
.pb-24 { padding-bottom: 24px; }
.pl-24 { padding-left: 24px; }
.px-24 { padding-left: 24px; padding-right: 24px; }
.py-24 { padding-top: 24px; padding-bottom: 24px; }
.m-26 { margin: 26px; }
.mt-26 { margin-top: 26px; }
.mr-26 { margin-right: 26px; }
.mb-26 { margin-bottom: 26px; }
.ml-26 { margin-left: 26px; }
.mx-26 { margin-left: 26px; margin-right: 26px; }
.my-26 { margin-top: 26px; margin-bottom: 26px; }
.p-26 { padding: 26px; }
.pt-26 { padding-top: 26px; }
.pr-26 { padding-right: 26px; }
.pb-26 { padding-bottom: 26px; }
.pl-26 { padding-left: 26px; }
.px-26 { padding-left: 26px; padding-right: 26px; }
.py-26 { padding-top: 26px; padding-bottom: 26px; }
.m-28 { margin: 28px; }
.mt-28 { margin-top: 28px; }
.mr-28 { margin-right: 28px; }
.mb-28 { margin-bottom: 28px; }
.ml-28 { margin-left: 28px; }
.mx-28 { margin-left: 28px; margin-right: 28px; }
.my-28 { margin-top: 28px; margin-bottom: 28px; }
.p-28 { padding: 28px; }
.pt-28 { padding-top: 28px; }
.pr-28 { padding-right: 28px; }
.pb-28 { padding-bottom: 28px; }
.pl-28 { padding-left: 28px; }
.px-28 { padding-left: 28px; padding-right: 28px; }
.py-28 { padding-top: 28px; padding-bottom: 28px; }
.m-30 { margin: 30px; }
.mt-30 { margin-top: 30px; }
.mr-30 { margin-right: 30px; }
.mb-30 { margin-bottom: 30px; }
.ml-30 { margin-left: 30px; }
.mx-30 { margin-left: 30px; margin-right: 30px; }
.my-30 { margin-top: 30px; margin-bottom: 30px; }
.p-30 { padding: 30px; }
.pt-30 { padding-top: 30px; }
.pr-30 { padding-right: 30px; }
.pb-30 { padding-bottom: 30px; }
.pl-30 { padding-left: 30px; }
.px-30 { padding-left: 30px; padding-right: 30px; }
.py-30 { padding-top: 30px; padding-bottom: 30px; }
.m-32 { margin: 32px; }
.mt-32 { margin-top: 32px; }
.mr-32 { margin-right: 32px; }
.mb-32 { margin-bottom: 32px; }
.ml-32 { margin-left: 32px; }
.mx-32 { margin-left: 32px; margin-right: 32px; }
.my-32 { margin-top: 32px; margin-bottom: 32px; }
.p-32 { padding: 32px; }
.pt-32 { padding-top: 32px; }
.pr-32 { padding-right: 32px; }
.pb-32 { padding-bottom: 32px; }
.pl-32 { padding-left: 32px; }
.px-32 { padding-left: 32px; padding-right: 32px; }
.py-32 { padding-top: 32px; padding-bottom: 32px; }
.m-34 { margin: 34px; }
.mt-34 { margin-top: 34px; }
.mr-34 { margin-right: 34px; }
.mb-34 { margin-bottom: 34px; }
.ml-34 { margin-left: 34px; }
.mx-34 { margin-left: 34px; margin-right: 34px; }
.my-34 { margin-top: 34px; margin-bottom: 34px; }
.p-34 { padding: 34px; }
.pt-34 { padding-top: 34px; }
.pr-34 { padding-right: 34px; }
.pb-34 { padding-bottom: 34px; }
.pl-34 { padding-left: 34px; }
.px-34 { padding-left: 34px; padding-right: 34px; }
.py-34 { padding-top: 34px; padding-bottom: 34px; }
.m-36 { margin: 36px; }
.mt-36 { margin-top: 36px; }
.mr-36 { margin-right: 36px; }
.mb-36 { margin-bottom: 36px; }
.ml-36 { margin-left: 36px; }
.mx-36 { margin-left: 36px; margin-right: 36px; }
.my-36 { margin-top: 36px; margin-bottom: 36px; }
.p-36 { padding: 36px; }
.pt-36 { padding-top: 36px; }
.pr-36 { padding-right: 36px; }
.pb-36 { padding-bottom: 36px; }
.pl-36 { padding-left: 36px; }
.px-36 { padding-left: 36px; padding-right: 36px; }
.py-36 { padding-top: 36px; padding-bottom: 36px; }
.m-38 { margin: 38px; }
.mt-38 { margin-top: 38px; }
.mr-38 { margin-right: 38px; }
.mb-38 { margin-bottom: 38px; }
.ml-38 { margin-left: 38px; }
.mx-38 { margin-left: 38px; margin-right: 38px; }
.my-38 { margin-top: 38px; margin-bottom: 38px; }
.p-38 { padding: 38px; }
.pt-38 { padding-top: 38px; }
.pr-38 { padding-right: 38px; }
.pb-38 { padding-bottom: 38px; }
.pl-38 { padding-left: 38px; }
.px-38 { padding-left: 38px; padding-right: 38px; }
.py-38 { padding-top: 38px; padding-bottom: 38px; }
.m-40 { margin: 40px; }
.mt-40 { margin-top: 40px; }
.mr-40 { margin-right: 40px; }
.mb-40 { margin-bottom: 40px; }
.ml-40 { margin-left: 40px; }
.mx-40 { margin-left: 40px; margin-right: 40px; }
.my-40 { margin-top: 40px; margin-bottom: 40px; }
.p-40 { padding: 40px; }
.pt-40 { padding-top: 40px; }
.pr-40 { padding-right: 40px; }
.pb-40 { padding-bottom: 40px; }
.pl-40 { padding-left: 40px; }
.px-40 { padding-left: 40px; padding-right: 40px; }
.py-40 { padding-top: 40px; padding-bottom: 40px; }
.m-42 { margin: 42px; }
.mt-42 { margin-top: 42px; }
.mr-42 { margin-right: 42px; }
.mb-42 { margin-bottom: 42px; }
.ml-42 { margin-left: 42px; }
.mx-42 { margin-left: 42px; margin-right: 42px; }
.my-42 { margin-top: 42px; margin-bottom: 42px; }
.p-42 { padding: 42px; }
.pt-42 { padding-top: 42px; }
.pr-42 { padding-right: 42px; }
.pb-42 { padding-bottom: 42px; }
.pl-42 { padding-left: 42px; }
.px-42 { padding-left: 42px; padding-right: 42px; }
.py-42 { padding-top: 42px; padding-bottom: 42px; }
.m-44 { margin: 44px; }
.mt-44 { margin-top: 44px; }
.mr-44 { margin-right: 44px; }
.mb-44 { margin-bottom: 44px; }
.ml-44 { margin-left: 44px; }
.mx-44 { margin-left: 44px; margin-right: 44px; }
.my-44 { margin-top: 44px; margin-bottom: 44px; }
.p-44 { padding: 44px; }
.pt-44 { padding-top: 44px; }
.pr-44 { padding-right: 44px; }
.pb-44 { padding-bottom: 44px; }
.pl-44 { padding-left: 44px; }
.px-44 { padding-left: 44px; padding-right: 44px; }
.py-44 { padding-top: 44px; padding-bottom: 44px; }
.m-46 { margin: 46px; }
.mt-46 { margin-top: 46px; }
.mr-46 { margin-right: 46px; }
.mb-46 { margin-bottom: 46px; }
.ml-46 { margin-left: 46px; }
.mx-46 { margin-left: 46px; margin-right: 46px; }
.my-46 { margin-top: 46px; margin-bottom: 46px; }
.p-46 { padding: 46px; }
.pt-46 { padding-top: 46px; }
.pr-46 { padding-right: 46px; }
.pb-46 { padding-bottom: 46px; }
.pl-46 { padding-left: 46px; }
.px-46 { padding-left: 46px; padding-right: 46px; }
.py-46 { padding-top: 46px; padding-bottom: 46px; }
.m-48 { margin: 48px; }
.mt-48 { margin-top: 48px; }
.mr-48 { margin-right: 48px; }
.mb-48 { margin-bottom: 48px; }
.ml-48 { margin-left: 48px; }
.mx-48 { margin-left: 48px; margin-right: 48px; }
.my-48 { margin-top: 48px; margin-bottom: 48px; }
.p-48 { padding: 48px; }
.pt-48 { padding-top: 48px; }
.pr-48 { padding-right: 48px; }
.pb-48 { padding-bottom: 48px; }
.pl-48 { padding-left: 48px; }
.px-48 { padding-left: 48px; padding-right: 48px; }
.py-48 { padding-top: 48px; padding-bottom: 48px; }
.m-50 { margin: 50px; }
.mt-50 { margin-top: 50px; }
.mr-50 { margin-right: 50px; }
.mb-50 { margin-bottom: 50px; }
.ml-50 { margin-left: 50px; }
.mx-50 { margin-left: 50px; margin-right: 50px; }
.my-50 { margin-top: 50px; margin-bottom: 50px; }
.p-50 { padding: 50px; }
.pt-50 { padding-top: 50px; }
.pr-50 { padding-right: 50px; }
.pb-50 { padding-bottom: 50px; }
.pl-50 { padding-left: 50px; }
.px-50 { padding-left: 50px; padding-right: 50px; }
.py-50 { padding-top: 50px; padding-bottom: 50px; }
.m-52 { margin: 52px; }
.mt-52 { margin-top: 52px; }
.mr-52 { margin-right: 52px; }
.mb-52 { margin-bottom: 52px; }
.ml-52 { margin-left: 52px; }
.mx-52 { margin-left: 52px; margin-right: 52px; }
.my-52 { margin-top: 52px; margin-bottom: 52px; }
.p-52 { padding: 52px; }
.pt-52 { padding-top: 52px; }
.pr-52 { padding-right: 52px; }
.pb-52 { padding-bottom: 52px; }
.pl-52 { padding-left: 52px; }
.px-52 { padding-left: 52px; padding-right: 52px; }
.py-52 { padding-top: 52px; padding-bottom: 52px; }
.m-54 { margin: 54px; }
.mt-54 { margin-top: 54px; }
.mr-54 { margin-right: 54px; }
.mb-54 { margin-bottom: 54px; }
.ml-54 { margin-left: 54px; }
.mx-54 { margin-left: 54px; margin-right: 54px; }
.my-54 { margin-top: 54px; margin-bottom: 54px; }
.p-54 { padding: 54px; }
.pt-54 { padding-top: 54px; }
.pr-54 { padding-right: 54px; }
.pb-54 { padding-bottom: 54px; }
.pl-54 { padding-left: 54px; }
.px-54 { padding-left: 54px; padding-right: 54px; }
.py-54 { padding-top: 54px; padding-bottom: 54px; }
.m-56 { margin: 56px; }
.mt-56 { margin-top: 56px; }
.mr-56 { margin-right: 56px; }
.mb-56 { margin-bottom: 56px; }
.ml-56 { margin-left: 56px; }
.mx-56 { margin-left: 56px; margin-right: 56px; }
.my-56 { margin-top: 56px; margin-bottom: 56px; }
.p-56 { padding: 56px; }
.pt-56 { padding-top: 56px; }
.pr-56 { padding-right: 56px; }
.pb-56 { padding-bottom: 56px; }
.pl-56 { padding-left: 56px; }
.px-56 { padding-left: 56px; padding-right: 56px; }
.py-56 { padding-top: 56px; padding-bottom: 56px; }
.m-58 { margin: 58px; }
.mt-58 { margin-top: 58px; }
.mr-58 { margin-right: 58px; }
.mb-58 { margin-bottom: 58px; }
.ml-58 { margin-left: 58px; }
.mx-58 { margin-left: 58px; margin-right: 58px; }
.my-58 { margin-top: 58px; margin-bottom: 58px; }
.p-58 { padding: 58px; }
.pt-58 { padding-top: 58px; }
.pr-58 { padding-right: 58px; }
.pb-58 { padding-bottom: 58px; }
.pl-58 { padding-left: 58px; }
.px-58 { padding-left: 58px; padding-right: 58px; }
.py-58 { padding-top: 58px; padding-bottom: 58px; }
.m-60 { margin: 60px; }
.mt-60 { margin-top: 60px; }
.mr-60 { margin-right: 60px; }
.mb-60 { margin-bottom: 60px; }
.ml-60 { margin-left: 60px; }
.mx-60 { margin-left: 60px; margin-right: 60px; }
.my-60 { margin-top: 60px; margin-bottom: 60px; }
.p-60 { padding: 60px; }
.pt-60 { padding-top: 60px; }
.pr-60 { padding-right: 60px; }
.pb-60 { padding-bottom: 60px; }
.pl-60 { padding-left: 60px; }
.px-60 { padding-left: 60px; padding-right: 60px; }
.py-60 { padding-top: 60px; padding-bottom: 60px; }
.m-64 { margin: 64px; }
.mt-64 { margin-top: 64px; }
.mr-64 { margin-right: 64px; }
.mb-64 { margin-bottom: 64px; }
.ml-64 { margin-left: 64px; }
.mx-64 { margin-left: 64px; margin-right: 64px; }
.my-64 { margin-top: 64px; margin-bottom: 64px; }
.p-64 { padding: 64px; }
.pt-64 { padding-top: 64px; }
.pr-64 { padding-right: 64px; }
.pb-64 { padding-bottom: 64px; }
.pl-64 { padding-left: 64px; }
.px-64 { padding-left: 64px; padding-right: 64px; }
.py-64 { padding-top: 64px; padding-bottom: 64px; }
.m-68 { margin: 68px; }
.mt-68 { margin-top: 68px; }
.mr-68 { margin-right: 68px; }
.mb-68 { margin-bottom: 68px; }
.ml-68 { margin-left: 68px; }
.mx-68 { margin-left: 68px; margin-right: 68px; }
.my-68 { margin-top: 68px; margin-bottom: 68px; }
.p-68 { padding: 68px; }
.pt-68 { padding-top: 68px; }
.pr-68 { padding-right: 68px; }
.pb-68 { padding-bottom: 68px; }
.pl-68 { padding-left: 68px; }
.px-68 { padding-left: 68px; padding-right: 68px; }
.py-68 { padding-top: 68px; padding-bottom: 68px; }
.m-72 { margin: 72px; }
.mt-72 { margin-top: 72px; }
.mr-72 { margin-right: 72px; }
.mb-72 { margin-bottom: 72px; }
.ml-72 { margin-left: 72px; }
.mx-72 { margin-left: 72px; margin-right: 72px; }
.my-72 { margin-top: 72px; margin-bottom: 72px; }
.p-72 { padding: 72px; }
.pt-72 { padding-top: 72px; }
.pr-72 { padding-right: 72px; }
.pb-72 { padding-bottom: 72px; }
.pl-72 { padding-left: 72px; }
.px-72 { padding-left: 72px; padding-right: 72px; }
.py-72 { padding-top: 72px; padding-bottom: 72px; }
.m-76 { margin: 76px; }
.mt-76 { margin-top: 76px; }
.mr-76 { margin-right: 76px; }
.mb-76 { margin-bottom: 76px; }
.ml-76 { margin-left: 76px; }
.mx-76 { margin-left: 76px; margin-right: 76px; }
.my-76 { margin-top: 76px; margin-bottom: 76px; }
.p-76 { padding: 76px; }
.pt-76 { padding-top: 76px; }
.pr-76 { padding-right: 76px; }
.pb-76 { padding-bottom: 76px; }
.pl-76 { padding-left: 76px; }
.px-76 { padding-left: 76px; padding-right: 76px; }
.py-76 { padding-top: 76px; padding-bottom: 76px; }
.m-80 { margin: 80px; }
.mt-80 { margin-top: 80px; }
.mr-80 { margin-right: 80px; }
.mb-80 { margin-bottom: 80px; }
.ml-80 { margin-left: 80px; }
.mx-80 { margin-left: 80px; margin-right: 80px; }
.my-80 { margin-top: 80px; margin-bottom: 80px; }
.p-80 { padding: 80px; }
.pt-80 { padding-top: 80px; }
.pr-80 { padding-right: 80px; }
.pb-80 { padding-bottom: 80px; }
.pl-80 { padding-left: 80px; }
.px-80 { padding-left: 80px; padding-right: 80px; }
.py-80 { padding-top: 80px; padding-bottom: 80px; }
.m-84 { margin: 84px; }
.mt-84 { margin-top: 84px; }
.mr-84 { margin-right: 84px; }
.mb-84 { margin-bottom: 84px; }
.ml-84 { margin-left: 84px; }
.mx-84 { margin-left: 84px; margin-right: 84px; }
.my-84 { margin-top: 84px; margin-bottom: 84px; }
.p-84 { padding: 84px; }
.pt-84 { padding-top: 84px; }
.pr-84 { padding-right: 84px; }
.pb-84 { padding-bottom: 84px; }
.pl-84 { padding-left: 84px; }
.px-84 { padding-left: 84px; padding-right: 84px; }
.py-84 { padding-top: 84px; padding-bottom: 84px; }
.m-88 { margin: 88px; }
.mt-88 { margin-top: 88px; }
.mr-88 { margin-right: 88px; }
.mb-88 { margin-bottom: 88px; }
.ml-88 { margin-left: 88px; }
.mx-88 { margin-left: 88px; margin-right: 88px; }
.my-88 { margin-top: 88px; margin-bottom: 88px; }
.p-88 { padding: 88px; }
.pt-88 { padding-top: 88px; }
.pr-88 { padding-right: 88px; }
.pb-88 { padding-bottom: 88px; }
.pl-88 { padding-left: 88px; }
.px-88 { padding-left: 88px; padding-right: 88px; }
.py-88 { padding-top: 88px; padding-bottom: 88px; }
.m-92 { margin: 92px; }
.mt-92 { margin-top: 92px; }
.mr-92 { margin-right: 92px; }
.mb-92 { margin-bottom: 92px; }
.ml-92 { margin-left: 92px; }
.mx-92 { margin-left: 92px; margin-right: 92px; }
.my-92 { margin-top: 92px; margin-bottom: 92px; }
.p-92 { padding: 92px; }
.pt-92 { padding-top: 92px; }
.pr-92 { padding-right: 92px; }
.pb-92 { padding-bottom: 92px; }
.pl-92 { padding-left: 92px; }
.px-92 { padding-left: 92px; padding-right: 92px; }
.py-92 { padding-top: 92px; padding-bottom: 92px; }
.m-96 { margin: 96px; }
.mt-96 { margin-top: 96px; }
.mr-96 { margin-right: 96px; }
.mb-96 { margin-bottom: 96px; }
.ml-96 { margin-left: 96px; }
.mx-96 { margin-left: 96px; margin-right: 96px; }
.my-96 { margin-top: 96px; margin-bottom: 96px; }
.p-96 { padding: 96px; }
.pt-96 { padding-top: 96px; }
.pr-96 { padding-right: 96px; }
.pb-96 { padding-bottom: 96px; }
.pl-96 { padding-left: 96px; }
.px-96 { padding-left: 96px; padding-right: 96px; }
.py-96 { padding-top: 96px; padding-bottom: 96px; }
.m-100 { margin: 100px; }
.mt-100 { margin-top: 100px; }
.mr-100 { margin-right: 100px; }
.mb-100 { margin-bottom: 100px; }
.ml-100 { margin-left: 100px; }
.mx-100 { margin-left: 100px; margin-right: 100px; }
.my-100 { margin-top: 100px; margin-bottom: 100px; }
.p-100 { padding: 100px; }
.pt-100 { padding-top: 100px; }
.pr-100 { padding-right: 100px; }
.pb-100 { padding-bottom: 100px; }
.pl-100 { padding-left: 100px; }
.px-100 { padding-left: 100px; padding-right: 100px; }
.py-100 { padding-top: 100px; padding-bottom: 100px; }
.m-104 { margin: 104px; }
.mt-104 { margin-top: 104px; }
.mr-104 { margin-right: 104px; }
.mb-104 { margin-bottom: 104px; }
.ml-104 { margin-left: 104px; }
.mx-104 { margin-left: 104px; margin-right: 104px; }
.my-104 { margin-top: 104px; margin-bottom: 104px; }
.p-104 { padding: 104px; }
.pt-104 { padding-top: 104px; }
.pr-104 { padding-right: 104px; }
.pb-104 { padding-bottom: 104px; }
.pl-104 { padding-left: 104px; }
.px-104 { padding-left: 104px; padding-right: 104px; }
.py-104 { padding-top: 104px; padding-bottom: 104px; }
.m-108 { margin: 108px; }
.mt-108 { margin-top: 108px; }
.mr-108 { margin-right: 108px; }
.mb-108 { margin-bottom: 108px; }
.ml-108 { margin-left: 108px; }
.mx-108 { margin-left: 108px; margin-right: 108px; }
.my-108 { margin-top: 108px; margin-bottom: 108px; }
.p-108 { padding: 108px; }
.pt-108 { padding-top: 108px; }
.pr-108 { padding-right: 108px; }
.pb-108 { padding-bottom: 108px; }
.pl-108 { padding-left: 108px; }
.px-108 { padding-left: 108px; padding-right: 108px; }
.py-108 { padding-top: 108px; padding-bottom: 108px; }
.m-112 { margin: 112px; }
.mt-112 { margin-top: 112px; }
.mr-112 { margin-right: 112px; }
.mb-112 { margin-bottom: 112px; }
.ml-112 { margin-left: 112px; }
.mx-112 { margin-left: 112px; margin-right: 112px; }
.my-112 { margin-top: 112px; margin-bottom: 112px; }
.p-112 { padding: 112px; }
.pt-112 { padding-top: 112px; }
.pr-112 { padding-right: 112px; }
.pb-112 { padding-bottom: 112px; }
.pl-112 { padding-left: 112px; }
.px-112 { padding-left: 112px; padding-right: 112px; }
.py-112 { padding-top: 112px; padding-bottom: 112px; }
.m-116 { margin: 116px; }
.mt-116 { margin-top: 116px; }
.mr-116 { margin-right: 116px; }
.mb-116 { margin-bottom: 116px; }
.ml-116 { margin-left: 116px; }
.mx-116 { margin-left: 116px; margin-right: 116px; }
.my-116 { margin-top: 116px; margin-bottom: 116px; }
.p-116 { padding: 116px; }
.pt-116 { padding-top: 116px; }
.pr-116 { padding-right: 116px; }
.pb-116 { padding-bottom: 116px; }
.pl-116 { padding-left: 116px; }
.px-116 { padding-left: 116px; padding-right: 116px; }
.py-116 { padding-top: 116px; padding-bottom: 116px; }
.m-120 { margin: 120px; }
.mt-120 { margin-top: 120px; }
.mr-120 { margin-right: 120px; }
.mb-120 { margin-bottom: 120px; }
.ml-120 { margin-left: 120px; }
.mx-120 { margin-left: 120px; margin-right: 120px; }
.my-120 { margin-top: 120px; margin-bottom: 120px; }
.p-120 { padding: 120px; }
.pt-120 { padding-top: 120px; }
.pr-120 { padding-right: 120px; }
.pb-120 { padding-bottom: 120px; }
.pl-120 { padding-left: 120px; }
.px-120 { padding-left: 120px; padding-right: 120px; }
.py-120 { padding-top: 120px; padding-bottom: 120px; }
.m-128 { margin: 128px; }
.mt-128 { margin-top: 128px; }
.mr-128 { margin-right: 128px; }
.mb-128 { margin-bottom: 128px; }
.ml-128 { margin-left: 128px; }
.mx-128 { margin-left: 128px; margin-right: 128px; }
.my-128 { margin-top: 128px; margin-bottom: 128px; }
.p-128 { padding: 128px; }
.pt-128 { padding-top: 128px; }
.pr-128 { padding-right: 128px; }
.pb-128 { padding-bottom: 128px; }
.pl-128 { padding-left: 128px; }
.px-128 { padding-left: 128px; padding-right: 128px; }
.py-128 { padding-top: 128px; padding-bottom: 128px; }
.m-136 { margin: 136px; }
.mt-136 { margin-top: 136px; }
.mr-136 { margin-right: 136px; }
.mb-136 { margin-bottom: 136px; }
.ml-136 { margin-left: 136px; }
.mx-136 { margin-left: 136px; margin-right: 136px; }
.my-136 { margin-top: 136px; margin-bottom: 136px; }
.p-136 { padding: 136px; }
.pt-136 { padding-top: 136px; }
.pr-136 { padding-right: 136px; }
.pb-136 { padding-bottom: 136px; }
.pl-136 { padding-left: 136px; }
.px-136 { padding-left: 136px; padding-right: 136px; }
.py-136 { padding-top: 136px; padding-bottom: 136px; }
.m-144 { margin: 144px; }
.mt-144 { margin-top: 144px; }
.mr-144 { margin-right: 144px; }
.mb-144 { margin-bottom: 144px; }
.ml-144 { margin-left: 144px; }
.mx-144 { margin-left: 144px; margin-right: 144px; }
.my-144 { margin-top: 144px; margin-bottom: 144px; }
.p-144 { padding: 144px; }
.pt-144 { padding-top: 144px; }
.pr-144 { padding-right: 144px; }
.pb-144 { padding-bottom: 144px; }
.pl-144 { padding-left: 144px; }
.px-144 { padding-left: 144px; padding-right: 144px; }
.py-144 { padding-top: 144px; padding-bottom: 144px; }
.m-152 { margin: 152px; }
.mt-152 { margin-top: 152px; }
.mr-152 { margin-right: 152px; }
.mb-152 { margin-bottom: 152px; }
.ml-152 { margin-left: 152px; }
.mx-152 { margin-left: 152px; margin-right: 152px; }
.my-152 { margin-top: 152px; margin-bottom: 152px; }
.p-152 { padding: 152px; }
.pt-152 { padding-top: 152px; }
.pr-152 { padding-right: 152px; }
.pb-152 { padding-bottom: 152px; }
.pl-152 { padding-left: 152px; }
.px-152 { padding-left: 152px; padding-right: 152px; }
.py-152 { padding-top: 152px; padding-bottom: 152px; }
.m-160 { margin: 160px; }
.mt-160 { margin-top: 160px; }
.mr-160 { margin-right: 160px; }
.mb-160 { margin-bottom: 160px; }
.ml-160 { margin-left: 160px; }
.mx-160 { margin-left: 160px; margin-right: 160px; }
.my-160 { margin-top: 160px; margin-bottom: 160px; }
.p-160 { padding: 160px; }
.pt-160 { padding-top: 160px; }
.pr-160 { padding-right: 160px; }
.pb-160 { padding-bottom: 160px; }
.pl-160 { padding-left: 160px; }
.px-160 { padding-left: 160px; padding-right: 160px; }
.py-160 { padding-top: 160px; padding-bottom: 160px; }
.m-168 { margin: 168px; }
.mt-168 { margin-top: 168px; }
.mr-168 { margin-right: 168px; }
.mb-168 { margin-bottom: 168px; }
.ml-168 { margin-left: 168px; }
.mx-168 { margin-left: 168px; margin-right: 168px; }
.my-168 { margin-top: 168px; margin-bottom: 168px; }
.p-168 { padding: 168px; }
.pt-168 { padding-top: 168px; }
.pr-168 { padding-right: 168px; }
.pb-168 { padding-bottom: 168px; }
.pl-168 { padding-left: 168px; }
.px-168 { padding-left: 168px; padding-right: 168px; }
.py-168 { padding-top: 168px; padding-bottom: 168px; }
.m-176 { margin: 176px; }
.mt-176 { margin-top: 176px; }
.mr-176 { margin-right: 176px; }
.mb-176 { margin-bottom: 176px; }
.ml-176 { margin-left: 176px; }
.mx-176 { margin-left: 176px; margin-right: 176px; }
.my-176 { margin-top: 176px; margin-bottom: 176px; }
.p-176 { padding: 176px; }
.pt-176 { padding-top: 176px; }
.pr-176 { padding-right: 176px; }
.pb-176 { padding-bottom: 176px; }
.pl-176 { padding-left: 176px; }
.px-176 { padding-left: 176px; padding-right: 176px; }
.py-176 { padding-top: 176px; padding-bottom: 176px; }
.m-184 { margin: 184px; }
.mt-184 { margin-top: 184px; }
.mr-184 { margin-right: 184px; }
.mb-184 { margin-bottom: 184px; }
.ml-184 { margin-left: 184px; }
.mx-184 { margin-left: 184px; margin-right: 184px; }
.my-184 { margin-top: 184px; margin-bottom: 184px; }
.p-184 { padding: 184px; }
.pt-184 { padding-top: 184px; }
.pr-184 { padding-right: 184px; }
.pb-184 { padding-bottom: 184px; }
.pl-184 { padding-left: 184px; }
.px-184 { padding-left: 184px; padding-right: 184px; }
.py-184 { padding-top: 184px; padding-bottom: 184px; }
.m-192 { margin: 192px; }
.mt-192 { margin-top: 192px; }
.mr-192 { margin-right: 192px; }
.mb-192 { margin-bottom: 192px; }
.ml-192 { margin-left: 192px; }
.mx-192 { margin-left: 192px; margin-right: 192px; }
.my-192 { margin-top: 192px; margin-bottom: 192px; }
.p-192 { padding: 192px; }
.pt-192 { padding-top: 192px; }
.pr-192 { padding-right: 192px; }
.pb-192 { padding-bottom: 192px; }
.pl-192 { padding-left: 192px; }
.px-192 { padding-left: 192px; padding-right: 192px; }
.py-192 { padding-top: 192px; padding-bottom: 192px; }
.m-200 { margin: 200px; }
.mt-200 { margin-top: 200px; }
.mr-200 { margin-right: 200px; }
.mb-200 { margin-bottom: 200px; }
.ml-200 { margin-left: 200px; }
.mx-200 { margin-left: 200px; margin-right: 200px; }
.my-200 { margin-top: 200px; margin-bottom: 200px; }
.p-200 { padding: 200px; }
.pt-200 { padding-top: 200px; }
.pr-200 { padding-right: 200px; }
.pb-200 { padding-bottom: 200px; }
.pl-200 { padding-left: 200px; }
.px-200 { padding-left: 200px; padding-right: 200px; }
.py-200 { padding-top: 200px; padding-bottom: 200px; }
.fs-8 { font-size: 8px; }
.fs-9 { font-size: 9px; }
.fs-10 { font-size: 10px; }
.fs-11 { font-size: 11px; }
.fs-12 { font-size: 12px; }
.fs-13 { font-size: 13px; }
.fs-14 { font-size: 14px; }
.fs-15 { font-size: 15px; }
.fs-16 { font-size: 16px; }
.fs-17 { font-size: 17px; }
.fs-18 { font-size: 18px; }
.fs-19 { font-size: 19px; }
.fs-20 { font-size: 20px; }
.fs-21 { font-size: 21px; }
.fs-22 { font-size: 22px; }
.fs-23 { font-size: 23px; }
.fs-24 { font-size: 24px; }
.fs-26 { font-size: 26px; }
.fs-28 { font-size: 28px; }
.fs-30 { font-size: 30px; }
.fs-32 { font-size: 32px; }
.fs-34 { font-size: 34px; }
.fs-36 { font-size: 36px; }
.fs-38 { font-size: 38px; }
.fs-40 { font-size: 40px; }
.fs-42 { font-size: 42px; }
.fs-44 { font-size: 44px; }
.fs-46 { font-size: 46px; }
.fs-48 { font-size: 48px; }
.fs-50 { font-size: 50px; }
.fs-52 { font-size: 52px; }
.fs-54 { font-size: 54px; }
.fs-56 { font-size: 56px; }
.fs-60 { font-size: 60px; }
.fs-64 { font-size: 64px; }
.fs-68 { font-size: 68px; }
.fs-72 { font-size: 72px; }
.fs-76 { font-size: 76px; }
.fs-80 { font-size: 80px; }
.fs-84 { font-size: 84px; }
.fs-88 { font-size: 88px; }
.fs-92 { font-size: 92px; }
.fs-96 { font-size: 96px; }
.fs-100 { font-size: 100px; }
.fs-108 { font-size: 108px; }
.fs-116 { font-size: 116px; }
.fs-124 { font-size: 124px; }
.fs-132 { font-size: 132px; }
.fs-140 { font-size: 140px; }
.fs-148 { font-size: 148px; }
.fs-156 { font-size: 156px; }
.fs-164 { font-size: 164px; }
.fs-172 { font-size: 172px; }
.fs-180 { font-size: 180px; }
.fs-188 { font-size: 188px; }
.fs-196 { font-size: 196px; }
.fs-200 { font-size: 200px; }
.lh-8 { line-height: 8px; }
.lh-9 { line-height: 9px; }
.lh-10 { line-height: 10px; }
.lh-11 { line-height: 11px; }
.lh-12 { line-height: 12px; }
.lh-13 { line-height: 13px; }
.lh-14 { line-height: 14px; }
.lh-15 { line-height: 15px; }
.lh-16 { line-height: 16px; }
.lh-18 { line-height: 18px; }
.lh-20 { line-height: 20px; }
.lh-22 { line-height: 22px; }
.lh-24 { line-height: 24px; }
.lh-26 { line-height: 26px; }
.lh-28 { line-height: 28px; }
.lh-30 { line-height: 30px; }
.lh-32 { line-height: 32px; }
.lh-34 { line-height: 34px; }
.lh-36 { line-height: 36px; }
.lh-40 { line-height: 40px; }
.lh-44 { line-height: 44px; }
.lh-48 { line-height: 48px; }
.lh-52 { line-height: 52px; }
.lh-56 { line-height: 56px; }
.lh-60 { line-height: 60px; }
.lh-64 { line-height: 64px; }
.lh-72 { line-height: 72px; }
.lh-80 { line-height: 80px; }
.lh-88 { line-height: 88px; }
.lh-96 { line-height: 96px; }
.max-w-8 { max-width: 8px; }
.min-w-8 { min-width: 8px; }
.max-h-8 { max-height: 8px; }
.min-h-8 { min-height: 8px; }
.max-w-9 { max-width: 9px; }
.min-w-9 { min-width: 9px; }
.max-h-9 { max-height: 9px; }
.min-h-9 { min-height: 9px; }
.max-w-10 { max-width: 10px; }
.min-w-10 { min-width: 10px; }
.max-h-10 { max-height: 10px; }
.min-h-10 { min-height: 10px; }
.max-w-11 { max-width: 11px; }
.min-w-11 { min-width: 11px; }
.max-h-11 { max-height: 11px; }
.min-h-11 { min-height: 11px; }
.max-w-12 { max-width: 12px; }
.min-w-12 { min-width: 12px; }
.max-h-12 { max-height: 12px; }
.min-h-12 { min-height: 12px; }
.max-w-13 { max-width: 13px; }
.min-w-13 { min-width: 13px; }
.max-h-13 { max-height: 13px; }
.min-h-13 { min-height: 13px; }
.max-w-14 { max-width: 14px; }
.min-w-14 { min-width: 14px; }
.max-h-14 { max-height: 14px; }
.min-h-14 { min-height: 14px; }
.max-w-15 { max-width: 15px; }
.min-w-15 { min-width: 15px; }
.max-h-15 { max-height: 15px; }
.min-h-15 { min-height: 15px; }
.max-w-16 { max-width: 16px; }
.min-w-16 { min-width: 16px; }
.max-h-16 { max-height: 16px; }
.min-h-16 { min-height: 16px; }
.max-w-17 { max-width: 17px; }
.min-w-17 { min-width: 17px; }
.max-h-17 { max-height: 17px; }
.min-h-17 { min-height: 17px; }
.max-w-18 { max-width: 18px; }
.min-w-18 { min-width: 18px; }
.max-h-18 { max-height: 18px; }
.min-h-18 { min-height: 18px; }
.max-w-19 { max-width: 19px; }
.min-w-19 { min-width: 19px; }
.max-h-19 { max-height: 19px; }
.min-h-19 { min-height: 19px; }
.max-w-20 { max-width: 20px; }
.min-w-20 { min-width: 20px; }
.max-h-20 { max-height: 20px; }
.min-h-20 { min-height: 20px; }
.max-w-21 { max-width: 21px; }
.min-w-21 { min-width: 21px; }
.max-h-21 { max-height: 21px; }
.min-h-21 { min-height: 21px; }
.max-w-22 { max-width: 22px; }
.min-w-22 { min-width: 22px; }
.max-h-22 { max-height: 22px; }
.min-h-22 { min-height: 22px; }
.max-w-23 { max-width: 23px; }
.min-w-23 { min-width: 23px; }
.max-h-23 { max-height: 23px; }
.min-h-23 { min-height: 23px; }
.max-w-24 { max-width: 24px; }
.min-w-24 { min-width: 24px; }
.max-h-24 { max-height: 24px; }
.min-h-24 { min-height: 24px; }
.max-w-26 { max-width: 26px; }
.min-w-26 { min-width: 26px; }
.max-h-26 { max-height: 26px; }
.min-h-26 { min-height: 26px; }
.max-w-28 { max-width: 28px; }
.min-w-28 { min-width: 28px; }
.max-h-28 { max-height: 28px; }
.min-h-28 { min-height: 28px; }
.max-w-30 { max-width: 30px; }
.min-w-30 { min-width: 30px; }
.max-h-30 { max-height: 30px; }
.min-h-30 { min-height: 30px; }
.max-w-32 { max-width: 32px; }
.min-w-32 { min-width: 32px; }
.max-h-32 { max-height: 32px; }
.min-h-32 { min-height: 32px; }
.max-w-34 { max-width: 34px; }
.min-w-34 { min-width: 34px; }
.max-h-34 { max-height: 34px; }
.min-h-34 { min-height: 34px; }
.max-w-36 { max-width: 36px; }
.min-w-36 { min-width: 36px; }
.max-h-36 { max-height: 36px; }
.min-h-36 { min-height: 36px; }
.max-w-38 { max-width: 38px; }
.min-w-38 { min-width: 38px; }
.max-h-38 { max-height: 38px; }
.min-h-38 { min-height: 38px; }
.max-w-40 { max-width: 40px; }
.min-w-40 { min-width: 40px; }
.max-h-40 { max-height: 40px; }
.min-h-40 { min-height: 40px; }
.max-w-42 { max-width: 42px; }
.min-w-42 { min-width: 42px; }
.max-h-42 { max-height: 42px; }
.min-h-42 { min-height: 42px; }
.max-w-44 { max-width: 44px; }
.min-w-44 { min-width: 44px; }
.max-h-44 { max-height: 44px; }
.min-h-44 { min-height: 44px; }
.max-w-46 { max-width: 46px; }
.min-w-46 { min-width: 46px; }
.max-h-46 { max-height: 46px; }
.min-h-46 { min-height: 46px; }
.max-w-48 { max-width: 48px; }
.min-w-48 { min-width: 48px; }
.max-h-48 { max-height: 48px; }
.min-h-48 { min-height: 48px; }
.max-w-50 { max-width: 50px; }
.min-w-50 { min-width: 50px; }
.max-h-50 { max-height: 50px; }
.min-h-50 { min-height: 50px; }
.max-w-52 { max-width: 52px; }
.min-w-52 { min-width: 52px; }
.max-h-52 { max-height: 52px; }
.min-h-52 { min-height: 52px; }
.max-w-54 { max-width: 54px; }
.min-w-54 { min-width: 54px; }
.max-h-54 { max-height: 54px; }
.min-h-54 { min-height: 54px; }
.max-w-56 { max-width: 56px; }
.min-w-56 { min-width: 56px; }
.max-h-56 { max-height: 56px; }
.min-h-56 { min-height: 56px; }
.max-w-60 { max-width: 60px; }
.min-w-60 { min-width: 60px; }
.max-h-60 { max-height: 60px; }
.min-h-60 { min-height: 60px; }
.max-w-64 { max-width: 64px; }
.min-w-64 { min-width: 64px; }
.max-h-64 { max-height: 64px; }
.min-h-64 { min-height: 64px; }
.max-w-68 { max-width: 68px; }
.min-w-68 { min-width: 68px; }
.max-h-68 { max-height: 68px; }
.min-h-68 { min-height: 68px; }
.max-w-72 { max-width: 72px; }
.min-w-72 { min-width: 72px; }
.max-h-72 { max-height: 72px; }
.min-h-72 { min-height: 72px; }
.max-w-76 { max-width: 76px; }
.min-w-76 { min-width: 76px; }
.max-h-76 { max-height: 76px; }
.min-h-76 { min-height: 76px; }
.max-w-80 { max-width: 80px; }
.min-w-80 { min-width: 80px; }
.max-h-80 { max-height: 80px; }
.min-h-80 { min-height: 80px; }
.max-w-84 { max-width: 84px; }
.min-w-84 { min-width: 84px; }
.max-h-84 { max-height: 84px; }
.min-h-84 { min-height: 84px; }
.max-w-88 { max-width: 88px; }
.min-w-88 { min-width: 88px; }
.max-h-88 { max-height: 88px; }
.min-h-88 { min-height: 88px; }
.max-w-92 { max-width: 92px; }
.min-w-92 { min-width: 92px; }
.max-h-92 { max-height: 92px; }
.min-h-92 { min-height: 92px; }
.max-w-96 { max-width: 96px; }
.min-w-96 { min-width: 96px; }
.max-h-96 { max-height: 96px; }
.min-h-96 { min-height: 96px; }
.max-w-100 { max-width: 100px; }
.min-w-100 { min-width: 100px; }
.max-h-100 { max-height: 100px; }
.min-h-100 { min-height: 100px; }
.max-w-108 { max-width: 108px; }
.min-w-108 { min-width: 108px; }
.max-h-108 { max-height: 108px; }
.min-h-108 { min-height: 108px; }
.max-w-116 { max-width: 116px; }
.min-w-116 { min-width: 116px; }
.max-h-116 { max-height: 116px; }
.min-h-116 { min-height: 116px; }
.max-w-124 { max-width: 124px; }
.min-w-124 { min-width: 124px; }
.max-h-124 { max-height: 124px; }
.min-h-124 { min-height: 124px; }
.max-w-132 { max-width: 132px; }
.min-w-132 { min-width: 132px; }
.max-h-132 { max-height: 132px; }
.min-h-132 { min-height: 132px; }
.max-w-140 { max-width: 140px; }
.min-w-140 { min-width: 140px; }
.max-h-140 { max-height: 140px; }
.min-h-140 { min-height: 140px; }
.max-w-148 { max-width: 148px; }
.min-w-148 { min-width: 148px; }
.max-h-148 { max-height: 148px; }
.min-h-148 { min-height: 148px; }
.max-w-156 { max-width: 156px; }
.min-w-156 { min-width: 156px; }
.max-h-156 { max-height: 156px; }
.min-h-156 { min-height: 156px; }
.max-w-164 { max-width: 164px; }
.min-w-164 { min-width: 164px; }
.max-h-164 { max-height: 164px; }
.min-h-164 { min-height: 164px; }
.max-w-172 { max-width: 172px; }
.min-w-172 { min-width: 172px; }
.max-h-172 { max-height: 172px; }
.min-h-172 { min-height: 172px; }
.max-w-180 { max-width: 180px; }
.min-w-180 { min-width: 180px; }
.max-h-180 { max-height: 180px; }
.min-h-180 { min-height: 180px; }
.max-w-188 { max-width: 188px; }
.min-w-188 { min-width: 188px; }
.max-h-188 { max-height: 188px; }
.min-h-188 { min-height: 188px; }
.max-w-196 { max-width: 196px; }
.min-w-196 { min-width: 196px; }
.max-h-196 { max-height: 196px; }
.min-h-196 { min-height: 196px; }
.max-w-200 { max-width: 200px; }
.min-w-200 { min-width: 200px; }
.max-h-200 { max-height: 200px; }
.min-h-200 { min-height: 200px; }
.w-5p { width: 5%; }
.h-5p { height: 5%; }
.max-w-5p { max-width: 5%; }
.min-w-5p { min-width: 5%; }
.max-h-5p { max-height: 5%; }
.min-h-5p { min-height: 5%; }
.w-10p { width: 10%; }
.h-10p { height: 10%; }
.max-w-10p { max-width: 10%; }
.min-w-10p { min-width: 10%; }
.max-h-10p { max-height: 10%; }
.min-h-10p { min-height: 10%; }
.w-15p { width: 15%; }
.h-15p { height: 15%; }
.max-w-15p { max-width: 15%; }
.min-w-15p { min-width: 15%; }
.max-h-15p { max-height: 15%; }
.min-h-15p { min-height: 15%; }
.w-20p { width: 20%; }
.h-20p { height: 20%; }
.max-w-20p { max-width: 20%; }
.min-w-20p { min-width: 20%; }
.max-h-20p { max-height: 20%; }
.min-h-20p { min-height: 20%; }
.w-25p { width: 25%; }
.h-25p { height: 25%; }
.max-w-25p { max-width: 25%; }
.min-w-25p { min-width: 25%; }
.max-h-25p { max-height: 25%; }
.min-h-25p { min-height: 25%; }
.w-30p { width: 30%; }
.h-30p { height: 30%; }
.max-w-30p { max-width: 30%; }
.min-w-30p { min-width: 30%; }
.max-h-30p { max-height: 30%; }
.min-h-30p { min-height: 30%; }
.w-35p { width: 35%; }
.h-35p { height: 35%; }
.max-w-35p { max-width: 35%; }
.min-w-35p { min-width: 35%; }
.max-h-35p { max-height: 35%; }
.min-h-35p { min-height: 35%; }
.w-40p { width: 40%; }
.h-40p { height: 40%; }
.max-w-40p { max-width: 40%; }
.min-w-40p { min-width: 40%; }
.max-h-40p { max-height: 40%; }
.min-h-40p { min-height: 40%; }
.w-45p { width: 45%; }
.h-45p { height: 45%; }
.max-w-45p { max-width: 45%; }
.min-w-45p { min-width: 45%; }
.max-h-45p { max-height: 45%; }
.min-h-45p { min-height: 45%; }
.w-50p { width: 50%; }
.h-50p { height: 50%; }
.max-w-50p { max-width: 50%; }
.min-w-50p { min-width: 50%; }
.max-h-50p { max-height: 50%; }
.min-h-50p { min-height: 50%; }
.w-55p { width: 55%; }
.h-55p { height: 55%; }
.max-w-55p { max-width: 55%; }
.min-w-55p { min-width: 55%; }
.max-h-55p { max-height: 55%; }
.min-h-55p { min-height: 55%; }
.w-60p { width: 60%; }
.h-60p { height: 60%; }
.max-w-60p { max-width: 60%; }
.min-w-60p { min-width: 60%; }
.max-h-60p { max-height: 60%; }
.min-h-60p { min-height: 60%; }
.w-65p { width: 65%; }
.h-65p { height: 65%; }
.max-w-65p { max-width: 65%; }
.min-w-65p { min-width: 65%; }
.max-h-65p { max-height: 65%; }
.min-h-65p { min-height: 65%; }
.w-70p { width: 70%; }
.h-70p { height: 70%; }
.max-w-70p { max-width: 70%; }
.min-w-70p { min-width: 70%; }
.max-h-70p { max-height: 70%; }
.min-h-70p { min-height: 70%; }
.w-75p { width: 75%; }
.h-75p { height: 75%; }
.max-w-75p { max-width: 75%; }
.min-w-75p { min-width: 75%; }
.max-h-75p { max-height: 75%; }
.min-h-75p { min-height: 75%; }
.w-80p { width: 80%; }
.h-80p { height: 80%; }
.max-w-80p { max-width: 80%; }
.min-w-80p { min-width: 80%; }
.max-h-80p { max-height: 80%; }
.min-h-80p { min-height: 80%; }
.w-85p { width: 85%; }
.h-85p { height: 85%; }
.max-w-85p { max-width: 85%; }
.min-w-85p { min-width: 85%; }
.max-h-85p { max-height: 85%; }
.min-h-85p { min-height: 85%; }
.w-90p { width: 90%; }
.h-90p { height: 90%; }
.max-w-90p { max-width: 90%; }
.min-w-90p { min-width: 90%; }
.max-h-90p { max-height: 90%; }
.min-h-90p { min-height: 90%; }
.w-95p { width: 95%; }
.h-95p { height: 95%; }
.max-w-95p { max-width: 95%; }
.min-w-95p { min-width: 95%; }
.max-h-95p { max-height: 95%; }
.min-h-95p { min-height: 95%; }
.w-100p { width: 100%; }
.h-100p { height: 100%; }
.max-w-100p { max-width: 100%; }
.min-w-100p { min-width: 100%; }
.max-h-100p { max-height: 100%; }
.min-h-100p { min-height: 100%; }
.top-0p { top: 0%; }
.right-0p { right: 0%; }
.bottom-0p { bottom: 0%; }
.left-0p { left: 0%; }
.top-5p { top: 5%; }
.right-5p { right: 5%; }
.bottom-5p { bottom: 5%; }
.left-5p { left: 5%; }
.top-10p { top: 10%; }
.right-10p { right: 10%; }
.bottom-10p { bottom: 10%; }
.left-10p { left: 10%; }
.top-15p { top: 15%; }
.right-15p { right: 15%; }
.bottom-15p { bottom: 15%; }
.left-15p { left: 15%; }
.top-20p { top: 20%; }
.right-20p { right: 20%; }
.bottom-20p { bottom: 20%; }
.left-20p { left: 20%; }
.top-25p { top: 25%; }
.right-25p { right: 25%; }
.bottom-25p { bottom: 25%; }
.left-25p { left: 25%; }
.top-30p { top: 30%; }
.right-30p { right: 30%; }
.bottom-30p { bottom: 30%; }
.left-30p { left: 30%; }
.top-35p { top: 35%; }
.right-35p { right: 35%; }
.bottom-35p { bottom: 35%; }
.left-35p { left: 35%; }
.top-40p { top: 40%; }
.right-40p { right: 40%; }
.bottom-40p { bottom: 40%; }
.left-40p { left: 40%; }
.top-45p { top: 45%; }
.right-45p { right: 45%; }
.bottom-45p { bottom: 45%; }
.left-45p { left: 45%; }
.top-50p { top: 50%; }
.right-50p { right: 50%; }
.bottom-50p { bottom: 50%; }
.left-50p { left: 50%; }
.top-55p { top: 55%; }
.right-55p { right: 55%; }
.bottom-55p { bottom: 55%; }
.left-55p { left: 55%; }
.top-60p { top: 60%; }
.right-60p { right: 60%; }
.bottom-60p { bottom: 60%; }
.left-60p { left: 60%; }
.top-65p { top: 65%; }
.right-65p { right: 65%; }
.bottom-65p { bottom: 65%; }
.left-65p { left: 65%; }
.top-70p { top: 70%; }
.right-70p { right: 70%; }
.bottom-70p { bottom: 70%; }
.left-70p { left: 70%; }
.top-75p { top: 75%; }
.right-75p { right: 75%; }
.bottom-75p { bottom: 75%; }
.left-75p { left: 75%; }
.top-80p { top: 80%; }
.right-80p { right: 80%; }
.bottom-80p { bottom: 80%; }
.left-80p { left: 80%; }
.top-85p { top: 85%; }
.right-85p { right: 85%; }
.bottom-85p { bottom: 85%; }
.left-85p { left: 85%; }
.top-90p { top: 90%; }
.right-90p { right: 90%; }
.bottom-90p { bottom: 90%; }
.left-90p { left: 90%; }
.top-95p { top: 95%; }
.right-95p { right: 95%; }
.bottom-95p { bottom: 95%; }
.left-95p { left: 95%; }
.top-100p { top: 100%; }
.right-100p { right: 100%; }
.bottom-100p { bottom: 100%; }
.left-100p { left: 100%; }
.border-0 { border-width: 0px; }
.border-t-0 { border-top-width: 0px; }
.border-r-0 { border-right-width: 0px; }
.border-b-0 { border-bottom-width: 0px; }
.border-l-0 { border-left-width: 0px; }
.border-1 { border-width: 1px; }
.border-t-1 { border-top-width: 1px; }
.border-r-1 { border-right-width: 1px; }
.border-b-1 { border-bottom-width: 1px; }
.border-l-1 { border-left-width: 1px; }
.border-2 { border-width: 2px; }
.border-t-2 { border-top-width: 2px; }
.border-r-2 { border-right-width: 2px; }
.border-b-2 { border-bottom-width: 2px; }
.border-l-2 { border-left-width: 2px; }
.border-3 { border-width: 3px; }
.border-t-3 { border-top-width: 3px; }
.border-r-3 { border-right-width: 3px; }
.border-b-3 { border-bottom-width: 3px; }
.border-l-3 { border-left-width: 3px; }
.border-4 { border-width: 4px; }
.border-t-4 { border-top-width: 4px; }
.border-r-4 { border-right-width: 4px; }
.border-b-4 { border-bottom-width: 4px; }
.border-l-4 { border-left-width: 4px; }
.border-5 { border-width: 5px; }
.border-t-5 { border-top-width: 5px; }
.border-r-5 { border-right-width: 5px; }
.border-b-5 { border-bottom-width: 5px; }
.border-l-5 { border-left-width: 5px; }
.border-6 { border-width: 6px; }
.border-t-6 { border-top-width: 6px; }
.border-r-6 { border-right-width: 6px; }
.border-b-6 { border-bottom-width: 6px; }
.border-l-6 { border-left-width: 6px; }
.border-7 { border-width: 7px; }
.border-t-7 { border-top-width: 7px; }
.border-r-7 { border-right-width: 7px; }
.border-b-7 { border-bottom-width: 7px; }
.border-l-7 { border-left-width: 7px; }
.border-8 { border-width: 8px; }
.border-t-8 { border-top-width: 8px; }
.border-r-8 { border-right-width: 8px; }
.border-b-8 { border-bottom-width: 8px; }
.border-l-8 { border-left-width: 8px; }
.border-9 { border-width: 9px; }
.border-t-9 { border-top-width: 9px; }
.border-r-9 { border-right-width: 9px; }
.border-b-9 { border-bottom-width: 9px; }
.border-l-9 { border-left-width: 9px; }
.border-10 { border-width: 10px; }
.border-t-10 { border-top-width: 10px; }
.border-r-10 { border-right-width: 10px; }
.border-b-10 { border-bottom-width: 10px; }
.border-l-10 { border-left-width: 10px; }
.o-0 { opacity: 0; }
.o-5 { opacity: 0.05; }
.o-10 { opacity: 0.1; }
.o-15 { opacity: 0.15; }
.o-20 { opacity: 0.2; }
.o-25 { opacity: 0.25; }
.o-30 { opacity: 0.3; }
.o-35 { opacity: 0.35; }
.o-40 { opacity: 0.4; }
.o-45 { opacity: 0.45; }
.o-50 { opacity: 0.5; }
.o-55 { opacity: 0.55; }
.o-60 { opacity: 0.6; }
.o-65 { opacity: 0.65; }
.o-70 { opacity: 0.7; }
.o-75 { opacity: 0.75; }
.o-80 { opacity: 0.8; }
.o-85 { opacity: 0.85; }
.o-90 { opacity: 0.9; }
.o-95 { opacity: 0.95; }
.o-100 { opacity: 1; }
.z-0 { z-index: 0; }
.z-5 { z-index: 5; }
.z-10 { z-index: 10; }
.z-15 { z-index: 15; }
.z-20 { z-index: 20; }
.z-25 { z-index: 25; }
.z-30 { z-index: 30; }
.z-35 { z-index: 35; }
.z-40 { z-index: 40; }
.z-45 { z-index: 45; }
.z-50 { z-index: 50; }
.z-55 { z-index: 55; }
.z-60 { z-index: 60; }
.z-65 { z-index: 65; }
.z-70 { z-index: 70; }
.z-75 { z-index: 75; }
.z-80 { z-index: 80; }
.z-85 { z-index: 85; }
.z-90 { z-index: 90; }
.z-95 { z-index: 95; }
.z-100 { z-index: 100; }
.tracking-n5 { letter-spacing: -5px; }
.tracking-n4 { letter-spacing: -4px; }
.tracking-n3 { letter-spacing: -3px; }
.tracking-n2 { letter-spacing: -2px; }
.tracking-n1 { letter-spacing: -1px; }
.tracking-0 { letter-spacing: 0px; }
.tracking-1 { letter-spacing: 1px; }
.tracking-2 { letter-spacing: 2px; }
.tracking-3 { letter-spacing: 3px; }
.tracking-4 { letter-spacing: 4px; }
.tracking-5 { letter-spacing: 5px; }
.tracking-6 { letter-spacing: 6px; }
.tracking-7 { letter-spacing: 7px; }
.tracking-8 { letter-spacing: 8px; }
.tracking-9 { letter-spacing: 9px; }
.tracking-10 { letter-spacing: 10px; }
.tracking-12 { letter-spacing: 12px; }
.tracking-14 { letter-spacing: 14px; }
.tracking-16 { letter-spacing: 16px; }
.tracking-18 { letter-spacing: 18px; }
.tracking-20 { letter-spacing: 20px; }
.word-spacing-0 { word-spacing: 0px; }
.word-spacing-1 { word-spacing: 1px; }
.word-spacing-2 { word-spacing: 2px; }
.word-spacing-3 { word-spacing: 3px; }
.word-spacing-4 { word-spacing: 4px; }
.word-spacing-5 { word-spacing: 5px; }
.word-spacing-6 { word-spacing: 6px; }
.word-spacing-7 { word-spacing: 7px; }
.word-spacing-8 { word-spacing: 8px; }
.word-spacing-9 { word-spacing: 9px; }
.word-spacing-10 { word-spacing: 10px; }
.word-spacing-11 { word-spacing: 11px; }
.word-spacing-12 { word-spacing: 12px; }
.word-spacing-13 { word-spacing: 13px; }
.word-spacing-14 { word-spacing: 14px; }
.word-spacing-15 { word-spacing: 15px; }
.word-spacing-16 { word-spacing: 16px; }
.word-spacing-17 { word-spacing: 17px; }
.word-spacing-18 { word-spacing: 18px; }
.word-spacing-19 { word-spacing: 19px; }
.word-spacing-20 { word-spacing: 20px; }
.text-indent-0 { text-indent: 0px; }
.text-indent-5 { text-indent: 5px; }
.text-indent-10 { text-indent: 10px; }
.text-indent-15 { text-indent: 15px; }
.text-indent-20 { text-indent: 20px; }
.text-indent-25 { text-indent: 25px; }
.text-indent-30 { text-indent: 30px; }
.text-indent-35 { text-indent: 35px; }
.text-indent-40 { text-indent: 40px; }
.text-indent-45 { text-indent: 45px; }
.text-indent-50 { text-indent: 50px; }
.cols-1 { columns: 1; }
.cols-2 { columns: 2; }
.cols-3 { columns: 3; }
.cols-4 { columns: 4; }
.cols-5 { columns: 5; }
.cols-6 { columns: 6; }
.cols-7 { columns: 7; }
.cols-8 { columns: 8; }
.col-width-100 { column-width: 100px; }
.col-width-150 { column-width: 150px; }
.col-width-200 { column-width: 200px; }
.col-width-250 { column-width: 250px; }
.col-width-300 { column-width: 300px; }
.col-width-350 { column-width: 350px; }
.col-width-400 { column-width: 400px; }
.col-width-450 { column-width: 450px; }
.col-width-500 { column-width: 500px; }
.outline-0 { outline-width: 0px; }
.outline-1 { outline-width: 1px; }
.outline-2 { outline-width: 2px; }
.outline-3 { outline-width: 3px; }
.outline-4 { outline-width: 4px; }
.outline-5 { outline-width: 5px; }
.outline-6 { outline-width: 6px; }
.outline-7 { outline-width: 7px; }
.outline-8 { outline-width: 8px; }
.outline-9 { outline-width: 9px; }
.outline-10 { outline-width: 10px; }
.rounded-0 { border-radius: 0px; }
.rounded-t-0 { border-top-left-radius: 0px; border-top-right-radius: 0px; }
.rounded-b-0 { border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; }
.rounded-l-0 { border-top-left-radius: 0px; border-bottom-left-radius: 0px; }
.rounded-r-0 { border-top-right-radius: 0px; border-bottom-right-radius: 0px; }
.rounded-tl-0 { border-top-left-radius: 0px; }
.rounded-tr-0 { border-top-right-radius: 0px; }
.rounded-bl-0 { border-bottom-left-radius: 0px; }
.rounded-br-0 { border-bottom-right-radius: 0px; }
.rounded-1 { border-radius: 1px; }
.rounded-t-1 { border-top-left-radius: 1px; border-top-right-radius: 1px; }
.rounded-b-1 { border-bottom-left-radius: 1px; border-bottom-right-radius: 1px; }
.rounded-l-1 { border-top-left-radius: 1px; border-bottom-left-radius: 1px; }
.rounded-r-1 { border-top-right-radius: 1px; border-bottom-right-radius: 1px; }
.rounded-tl-1 { border-top-left-radius: 1px; }
.rounded-tr-1 { border-top-right-radius: 1px; }
.rounded-bl-1 { border-bottom-left-radius: 1px; }
.rounded-br-1 { border-bottom-right-radius: 1px; }
.rounded-2 { border-radius: 2px; }
.rounded-t-2 { border-top-left-radius: 2px; border-top-right-radius: 2px; }
.rounded-b-2 { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; }
.rounded-l-2 { border-top-left-radius: 2px; border-bottom-left-radius: 2px; }
.rounded-r-2 { border-top-right-radius: 2px; border-bottom-right-radius: 2px; }
.rounded-tl-2 { border-top-left-radius: 2px; }
.rounded-tr-2 { border-top-right-radius: 2px; }
.rounded-bl-2 { border-bottom-left-radius: 2px; }
.rounded-br-2 { border-bottom-right-radius: 2px; }
.rounded-3 { border-radius: 3px; }
.rounded-t-3 { border-top-left-radius: 3px; border-top-right-radius: 3px; }
.rounded-b-3 { border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; }
.rounded-l-3 { border-top-left-radius: 3px; border-bottom-left-radius: 3px; }
.rounded-r-3 { border-top-right-radius: 3px; border-bottom-right-radius: 3px; }
.rounded-tl-3 { border-top-left-radius: 3px; }
.rounded-tr-3 { border-top-right-radius: 3px; }
.rounded-bl-3 { border-bottom-left-radius: 3px; }
.rounded-br-3 { border-bottom-right-radius: 3px; }
.rounded-4 { border-radius: 4px; }
.rounded-t-4 { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.rounded-b-4 { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.rounded-l-4 { border-top-left-radius: 4px; border-bottom-left-radius: 4px; }
.rounded-r-4 { border-top-right-radius: 4px; border-bottom-right-radius: 4px; }
.rounded-tl-4 { border-top-left-radius: 4px; }
.rounded-tr-4 { border-top-right-radius: 4px; }
.rounded-bl-4 { border-bottom-left-radius: 4px; }
.rounded-br-4 { border-bottom-right-radius: 4px; }
.rounded-5 { border-radius: 5px; }
.rounded-t-5 { border-top-left-radius: 5px; border-top-right-radius: 5px; }
.rounded-b-5 { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
.rounded-l-5 { border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
.rounded-r-5 { border-top-right-radius: 5px; border-bottom-right-radius: 5px; }
.rounded-tl-5 { border-top-left-radius: 5px; }
.rounded-tr-5 { border-top-right-radius: 5px; }
.rounded-bl-5 { border-bottom-left-radius: 5px; }
.rounded-br-5 { border-bottom-right-radius: 5px; }
.rounded-6 { border-radius: 6px; }
.rounded-t-6 { border-top-left-radius: 6px; border-top-right-radius: 6px; }
.rounded-b-6 { border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; }
.rounded-l-6 { border-top-left-radius: 6px; border-bottom-left-radius: 6px; }
.rounded-r-6 { border-top-right-radius: 6px; border-bottom-right-radius: 6px; }
.rounded-tl-6 { border-top-left-radius: 6px; }
.rounded-tr-6 { border-top-right-radius: 6px; }
.rounded-bl-6 { border-bottom-left-radius: 6px; }
.rounded-br-6 { border-bottom-right-radius: 6px; }
.rounded-7 { border-radius: 7px; }
.rounded-t-7 { border-top-left-radius: 7px; border-top-right-radius: 7px; }
.rounded-b-7 { border-bottom-left-radius: 7px; border-bottom-right-radius: 7px; }
.rounded-l-7 { border-top-left-radius: 7px; border-bottom-left-radius: 7px; }
.rounded-r-7 { border-top-right-radius: 7px; border-bottom-right-radius: 7px; }
.rounded-tl-7 { border-top-left-radius: 7px; }
.rounded-tr-7 { border-top-right-radius: 7px; }
.rounded-bl-7 { border-bottom-left-radius: 7px; }
.rounded-br-7 { border-bottom-right-radius: 7px; }
.rounded-8 { border-radius: 8px; }
.rounded-t-8 { border-top-left-radius: 8px; border-top-right-radius: 8px; }
.rounded-b-8 { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; }
.rounded-l-8 { border-top-left-radius: 8px; border-bottom-left-radius: 8px; }
.rounded-r-8 { border-top-right-radius: 8px; border-bottom-right-radius: 8px; }
.rounded-tl-8 { border-top-left-radius: 8px; }
.rounded-tr-8 { border-top-right-radius: 8px; }
.rounded-bl-8 { border-bottom-left-radius: 8px; }
.rounded-br-8 { border-bottom-right-radius: 8px; }
.rounded-9 { border-radius: 9px; }
.rounded-t-9 { border-top-left-radius: 9px; border-top-right-radius: 9px; }
.rounded-b-9 { border-bottom-left-radius: 9px; border-bottom-right-radius: 9px; }
.rounded-l-9 { border-top-left-radius: 9px; border-bottom-left-radius: 9px; }
.rounded-r-9 { border-top-right-radius: 9px; border-bottom-right-radius: 9px; }
.rounded-tl-9 { border-top-left-radius: 9px; }
.rounded-tr-9 { border-top-right-radius: 9px; }
.rounded-bl-9 { border-bottom-left-radius: 9px; }
.rounded-br-9 { border-bottom-right-radius: 9px; }
.rounded-10 { border-radius: 10px; }
.rounded-t-10 { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.rounded-b-10 { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.rounded-l-10 { border-top-left-radius: 10px; border-bottom-left-radius: 10px; }
.rounded-r-10 { border-top-right-radius: 10px; border-bottom-right-radius: 10px; }
.rounded-tl-10 { border-top-left-radius: 10px; }
.rounded-tr-10 { border-top-right-radius: 10px; }
.rounded-bl-10 { border-bottom-left-radius: 10px; }
.rounded-br-10 { border-bottom-right-radius: 10px; }
.rounded-12 { border-radius: 12px; }
.rounded-t-12 { border-top-left-radius: 12px; border-top-right-radius: 12px; }
.rounded-b-12 { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; }
.rounded-l-12 { border-top-left-radius: 12px; border-bottom-left-radius: 12px; }
.rounded-r-12 { border-top-right-radius: 12px; border-bottom-right-radius: 12px; }
.rounded-tl-12 { border-top-left-radius: 12px; }
.rounded-tr-12 { border-top-right-radius: 12px; }
.rounded-bl-12 { border-bottom-left-radius: 12px; }
.rounded-br-12 { border-bottom-right-radius: 12px; }
.rounded-14 { border-radius: 14px; }
.rounded-t-14 { border-top-left-radius: 14px; border-top-right-radius: 14px; }
.rounded-b-14 { border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; }
.rounded-l-14 { border-top-left-radius: 14px; border-bottom-left-radius: 14px; }
.rounded-r-14 { border-top-right-radius: 14px; border-bottom-right-radius: 14px; }
.rounded-tl-14 { border-top-left-radius: 14px; }
.rounded-tr-14 { border-top-right-radius: 14px; }
.rounded-bl-14 { border-bottom-left-radius: 14px; }
.rounded-br-14 { border-bottom-right-radius: 14px; }
.rounded-16 { border-radius: 16px; }
.rounded-t-16 { border-top-left-radius: 16px; border-top-right-radius: 16px; }
.rounded-b-16 { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; }
.rounded-l-16 { border-top-left-radius: 16px; border-bottom-left-radius: 16px; }
.rounded-r-16 { border-top-right-radius: 16px; border-bottom-right-radius: 16px; }
.rounded-tl-16 { border-top-left-radius: 16px; }
.rounded-tr-16 { border-top-right-radius: 16px; }
.rounded-bl-16 { border-bottom-left-radius: 16px; }
.rounded-br-16 { border-bottom-right-radius: 16px; }
.rounded-18 { border-radius: 18px; }
.rounded-t-18 { border-top-left-radius: 18px; border-top-right-radius: 18px; }
.rounded-b-18 { border-bottom-left-radius: 18px; border-bottom-right-radius: 18px; }
.rounded-l-18 { border-top-left-radius: 18px; border-bottom-left-radius: 18px; }
.rounded-r-18 { border-top-right-radius: 18px; border-bottom-right-radius: 18px; }
.rounded-tl-18 { border-top-left-radius: 18px; }
.rounded-tr-18 { border-top-right-radius: 18px; }
.rounded-bl-18 { border-bottom-left-radius: 18px; }
.rounded-br-18 { border-bottom-right-radius: 18px; }
.rounded-20 { border-radius: 20px; }
.rounded-t-20 { border-top-left-radius: 20px; border-top-right-radius: 20px; }
.rounded-b-20 { border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; }
.rounded-l-20 { border-top-left-radius: 20px; border-bottom-left-radius: 20px; }
.rounded-r-20 { border-top-right-radius: 20px; border-bottom-right-radius: 20px; }
.rounded-tl-20 { border-top-left-radius: 20px; }
.rounded-tr-20 { border-top-right-radius: 20px; }
.rounded-bl-20 { border-bottom-left-radius: 20px; }
.rounded-br-20 { border-bottom-right-radius: 20px; }
.rounded-24 { border-radius: 24px; }
.rounded-t-24 { border-top-left-radius: 24px; border-top-right-radius: 24px; }
.rounded-b-24 { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; }
.rounded-l-24 { border-top-left-radius: 24px; border-bottom-left-radius: 24px; }
.rounded-r-24 { border-top-right-radius: 24px; border-bottom-right-radius: 24px; }
.rounded-tl-24 { border-top-left-radius: 24px; }
.rounded-tr-24 { border-top-right-radius: 24px; }
.rounded-bl-24 { border-bottom-left-radius: 24px; }
.rounded-br-24 { border-bottom-right-radius: 24px; }
.rounded-28 { border-radius: 28px; }
.rounded-t-28 { border-top-left-radius: 28px; border-top-right-radius: 28px; }
.rounded-b-28 { border-bottom-left-radius: 28px; border-bottom-right-radius: 28px; }
.rounded-l-28 { border-top-left-radius: 28px; border-bottom-left-radius: 28px; }
.rounded-r-28 { border-top-right-radius: 28px; border-bottom-right-radius: 28px; }
.rounded-tl-28 { border-top-left-radius: 28px; }
.rounded-tr-28 { border-top-right-radius: 28px; }
.rounded-bl-28 { border-bottom-left-radius: 28px; }
.rounded-br-28 { border-bottom-right-radius: 28px; }
.rounded-32 { border-radius: 32px; }
.rounded-t-32 { border-top-left-radius: 32px; border-top-right-radius: 32px; }
.rounded-b-32 { border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; }
.rounded-l-32 { border-top-left-radius: 32px; border-bottom-left-radius: 32px; }
.rounded-r-32 { border-top-right-radius: 32px; border-bottom-right-radius: 32px; }
.rounded-tl-32 { border-top-left-radius: 32px; }
.rounded-tr-32 { border-top-right-radius: 32px; }
.rounded-bl-32 { border-bottom-left-radius: 32px; }
.rounded-br-32 { border-bottom-right-radius: 32px; }
.rounded-36 { border-radius: 36px; }
.rounded-t-36 { border-top-left-radius: 36px; border-top-right-radius: 36px; }
.rounded-b-36 { border-bottom-left-radius: 36px; border-bottom-right-radius: 36px; }
.rounded-l-36 { border-top-left-radius: 36px; border-bottom-left-radius: 36px; }
.rounded-r-36 { border-top-right-radius: 36px; border-bottom-right-radius: 36px; }
.rounded-tl-36 { border-top-left-radius: 36px; }
.rounded-tr-36 { border-top-right-radius: 36px; }
.rounded-bl-36 { border-bottom-left-radius: 36px; }
.rounded-br-36 { border-bottom-right-radius: 36px; }
.rounded-40 { border-radius: 40px; }
.rounded-t-40 { border-top-left-radius: 40px; border-top-right-radius: 40px; }
.rounded-b-40 { border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; }
.rounded-l-40 { border-top-left-radius: 40px; border-bottom-left-radius: 40px; }
.rounded-r-40 { border-top-right-radius: 40px; border-bottom-right-radius: 40px; }
.rounded-tl-40 { border-top-left-radius: 40px; }
.rounded-tr-40 { border-top-right-radius: 40px; }
.rounded-bl-40 { border-bottom-left-radius: 40px; }
.rounded-br-40 { border-bottom-right-radius: 40px; }
.rounded-48 { border-radius: 48px; }
.rounded-t-48 { border-top-left-radius: 48px; border-top-right-radius: 48px; }
.rounded-b-48 { border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; }
.rounded-l-48 { border-top-left-radius: 48px; border-bottom-left-radius: 48px; }
.rounded-r-48 { border-top-right-radius: 48px; border-bottom-right-radius: 48px; }
.rounded-tl-48 { border-top-left-radius: 48px; }
.rounded-tr-48 { border-top-right-radius: 48px; }
.rounded-bl-48 { border-bottom-left-radius: 48px; }
.rounded-br-48 { border-bottom-right-radius: 48px; }
.rounded-56 { border-radius: 56px; }
.rounded-t-56 { border-top-left-radius: 56px; border-top-right-radius: 56px; }
.rounded-b-56 { border-bottom-left-radius: 56px; border-bottom-right-radius: 56px; }
.rounded-l-56 { border-top-left-radius: 56px; border-bottom-left-radius: 56px; }
.rounded-r-56 { border-top-right-radius: 56px; border-bottom-right-radius: 56px; }
.rounded-tl-56 { border-top-left-radius: 56px; }
.rounded-tr-56 { border-top-right-radius: 56px; }
.rounded-bl-56 { border-bottom-left-radius: 56px; }
.rounded-br-56 { border-bottom-right-radius: 56px; }
.rounded-64 { border-radius: 64px; }
.rounded-t-64 { border-top-left-radius: 64px; border-top-right-radius: 64px; }
.rounded-b-64 { border-bottom-left-radius: 64px; border-bottom-right-radius: 64px; }
.rounded-l-64 { border-top-left-radius: 64px; border-bottom-left-radius: 64px; }
.rounded-r-64 { border-top-right-radius: 64px; border-bottom-right-radius: 64px; }
.rounded-tl-64 { border-top-left-radius: 64px; }
.rounded-tr-64 { border-top-right-radius: 64px; }
.rounded-bl-64 { border-bottom-left-radius: 64px; }
.rounded-br-64 { border-bottom-right-radius: 64px; }
.m-64 { margin: 64px; }
.mt-64 { margin-top: 64px; }
.mr-64 { margin-right: 64px; }
.mb-64 { margin-bottom: 64px; }
.ml-64 { margin-left: 64px; }
.mx-64 { margin-left: 64px; margin-right: 64px; }
.my-64 { margin-top: 64px; margin-bottom: 64px; }
.p-64 { padding: 64px; }
.pt-64 { padding-top: 64px; }
.pr-64 { padding-right: 64px; }
.pb-64 { padding-bottom: 64px; }
.pl-64 { padding-left: 64px; }
.px-64 { padding-left: 64px; padding-right: 64px; }
.py-64 { padding-top: 64px; padding-bottom: 64px; }
.m-72 { margin: 72px; }
.mt-72 { margin-top: 72px; }
.mr-72 { margin-right: 72px; }
.mb-72 { margin-bottom: 72px; }
.ml-72 { margin-left: 72px; }
.mx-72 { margin-left: 72px; margin-right: 72px; }
.my-72 { margin-top: 72px; margin-bottom: 72px; }
.p-72 { padding: 72px; }
.pt-72 { padding-top: 72px; }
.pr-72 { padding-right: 72px; }
.pb-72 { padding-bottom: 72px; }
.pl-72 { padding-left: 72px; }
.px-72 { padding-left: 72px; padding-right: 72px; }
.py-72 { padding-top: 72px; padding-bottom: 72px; }
.m-80 { margin: 80px; }
.mt-80 { margin-top: 80px; }
.mr-80 { margin-right: 80px; }
.mb-80 { margin-bottom: 80px; }
.ml-80 { margin-left: 80px; }
.mx-80 { margin-left: 80px; margin-right: 80px; }
.my-80 { margin-top: 80px; margin-bottom: 80px; }
.p-80 { padding: 80px; }
.pt-80 { padding-top: 80px; }
.pr-80 { padding-right: 80px; }
.pb-80 { padding-bottom: 80px; }
.pl-80 { padding-left: 80px; }
.px-80 { padding-left: 80px; padding-right: 80px; }
.py-80 { padding-top: 80px; padding-bottom: 80px; }
.m-88 { margin: 88px; }
.mt-88 { margin-top: 88px; }
.mr-88 { margin-right: 88px; }
.mb-88 { margin-bottom: 88px; }
.ml-88 { margin-left: 88px; }
.mx-88 { margin-left: 88px; margin-right: 88px; }
.my-88 { margin-top: 88px; margin-bottom: 88px; }
.p-88 { padding: 88px; }
.pt-88 { padding-top: 88px; }
.pr-88 { padding-right: 88px; }
.pb-88 { padding-bottom: 88px; }
.pl-88 { padding-left: 88px; }
.px-88 { padding-left: 88px; padding-right: 88px; }
.py-88 { padding-top: 88px; padding-bottom: 88px; }
.m-96 { margin: 96px; }
.mt-96 { margin-top: 96px; }
.mr-96 { margin-right: 96px; }
.mb-96 { margin-bottom: 96px; }
.ml-96 { margin-left: 96px; }
.mx-96 { margin-left: 96px; margin-right: 96px; }
.my-96 { margin-top: 96px; margin-bottom: 96px; }
.p-96 { padding: 96px; }
.pt-96 { padding-top: 96px; }
.pr-96 { padding-right: 96px; }
.pb-96 { padding-bottom: 96px; }
.pl-96 { padding-left: 96px; }
.px-96 { padding-left: 96px; padding-right: 96px; }
.py-96 { padding-top: 96px; padding-bottom: 96px; }
.m-104 { margin: 104px; }
.mt-104 { margin-top: 104px; }
.mr-104 { margin-right: 104px; }
.mb-104 { margin-bottom: 104px; }
.ml-104 { margin-left: 104px; }
.mx-104 { margin-left: 104px; margin-right: 104px; }
.my-104 { margin-top: 104px; margin-bottom: 104px; }
.p-104 { padding: 104px; }
.pt-104 { padding-top: 104px; }
.pr-104 { padding-right: 104px; }
.pb-104 { padding-bottom: 104px; }
.pl-104 { padding-left: 104px; }
.px-104 { padding-left: 104px; padding-right: 104px; }
.py-104 { padding-top: 104px; padding-bottom: 104px; }
.m-112 { margin: 112px; }
.mt-112 { margin-top: 112px; }
.mr-112 { margin-right: 112px; }
.mb-112 { margin-bottom: 112px; }
.ml-112 { margin-left: 112px; }
.mx-112 { margin-left: 112px; margin-right: 112px; }
.my-112 { margin-top: 112px; margin-bottom: 112px; }
.p-112 { padding: 112px; }
.pt-112 { padding-top: 112px; }
.pr-112 { padding-right: 112px; }
.pb-112 { padding-bottom: 112px; }
.pl-112 { padding-left: 112px; }
.px-112 { padding-left: 112px; padding-right: 112px; }
.py-112 { padding-top: 112px; padding-bottom: 112px; }
.m-120 { margin: 120px; }
.mt-120 { margin-top: 120px; }
.mr-120 { margin-right: 120px; }
.mb-120 { margin-bottom: 120px; }
.ml-120 { margin-left: 120px; }
.mx-120 { margin-left: 120px; margin-right: 120px; }
.my-120 { margin-top: 120px; margin-bottom: 120px; }
.p-120 { padding: 120px; }
.pt-120 { padding-top: 120px; }
.pr-120 { padding-right: 120px; }
.pb-120 { padding-bottom: 120px; }
.pl-120 { padding-left: 120px; }
.px-120 { padding-left: 120px; padding-right: 120px; }
.py-120 { padding-top: 120px; padding-bottom: 120px; }
.m-128 { margin: 128px; }
.mt-128 { margin-top: 128px; }
.mr-128 { margin-right: 128px; }
.mb-128 { margin-bottom: 128px; }
.ml-128 { margin-left: 128px; }
.mx-128 { margin-left: 128px; margin-right: 128px; }
.my-128 { margin-top: 128px; margin-bottom: 128px; }
.p-128 { padding: 128px; }
.pt-128 { padding-top: 128px; }
.pr-128 { padding-right: 128px; }
.pb-128 { padding-bottom: 128px; }
.pl-128 { padding-left: 128px; }
.px-128 { padding-left: 128px; padding-right: 128px; }
.py-128 { padding-top: 128px; padding-bottom: 128px; }
.m-136 { margin: 136px; }
.mt-136 { margin-top: 136px; }
.mr-136 { margin-right: 136px; }
.mb-136 { margin-bottom: 136px; }
.ml-136 { margin-left: 136px; }
.mx-136 { margin-left: 136px; margin-right: 136px; }
.my-136 { margin-top: 136px; margin-bottom: 136px; }
.p-136 { padding: 136px; }
.pt-136 { padding-top: 136px; }
.pr-136 { padding-right: 136px; }
.pb-136 { padding-bottom: 136px; }
.pl-136 { padding-left: 136px; }
.px-136 { padding-left: 136px; padding-right: 136px; }
.py-136 { padding-top: 136px; padding-bottom: 136px; }
.m-144 { margin: 144px; }
.mt-144 { margin-top: 144px; }
.mr-144 { margin-right: 144px; }
.mb-144 { margin-bottom: 144px; }
.ml-144 { margin-left: 144px; }
.mx-144 { margin-left: 144px; margin-right: 144px; }
.my-144 { margin-top: 144px; margin-bottom: 144px; }
.p-144 { padding: 144px; }
.pt-144 { padding-top: 144px; }
.pr-144 { padding-right: 144px; }
.pb-144 { padding-bottom: 144px; }
.pl-144 { padding-left: 144px; }
.px-144 { padding-left: 144px; padding-right: 144px; }
.py-144 { padding-top: 144px; padding-bottom: 144px; }
.m-152 { margin: 152px; }
.mt-152 { margin-top: 152px; }
.mr-152 { margin-right: 152px; }
.mb-152 { margin-bottom: 152px; }
.ml-152 { margin-left: 152px; }
.mx-152 { margin-left: 152px; margin-right: 152px; }
.my-152 { margin-top: 152px; margin-bottom: 152px; }
.p-152 { padding: 152px; }
.pt-152 { padding-top: 152px; }
.pr-152 { padding-right: 152px; }
.pb-152 { padding-bottom: 152px; }
.pl-152 { padding-left: 152px; }
.px-152 { padding-left: 152px; padding-right: 152px; }
.py-152 { padding-top: 152px; padding-bottom: 152px; }
.m-160 { margin: 160px; }
.mt-160 { margin-top: 160px; }
.mr-160 { margin-right: 160px; }
.mb-160 { margin-bottom: 160px; }
.ml-160 { margin-left: 160px; }
.mx-160 { margin-left: 160px; margin-right: 160px; }
.my-160 { margin-top: 160px; margin-bottom: 160px; }
.p-160 { padding: 160px; }
.pt-160 { padding-top: 160px; }
.pr-160 { padding-right: 160px; }
.pb-160 { padding-bottom: 160px; }
.pl-160 { padding-left: 160px; }
.px-160 { padding-left: 160px; padding-right: 160px; }
.py-160 { padding-top: 160px; padding-bottom: 160px; }
.m-168 { margin: 168px; }
.mt-168 { margin-top: 168px; }
.mr-168 { margin-right: 168px; }
.mb-168 { margin-bottom: 168px; }
.ml-168 { margin-left: 168px; }
.mx-168 { margin-left: 168px; margin-right: 168px; }
.my-168 { margin-top: 168px; margin-bottom: 168px; }
.p-168 { padding: 168px; }
.pt-168 { padding-top: 168px; }
.pr-168 { padding-right: 168px; }
.pb-168 { padding-bottom: 168px; }
.pl-168 { padding-left: 168px; }
.px-168 { padding-left: 168px; padding-right: 168px; }
.py-168 { padding-top: 168px; padding-bottom: 168px; }
.m-176 { margin: 176px; }
.mt-176 { margin-top: 176px; }
.mr-176 { margin-right: 176px; }
.mb-176 { margin-bottom: 176px; }
.ml-176 { margin-left: 176px; }
.mx-176 { margin-left: 176px; margin-right: 176px; }
.my-176 { margin-top: 176px; margin-bottom: 176px; }
.p-176 { padding: 176px; }
.pt-176 { padding-top: 176px; }
.pr-176 { padding-right: 176px; }
.pb-176 { padding-bottom: 176px; }
.pl-176 { padding-left: 176px; }
.px-176 { padding-left: 176px; padding-right: 176px; }
.py-176 { padding-top: 176px; padding-bottom: 176px; }
.m-184 { margin: 184px; }
.mt-184 { margin-top: 184px; }
.mr-184 { margin-right: 184px; }
.mb-184 { margin-bottom: 184px; }
.ml-184 { margin-left: 184px; }
.mx-184 { margin-left: 184px; margin-right: 184px; }
.my-184 { margin-top: 184px; margin-bottom: 184px; }
.p-184 { padding: 184px; }
.pt-184 { padding-top: 184px; }
.pr-184 { padding-right: 184px; }
.pb-184 { padding-bottom: 184px; }
.pl-184 { padding-left: 184px; }
.px-184 { padding-left: 184px; padding-right: 184px; }
.py-184 { padding-top: 184px; padding-bottom: 184px; }
.m-192 { margin: 192px; }
.mt-192 { margin-top: 192px; }
.mr-192 { margin-right: 192px; }
.mb-192 { margin-bottom: 192px; }
.ml-192 { margin-left: 192px; }
.mx-192 { margin-left: 192px; margin-right: 192px; }
.my-192 { margin-top: 192px; margin-bottom: 192px; }
.p-192 { padding: 192px; }
.pt-192 { padding-top: 192px; }
.pr-192 { padding-right: 192px; }
.pb-192 { padding-bottom: 192px; }
.pl-192 { padding-left: 192px; }
.px-192 { padding-left: 192px; padding-right: 192px; }
.py-192 { padding-top: 192px; padding-bottom: 192px; }
.m-200 { margin: 200px; }
.mt-200 { margin-top: 200px; }
.mr-200 { margin-right: 200px; }
.mb-200 { margin-bottom: 200px; }
.ml-200 { margin-left: 200px; }
.mx-200 { margin-left: 200px; margin-right: 200px; }
.my-200 { margin-top: 200px; margin-bottom: 200px; }
.p-200 { padding: 200px; }
.pt-200 { padding-top: 200px; }
.pr-200 { padding-right: 200px; }
.pb-200 { padding-bottom: 200px; }
.pl-200 { padding-left: 200px; }
.px-200 { padding-left: 200px; padding-right: 200px; }
.py-200 { padding-top: 200px; padding-bottom: 200px; }
.m-208 { margin: 208px; }
.mt-208 { margin-top: 208px; }
.mr-208 { margin-right: 208px; }
.mb-208 { margin-bottom: 208px; }
.ml-208 { margin-left: 208px; }
.mx-208 { margin-left: 208px; margin-right: 208px; }
.my-208 { margin-top: 208px; margin-bottom: 208px; }
.p-208 { padding: 208px; }
.pt-208 { padding-top: 208px; }
.pr-208 { padding-right: 208px; }
.pb-208 { padding-bottom: 208px; }
.pl-208 { padding-left: 208px; }
.px-208 { padding-left: 208px; padding-right: 208px; }
.py-208 { padding-top: 208px; padding-bottom: 208px; }
.m-216 { margin: 216px; }
.mt-216 { margin-top: 216px; }
.mr-216 { margin-right: 216px; }
.mb-216 { margin-bottom: 216px; }
.ml-216 { margin-left: 216px; }
.mx-216 { margin-left: 216px; margin-right: 216px; }
.my-216 { margin-top: 216px; margin-bottom: 216px; }
.p-216 { padding: 216px; }
.pt-216 { padding-top: 216px; }
.pr-216 { padding-right: 216px; }
.pb-216 { padding-bottom: 216px; }
.pl-216 { padding-left: 216px; }
.px-216 { padding-left: 216px; padding-right: 216px; }
.py-216 { padding-top: 216px; padding-bottom: 216px; }
.m-224 { margin: 224px; }
.mt-224 { margin-top: 224px; }
.mr-224 { margin-right: 224px; }
.mb-224 { margin-bottom: 224px; }
.ml-224 { margin-left: 224px; }
.mx-224 { margin-left: 224px; margin-right: 224px; }
.my-224 { margin-top: 224px; margin-bottom: 224px; }
.p-224 { padding: 224px; }
.pt-224 { padding-top: 224px; }
.pr-224 { padding-right: 224px; }
.pb-224 { padding-bottom: 224px; }
.pl-224 { padding-left: 224px; }
.px-224 { padding-left: 224px; padding-right: 224px; }
.py-224 { padding-top: 224px; padding-bottom: 224px; }
.m-232 { margin: 232px; }
.mt-232 { margin-top: 232px; }
.mr-232 { margin-right: 232px; }
.mb-232 { margin-bottom: 232px; }
.ml-232 { margin-left: 232px; }
.mx-232 { margin-left: 232px; margin-right: 232px; }
.my-232 { margin-top: 232px; margin-bottom: 232px; }
.p-232 { padding: 232px; }
.pt-232 { padding-top: 232px; }
.pr-232 { padding-right: 232px; }
.pb-232 { padding-bottom: 232px; }
.pl-232 { padding-left: 232px; }
.px-232 { padding-left: 232px; padding-right: 232px; }
.py-232 { padding-top: 232px; padding-bottom: 232px; }
.m-240 { margin: 240px; }
.mt-240 { margin-top: 240px; }
.mr-240 { margin-right: 240px; }
.mb-240 { margin-bottom: 240px; }
.ml-240 { margin-left: 240px; }
.mx-240 { margin-left: 240px; margin-right: 240px; }
.my-240 { margin-top: 240px; margin-bottom: 240px; }
.p-240 { padding: 240px; }
.pt-240 { padding-top: 240px; }
.pr-240 { padding-right: 240px; }
.pb-240 { padding-bottom: 240px; }
.pl-240 { padding-left: 240px; }
.px-240 { padding-left: 240px; padding-right: 240px; }
.py-240 { padding-top: 240px; padding-bottom: 240px; }
.m-248 { margin: 248px; }
.mt-248 { margin-top: 248px; }
.mr-248 { margin-right: 248px; }
.mb-248 { margin-bottom: 248px; }
.ml-248 { margin-left: 248px; }
.mx-248 { margin-left: 248px; margin-right: 248px; }
.my-248 { margin-top: 248px; margin-bottom: 248px; }
.p-248 { padding: 248px; }
.pt-248 { padding-top: 248px; }
.pr-248 { padding-right: 248px; }
.pb-248 { padding-bottom: 248px; }
.pl-248 { padding-left: 248px; }
.px-248 { padding-left: 248px; padding-right: 248px; }
.py-248 { padding-top: 248px; padding-bottom: 248px; }
.m-256 { margin: 256px; }
.mt-256 { margin-top: 256px; }
.mr-256 { margin-right: 256px; }
.mb-256 { margin-bottom: 256px; }
.ml-256 { margin-left: 256px; }
.mx-256 { margin-left: 256px; margin-right: 256px; }
.my-256 { margin-top: 256px; margin-bottom: 256px; }
.p-256 { padding: 256px; }
.pt-256 { padding-top: 256px; }
.pr-256 { padding-right: 256px; }
.pb-256 { padding-bottom: 256px; }
.pl-256 { padding-left: 256px; }
.px-256 { padding-left: 256px; padding-right: 256px; }
.py-256 { padding-top: 256px; padding-bottom: 256px; }
.m-272 { margin: 272px; }
.mt-272 { margin-top: 272px; }
.mr-272 { margin-right: 272px; }
.mb-272 { margin-bottom: 272px; }
.ml-272 { margin-left: 272px; }
.mx-272 { margin-left: 272px; margin-right: 272px; }
.my-272 { margin-top: 272px; margin-bottom: 272px; }
.p-272 { padding: 272px; }
.pt-272 { padding-top: 272px; }
.pr-272 { padding-right: 272px; }
.pb-272 { padding-bottom: 272px; }
.pl-272 { padding-left: 272px; }
.px-272 { padding-left: 272px; padding-right: 272px; }
.py-272 { padding-top: 272px; padding-bottom: 272px; }
.m-288 { margin: 288px; }
.mt-288 { margin-top: 288px; }
.mr-288 { margin-right: 288px; }
.mb-288 { margin-bottom: 288px; }
.ml-288 { margin-left: 288px; }
.mx-288 { margin-left: 288px; margin-right: 288px; }
.my-288 { margin-top: 288px; margin-bottom: 288px; }
.p-288 { padding: 288px; }
.pt-288 { padding-top: 288px; }
.pr-288 { padding-right: 288px; }
.pb-288 { padding-bottom: 288px; }
.pl-288 { padding-left: 288px; }
.px-288 { padding-left: 288px; padding-right: 288px; }
.py-288 { padding-top: 288px; padding-bottom: 288px; }
.m-304 { margin: 304px; }
.mt-304 { margin-top: 304px; }
.mr-304 { margin-right: 304px; }
.mb-304 { margin-bottom: 304px; }
.ml-304 { margin-left: 304px; }
.mx-304 { margin-left: 304px; margin-right: 304px; }
.my-304 { margin-top: 304px; margin-bottom: 304px; }
.p-304 { padding: 304px; }
.pt-304 { padding-top: 304px; }
.pr-304 { padding-right: 304px; }
.pb-304 { padding-bottom: 304px; }
.pl-304 { padding-left: 304px; }
.px-304 { padding-left: 304px; padding-right: 304px; }
.py-304 { padding-top: 304px; padding-bottom: 304px; }
.m-320 { margin: 320px; }
.mt-320 { margin-top: 320px; }
.mr-320 { margin-right: 320px; }
.mb-320 { margin-bottom: 320px; }
.ml-320 { margin-left: 320px; }
.mx-320 { margin-left: 320px; margin-right: 320px; }
.my-320 { margin-top: 320px; margin-bottom: 320px; }
.p-320 { padding: 320px; }
.pt-320 { padding-top: 320px; }
.pr-320 { padding-right: 320px; }
.pb-320 { padding-bottom: 320px; }
.pl-320 { padding-left: 320px; }
.px-320 { padding-left: 320px; padding-right: 320px; }
.py-320 { padding-top: 320px; padding-bottom: 320px; }
.m-336 { margin: 336px; }
.mt-336 { margin-top: 336px; }
.mr-336 { margin-right: 336px; }
.mb-336 { margin-bottom: 336px; }
.ml-336 { margin-left: 336px; }
.mx-336 { margin-left: 336px; margin-right: 336px; }
.my-336 { margin-top: 336px; margin-bottom: 336px; }
.p-336 { padding: 336px; }
.pt-336 { padding-top: 336px; }
.pr-336 { padding-right: 336px; }
.pb-336 { padding-bottom: 336px; }
.pl-336 { padding-left: 336px; }
.px-336 { padding-left: 336px; padding-right: 336px; }
.py-336 { padding-top: 336px; padding-bottom: 336px; }
.m-352 { margin: 352px; }
.mt-352 { margin-top: 352px; }
.mr-352 { margin-right: 352px; }
.mb-352 { margin-bottom: 352px; }
.ml-352 { margin-left: 352px; }
.mx-352 { margin-left: 352px; margin-right: 352px; }
.my-352 { margin-top: 352px; margin-bottom: 352px; }
.p-352 { padding: 352px; }
.pt-352 { padding-top: 352px; }
.pr-352 { padding-right: 352px; }
.pb-352 { padding-bottom: 352px; }
.pl-352 { padding-left: 352px; }
.px-352 { padding-left: 352px; padding-right: 352px; }
.py-352 { padding-top: 352px; padding-bottom: 352px; }
.m-368 { margin: 368px; }
.mt-368 { margin-top: 368px; }
.mr-368 { margin-right: 368px; }
.mb-368 { margin-bottom: 368px; }
.ml-368 { margin-left: 368px; }
.mx-368 { margin-left: 368px; margin-right: 368px; }
.my-368 { margin-top: 368px; margin-bottom: 368px; }
.p-368 { padding: 368px; }
.pt-368 { padding-top: 368px; }
.pr-368 { padding-right: 368px; }
.pb-368 { padding-bottom: 368px; }
.pl-368 { padding-left: 368px; }
.px-368 { padding-left: 368px; padding-right: 368px; }
.py-368 { padding-top: 368px; padding-bottom: 368px; }
.m-384 { margin: 384px; }
.mt-384 { margin-top: 384px; }
.mr-384 { margin-right: 384px; }
.mb-384 { margin-bottom: 384px; }
.ml-384 { margin-left: 384px; }
.mx-384 { margin-left: 384px; margin-right: 384px; }
.my-384 { margin-top: 384px; margin-bottom: 384px; }
.p-384 { padding: 384px; }
.pt-384 { padding-top: 384px; }
.pr-384 { padding-right: 384px; }
.pb-384 { padding-bottom: 384px; }
.pl-384 { padding-left: 384px; }
.px-384 { padding-left: 384px; padding-right: 384px; }
.py-384 { padding-top: 384px; padding-bottom: 384px; }
.m-400 { margin: 400px; }
.mt-400 { margin-top: 400px; }
.mr-400 { margin-right: 400px; }
.mb-400 { margin-bottom: 400px; }
.ml-400 { margin-left: 400px; }
.mx-400 { margin-left: 400px; margin-right: 400px; }
.my-400 { margin-top: 400px; margin-bottom: 400px; }
.p-400 { padding: 400px; }
.pt-400 { padding-top: 400px; }
.pr-400 { padding-right: 400px; }
.pb-400 { padding-bottom: 400px; }
.pl-400 { padding-left: 400px; }
.px-400 { padding-left: 400px; padding-right: 400px; }
.py-400 { padding-top: 400px; padding-bottom: 400px; }
.rounded-72 { border-radius: 72px; }
.rounded-t-72 { border-top-left-radius: 72px; border-top-right-radius: 72px; }
.rounded-b-72 { border-bottom-left-radius: 72px; border-bottom-right-radius: 72px; }
.rounded-l-72 { border-top-left-radius: 72px; border-bottom-left-radius: 72px; }
.rounded-r-72 { border-top-right-radius: 72px; border-bottom-right-radius: 72px; }
.rounded-tl-72 { border-top-left-radius: 72px; }
.rounded-tr-72 { border-top-right-radius: 72px; }
.rounded-bl-72 { border-bottom-left-radius: 72px; }
.rounded-br-72 { border-bottom-right-radius: 72px; }
.rounded-80 { border-radius: 80px; }
.rounded-t-80 { border-top-left-radius: 80px; border-top-right-radius: 80px; }
.rounded-b-80 { border-bottom-left-radius: 80px; border-bottom-right-radius: 80px; }
.rounded-l-80 { border-top-left-radius: 80px; border-bottom-left-radius: 80px; }
.rounded-r-80 { border-top-right-radius: 80px; border-bottom-right-radius: 80px; }
.rounded-tl-80 { border-top-left-radius: 80px; }
.rounded-tr-80 { border-top-right-radius: 80px; }
.rounded-bl-80 { border-bottom-left-radius: 80px; }
.rounded-br-80 { border-bottom-right-radius: 80px; }
.rounded-88 { border-radius: 88px; }
.rounded-t-88 { border-top-left-radius: 88px; border-top-right-radius: 88px; }
.rounded-b-88 { border-bottom-left-radius: 88px; border-bottom-right-radius: 88px; }
.rounded-l-88 { border-top-left-radius: 88px; border-bottom-left-radius: 88px; }
.rounded-r-88 { border-top-right-radius: 88px; border-bottom-right-radius: 88px; }
.rounded-tl-88 { border-top-left-radius: 88px; }
.rounded-tr-88 { border-top-right-radius: 88px; }
.rounded-bl-88 { border-bottom-left-radius: 88px; }
.rounded-br-88 { border-bottom-right-radius: 88px; }
.rounded-96 { border-radius: 96px; }
.rounded-t-96 { border-top-left-radius: 96px; border-top-right-radius: 96px; }
.rounded-b-96 { border-bottom-left-radius: 96px; border-bottom-right-radius: 96px; }
.rounded-l-96 { border-top-left-radius: 96px; border-bottom-left-radius: 96px; }
.rounded-r-96 { border-top-right-radius: 96px; border-bottom-right-radius: 96px; }
.rounded-tl-96 { border-top-left-radius: 96px; }
.rounded-tr-96 { border-top-right-radius: 96px; }
.rounded-bl-96 { border-bottom-left-radius: 96px; }
.rounded-br-96 { border-bottom-right-radius: 96px; }
.rounded-104 { border-radius: 104px; }
.rounded-t-104 { border-top-left-radius: 104px; border-top-right-radius: 104px; }
.rounded-b-104 { border-bottom-left-radius: 104px; border-bottom-right-radius: 104px; }
.rounded-l-104 { border-top-left-radius: 104px; border-bottom-left-radius: 104px; }
.rounded-r-104 { border-top-right-radius: 104px; border-bottom-right-radius: 104px; }
.rounded-tl-104 { border-top-left-radius: 104px; }
.rounded-tr-104 { border-top-right-radius: 104px; }
.rounded-bl-104 { border-bottom-left-radius: 104px; }
.rounded-br-104 { border-bottom-right-radius: 104px; }
.rounded-112 { border-radius: 112px; }
.rounded-t-112 { border-top-left-radius: 112px; border-top-right-radius: 112px; }
.rounded-b-112 { border-bottom-left-radius: 112px; border-bottom-right-radius: 112px; }
.rounded-l-112 { border-top-left-radius: 112px; border-bottom-left-radius: 112px; }
.rounded-r-112 { border-top-right-radius: 112px; border-bottom-right-radius: 112px; }
.rounded-tl-112 { border-top-left-radius: 112px; }
.rounded-tr-112 { border-top-right-radius: 112px; }
.rounded-bl-112 { border-bottom-left-radius: 112px; }
.rounded-br-112 { border-bottom-right-radius: 112px; }
.rounded-120 { border-radius: 120px; }
.rounded-t-120 { border-top-left-radius: 120px; border-top-right-radius: 120px; }
.rounded-b-120 { border-bottom-left-radius: 120px; border-bottom-right-radius: 120px; }
.rounded-l-120 { border-top-left-radius: 120px; border-bottom-left-radius: 120px; }
.rounded-r-120 { border-top-right-radius: 120px; border-bottom-right-radius: 120px; }
.rounded-tl-120 { border-top-left-radius: 120px; }
.rounded-tr-120 { border-top-right-radius: 120px; }
.rounded-bl-120 { border-bottom-left-radius: 120px; }
.rounded-br-120 { border-bottom-right-radius: 120px; }
.rounded-128 { border-radius: 128px; }
.rounded-t-128 { border-top-left-radius: 128px; border-top-right-radius: 128px; }
.rounded-b-128 { border-bottom-left-radius: 128px; border-bottom-right-radius: 128px; }
.rounded-l-128 { border-top-left-radius: 128px; border-bottom-left-radius: 128px; }
.rounded-r-128 { border-top-right-radius: 128px; border-bottom-right-radius: 128px; }
.rounded-tl-128 { border-top-left-radius: 128px; }
.rounded-tr-128 { border-top-right-radius: 128px; }
.rounded-bl-128 { border-bottom-left-radius: 128px; }
.rounded-br-128 { border-bottom-right-radius: 128px; }
.rounded-144 { border-radius: 144px; }
.rounded-t-144 { border-top-left-radius: 144px; border-top-right-radius: 144px; }
.rounded-b-144 { border-bottom-left-radius: 144px; border-bottom-right-radius: 144px; }
.rounded-l-144 { border-top-left-radius: 144px; border-bottom-left-radius: 144px; }
.rounded-r-144 { border-top-right-radius: 144px; border-bottom-right-radius: 144px; }
.rounded-tl-144 { border-top-left-radius: 144px; }
.rounded-tr-144 { border-top-right-radius: 144px; }
.rounded-bl-144 { border-bottom-left-radius: 144px; }
.rounded-br-144 { border-bottom-right-radius: 144px; }
.rounded-160 { border-radius: 160px; }
.rounded-t-160 { border-top-left-radius: 160px; border-top-right-radius: 160px; }
.rounded-b-160 { border-bottom-left-radius: 160px; border-bottom-right-radius: 160px; }
.rounded-l-160 { border-top-left-radius: 160px; border-bottom-left-radius: 160px; }
.rounded-r-160 { border-top-right-radius: 160px; border-bottom-right-radius: 160px; }
.rounded-tl-160 { border-top-left-radius: 160px; }
.rounded-tr-160 { border-top-right-radius: 160px; }
.rounded-bl-160 { border-bottom-left-radius: 160px; }
.rounded-br-160 { border-bottom-right-radius: 160px; }
.rounded-176 { border-radius: 176px; }
.rounded-t-176 { border-top-left-radius: 176px; border-top-right-radius: 176px; }
.rounded-b-176 { border-bottom-left-radius: 176px; border-bottom-right-radius: 176px; }
.rounded-l-176 { border-top-left-radius: 176px; border-bottom-left-radius: 176px; }
.rounded-r-176 { border-top-right-radius: 176px; border-bottom-right-radius: 176px; }
.rounded-tl-176 { border-top-left-radius: 176px; }
.rounded-tr-176 { border-top-right-radius: 176px; }
.rounded-bl-176 { border-bottom-left-radius: 176px; }
.rounded-br-176 { border-bottom-right-radius: 176px; }
.rounded-192 { border-radius: 192px; }
.rounded-t-192 { border-top-left-radius: 192px; border-top-right-radius: 192px; }
.rounded-b-192 { border-bottom-left-radius: 192px; border-bottom-right-radius: 192px; }
.rounded-l-192 { border-top-left-radius: 192px; border-bottom-left-radius: 192px; }
.rounded-r-192 { border-top-right-radius: 192px; border-bottom-right-radius: 192px; }
.rounded-tl-192 { border-top-left-radius: 192px; }
.rounded-tr-192 { border-top-right-radius: 192px; }
.rounded-bl-192 { border-bottom-left-radius: 192px; }
.rounded-br-192 { border-bottom-right-radius: 192px; }
.rounded-200 { border-radius: 200px; }
.rounded-t-200 { border-top-left-radius: 200px; border-top-right-radius: 200px; }
.rounded-b-200 { border-bottom-left-radius: 200px; border-bottom-right-radius: 200px; }
.rounded-l-200 { border-top-left-radius: 200px; border-bottom-left-radius: 200px; }
.rounded-r-200 { border-top-right-radius: 200px; border-bottom-right-radius: 200px; }
.rounded-tl-200 { border-top-left-radius: 200px; }
.rounded-tr-200 { border-top-right-radius: 200px; }
.rounded-bl-200 { border-bottom-left-radius: 200px; }
.rounded-br-200 { border-bottom-right-radius: 200px; }
.rounded-224 { border-radius: 224px; }
.rounded-t-224 { border-top-left-radius: 224px; border-top-right-radius: 224px; }
.rounded-b-224 { border-bottom-left-radius: 224px; border-bottom-right-radius: 224px; }
.rounded-l-224 { border-top-left-radius: 224px; border-bottom-left-radius: 224px; }
.rounded-r-224 { border-top-right-radius: 224px; border-bottom-right-radius: 224px; }
.rounded-tl-224 { border-top-left-radius: 224px; }
.rounded-tr-224 { border-top-right-radius: 224px; }
.rounded-bl-224 { border-bottom-left-radius: 224px; }
.rounded-br-224 { border-bottom-right-radius: 224px; }
.rounded-256 { border-radius: 256px; }
.rounded-t-256 { border-top-left-radius: 256px; border-top-right-radius: 256px; }
.rounded-b-256 { border-bottom-left-radius: 256px; border-bottom-right-radius: 256px; }
.rounded-l-256 { border-top-left-radius: 256px; border-bottom-left-radius: 256px; }
.rounded-r-256 { border-top-right-radius: 256px; border-bottom-right-radius: 256px; }
.rounded-tl-256 { border-top-left-radius: 256px; }
.rounded-tr-256 { border-top-right-radius: 256px; }
.rounded-bl-256 { border-bottom-left-radius: 256px; }
.rounded-br-256 { border-bottom-right-radius: 256px; }
.rounded-288 { border-radius: 288px; }
.rounded-t-288 { border-top-left-radius: 288px; border-top-right-radius: 288px; }
.rounded-b-288 { border-bottom-left-radius: 288px; border-bottom-right-radius: 288px; }
.rounded-l-288 { border-top-left-radius: 288px; border-bottom-left-radius: 288px; }
.rounded-r-288 { border-top-right-radius: 288px; border-bottom-right-radius: 288px; }
.rounded-tl-288 { border-top-left-radius: 288px; }
.rounded-tr-288 { border-top-right-radius: 288px; }
.rounded-bl-288 { border-bottom-left-radius: 288px; }
.rounded-br-288 { border-bottom-right-radius: 288px; }
.rounded-320 { border-radius: 320px; }
.rounded-t-320 { border-top-left-radius: 320px; border-top-right-radius: 320px; }
.rounded-b-320 { border-bottom-left-radius: 320px; border-bottom-right-radius: 320px; }
.rounded-l-320 { border-top-left-radius: 320px; border-bottom-left-radius: 320px; }
.rounded-r-320 { border-top-right-radius: 320px; border-bottom-right-radius: 320px; }
.rounded-tl-320 { border-top-left-radius: 320px; }
.rounded-tr-320 { border-top-right-radius: 320px; }
.rounded-bl-320 { border-bottom-left-radius: 320px; }
.rounded-br-320 { border-bottom-right-radius: 320px; }
.rounded-384 { border-radius: 384px; }
.rounded-t-384 { border-top-left-radius: 384px; border-top-right-radius: 384px; }
.rounded-b-384 { border-bottom-left-radius: 384px; border-bottom-right-radius: 384px; }
.rounded-l-384 { border-top-left-radius: 384px; border-bottom-left-radius: 384px; }
.rounded-r-384 { border-top-right-radius: 384px; border-bottom-right-radius: 384px; }
.rounded-tl-384 { border-top-left-radius: 384px; }
.rounded-tr-384 { border-top-right-radius: 384px; }
.rounded-bl-384 { border-bottom-left-radius: 384px; }
.rounded-br-384 { border-bottom-right-radius: 384px; }
.rounded-400 { border-radius: 400px; }
.rounded-t-400 { border-top-left-radius: 400px; border-top-right-radius: 400px; }
.rounded-b-400 { border-bottom-left-radius: 400px; border-bottom-right-radius: 400px; }
.rounded-l-400 { border-top-left-radius: 400px; border-bottom-left-radius: 400px; }
.rounded-r-400 { border-top-right-radius: 400px; border-bottom-right-radius: 400px; }
.rounded-tl-400 { border-top-left-radius: 400px; }
.rounded-tr-400 { border-top-right-radius: 400px; }
.rounded-bl-400 { border-bottom-left-radius: 400px; }
.rounded-br-400 { border-bottom-right-radius: 400px; }
.rounded-500 { border-radius: 500px; }
.rounded-t-500 { border-top-left-radius: 500px; border-top-right-radius: 500px; }
.rounded-b-500 { border-bottom-left-radius: 500px; border-bottom-right-radius: 500px; }
.rounded-l-500 { border-top-left-radius: 500px; border-bottom-left-radius: 500px; }
.rounded-r-500 { border-top-right-radius: 500px; border-bottom-right-radius: 500px; }
.rounded-tl-500 { border-top-left-radius: 500px; }
.rounded-tr-500 { border-top-right-radius: 500px; }
.rounded-bl-500 { border-bottom-left-radius: 500px; }
.rounded-br-500 { border-bottom-right-radius: 500px; }
.grid-cols-repeat81fr { grid-template-columns: repeat(8, 1fr); }
.grid-cols-repeat101fr { grid-template-columns: repeat(10, 1fr); }
.grid-cols-repeat141fr { grid-template-columns: repeat(14, 1fr); }
.grid-cols-repeat161fr { grid-template-columns: repeat(16, 1fr); }
.grid-cols-repeat241fr { grid-template-columns: repeat(24, 1fr); }
.grid-cols-200px1fr200px { grid-template-columns: 200px 1fr 200px; }
.grid-cols-1fr200px { grid-template-columns: 1fr 200px; }
.grid-cols-200px1fr { grid-template-columns: 200px 1fr; }
.grid-cols-300px1fr { grid-template-columns: 300px 1fr; }
.grid-cols-1fr300px { grid-template-columns: 1fr 300px; }
.grid-cols-1fr1fr1fr { grid-template-columns: 1fr 1fr 1fr; }
.grid-cols-repeatautofillminmax200px1fr { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
.grid-cols-repeatautofillminmax300px1fr { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
.grid-cols-repeatautofillminmax350px1fr { grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); }
.grid-cols-repeatautofitminmax200px1fr { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.grid-cols-repeatautofitminmax350px1fr { grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); }
.fs-1 { font-size: 1px; }
.fs-2 { font-size: 2px; }
.fs-3 { font-size: 3px; }
.fs-4 { font-size: 4px; }
.fs-5 { font-size: 5px; }
.fs-6 { font-size: 6px; }
.fs-7 { font-size: 7px; }
.fs-72 { font-size: 72px; }
.fs-80 { font-size: 80px; }
.fs-96 { font-size: 96px; }
.fs-112 { font-size: 112px; }
.fs-128 { font-size: 128px; }
.fs-144 { font-size: 144px; }
.fs-160 { font-size: 160px; }
.fs-176 { font-size: 176px; }
.fs-192 { font-size: 192px; }
.fs-208 { font-size: 208px; }
.fs-224 { font-size: 224px; }
.fs-240 { font-size: 240px; }
.fs-256 { font-size: 256px; }
.fs-288 { font-size: 288px; }
.fs-320 { font-size: 320px; }
.lh-2 { line-height: 2px; }
.lh-3 { line-height: 3px; }
.lh-4 { line-height: 4px; }
.lh-5 { line-height: 5px; }
.lh-6 { line-height: 6px; }
.lh-7 { line-height: 7px; }
.lh-100 { line-height: 100px; }
.lh-112 { line-height: 112px; }
.lh-120 { line-height: 120px; }
.lh-128 { line-height: 128px; }
.lh-144 { line-height: 144px; }
.lh-160 { line-height: 160px; }
.fw-100 { font-weight: 100; }
.fw-200 { font-weight: 200; }
.fw-300 { font-weight: 300; }
.fw-400 { font-weight: 400; }
.fw-500 { font-weight: 500; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }
.fw-800 { font-weight: 800; }
.fw-900 { font-weight: 900; }
.text-left { text-align: left !important; }
.text-center { text-align: center !important; }
.text-right { text-align: right !important; }
.text-justify { text-align: justify !important; }
.d-block { display: block !important; }
.d-inline { display: inline !important; }
.d-inline-block { display: inline-block !important; }
.d-flex { display: flex !important; }
.d-inline-flex { display: inline-flex !important; }
.d-grid { display: grid !important; }
.d-inline-grid { display: inline-grid !important; }
.d-none { display: none !important; }
.d-contents { display: contents !important; }
.d-table { display: table !important; }
.d-table-cell { display: table-cell !important; }
.d-table-row { display: table-row !important; }
.d-flow-root { display: flow-root !important; }
.pos-static { position: static !important; }
.pos-relative { position: relative !important; }
.pos-absolute { position: absolute !important; }
.pos-fixed { position: fixed !important; }
.pos-sticky { position: sticky !important; }
.overflow-visible { overflow: visible !important; }
.overflow-x-visible { overflow-x: visible !important; }
.overflow-y-visible { overflow-y: visible !important; }
.overflow-hidden { overflow: hidden !important; }
.overflow-x-hidden { overflow-x: hidden !important; }
.overflow-y-hidden { overflow-y: hidden !important; }
.overflow-scroll { overflow: scroll !important; }
.overflow-x-scroll { overflow-x: scroll !important; }
.overflow-y-scroll { overflow-y: scroll !important; }
.overflow-auto { overflow: auto !important; }
.overflow-x-auto { overflow-x: auto !important; }
.overflow-y-auto { overflow-y: auto !important; }
.cursor-pointer { cursor: pointer !important; }
.cursor-default { cursor: default !important; }
.cursor-text { cursor: text !important; }
.cursor-move { cursor: move !important; }
.cursor-notallowed { cursor: not-allowed !important; }
.cursor-crosshair { cursor: crosshair !important; }
.cursor-help { cursor: help !important; }
.cursor-wait { cursor: wait !important; }
.cursor-progress { cursor: progress !important; }
.cursor-grab { cursor: grab !important; }
.cursor-grabbing { cursor: grabbing !important; }
.cursor-zoomin { cursor: zoom-in !important; }
.cursor-zoomout { cursor: zoom-out !important; }
.primary { color: var(--primary) !important; }
.accent { color: var(--accent) !important; }
.bg-primary { color: var(--bg-primary) !important; }
.bg-card { color: var(--bg-card) !important; }
.border { color: var(--border-color) !important; }
.text-secondary { color: var(--text-secondary) !important; }
.text-white { color: #ffffff !important; }
.text-black { color: #000000 !important; }
.bg-transparent { color: transparent !important; }
.bg-white { color: #ffffff !important; }
.bg-black { color: #000000 !important; }
.text-purple { color: #b261ff !important; }
.text-green { color: #00ff41 !important; }
.text-cyan { color: #00d4ff !important; }
.text-red { color: #ff4444 !important; }
.text-yellow { color: #ffaa00 !important; }
.text-blue { color: #4488ff !important; }
.bg-purple { color: #b261ff !important; }
.bg-green { color: #00ff41 !important; }
.bg-cyan { color: #00d4ff !important; }
.bg-red { color: #ff4444 !important; }
.bg-yellow { color: #ffaa00 !important; }
.bg-blue { color: #4488ff !important; }
@keyframes float {
  0%, 100% { transform: translateY(0); } 50% { transform: translateY(-20px); }
}
@keyframes pulseRing {
  0% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.5); opacity: 0.5; } 100% { transform: scale(2); opacity: 0; }
}
@keyframes shimmer {
  0% { background-position: -200% center; } 100% { background-position: 200% center; }
}
@keyframes wiggle {
  0%, 100% { transform: rotate(0); } 25% { transform: rotate(-5deg); } 75% { transform: rotate(5deg); }
}
@keyframes heartBeat {
  0% { transform: scale(1); } 15% { transform: scale(1.3); } 30% { transform: scale(1); } 45% { transform: scale(1.15); } 60% { transform: scale(1); }
}
@keyframes flipX {
  0% { transform: perspective(400px) rotateX(0); } 100% { transform: perspective(400px) rotateX(360deg); }
}
@keyframes flipY {
  0% { transform: perspective(400px) rotateY(0); } 100% { transform: perspective(400px) rotateY(360deg); }
}
@keyframes tada {
  0% { transform: scale(1); } 10% { transform: scale(0.9) rotate(-3deg); } 20% { transform: scale(0.9) rotate(-3deg); } 30% { transform: scale(1.1) rotate(3deg); } 40% { transform: scale(1.1) rotate(-3deg); } 50% { transform: scale(1.1) rotate(3deg); } 60% { transform: scale(1.1) rotate(-3deg); } 70% { transform: scale(1.1) rotate(3deg); } 80% { transform: scale(1.1) rotate(-3deg); } 90% { transform: scale(1.1) rotate(3deg); } 100% { transform: scale(1) rotate(0); }
}
@keyframes jello {
  0% { transform: skew(0); } 25% { transform: skew(-12deg); } 50% { transform: skew(12deg); } 75% { transform: skew(-6deg); } 100% { transform: skew(0); }
}
@keyframes rubberBand {
  0% { transform: scale(1); } 30% { transform: scaleX(1.25) scaleY(0.75); } 40% { transform: scaleX(0.75) scaleY(1.25); } 50% { transform: scaleX(1.15) scaleY(0.85); } 65% { transform: scaleX(0.95) scaleY(1.05); } 75% { transform: scaleX(1.05) scaleY(0.95); } 100% { transform: scale(1); }
}
.anim-float { animation: float 1s ease infinite; }
.anim-pulseRing { animation: pulseRing 1s ease infinite; }
.anim-shimmer { animation: shimmer 1s ease infinite; }
.anim-wiggle { animation: wiggle 1s ease infinite; }
.anim-heartBeat { animation: heartBeat 1s ease infinite; }
.anim-flipX { animation: flipX 1s ease infinite; }
.anim-flipY { animation: flipY 1s ease infinite; }
.anim-tada { animation: tada 1s ease infinite; }
.anim-jello { animation: jello 1s ease infinite; }
.anim-rubberBand { animation: rubberBand 1s ease infinite; }
.trans-all { transition: all 0.3s ease; }
.trans-opacity { transition: opacity 0.3s ease; }
.trans-transform { transition: transform 0.3s ease; }
.trans-color { transition: color 0.3s ease; }
.trans-background { transition: background 0.3s ease; }
.trans-border { transition: border 0.3s ease; }
.trans-boxshadow { transition: box-shadow 0.3s ease; }
.trans-filter { transition: filter 0.3s ease; }
.trans-width { transition: width 0.3s ease; }
.trans-height { transition: height 0.3s ease; }
.use-primary { color: var(--primary); }
.use-accent { color: var(--accent); }
.use-bg { color: var(--bg); }
.use-card-bg { color: var(--card-bg); }
.use-border { color: var(--border); }
.use-text { color: var(--text); }
.use-glow { color: var(--glow); }
@media (hover: none) and (pointer: coarse) {
    html, body {
        cursor: auto;
        height: auto;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    #cd, #cr {
        display: none !important;
    }
    #tabbar .tb {
        cursor: pointer;
        padding: 0 16px;
    }
    #tabbar .tb:hover {
        color: var(--dim);
        text-shadow: none;
    }
    #tabbar .tb.act {
        color: var(--p1);
    }
    #playbtn, #volslider::-webkit-slider-thumb, #volslider::-moz-range-thumb,
    #cookie button, #help-close, #config-close, #notif-clear,
    .tb, #playbtn, #config-reset {
        cursor: pointer;
    }
    .name:hover {
        animation: none;
    }
    .dash-card:hover {
        border-color: var(--border-subtle);
        box-shadow: none;
    }
    .dash-card:nth-child(1),
    .dash-card:nth-child(2),
    .dash-card:nth-child(3),
    .dash-card:nth-child(4),
    .dash-card:nth-child(5),
    .dash-card:nth-child(6),
    .dash-card:nth-child(7) {
        animation: none;
    }
    #larpcard:hover {
        box-shadow:
            0 0 0 1px rgba(100, 20, 180, 0.06),
            0 80px 160px rgba(0, 0, 0, 1),
            0 0 150px rgba(90, 15, 180, 0.18),
            0 0 80px rgba(139, 31, 255, 0.08),
            inset 0 1px 0 rgba(220, 160, 255, 0.08),
            inset 0 -1px 0 rgba(90, 20, 170, 0.18);
    }
    .about-card:hover {
        border-color: var(--border-subtle);
    }
    .dash-card:hover {
        border-color: var(--border-subtle);
        box-shadow: none;
    }
    #term-head {
        animation: none;
        background-size: auto;
    }
    .term-dot.r, .term-dot.y, .term-dot.g {
        animation: none;
    }
    #card::before {
        background: radial-gradient(550px circle at 50% 50%, rgba(178, 100, 255, 0.04), transparent 40%);
    }
    #net-canvas {
        animation: none;
    }
    .dash-bar::before, #boot-bar::before {
        animation: none;
    }
}
@media (max-width: 768px) {
    #tabbar .tb {
        min-height: 44px;
        font-size: 9px;
        padding: 0 10px;
    }
    #playbtn {
        min-width: 36px;
        min-height: 36px;
    }
    #volslider {
        width: 50px;
    }
    #status-bar {
        flex-wrap: wrap;
        min-height: 32px;
    }
    #term-input {
        font-size: 14px;
    }
    .config-row {
        min-height: 36px;
    }
    #config-close, #help-close, .config-select {
        min-height: 36px;
    }
}
@media (max-width: 400px) {
    #dash {
        gap: 8px;
        padding: 8px 0;
    }
    .dash-card {
        padding: 10px 12px;
    }
    #term {
        border-radius: 0;
        max-height: 80vh;
    }
    #cookie {
        font-size: 9px;
        padding: 10px 14px;
    }
    .name {
        font-size: 22px;
    }
    .pfp-ring {
        width: 80px;
        height: 80px;
    }
    .pfp {
        font-size: 28px;
    }
    .banner {
        height: 120px;
    }
}
#glow-ring { position:fixed; pointer-events:none; z-index:0; width:300px; height:300px; border-radius:50%; border:2px solid rgba(168,100,255,0.15); top:50%; left:50%; transform:translate(-50%,-50%); animation:ringPulse 3s ease-in-out infinite; box-shadow:0 0 120px rgba(168,100,255,0.1), 0 0 240px rgba(168,100,255,0.05), inset 0 0 120px rgba(168,100,255,0.05); }
#glow-ring2 { position:fixed; pointer-events:none; z-index:0; width:550px; height:550px; border-radius:50%; border:1.5px solid rgba(139,31,255,0.1); top:50%; left:50%; transform:translate(-50%,-50%); animation:ringPulse 4s ease-in-out infinite 0.5s; box-shadow:0 0 180px rgba(139,31,255,0.08), 0 0 360px rgba(139,31,255,0.03), inset 0 0 180px rgba(139,31,255,0.03); }
#glow-ring3 { position:fixed; pointer-events:none; z-index:0; width:800px; height:800px; border-radius:50%; border:1px solid rgba(200,150,255,0.06); top:50%; left:50%; transform:translate(-50%,-50%); animation:ringPulse 5s ease-in-out infinite 1s; box-shadow:0 0 250px rgba(200,150,255,0.05), 0 0 500px rgba(200,150,255,0.02); }
#glow-ring4 { position:fixed; pointer-events:none; z-index:0; width:1100px; height:1100px; border-radius:50%; border:1px solid rgba(200,150,255,0.03); top:50%; left:50%; transform:translate(-50%,-50%); animation:ringPulse 6s ease-in-out infinite 1.5s; }
#glow-ring5 { position:fixed; pointer-events:none; z-index:0; width:1500px; height:1500px; border-radius:50%; border:0.5px solid rgba(168,100,255,0.015); top:50%; left:50%; transform:translate(-50%,-50%); animation:ringPulse 8s ease-in-out infinite 2s; }
@keyframes ringPulse { 0%,100% { transform:translate(-50%,-50%) scale(1); opacity:0.4; } 50% { transform:translate(-50%,-50%) scale(1.3); opacity:1; } }
#light-beam { position:fixed; top:-40%; left:-10%; width:120%; height:180%; pointer-events:none; z-index:1; background:linear-gradient(135deg, transparent 25%, rgba(168,100,255,0.06) 40%, rgba(139,31,255,0.04) 50%, transparent 65%); animation:beamDrift 8s ease-in-out infinite; mix-blend-mode:screen; }
#light-beam2 { position:fixed; top:-30%; left:-20%; width:140%; height:160%; pointer-events:none; z-index:1; background:linear-gradient(200deg, transparent 15%, rgba(100,50,200,0.05) 35%, rgba(200,100,255,0.03) 55%, transparent 75%); animation:beamDrift2 10s ease-in-out infinite; mix-blend-mode:screen; transform:rotate(-15deg); }
#light-beam3 { position:fixed; top:20%; left:-50%; width:200%; height:60%; pointer-events:none; z-index:1; background:linear-gradient(90deg, transparent 10%, rgba(168,100,255,0.015) 30%, rgba(200,150,255,0.02) 50%, rgba(168,100,255,0.015) 70%, transparent 90%); animation:beamDrift3 14s ease-in-out infinite; mix-blend-mode:screen; }
@keyframes beamDrift { 0%,100% { transform:translateY(-15%) rotate(-5deg); opacity:0.4; } 50% { transform:translateY(15%) rotate(5deg); opacity:1; } }
@keyframes beamDrift2 { 0%,100% { transform:translateX(-8%) rotate(-15deg); opacity:0.3; } 50% { transform:translateX(8%) rotate(-15deg); opacity:0.9; } }
@keyframes beamDrift3 { 0%,100% { transform:translateX(-10%) rotate(-2deg); opacity:0.2; } 50% { transform:translateX(10%) rotate(2deg); opacity:0.7; } }
.hud-grid { position:fixed; inset:0; pointer-events:none; z-index:1; background-image: linear-gradient(rgba(168,100,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(168,100,255,0.04) 1px, transparent 1px); background-size:40px 40px; animation:gridPulse 2s ease-in-out infinite; }
.hud-grid::after { content:''; position:fixed; inset:0; background:repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(168,100,255,0.015) 2px, rgba(168,100,255,0.015) 4px); animation:scanline 0.15s linear infinite; pointer-events:none; }
@keyframes gridPulse { 0%,100% { opacity:0.2; } 50% { opacity:0.8; } }
@keyframes scanline { 0% { transform:translateY(0); } 100% { transform:translateY(4px); } }
@keyframes floatPremium { 0%,100% { transform:translateY(0px); } 50% { transform:translateY(-18px); } }
@keyframes floatPremium2 { 0%,100% { transform:translateY(0px) rotate(0deg); } 50% { transform:translateY(-14px) rotate(1.5deg); } }
@keyframes floatPremium3 { 0%,100% { transform:translateY(0px) scale(1); } 50% { transform:translateY(-10px) scale(1.02); } }
@keyframes glowPulse { 0%,100% { box-shadow: 0 0 40px rgba(168,100,255,0.15), 0 0 100px rgba(168,100,255,0.08), 0 0 200px rgba(168,100,255,0.04); } 50% { box-shadow: 0 0 80px rgba(168,100,255,0.35), 0 0 180px rgba(168,100,255,0.15), 0 0 300px rgba(168,100,255,0.08), 0 0 500px rgba(139,31,255,0.04); } }
@keyframes glowPulseIntense { 0%,100% { box-shadow: 0 0 60px rgba(168,100,255,0.2), 0 0 140px rgba(168,100,255,0.1), 0 0 280px rgba(168,100,255,0.05); } 50% { box-shadow: 0 0 100px rgba(168,100,255,0.5), 0 0 220px rgba(168,100,255,0.2), 0 0 400px rgba(168,100,255,0.1), 0 0 600px rgba(139,31,255,0.06), 0 0 800px rgba(139,31,255,0.03); } }
#card { animation:floatPremium 4s ease-in-out infinite; }
#card::before { opacity:0.8; transition:opacity 0.3s; }
#card:hover { animation:glowPulseIntense 1.5s ease-in-out infinite; box-shadow:0 0 80px rgba(168,100,255,0.3), 0 0 160px rgba(168,100,255,0.15), 0 0 320px rgba(168,100,255,0.08), 0 0 640px rgba(139,31,255,0.04); }
#larpcard { animation:floatPremium3 5s ease-in-out infinite 0.8s; }
#larpcard:hover { animation:glowPulse 1.5s ease-in-out infinite; box-shadow:0 0 60px rgba(168,100,255,0.25), 0 0 120px rgba(168,100,255,0.12), 0 0 240px rgba(168,100,255,0.06); border-color:rgba(200,150,255,0.5); }
.dash-card { animation:floatPremium 3.5s ease-in-out infinite; animation-delay:calc(var(--i,0) * 0.2s); }
.dash-card:nth-child(1) { --i:0; } .dash-card:nth-child(2) { --i:1; } .dash-card:nth-child(3) { --i:2; } .dash-card:nth-child(4) { --i:3; } .dash-card:nth-child(5) { --i:4; } .dash-card:nth-child(6) { --i:5; } .dash-card:nth-child(7) { --i:6; } .dash-card:nth-child(8) { --i:7; } .dash-card:nth-child(9) { --i:8; }
.dash-card:hover { animation:glowPulse 1s ease-in-out infinite; border-color:rgba(200,150,255,0.6); box-shadow:0 0 40px rgba(168,100,255,0.2), 0 0 80px rgba(168,100,255,0.1), 0 0 160px rgba(168,100,255,0.05), inset 0 0 60px rgba(168,100,255,0.03); }
.about-card { transition:transform 0.2s cubic-bezier(0.23,1,0.32,1), box-shadow 0.2s cubic-bezier(0.23,1,0.32,1), border-color 0.2s ease; }
.about-card:hover { transform:translateY(-10px) scale(1.06); box-shadow:0 0 60px rgba(168,100,255,0.2), 0 0 120px rgba(168,100,255,0.1), 0 0 240px rgba(168,100,255,0.05); border-color:rgba(200,150,255,0.5); }
.about-card { animation:floatPremium 4s ease-in-out infinite; animation-delay:calc(var(--i,0) * 0.3s); }
.about-card:nth-child(1) { --i:0; } .about-card:nth-child(2) { --i:1; } .about-card:nth-child(3) { --i:2; } .about-card:nth-child(4) { --i:3; } .about-card:nth-child(5) { --i:4; } .about-card:nth-child(6) { --i:5; }
#term:focus-within { box-shadow:0 0 40px rgba(168,100,255,0.15), 0 0 80px rgba(168,100,255,0.08), 0 0 160px rgba(168,100,255,0.04); }
#tabbar.show .tb.act { box-shadow:inset 0 -2px 0 var(--p1), 0 0 20px rgba(168,100,255,0.15), 0 0 40px rgba(168,100,255,0.08); }
#help-content { box-shadow:0 60px 140px rgba(0,0,0,0.8), 0 0 60px var(--dim), 0 0 120px var(--dim2); }
#config-content { box-shadow:0 20px 60px rgba(0,0,0,0.8), 0 0 40px var(--dim2); }



@keyframes fadeIn { 0% { opacity:0; } 100% { opacity:1; } }
@keyframes fadeInUp { 0% { opacity:0; transform:translateY(24px); } 100% { opacity:1; transform:translateY(0); } }
@keyframes fadeInDown { 0% { opacity:0; transform:translateY(-24px); } 100% { opacity:1; transform:translateY(0); } }
@keyframes fadeInLeft { 0% { opacity:0; transform:translateX(-24px); } 100% { opacity:1; transform:translateX(0); } }
@keyframes fadeInRight { 0% { opacity:0; transform:translateX(24px); } 100% { opacity:1; transform:translateX(0); } }
@keyframes scaleIn { 0% { opacity:0; transform:scale(0.85); } 100% { opacity:1; transform:scale(1); } }
@keyframes scaleInBounce { 0% { opacity:0; transform:scale(0.5); } 60% { transform:scale(1.08); } 80% { transform:scale(0.95); } 100% { opacity:1; transform:scale(1); } }
@keyframes scaleOut { 0% { opacity:1; transform:scale(1); } 100% { opacity:0; transform:scale(0.85); } }
@keyframes backdropFadeOut { 0% { opacity:1; } 100% { opacity:0; } }
@keyframes slideUp { 0% { transform:translateY(100%); } 100% { transform:translateY(0); } }
@keyframes slideDown { 0% { transform:translateY(-100%); } 100% { transform:translateY(0); } }
@keyframes slideInRight { 0% { transform:translateX(100%); opacity:0; } 100% { transform:translateX(0); opacity:1; } }
@keyframes slideInLeft { 0% { transform:translateX(-100%); opacity:0; } 100% { transform:translateX(0); opacity:1; } }
@keyframes pulseGlow { 0%,100% { box-shadow:0 0 20px rgba(168,100,255,0.08), 0 0 40px rgba(168,100,255,0.04); } 50% { box-shadow:0 0 40px rgba(168,100,255,0.25), 0 0 80px rgba(168,100,255,0.12), 0 0 160px rgba(168,100,255,0.06); } }
@keyframes breathe { 0%,100% { opacity:0.6; } 50% { opacity:1; } }
@keyframes breatheSoft { 0%,100% { opacity:0.4; } 50% { opacity:0.7; } }
@keyframes textGlow { 0%,100% { text-shadow:0 0 8px rgba(168,100,255,0.2), 0 0 16px rgba(168,100,255,0.1); } 50% { text-shadow:0 0 16px rgba(168,100,255,0.6), 0 0 32px rgba(168,100,255,0.3), 0 0 48px rgba(168,100,255,0.15); } }
@keyframes textGlowCyan { 0%,100% { text-shadow:0 0 8px rgba(0,255,255,0.2); } 50% { text-shadow:0 0 16px rgba(0,255,255,0.5), 0 0 32px rgba(0,255,255,0.2); } }
@keyframes textGlowGreen { 0%,100% { text-shadow:0 0 8px rgba(0,255,100,0.2); } 50% { text-shadow:0 0 16px rgba(0,255,100,0.5), 0 0 32px rgba(0,255,100,0.2); } }
@keyframes shimmer { 0% { background-position:-200% 0; } 100% { background-position:200% 0; } }
@keyframes hueShift { 0% { filter:hue-rotate(0deg); } 100% { filter:hue-rotate(360deg); } }
@keyframes wiggle { 0%,100% { transform:rotate(0deg); } 25% { transform:rotate(2deg); } 75% { transform:rotate(-2deg); } }
@keyframes pulse { 0%,100% { transform:scale(1); } 50% { transform:scale(1.05); } }
@keyframes pulseHard { 0%,100% { transform:scale(1); } 50% { transform:scale(1.15); } }
@keyframes borderGlow { 0%,100% { border-color:rgba(168,100,255,0.15); } 50% { border-color:rgba(168,100,255,0.5); } }
@keyframes borderGlowCyan { 0%,100% { border-color:rgba(0,255,255,0.15); } 50% { border-color:rgba(0,255,255,0.5); } }
@keyframes borderGlowGreen { 0%,100% { border-color:rgba(0,255,100,0.15); } 50% { border-color:rgba(0,255,100,0.5); } }
@keyframes bgShimmer { 0% { background-position:0% 50%; } 50% { background-position:100% 50%; } 100% { background-position:0% 50%; } }
@keyframes rotate { 0% { transform:rotate(0deg); } 100% { transform:rotate(360deg); } }
@keyframes rotateReverse { 0% { transform:rotate(0deg); } 100% { transform:rotate(-360deg); } }
@keyframes typing { 0% { width:0; } 100% { width:100%; } }
@keyframes blink { 0%,100% { opacity:1; } 50% { opacity:0; } }
@keyframes heartbeat { 0%,100% { transform:scale(1); } 15% { transform:scale(1.15); } 30% { transform:scale(1); } }
@keyframes auroraWave { 0%,100% { transform:translateX(-50%) scaleY(1); } 50% { transform:translateX(50%) scaleY(1.2); } }
@keyframes ringSpin { 0% { transform:rotate(0deg); } 100% { transform:rotate(360deg); } }
@keyframes ringPulseGlow { 0%,100% { transform:translate(-50%,-50%) scale(1); opacity:0.3; box-shadow:0 0 80px rgba(168,100,255,0.1), 0 0 200px rgba(168,100,255,0.05); } 50% { transform:translate(-50%,-50%) scale(1.5); opacity:0.8; box-shadow:0 0 160px rgba(168,100,255,0.3), 0 0 400px rgba(168,100,255,0.15), 0 0 600px rgba(168,100,255,0.08); } }

html { animation:fadeIn 0.3s ease; }
#glow-ring { animation:ringPulseGlow 3s ease-in-out infinite; }
#glow-ring2 { animation:ringPulseGlow 4s ease-in-out infinite 0.5s; }
#glow-ring3 { animation:ringPulseGlow 5s ease-in-out infinite 1s; }
#glow-ring4 { animation:ringPulseGlow 6s ease-in-out infinite 1.5s; }
#glow-ring5 { animation:ringPulseGlow 7s ease-in-out infinite 2s; }
#grain { animation:breathe 3s ease-in-out infinite; }
#vig { animation:breatheSoft 4s ease-in-out infinite; }
#aurora { animation:auroraWave 8s ease-in-out infinite; }
#status-bar { animation:fadeInDown 0.5s ease 0.1s both; }
#status-bar > * { animation:fadeIn 0.4s ease both; }
#status-time { animation-delay:0.15s; animation:fadeIn 0.4s ease 0.15s both, textGlowCyan 2s ease-in-out infinite 1s; }
#status-date { animation-delay:0.2s; }
#status-conn { animation-delay:0.25s; }
#status-enc { animation-delay:0.3s; }
#status-ip { animation-delay:0.35s; }
#status-ping { animation-delay:0.4s; }
#status-toggle-config { animation-delay:0.45s; transition:transform 0.2s, color 0.2s; }
#status-toggle-config:hover { transform:scale(1.2) rotate(90deg); color:var(--p1); }
#status-toggle-notif { animation-delay:0.5s; transition:transform 0.2s, color 0.2s; }
#status-toggle-notif:hover { transform:scale(1.2); color:var(--p1); }
#tabbar { animation:fadeInDown 0.5s ease 0.3s both; }
.tb { position:relative; transition:color 0.2s, text-shadow 0.2s, background 0.2s, box-shadow 0.2s; animation:fadeIn 0.4s ease both; }
.tb:nth-child(1) { animation-delay:0.35s; }
.tb:nth-child(2) { animation-delay:0.4s; }
.tb:nth-child(3) { animation-delay:0.45s; }
.tb:nth-child(4) { animation-delay:0.5s; }
.tb:nth-child(5) { animation-delay:0.55s; }
.tb:hover { color:var(--p1); text-shadow:0 0 20px rgba(168,100,255,0.4); }
.tb.act { animation:textGlow 2s ease-in-out infinite; }
.tb .badge { animation:pulseHard 1s ease-in-out infinite; }
#audctrl { animation:fadeIn 0.5s ease 0.6s both; }
#playbtn { transition:transform 0.2s, color 0.2s, text-shadow 0.2s; }
#playbtn:hover { transform:scale(1.3); color:var(--p1); text-shadow:0 0 20px rgba(168,100,255,0.5); }
#volslider { transition:opacity 0.2s, box-shadow 0.2s; }
#volslider:focus-within, #volslider:hover { box-shadow:0 0 12px rgba(168,100,255,0.3); }
#home { animation:fadeIn 0.6s ease 0.5s both; }
#scene, #cw { animation:fadeIn 0.8s ease 0.6s both; }
#holo { animation:breatheSoft 3s ease-in-out infinite; }
#gl { animation:breatheSoft 4s ease-in-out infinite; }
#card { animation:floatPremium 4s ease-in-out infinite, fadeInUp 0.8s cubic-bezier(0.23,1,0.32,1) 0.7s both; }
#card .banner { animation:bgShimmer 12s ease infinite; transition:transform 0.3s; }
#card:hover .banner { transform:scale(1.02); }
.pfp-ring { transition:box-shadow 0.3s; }
.pfp-ring:hover { box-shadow:0 0 40px rgba(168,100,255,0.3); }
.pfp-glow { animation:pulseGlow 2s ease-in-out infinite; }
.pfp { transition:transform 0.3s, box-shadow 0.3s; }
.pfp:hover { transform:scale(1.1); box-shadow:0 0 40px rgba(168,100,255,0.3), 0 0 80px rgba(168,100,255,0.15); }
.pfp img { transition:transform 0.3s; }
.pfp:hover img { transform:scale(1.05); }
.name { animation:textGlow 3s ease-in-out infinite; transition:color 0.2s; }
.name:hover { color:var(--p1); }
.handle { animation:fadeIn 0.5s ease 0.9s both; transition:color 0.2s; }
.handle:hover { color:var(--cyan); }
.divider { animation:shimmer 3s linear infinite; background:linear-gradient(90deg, transparent, rgba(168,100,255,0.3), transparent); background-size:200% 100%; height:1px; }
.lbl { animation:fadeInLeft 0.4s ease 1s both; }
.bio { animation:fadeIn 0.6s ease 1.1s both; }
.bio:hover { text-shadow:0 0 12px rgba(168,100,255,0.2); }
#larping { animation:fadeIn 0.6s ease 0.5s both; }
#larpcard { animation:floatPremium3 5s ease-in-out infinite 0.8s, fadeInUp 0.8s cubic-bezier(0.23,1,0.32,1) 0.6s both; }
.larp-banner { animation:bgShimmer 10s ease infinite; }
.larp-label { animation:fadeInLeft 0.5s ease 0.8s both, textGlow 3s ease-in-out infinite 1.5s; }
.larp-title { animation:fadeIn 0.6s ease 0.9s both, textGlow 2s ease-in-out infinite 1.5s; background:linear-gradient(90deg, var(--p1), var(--cyan), var(--p1)); background-size:200% auto; -webkit-background-clip:text; -webkit-text-fill-color:transparent; animation:shimmer 4s linear infinite, fadeIn 0.6s ease 0.9s both; }
.larp-text p { animation:fadeInUp 0.5s ease both; }
.larp-text p:nth-child(1) { animation-delay:1s; }
.larp-text p:nth-child(2) { animation-delay:1.2s; }
.larp-text p:nth-child(3) { animation-delay:1.4s; }
.larp-text p:nth-child(4) { animation-delay:1.6s; }
.larp-text p:nth-child(5) { animation-delay:1.8s; }
.larp-text p:nth-child(6) { animation-delay:2s; }
.larp-text p:nth-child(7) { animation-delay:2.2s; }
.larp-text p:nth-child(8) { animation-delay:2.4s; }
.larp-text p:nth-child(9) { animation-delay:2.6s; }
.larp-text p:nth-child(10) { animation-delay:2.8s; }
.larp-text p:hover { color:var(--p1); text-shadow:0 0 20px rgba(168,100,255,0.15); transition:color 0.3s, text-shadow 0.3s; }
.pull { transition:color 0.3s, border-color 0.3s, text-shadow 0.3s; }
.pull:hover { color:var(--p1); border-color:var(--p1); text-shadow:0 0 30px rgba(168,100,255,0.2); }
#dashboard { animation:fadeIn 0.6s ease 0.5s both; }
#dash { animation:fadeInUp 0.5s ease 0.6s both; }
.dash-card { animation:floatPremium 3.5s ease-in-out infinite, fadeInUp 0.5s ease both; }
.dash-card:nth-child(1) { animation-delay:0.1s; }
.dash-card:nth-child(2) { animation-delay:0.15s; }
.dash-card:nth-child(3) { animation-delay:0.2s; }
.dash-card:nth-child(4) { animation-delay:0.25s; }
.dash-card:nth-child(5) { animation-delay:0.3s; }
.dash-card:nth-child(6) { animation-delay:0.35s; }
.dash-card:nth-child(7) { animation-delay:0.4s; }
.dash-card:nth-child(8) { animation-delay:0.45s; }
.dash-card:nth-child(9) { animation-delay:0.5s; }
.dash-label { animation:fadeInLeft 0.3s ease both; }
.dash-card:nth-child(1) .dash-label { animation-delay:0.2s; }
.dash-card:nth-child(2) .dash-label { animation-delay:0.25s; }
.dash-card:nth-child(3) .dash-label { animation-delay:0.3s; }
.dash-card:nth-child(4) .dash-label { animation-delay:0.35s; }
.dash-card:nth-child(5) .dash-label { animation-delay:0.4s; }
.dash-card:nth-child(6) .dash-label { animation-delay:0.45s; }
.dash-card:nth-child(7) .dash-label { animation-delay:0.5s; }
.dash-card:nth-child(8) .dash-label { animation-delay:0.55s; }
.dash-card:nth-child(9) .dash-label { animation-delay:0.6s; }
.indicator { animation:pulse 1.5s ease-in-out infinite; transition:opacity 0.2s; }
.indicator.purple { animation:textGlow 2s ease-in-out infinite; }
.indicator.green { animation:textGlowGreen 2s ease-in-out infinite; }
.indicator.cyan { animation:textGlowCyan 2s ease-in-out infinite; }
.dash-value { transition:color 0.4s, opacity 0.3s, text-shadow 0.3s; }
.dash-value:hover { text-shadow:0 0 20px currentColor; }
.dash-sub { transition:color 0.3s, opacity 0.3s; }
.dash-bar { transition:width 0.5s cubic-bezier(0.23,1,0.32,1), box-shadow 0.3s, background 0.3s; position:relative; overflow:hidden; }
.dash-bar::after { content:''; position:absolute; top:0; left:-100%; width:100%; height:100%; background:linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent); animation:shimmer 2s linear infinite; }
#net-canvas { animation:borderGlow 2s ease-in-out infinite, fadeIn 0.5s ease 0.8s both; border:1px solid rgba(0,255,255,0.1); border-radius:4px; }
#proc-list > * { animation:fadeInUp 0.3s ease forwards; }

#about { animation:fadeIn 0.6s ease 0.5s both; }
.about-header { animation:fadeInDown 0.5s ease 0.6s both; }
.about-icon { animation:rotate 6s linear infinite, textGlow 2s ease-in-out infinite; display:inline-block; }
.about-title { animation:textGlow 3s ease-in-out infinite, fadeIn 0.5s ease 0.7s both; }
.about-subtitle { animation:fadeIn 0.5s ease 0.8s both; }
.about-grid { animation:fadeIn 0.6s ease 0.7s both; }
.about-card { animation:floatPremium 4s ease-in-out infinite, fadeInUp 0.5s ease both; }
.about-card:nth-child(1) { animation-delay:0.1s; }
.about-card:nth-child(2) { animation-delay:0.15s; }
.about-card:nth-child(3) { animation-delay:0.2s; }
.about-card:nth-child(4) { animation-delay:0.25s; }
.about-card:nth-child(5) { animation-delay:0.3s; }
.about-card:nth-child(6) { animation-delay:0.35s; }
.about-card-title { animation:textGlow 3s ease-in-out infinite, fadeInLeft 0.3s ease 0.2s both; }
.data-row { animation:fadeInRight 0.3s ease both; transition:background 0.2s, padding-left 0.2s; }
.data-row:hover { background:rgba(168,100,255,0.05); padding-left:8px; }
.data-row:nth-child(2) { animation-delay:0.1s; }
.data-row:nth-child(3) { animation-delay:0.15s; }
.data-row:nth-child(4) { animation-delay:0.2s; }
.data-row:nth-child(5) { animation-delay:0.25s; }
.data-row:nth-child(6) { animation-delay:0.3s; }
.data-row:nth-child(7) { animation-delay:0.35s; }
.data-row:nth-child(8) { animation-delay:0.4s; }
.dr-label { transition:color 0.2s; }
.data-row:hover .dr-label { color:var(--p1); }
.dr-value { transition:color 0.2s, text-shadow 0.2s; }
.data-row:hover .dr-value { text-shadow:0 0 12px currentColor; }
.about-footer { animation:fadeIn 0.5s ease 1.2s both; }
.mono-label { transition:color 0.2s; }
.mono-label:hover { color:var(--p1); }
#terminal { animation:fadeIn 0.6s ease 0.5s both; }
#term { animation:scaleIn 0.5s cubic-bezier(0.23,1,0.32,1) 0.6s both, borderGlow 2s ease-in-out infinite 1s; }
#term-head { animation:fadeInDown 0.4s ease 0.7s both; }
.term-dot { transition:transform 0.2s, opacity 0.2s; }
.term-dot:hover { transform:scale(1.5); }
.term-dot.r { animation:heartbeat 2s ease-in-out infinite; }
.term-dot.y { animation:pulse 3s ease-in-out infinite 0.5s; }
.term-dot.g { animation:pulse 3s ease-in-out infinite 1s; }
#term-title { animation:fadeIn 0.4s ease 0.8s both, textGlowCyan 3s ease-in-out infinite 1.5s; }
#term-body { animation:fadeIn 0.5s ease 0.8s both; }
.term-line { animation:fadeInUp 0.4s ease 0.9s both; }
.term-prompt { animation:textGlowGreen 2s ease-in-out infinite; }
#term-input { transition:box-shadow 0.3s, border-color 0.3s, background 0.3s; }
#term-input:focus { box-shadow:0 0 30px rgba(0,255,100,0.15), 0 0 60px rgba(0,255,100,0.08), inset 0 0 30px rgba(0,255,100,0.03); border-color:var(--green); background:rgba(0,255,100,0.03); }
#nt { animation:fadeIn 0.3s ease; }
#nt > * { animation:slideInRight 0.35s cubic-bezier(0.23,1,0.32,1) both; }
#cookie { animation:slideUp 0.5s cubic-bezier(0.23,1,0.32,1) 1s both; }
#cookie-btn { transition:background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.2s; }
#cookie-btn:hover { background:var(--p1); color:#000; box-shadow:0 0 20px rgba(168,100,255,0.3); transform:scale(1.05); }
#help-overlay.show { opacity:1; visibility:visible; }
#help-overlay.closing { animation:backdropFadeOut 0.25s ease forwards; }
#help-overlay.closing #help-content { animation:scaleOut 0.25s ease forwards; }
.help-row { transition:background 0.2s; }
.help-row:hover { background:rgba(168,100,255,0.05); }
.help-key { transition:color 0.2s, text-shadow 0.2s; }
.help-row:hover .help-key { color:var(--p1); text-shadow:0 0 12px var(--dim); }
.help-desc { transition:color 0.2s; }
.help-row:hover .help-desc { color:var(--text); }
#help-close { transition:transform 0.2s, color 0.2s; }
#help-close:hover { transform:rotate(90deg) scale(1.2); color:var(--p1); }
.config-row { transition:background 0.2s; }
.config-row:hover { background:rgba(168,100,255,0.03); }
.config-label { transition:color 0.2s; }
.config-row:hover .config-label { color:var(--p1); }
.config-select { transition:border-color 0.2s, box-shadow 0.2s, background 0.2s; }
.config-select:hover { border-color:var(--p1); }
.config-select:focus { box-shadow:0 0 20px rgba(168,100,255,0.2); border-color:var(--p1); }
.config-range { transition:opacity 0.2s; }
.config-range:hover { opacity:1; }
.config-toggle .tog-slide { transition:background 0.2s, box-shadow 0.2s; }
.config-toggle:hover .tog-slide { box-shadow:0 0 12px rgba(168,100,255,0.2); }
.config-val { transition:color 0.2s; }
.config-row:hover .config-val { color:var(--text); }
#config-reset { transition:background 0.2s, color 0.2s, box-shadow 0.2s, border-color 0.2s; }
#config-reset:hover { background:rgba(168,100,255,0.1); color:var(--p1); border-color:var(--p1); box-shadow:0 0 20px rgba(168,100,255,0.15); }
#config-close { transition:transform 0.2s, color 0.2s; }
#config-close:hover { transform:rotate(90deg) scale(1.2); color:var(--p1); }
#notif-panel { animation:slideInRight 0.35s cubic-bezier(0.23,1,0.32,1) both; }
#notif-panel-head { animation:fadeIn 0.3s ease both; }
#notif-clear { transition:color 0.2s, text-shadow 0.2s; }
#notif-clear:hover { color:var(--red); text-shadow:0 0 16px rgba(255,50,50,0.3); }
#boot-title { animation:textGlow 2s ease-in-out infinite; }
#boot-bar { animation:pulseGlow 1.5s ease-in-out infinite; transition:width 0.3s; }
#boot-bar::after { content:''; position:absolute; top:0; left:-100%; width:100%; height:100%; background:linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent); animation:shimmer 1.5s linear infinite; }
#boot-hint { animation:blink 1.5s ease-in-out infinite; }
::-webkit-scrollbar-thumb { transition:background 0.3s, box-shadow 0.3s; }
::-webkit-scrollbar-thumb:hover { background:var(--p1); box-shadow:0 0 20px rgba(168,100,255,0.4); }
::selection { animation:textGlow 1s ease-in-out infinite; }
button, select, input, .tb, .config-row, .data-row, .help-row { transition:all 0.2s cubic-bezier(0.23,1,0.32,1); }
.term-out { animation:fadeInUp 0.25s ease forwards; }
.term-out.dim { animation:fadeInUp 0.3s ease forwards; }
#proc-list > *, #netif-list > *, #svc-list > *, #sens-list > * { animation:fadeInUp 0.3s ease forwards; }
.about-card { animation:floatPremium 4s ease-in-out infinite; animation-delay:calc(var(--i,0) * 0.3s); }
#cd.click { animation:pulseGlow 0.2s ease; }
.threat-active { animation:threatFlash 0.5s ease; }
#config-overlay.closing { animation:backdropFadeOut 0.25s ease forwards; }
