<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    padding: 0;
    margin: 0;
    background: linear-gradient(135deg, #1e1e2f, #2a2a40);
    overflow: hidden;
    font-family: 'Arial', sans-serif;
}

#unity-container {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2; /* ÐšÐ¾Ð½Ñ‚ÐµÐ½Ñ‚ Ð¿Ð¾Ð²ÐµÑ€Ñ… Ñ‡Ð°ÑÑ‚Ð¸Ñ† */
}

#unity-canvas {
    background: #231F20;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

#unity-loading-bar {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px; /* Ð&nbsp;Ð°ÑÑÑ‚Ð¾ÑÐ½Ð¸Ðµ Ð¼ÐµÐ¶Ð´Ñƒ Ð³Ð¸Ñ„ÐºÐ¾Ð¹ Ð¸ ÑÐ»Ð°Ð¹Ð´ÐµÑ€Ð¾Ð¼ */
    width: 100%; /* Ð&nbsp;Ð°ÑÑ‚ÑÐ³Ð¸Ð²Ð°ÐµÐ¼ ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€ Ð½Ð° Ð²ÑÑŽ ÑˆÐ¸Ñ€Ð¸Ð½Ñƒ */
    z-index: 3; /* ÐŸÑ€Ð¾Ð³Ñ€ÐµÑÑ-Ð±Ð°Ñ€ Ð¸ Ð»Ð¾Ð³Ð¾Ñ‚Ð¸Ð¿ Ð¿Ð¾Ð²ÐµÑ€Ñ… Ñ‡Ð°ÑÑ‚Ð¸Ñ† */
}

#unity-logo {
    height: 150px;
    width: 150px;
    background: url('loading-animation.gif') no-repeat center center;
    background-size: contain;
    margin: 0 auto; /* Ð¦ÐµÐ½Ñ‚Ñ€Ð¸Ñ€ÑƒÐµÐ¼ Ð³Ð¸Ñ„ÐºÑƒ Ð¿Ð¾ Ð³Ð¾Ñ€Ð¸Ð·Ð¾Ð½Ñ‚Ð°Ð»Ð¸ */
}

#unity-progress-bar-empty {
    width: 400px;
    height: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin: 0 auto; /* Ð¦ÐµÐ½Ñ‚Ñ€Ð¸Ñ€ÑƒÐµÐ¼ ÑÐ»Ð°Ð¹Ð´ÐµÑ€ Ð¿Ð¾ Ð³Ð¾Ñ€Ð¸Ð·Ð¾Ð½Ñ‚Ð°Ð»Ð¸ */
}

#unity-progress-bar-full {
    height: 100%;
    background: linear-gradient(90deg, #ff7e5f, #feb47b);
    border-radius: 10px;
    transition: width 0.3s ease;
    animation: pulseProgress 1s infinite alternate; /* ÐÐ½Ð¸Ð¼Ð°Ñ†Ð¸Ñ Ð¿Ñ€Ð¾Ð³Ñ€ÐµÑÑ-Ð±Ð°Ñ€Ð° */
}

@keyframes pulseProgress {
    0% { opacity: 1; }
    100% { opacity: 0.7; }
}

#unity-progress-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
}

#unity-warning {
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translate(-50%);
    background: rgba(255, 59, 48, 0.9);
    padding: 10px 20px;
    border-radius: 5px;
    color: white;
    display: none;
    box-shadow: 0 0 10px rgba(255, 59, 48, 0.5);
}

.unity-mobile #unity-canvas {
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.unity-mobile #unity-loading-bar {
    width: 80%;
}

.unity-mobile #unity-progress-bar-empty {
    width: 100%;
}

/* Ð”Ð»Ñ Ð¿Ð¾Ñ€Ñ‚Ñ€ÐµÑ‚Ð½Ð¾Ð¹ Ð¾Ñ€Ð¸ÐµÐ½Ñ‚Ð°Ñ†Ð¸Ð¸ */
@media screen and (orientation: portrait) {
    #unity-logo {
        height: 100px; /* Ð£Ð¼ÐµÐ½ÑŒÑˆÐ°ÐµÐ¼ Ñ€Ð°Ð·Ð¼ÐµÑ€ Ð³Ð¸Ñ„ÐºÐ¸ */
        width: 100px;
    }

    #unity-progress-bar-empty {
        width: 80%; /* Ð£Ð¼ÐµÐ½ÑŒÑˆÐ°ÐµÐ¼ ÑˆÐ¸Ñ€Ð¸Ð½Ñƒ ÑÐ»Ð°Ð¹Ð´ÐµÑ€Ð° */
        max-width: 300px; /* ÐžÐ³Ñ€Ð°Ð½Ð¸Ñ‡Ð¸Ð²Ð°ÐµÐ¼ Ð¼Ð°ÐºÑÐ¸Ð¼Ð°Ð»ÑŒÐ½ÑƒÑŽ ÑˆÐ¸Ñ€Ð¸Ð½Ñƒ */
    }
}

/* Ð”Ð»Ñ Ð»Ð°Ð½Ð´ÑˆÐ°Ñ„Ñ‚Ð½Ð¾Ð¹ Ð¾Ñ€Ð¸ÐµÐ½Ñ‚Ð°Ñ†Ð¸Ð¸ */
@media screen and (orientation: landscape) {
    #unity-logo {
        height: 150px; /* Ð’Ð¾Ð·Ð²Ñ€Ð°Ñ‰Ð°ÐµÐ¼ Ð¸ÑÑ…Ð¾Ð´Ð½Ñ‹Ð¹ Ñ€Ð°Ð·Ð¼ÐµÑ€ Ð³Ð¸Ñ„ÐºÐ¸ */
        width: 150px;
    }

    #unity-progress-bar-empty {
        width: 400px; /* Ð’Ð¾Ð·Ð²Ñ€Ð°Ñ‰Ð°ÐµÐ¼ Ð¸ÑÑ…Ð¾Ð´Ð½ÑƒÑŽ ÑˆÐ¸Ñ€Ð¸Ð½Ñƒ ÑÐ»Ð°Ð¹Ð´ÐµÑ€Ð° */
    }
}
</pre></body></html>