.ap-73bfcf5a-wrapper {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
    overflow: hidden;
    padding: 60px 40px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #2d3748;
}

.ap-73bfcf5a-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.9), rgba(245, 247, 250, 0.96));
    z-index: 1;
}

.ap-73bfcf5a-inner {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
}

.ap-73bfcf5a-logo-wrap {
    text-align: center;
    margin-bottom: 25px;
}

.ap-73bfcf5a-logo {
    max-height: 90px;
    width: auto;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}

.ap-73bfcf5a-title {
    font-size: 2.5rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
    color: #1a202c;
}

.ap-73bfcf5a-subtitle {
    font-size: 1.1rem;
    color: #4a5568;
    text-align: center;
    max-width: 600px;
    margin: 0 auto 50px auto;
    line-height: 1.5;
}

.ap-73bfcf5a-board {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 30px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(12px);
    border-radius: 14px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.ap-73bfcf5a-tabs-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ap-73bfcf5a-tab {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    color: #4a5568;
}

.ap-73bfcf5a-tab:hover {
    background: #ffffff;
    border-color: rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}

.ap-73bfcf5a-tab.active {
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    border-left: 3px solid #0c5adb;
    color: #0c5adb;
}

.ap-73bfcf5a-tab-icon {
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ap-73bfcf5a-tab-icon svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.ap-73bfcf5a-tab-title-text {
    font-weight: 600;
    font-size: 0.95rem;
}

.ap-73bfcf5a-content-col {
    background: #ffffff;
    border-radius: 10px;
    padding: 30px;
    min-height: 250px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.01);
}

.ap-73bfcf5a-panel {
    animation: apFadeIn_73bfcf5a 0.4s ease forwards;
}

.ap-73bfcf5a-panel-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1a202c;
}

.ap-73bfcf5a-panel-body {
    font-size: 1rem;
    line-height: 1.7;
    color: #4a5568;
}

@keyframes apFadeIn_73bfcf5a {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .ap-73bfcf5a-board {
        grid-template-columns: 1fr;
    }
    .ap-73bfcf5a-wrapper {
        padding: 35px 20px;
    }
}
