
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .ucc-preloader {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(145deg, #0b0e14 0%, #1a1f2b 100%);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 999999;
            transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), visibility 0.8s;
            visibility: visible;
            opacity: 1;
        }

        .ucc-preloader.ucc-hidden {
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
        }

        .ucc-preloader-card {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            max-width: 500px;
            width: 90%;
            padding: 2rem 1.5rem 2.5rem;
            background: rgba(10, 15, 24, 0.65);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border: 1px solid rgba(212, 175, 55, 0.25);
            border-radius: 48px;
            box-shadow: 0 30px 50px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(210, 180, 140, 0.1) inset;
            animation: ucc-floatCard 3s infinite ease-in-out;
        }

        .ucc-logo-stack {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-bottom: 1.8rem;
        }

        .ucc-custom-logo {
            max-width: 200px;
            height: auto;
            filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 12px rgba(212, 175, 55, 0.3));
            margin-bottom: 0.75rem;
            animation: ucc-softPulse 2.4s infinite alternate;
        }

        .ucc-blw-text {
            font-size: 2.4rem;
            font-weight: 800;
            letter-spacing: 14px;
            color: #e9d6af;
            text-shadow: 0 0 15px #d4af37, 0 4px 8px black;
            margin-right: -10px;
            line-height: 1.2;
        }

        .ucc-blw-small {
            font-size: 1.8rem;
            letter-spacing: 10px;
            margin-top: -10px;
        }

        .ucc-loveworld-text {
            font-size: 1.5rem;
            font-weight: 600;
            letter-spacing: 8px;
            text-transform: uppercase;
            color: #c9aa5f;
            text-shadow: 0 2px 5px #00000080;
            border-top: 1px solid #b4945a;
            border-bottom: 1px solid #b4945a;
            padding: 5px 20px;
            margin: 10px 0 8px;
            backdrop-filter: blur(4px);
        }

        .ucc-campus-sub {
            font-size: 1rem;
            letter-spacing: 5px;
            color: #bd9f60;
            margin-top: -5px;
            margin-bottom: 5px;
            font-weight: 400;
            text-transform: uppercase;
            opacity: 0.9;
        }

        .ucc-ucc-main {
            font-size: 3.2rem;
            font-weight: 900;
            letter-spacing: 16px;
            color: #f2e2c6;
            text-shadow: 0 0 20px #f1d98b, 0 6px 12px black;
            margin-left: 10px;
            margin-top: 5px;
        }

        .ucc-divider {
            height: 1px;
            width: 80px;
            background: linear-gradient(90deg, transparent, #d4af37, transparent);
            margin: 12px 0 8px;
        }

        .ucc-emblem-graphic {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-bottom: 0.5rem;
        }

        .ucc-shield-icon {
            width: 130px;
            height: 130px;
            background: radial-gradient(circle at 25% 20%, #f7efd6, #b68b40 80%, #7a5c28);
            border: 3px solid #e6c468;
            border-radius: 40% 40% 40% 40% / 50% 50% 30% 30%;
            box-shadow: 0 0 0 2px #d4af37, 0 0 0 5px rgba(0, 0, 0, 0.3), inset 0 0 20px #fff3cf;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
            margin-bottom: 10px;
        }

        .ucc-shield-icon span {
            font-size: 58px;
            font-weight: 900;
            color: #0f1a24;
            text-shadow: 2px 2px 0 #e4c580;
            letter-spacing: 2px;
        }

        .ucc-shield-icon::after {
            content: "★";
            position: absolute;
            top: 8px;
            right: 18px;
            font-size: 18px;
            color: #ffecb3;
            opacity: 0.5;
            text-shadow: 0 0 5px black;
        }

        .ucc-shield-icon::before {
            content: "";
            position: absolute;
            width: 40px;
            height: 40px;
            background: radial-gradient(circle, #fff9e6 0%, transparent 80%);
            top: 10px;
            left: 10px;
            opacity: 0.25;
            border-radius: 50%;
        }

        .ucc-loading-bar-container {
            width: 220px;
            height: 3px;
            background: rgba(255, 255, 255, 0.08);
            border-radius: 20px;
            margin: 20px 0 12px;
            overflow: hidden;
            box-shadow: inset 0 1px 4px #000000;
        }

        .ucc-loading-fill {
            width: 0%;
            height: 100%;
            background: linear-gradient(90deg, #d4af37, #f5e6b0, #d4af37);
            border-radius: 20px;
            box-shadow: 0 0 12px #f1cf7a;
            animation: ucc-loadProgress 2.8s ease-in-out forwards;
        }

        .ucc-loading-text {
            color: #c2aa7a;
            font-size: 0.9rem;
            letter-spacing: 5px;
            text-transform: uppercase;
            font-weight: 400;
            opacity: 0.8;
            margin-top: 5px;
        }

        .ucc-pulse-ring {
            margin-top: 15px;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #d4af37;
            box-shadow: 0 0 20px #f3d27e;
            animation: ucc-pulseDot 1.8s infinite;
        }

        @keyframes ucc-floatCard {
            0% { transform: translateY(0px); }
            50% { transform: translateY(-6px); }
            100% { transform: translateY(0px); }
        }

        @keyframes ucc-softPulse {
            0% { transform: scale(0.98); opacity: 0.9; }
            100% { transform: scale(1.02); opacity: 1; }
        }

        @keyframes ucc-loadProgress {
            0% { width: 0%; }
            30% { width: 35%; }
            60% { width: 70%; }
            90% { width: 95%; }
            100% { width: 100%; }
        }

        @keyframes ucc-pulseDot {
            0% { opacity: 0.4; transform: scale(0.8); }
            50% { opacity: 1; transform: scale(1.2); box-shadow: 0 0 25px #ffdf8c; }
            100% { opacity: 0.4; transform: scale(0.8); }
        }

        @media (max-width: 480px) {
            .ucc-blw-text { font-size: 1.9rem; letter-spacing: 8px; }
            .ucc-loveworld-text { font-size: 1.1rem; letter-spacing: 5px; }
            .ucc-ucc-main { font-size: 2.5rem; letter-spacing: 10px; }
            .ucc-shield-icon { width: 100px; height: 100px; }
            .ucc-shield-icon span { font-size: 42px; }
        }
        