.ucc-container-a056b13b {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background: #ffffff;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.06), 0 1px 3px rgba(0,0,0,0.04);
    max-width: 1000px;
    margin: 0 auto;
    border: 1px solid #f1f5f9;
}

.ucc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 24px;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 24px;
}

.ucc-title {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 12px 0;
    letter-spacing: -0.02em;
}

.ucc-subtitle {
    font-size: 16px;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}

.ucc-profiles {
    display: flex;
    background: #f8fafc;
    border-radius: 12px;
    padding: 6px;
    border: 1px solid #e2e8f0;
}

.ucc-btn-profile {
    background: transparent;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    color: #64748b;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ucc-btn-profile:hover {
    color: #2563eb;
    background: #f1f5f9;
}

.ucc-btn-active, .ucc-btn-active:hover {
    background: #ffffff;
    color: #0f172a;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.ucc-icon {
    font-size: 18px;
}

.ucc-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

@media (max-width: 768px) {
    .ucc-body {
        grid-template-columns: 1fr;
    }
}

.ucc-form-panel {
    background: #ffffff;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    border: none;
}

.ucc-form-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 28px;
    color: #0f172a;
    letter-spacing: -0.01em;
}

.ucc-form-group {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    border: 1px solid #e2e8f0;
    padding: 16px;
    border-radius: 16px;
    background: #ffffff;
    transition: all 0.2s ease;
}

.ucc-form-group:hover {
    border-color: #cbd5e1;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.ucc-field-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ucc-field-content {
    flex-grow: 1;
}

.ucc-field-content label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #94a3b8;
    margin-bottom: 6px;
}

.ucc-select {
    width: 100%;
    padding: 0;
    border: none;
    font-size: 16px;
    color: #0f172a;
    background-color: transparent;
    appearance: none;
    cursor: pointer;
    font-weight: 600;
}

.ucc-select:focus {
    outline: none;
}

.ucc-info-box {
    margin-top: 28px;
    background: #f8fafc;
    padding: 16px 20px;
    border-radius: 12px;
    font-size: 14px;
    color: #475569;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #e2e8f0;
    line-height: 1.5;
}

.ucc-result-panel {
    background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
    border-radius: 24px;
    padding: 40px;
    color: #ffffff;
    box-shadow: 0 25px 50px -12px rgba(30,58,138,0.4);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.ucc-result-panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCI+CiAgPGNpcmNsZSBjeD0iMjAiIGN5PSIyMCIgcj0iMiIgZmlsbD0icmdiYSgyNTUsIDI1NSLCAyNTUsIDAuMSkiIC8+Cjwvc3ZnPg==') repeat;
    opacity: 0.5;
    pointer-events: none;
}

.ucc-total-box {
    position: relative;
    z-index: 1;
}

.ucc-result-label {
    font-size: 15px;
    font-weight: 500;
    color: #bfdbfe;
    margin: 0 0 12px 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.ucc-result-value {
    font-size: 56px;
    font-weight: 800;
    margin: 0 0 32px 0;
    color: #ffffff;
    letter-spacing: -0.02em;
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.ucc-mo {
    font-size: 20px;
    font-weight: 500;
    color: #93c5fd;
}

.ucc-salary-box {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.ucc-salary-label {
    font-size: 13px;
    font-weight: 600;
    color: #bfdbfe;
    margin: 0 0 6px 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.ucc-salary-value {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    color: #ffffff;
}

.ucc-salary-icon {
    background: #ffffff;
    color: #1e3a8a;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.ucc-breakdown-box {
    position: relative;
    z-index: 1;
}

.ucc-breakdown-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    padding-bottom: 16px;
}

.ucc-chart-container {
    display: flex;
    align-items: center;
    gap: 32px;
}

@media (max-width: 600px) {
    .ucc-chart-container {
        flex-direction: column;
        align-items: flex-start;
    }
}

.ucc-chart {
    width: 160px;
    height: 160px;
    flex-shrink: 0;
    position: relative;
}

.ucc-chart::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    background: #1e3a8a;
    border-radius: 50%;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
}

.ucc-legend {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.ucc-legend-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    padding-bottom: 12px;
    border-bottom: 1px dashed rgba(255,255,255,0.1);
}

.ucc-legend-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.ucc-legend-label {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #e0e7ff;
    font-weight: 500;
}

.ucc-legend-color {
    width: 12px;
    height: 12px;
    border-radius: 4px;
}

.ucc-legend-value {
    font-weight: 700;
    color: #ffffff;
}

.ucc-footer-note {
    margin-top: auto;
    padding-top: 32px;
    font-size: 13px;
    color: #93c5fd;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    font-weight: 500;
}