/* 🌟 Plane base background-Optik Container */
.is-style-plane-base-box {
    width: 100%;
    max-width: 100%;
    padding: 30px;
    border-radius: 14px;
    background: #180421; /* Transparenz */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Schatten */
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}
