.apple-logo {
    position: relative;
}

.apple-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 8px;
    background: rgba(255, 255, 255, 0.582);
    backdrop-filter: blur(30px) saturate(180%);
    -webkit-backdrop-filter: blur(30px) saturate(180%);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.753);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    min-width: 200px;
    padding: 4px 0;
    z-index: 10000;
}

.dropdown-item {
    padding: 4px 12px;
    margin: 0 4px;
    color: #000;
    font-size: 13px;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, sans-serif;
    cursor: pointer;
    border-radius: 6px;
    transition: background 0.15s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dropdown-item i {
    width: 13px !important;
    height: auto;
    font-size: 12px !important;     
    text-align: center;
}

.dropdown-item:hover {
    background: #007AFF;
    color: #ffffff;
}

.dropdown-item:hover i {
    color: #ffffff;
}

.dropdown-separator {
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    margin: 4px 8px;
}

/* About Window */
.about-window {
    width: 480px !important;
    height: auto !important;
    max-height: 600px;
    background: rgba(246, 246, 246, 0.95) !important;
    backdrop-filter: blur(60px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(60px) saturate(180%) !important;
}

.about-content {
    padding: 40px 40px 30px;
    text-align: center;
    background: linear-gradient(135deg, rgba(246, 246, 246, 0.95) 0%, rgba(236, 236, 240, 0.95) 100%);
}

.about-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 24px;
    background: linear-gradient(135deg, #007AFF 0%, #0051D5 100%);
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 40px rgba(0, 122, 255, 0.3);
}

.about-icon i {
    font-size: 72px;
    color: white;
}

.about-content h1 {
    font-size: 28px;
    font-weight: 600;
    color: #1d1d1f;
    margin: 0 0 8px 0;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, sans-serif;
}

.about-version {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.56);
    margin: 0 0 24px 0;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, sans-serif;
}

.about-description {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 24px;
}

.about-description p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.75);
    line-height: 1.6;
    margin: 0 0 12px 0;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, sans-serif;
}

.about-description p:last-child {
    margin-bottom: 0;
}

.about-design {
    font-size: 13px !important;
    color: rgba(0, 0, 0, 0.5) !important;
    font-style: italic;
}

.about-info {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 16px;
}

.info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

.info-row:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.info-label {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.56);
    font-weight: 500;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, sans-serif;
}

.info-value {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, sans-serif;
    text-align: right;
}
