html, body {
    height: 100vh;
}

body {
    font-family: 'Montserrat';
    margin: 0;
}

.noscript {
    display: flex;
    font-size: 2.5rem;
    font-weight: bold;
    justify-content: center;
    border-bottom: 1rem solid black;
    padding: 10px;
}

.background {
    position: fixed;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.background css-doodle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container{
    min-height: 100vh;
    position: relative;

    background: radial-gradient(#00fffa7d, #1067d0);
}



.content-ad {
    justify-items: center;
}

.pr0m0-area {
    grid-column: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ban-slot1 {
    width: 970px;
    height: 91px;
    border: 2px dashed rgba(255,255,255,0.3);
    background: rgb(91 91 91 / 20%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    text-align: center;
    opacity: 0.7;
    transition: opacity 0.3s ease;
    margin: 10px;
}

.slot-text {
    color: #fff;
    font-weight: bold;
}

.ban-slot1:hover {
    opacity: 1;
}



.content-container {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}

#main-content-column-1{
    border-radius: 10px;
    margin: 10px;
    display: flex;
    flex-direction: column;

    height: auto;
    width: 100%;
}

.info-field {
    border: 6px solid #00c8ff;
    border-radius: 30px;
    background: white;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px;
}

.title-container {
    display: flex;
    justify-content: flex-end;
    margin: 7px 33px 30px 24px;
    position: relative;
}

.title-description-info{
    display: flex;
    width: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
    position: absolute;
    top: -36px;
    left: 11%;
    transform: translateX(-50%);

    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 200, 255, 0.3);
    border: 2px solid #00c8ff;
}

.description-info{
    display: block;
    border-bottom: 2px solid;
    color: #00c8ff;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    margin: 3px 0px 25px 0px;
}

.rules-description {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #1c2123;
    display: block;
}

.description-label {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(135deg, #4d77ff, #00c8ff);
    color: white;
    margin: 0;
    text-decoration: underline;
    padding: 10px 20px 10px 15px;
    display: flex;
}

.icon-home-suggestions-title {
    width: 28px;
    height: 28px;
    margin-right: 4px;

    animation: lightBulbIdea 8s ease-in-out infinite;
}

@keyframes lightBulbIdea {
    0%, 60% {
        transform: scale(1);
        filter: brightness(1);
    }
    65% {
        transform: scale(1.1);
        filter: brightness(1.5) drop-shadow(0 0 8px rgba(255, 255, 0, 0.6));
    }
    70% {
        transform: scale(1);
        filter: brightness(1);
    }
    75% {
        transform: scale(1.15);
        filter: brightness(1.8) drop-shadow(0 0 12px rgba(255, 255, 0, 0.8));
    }
    80% {
        transform: scale(1.05);
        filter: brightness(1.2);
    }
    85% {
        transform: scale(1.2);
        filter: brightness(2) drop-shadow(0 0 15px rgba(255, 215, 0, 1));
    }
    90% {
        transform: scale(1.1);
        filter: brightness(1.3);
    }
    100% {
        transform: scale(1);
        filter: brightness(1);
    }
}

.suggestions-dialog-description {
    padding: 0 30px 30px;
}

.form-group {
    margin-bottom: 25px;
    position: relative;
}

.form-group label {
    display: block;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 8px;
    font-size: 15px;
    transition: color 0.3s ease;
}

.form-group.required label::after {
    content: ' *';
    color: #e53e3e;
    font-weight: bold;
}

.input-wrapper {
    position: relative;
}

.form-control {
    width: 100%;
    padding: 16px 16px;
    border: 1px solid #64a3f7;
    border-radius: 10px;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.8);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
    backdrop-filter: blur(10px);
    box-sizing: border-box;
}

.form-control:focus {
    border-color: #1a4cee;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 0 3px rgba(77, 119, 255, 0.1),
                0 4px 12px rgba(77, 119, 255, 0.15);
    transform: translateY(-1px);
}

.form-control:hover:not(:focus) {
    border-color: #3068a3;
    background: rgba(255, 255, 255, 0.9);
}

textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

select.form-control {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 40px;
}

.btn-submit {
    background: linear-gradient(135deg, #4d77ff 0%, #00c8ff 100%);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(77, 119, 255, 0.3);
    min-width: 140px;
}

.btn-submit::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.btn-submit::hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(77, 119, 255, 0.3);
}

.btn-submit::hover::before {
    left: 100%;
}

.btn-submit:active {
    transform: translateY(0);
}

.btn-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.error {
    color: #e53e3e;
    font-size: 14px;
    margin-top: 8px;
    padding: 8px 12px;
    background: rgba(229, 62, 62, 0.1);
    border-radius: 8px;
    border-left: 4px solid #e53e3e;
    display: none;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.success-message {
    background: linear-gradient(135deg, #48bb78, #38a169);
    color: white;
    padding: 16px;
    border-radius: 12px;
    margin-top: 20px;
    text-align: center;
    font-weight: 600;
    display: none;
    animation: slideDown 0.5s ease;
}

@keyframes slideDown {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

.char-counter {
    font-size: 12px;
    color: #666;
    text-align: right;
    margin-top: 5px;
}

.char-counter.warning {
    color: #ff6b00;
}

.char-counter.error {
    color: #dc3545;
}




#main-content-column-2 {
    margin: 10px;
}

.ban-slot2 {
    width: 300px;
    height: 250px;
    border: 2px dashed rgba(255,255,255,0.3);
    background: rgb(91 91 91 / 20%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    text-align: center;
    opacity: 0.7;
    transition: opacity 0.3s ease;
    margin: 10px;
}

.slot-text {
    color: #fff;
    font-weight: bold;
}

.ban-slot2:hover {
    opacity: 1;
}


@media only screen and (orientation: portrait), (max-aspect-ratio: 4/3) {

    .title-description-info {
        left: 50%;
        transform: translateX(-50%);
        top: -40px;
    }

    .suggestions-dialog-description {
        padding: 0 10px 18px;
    }

    textarea.form-control {
        min-height: 190px;
    }

    .ban-slot1 {
        width: 320px;
        height: 50px;
        max-width: 100%;
        font-size: 11px;
    }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {

    .title-description-info {
        left: 50%;
        transform: translateX(-50%);
        top: -40px;
    }

    .suggestions-dialog-description {
        padding: 0 10px 18px;
    }

    textarea.form-control {
        min-height: 190px;
    }

    .ban-slot1 {
        width: 970px;
        height: 91px;
        
        max-width: 100%;
        font-size: 11px;
    }

}